summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-04asm-generic: improve the nommu {get,put}_user handlingChristoph Hellwig1-40/+51
2020-10-04uaccess: provide a generic TASK_SIZE_MAX definitionChristoph Hellwig1-0/+4
2020-10-04Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Palmer Dabbelt52-495/+344
2020-10-03RISC-V: Add page table dump support for uefiAtish Patra1-6/+42
2020-10-03RISC-V: Add EFI runtime servicesAtish Patra11-4/+287
2020-10-03RISC-V: Add EFI stub support.Atish Patra7-1/+180
2020-10-03RISC-V: Add PE/COFF header for EFI stubAtish Patra5-2/+212
2020-10-03RISC-V: Implement late mapping page table allocation functionsAtish Patra1-31/+99
2020-10-03RISC-V: Add early ioremap supportAtish Patra6-0/+51
2020-10-03RISC-V: Move DT mapping outof fixmapAnup Patel6-22/+20
2020-10-03Merge tag 'efi-riscv-shared-for-v5.10' of ssh://gitolite.kernel.org/pub/scm/l...Palmer Dabbelt10-209/+62
2020-09-16efi/libstub: arm32: Use low allocation for the uncompressed kernelArd Biesheuvel4-189/+38
2020-09-16efi/libstub: Export efi_low_alloc_above() to other unitsArd Biesheuvel2-2/+5
2020-09-16efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel4-18/+16
2020-09-16RISC-V: Fix duplicate included thread_info.hTian Tao1-1/+0
2020-09-16riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault()Pekka Enberg1-1/+2
2020-09-16riscv/mm/fault: Fix inline placement in vmalloc_fault() declarationPekka Enberg1-1/+1
2020-09-16riscv: Add cache information in AUX vectorZong Li4-2/+71
2020-09-16riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOZong Li1-0/+3
2020-09-16riscv: Set more data to cacheinfoZong Li1-15/+51
2020-09-16riscv/mm/fault: Move access error check to functionPekka Enberg1-21/+27
2020-09-16riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault()Pekka Enberg1-1/+3
2020-09-16riscv/mm/fault: Simplify mm_fault_error()Pekka Enberg1-23/+18
2020-09-16riscv/mm/fault: Move fault error handling to mm_fault_error()Pekka Enberg1-25/+31
2020-09-16riscv/mm/fault: Simplify fault error handlingPekka Enberg1-10/+8
2020-09-16riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault()Pekka Enberg1-82/+82
2020-09-16riscv/mm/fault: Move bad area handling to bad_area()Pekka Enberg1-27/+40
2020-09-16riscv/mm/fault: Move no context handling to no_context()Pekka Enberg1-31/+52
2020-09-16riscv/mm: Simplify retry logic in do_page_fault()Pekka Enberg1-11/+9
2020-09-11efi: Rename arm-init to efi-init common for all archAtish Patra2-1/+1
2020-09-11include: pe.h: Add RISC-V related PE definitionAtish Patra1-0/+3
2020-09-09powerpc: remove address space overrides using set_fs()Christoph Hellwig6-64/+9
2020-09-09powerpc: use non-set_fs based maccess routinesChristoph Hellwig1-0/+16
2020-09-09x86: remove address space overrides using set_fs()Christoph Hellwig8-77/+39
2020-09-09x86: make TASK_SIZE_MAX usable from assembly codeChristoph Hellwig2-3/+3
2020-09-09x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.hChristoph Hellwig3-49/+49
2020-09-09lkdtm: remove set_fs-based testsChristoph Hellwig5-31/+0
2020-09-09test_bitmap: remove user bitmap testsChristoph Hellwig1-70/+21
2020-09-09uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig26-0/+45
2020-09-09fs: don't allow splice read/write without explicit opsChristoph Hellwig3-119/+15
2020-09-09fs: don't allow kernel reads and writes without iter opsChristoph Hellwig1-25/+42
2020-09-09sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)3-26/+26
2020-09-04proc: add a read_iter method to proc proc_opsChristoph Hellwig2-3/+51
2020-09-04proc: cleanup the compat vs no compat file opsChristoph Hellwig1-6/+4
2020-09-04proc: remove a level of indentation in proc_get_inodeChristoph Hellwig1-35/+37
2020-08-24Linux 5.9-rc2Linus Torvalds1-1/+1
2020-08-23Merge tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds21-25/+161
2020-08-23Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+6
2020-08-23Merge tag 'perf-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+49
2020-08-23Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-92/+52