summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* riscv: use memcpy based uaccess for nommu againChristoph Hellwig2020-10-043-19/+20
* asm-generic: make the set_fs implementation optionalChristoph Hellwig2020-10-041-0/+2
* asm-generic: add nommu implementations of __{get,put}_kernel_nofaultChristoph Hellwig2020-10-041-0/+16
* asm-generic: improve the nommu {get,put}_user handlingChristoph Hellwig2020-10-041-40/+51
* uaccess: provide a generic TASK_SIZE_MAX definitionChristoph Hellwig2020-10-041-0/+4
* Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Palmer Dabbelt2020-10-0452-495/+344
|\
| * powerpc: remove address space overrides using set_fs()Christoph Hellwig2020-09-096-64/+9
| * powerpc: use non-set_fs based maccess routinesChristoph Hellwig2020-09-091-0/+16
| * x86: remove address space overrides using set_fs()Christoph Hellwig2020-09-098-77/+39
| * x86: make TASK_SIZE_MAX usable from assembly codeChristoph Hellwig2020-09-092-3/+3
| * x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.hChristoph Hellwig2020-09-093-49/+49
| * lkdtm: remove set_fs-based testsChristoph Hellwig2020-09-095-31/+0
| * test_bitmap: remove user bitmap testsChristoph Hellwig2020-09-091-70/+21
| * uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-0926-0/+45
| * fs: don't allow splice read/write without explicit opsChristoph Hellwig2020-09-093-119/+15
| * fs: don't allow kernel reads and writes without iter opsChristoph Hellwig2020-09-091-25/+42
| * sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)2020-09-093-26/+26
| * proc: add a read_iter method to proc proc_opsChristoph Hellwig2020-09-042-3/+51
| * proc: cleanup the compat vs no compat file opsChristoph Hellwig2020-09-041-6/+4
| * proc: remove a level of indentation in proc_get_inodeChristoph Hellwig2020-09-041-35/+37
* | RISC-V: Add page table dump support for uefiAtish Patra2020-10-021-6/+42
* | RISC-V: Add EFI runtime servicesAtish Patra2020-10-0211-4/+287
* | RISC-V: Add EFI stub support.Atish Patra2020-10-027-1/+180
* | RISC-V: Add PE/COFF header for EFI stubAtish Patra2020-10-025-2/+212
* | RISC-V: Implement late mapping page table allocation functionsAtish Patra2020-10-021-31/+99
* | RISC-V: Add early ioremap supportAtish Patra2020-10-026-0/+51
* | RISC-V: Move DT mapping outof fixmapAnup Patel2020-10-026-22/+20
* | Merge tag 'efi-riscv-shared-for-v5.10' of ssh://gitolite.kernel.org/pub/scm/l...Palmer Dabbelt2020-10-0210-209/+62
|\ \
| * | efi/libstub: arm32: Use low allocation for the uncompressed kernelArd Biesheuvel2020-09-164-189/+38
| * | efi/libstub: Export efi_low_alloc_above() to other unitsArd Biesheuvel2020-09-162-2/+5
| * | efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel2020-09-164-18/+16
| * | efi: Rename arm-init to efi-init common for all archAtish Patra2020-09-112-1/+1
| * | include: pe.h: Add RISC-V related PE definitionAtish Patra2020-09-111-0/+3
| |/
* | RISC-V: Fix duplicate included thread_info.hTian Tao2020-09-161-1/+0
* | riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault()Pekka Enberg2020-09-161-1/+2
* | riscv/mm/fault: Fix inline placement in vmalloc_fault() declarationPekka Enberg2020-09-161-1/+1
* | riscv: Add cache information in AUX vectorZong Li2020-09-164-2/+71
* | riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOZong Li2020-09-161-0/+3
* | riscv: Set more data to cacheinfoZong Li2020-09-161-15/+51
* | riscv/mm/fault: Move access error check to functionPekka Enberg2020-09-161-21/+27
* | riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault()Pekka Enberg2020-09-161-1/+3
* | riscv/mm/fault: Simplify mm_fault_error()Pekka Enberg2020-09-161-23/+18
* | riscv/mm/fault: Move fault error handling to mm_fault_error()Pekka Enberg2020-09-161-25/+31
* | riscv/mm/fault: Simplify fault error handlingPekka Enberg2020-09-161-10/+8
* | riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault()Pekka Enberg2020-09-161-82/+82
* | riscv/mm/fault: Move bad area handling to bad_area()Pekka Enberg2020-09-161-27/+40
* | riscv/mm/fault: Move no context handling to no_context()Pekka Enberg2020-09-161-31/+52
* | riscv/mm: Simplify retry logic in do_page_fault()Pekka Enberg2020-09-161-11/+9
* | Linux 5.9-rc2v5.9-rc2Linus Torvalds2020-08-231-1/+1
* | Merge tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-2321-25/+161
|\ \