summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-10-04Merge branch 'base.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Palmer Dabbelt
2020-10-02RISC-V: Add page table dump support for uefiAtish Patra
2020-10-02RISC-V: Add EFI runtime servicesAtish Patra
2020-10-02RISC-V: Add EFI stub support.Atish Patra
2020-10-02RISC-V: Add PE/COFF header for EFI stubAtish Patra
2020-10-02RISC-V: Implement late mapping page table allocation functionsAtish Patra
2020-10-02RISC-V: Add early ioremap supportAtish Patra
2020-10-02RISC-V: Move DT mapping outof fixmapAnup Patel
2020-10-02Merge tag 'efi-riscv-shared-for-v5.10' of ssh://gitolite.kernel.org/pub/scm/l...Palmer Dabbelt
2020-09-16efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel
2020-09-15RISC-V: Fix duplicate included thread_info.hTian Tao
2020-09-15riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault()Pekka Enberg
2020-09-15riscv/mm/fault: Fix inline placement in vmalloc_fault() declarationPekka Enberg
2020-09-15riscv: Add cache information in AUX vectorZong Li
2020-09-15riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFOZong Li
2020-09-15riscv: Set more data to cacheinfoZong Li
2020-09-15riscv/mm/fault: Move access error check to functionPekka Enberg
2020-09-15riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault()Pekka Enberg
2020-09-15riscv/mm/fault: Simplify mm_fault_error()Pekka Enberg
2020-09-15riscv/mm/fault: Move fault error handling to mm_fault_error()Pekka Enberg
2020-09-15riscv/mm/fault: Simplify fault error handlingPekka Enberg
2020-09-15riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault()Pekka Enberg
2020-09-15riscv/mm/fault: Move bad area handling to bad_area()Pekka Enberg
2020-09-15riscv/mm/fault: Move no context handling to no_context()Pekka Enberg
2020-09-15riscv/mm: Simplify retry logic in do_page_fault()Pekka Enberg
2020-09-08powerpc: remove address space overrides using set_fs()Christoph Hellwig
2020-09-08powerpc: use non-set_fs based maccess routinesChristoph Hellwig
2020-09-08x86: remove address space overrides using set_fs()Christoph Hellwig
2020-09-08x86: make TASK_SIZE_MAX usable from assembly codeChristoph Hellwig
2020-09-08x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.hChristoph Hellwig
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig
2020-08-23Merge tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-08-23Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-23Merge tag 'perf-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-23Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-08-22Merge tag 's390-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-08-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-08-21KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not setWill Deacon
2020-08-21KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon
2020-08-21Merge tag 'riscv-for-linus-5.9-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-08-21Merge tag 'for-linus-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-21ARM64: vdso32: Install vdso32 from vdso_installStephen Boyd
2020-08-21x86/entry/64: Do not use RDPID in paranoid entry to accomodate KVMSean Christopherson
2020-08-21powerpc/perf/hv-24x7: Move cpumask file to top folder of hv-24x7 driverKajol Jain
2020-08-21powerpc/32s: Fix module loading failure when VMALLOC_END is over 0xf0000000Christophe Leroy
2020-08-21KVM: arm64: Print warning when cpu erratum can cause guests to deadlockRob Herring
2020-08-21arm64: Allow booting of late CPUs affected by erratum 1418040Marc Zyngier
2020-08-21arm64: Move handling of erratum 1418040 into C codeMarc Zyngier
2020-08-20riscv: Add SiFive drivers to rv32_defconfigBin Meng