summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-086-64/+9
| * powerpc: use non-set_fs based maccess routinesChristoph Hellwig2020-09-081-0/+16
| * x86: remove address space overrides using set_fs()Christoph Hellwig2020-09-088-77/+39
| * x86: make TASK_SIZE_MAX usable from assembly codeChristoph Hellwig2020-09-082-3/+3
| * x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.hChristoph Hellwig2020-09-083-49/+49
| * lkdtm: remove set_fs-based testsChristoph Hellwig2020-09-085-31/+0
| * test_bitmap: remove user bitmap testsChristoph Hellwig2020-09-081-70/+21
| * uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-0826-0/+45
| * fs: don't allow splice read/write without explicit opsChristoph Hellwig2020-09-083-119/+15
| * fs: don't allow kernel reads and writes without iter opsChristoph Hellwig2020-09-081-25/+42
| * sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)2020-09-083-26/+26
| * proc: add a read_iter method to proc proc_opsChristoph Hellwig2020-09-032-3/+51
| * proc: cleanup the compat vs no compat file opsChristoph Hellwig2020-09-031-6/+4
| * proc: remove a level of indentation in proc_get_inodeChristoph Hellwig2020-09-031-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-151-1/+0
* | riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault()Pekka Enberg2020-09-151-1/+2
* | riscv/mm/fault: Fix inline placement in vmalloc_fault() declarationPekka Enberg2020-09-151-1/+1
* | riscv: Add cache information in AUX vectorZong Li2020-09-154-2/+71
* | riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOZong Li2020-09-151-0/+3
* | riscv: Set more data to cacheinfoZong Li2020-09-151-15/+51
* | riscv/mm/fault: Move access error check to functionPekka Enberg2020-09-151-21/+27
* | riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault()Pekka Enberg2020-09-151-1/+3
* | riscv/mm/fault: Simplify mm_fault_error()Pekka Enberg2020-09-151-23/+18
* | riscv/mm/fault: Move fault error handling to mm_fault_error()Pekka Enberg2020-09-151-25/+31
* | riscv/mm/fault: Simplify fault error handlingPekka Enberg2020-09-151-10/+8
* | riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault()Pekka Enberg2020-09-151-82/+82
* | riscv/mm/fault: Move bad area handling to bad_area()Pekka Enberg2020-09-151-27/+40
* | riscv/mm/fault: Move no context handling to no_context()Pekka Enberg2020-09-151-31/+52
* | riscv/mm: Simplify retry logic in do_page_fault()Pekka Enberg2020-09-151-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
|\ \
| * | powerpc/perf/hv-24x7: Move cpumask file to top folder of hv-24x7 driverKajol Jain2020-08-212-2/+11
| * | powerpc/32s: Fix module loading failure when VMALLOC_END is over 0xf0000000Christophe Leroy2020-08-211-2/+2
| * | powerpc/pseries: Do not initiate shutdown when system is running on UPSVasant Hegde2020-08-201-1/+0
| * | powerpc/perf: Fix soft lockups due to missed interrupt accountingAthira Rajeev2020-08-201-0/+4
| * | powerpc/powernv/pci: Fix possible crash when releasing DMA resourcesFrederic Barrat2020-08-201-1/+1