summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Palmer Dabbelt2020-10-0437-188/+138
|\
| * 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
| * uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-0825-0/+27
* | RISC-V: Add page table dump support for uefiAtish Patra2020-10-021-6/+42
* | RISC-V: Add EFI runtime servicesAtish Patra2020-10-028-3/+132
* | RISC-V: Add EFI stub support.Atish Patra2020-10-024-0/+59
* | 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-022-15/+13
|\ \
| * | efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel2020-09-162-15/+13
| |/
* | 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
* | Merge tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-2320-24/+160
|\ \
| * | powerpc/perf/hv-24x7: Move cpumask file to top folder of hv-24x7 driverKajol Jain2020-08-211-1/+10
| * | 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
| * | powerpc/pseries/hotplug-cpu: wait indefinitely for vCPU deathMichael Roth2020-08-181-6/+12
| * | powerpc/32s: Fix is_module_segment() when MODULES_VADDR is definedChristophe Leroy2020-08-181-0/+7
| * | powerpc/kasan: Fix KASAN_SHADOW_START on BOOK3S_32Christophe Leroy2020-08-181-1/+8
| * | powerpc/fixmap: Fix the size of the early debug areaChristophe Leroy2020-08-171-1/+1
| * | powerpc/pkeys: Fix build error with PPC_MEM_KEYS disabledAneesh Kumar K.V2020-08-171-1/+3
| * | powerpc/kernel: Cleanup machine check function declarationsMadhavan Srinivasan2020-08-174-8/+12
| * | powerpc: Add POWER10 raw mode cputable entryMadhavan Srinivasan2020-08-171-0/+20
| * | powerpc/perf: Add extended regs support for power10 platformAthira Rajeev2020-08-173-1/+23
| * | powerpc/perf: Add support for outputting extended regs in perf intr_regsAnju T Sudhakar2020-08-176-4/+59
| * | powerpc: Fix P10 PVR revision in /proc/cpuinfo for SMT4 coresMichael Neuling2020-08-171-0/+1
| |/
* | Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-231-4/+6
|\ \
| * | x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVMSean Christopherson2020-08-211-4/+6
* | | Merge tag 'perf-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-231-3/+49
|\ \ \