aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-03-14KVM: s390x: fix SCK lockingClaudio Imbrenda3-6/+32
2022-03-14MIPS: Fix wrong comments in asm/prom.hTiezhu Yang1-2/+2
2022-03-14MIPS: Remove redundant definitions of device_tree_init()Tiezhu Yang8-41/+5
2022-03-14MIPS: Remove redundant check in device_tree_init()Tiezhu Yang2-6/+0
2022-03-14MIPS: pgalloc: fix memory leak caused by pgd_free()Yaliang Wang1-0/+6
2022-03-14MIPS: RB532: fix return value of __setup handlerRandy Dunlap1-4/+2
2022-03-14MIPS: Only use current_stack_pointer on GCCKees Cook4-3/+8
2022-03-14MIPS: boot/compressed: Use array reference for image boundsKees Cook1-5/+5
2022-03-14arch: arm64: dts: lx2160a: describe the SerDes block #1Ioana Ciornei2-0/+10
2022-03-14Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner5-18/+46
2022-03-14Merge tag 'timers-v5.18-rc1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/coreThomas Gleixner2-7/+6
2022-03-13Merge tag 'x86_urgent_for_v5.17_rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-62/+253
2022-03-13Kbuild: move to -std=gnu11Arnd Bergmann1-1/+1
2022-03-13Kbuild: use -Wdeclaration-after-statementMark Rutland1-0/+1
2022-03-12ARM: fix building NOMMU ARMv4/v5 kernelsArnd Bergmann1-1/+1
2022-03-11ARM: Spectre-BHB: provide empty stub for non-configRandy Dunlap1-0/+6
2022-03-11Merge tag 'riscv-for-linus-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds3-7/+19
2022-03-11Merge tag 'powerpc-5.17-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2022-03-11ARM: fix Thumb2 regression with Spectre BHBRussell King (Oracle)1-2/+2
2022-03-11parisc: Increase parisc_cache_flush_threshold settingJohn David Anglin1-3/+15
2022-03-11parisc/unaligned: Enhance user-space visible outputHelge Deller1-26/+10
2022-03-11parisc/unaligned: Rewrite 32-bit inline assembly of emulate_sth()Helge Deller1-8/+7
2022-03-11parisc/unaligned: Rewrite 32-bit inline assembly of emulate_ldd()Helge Deller1-15/+13
2022-03-11parisc/unaligned: Rewrite inline assembly of emulate_ldw()Helge Deller1-12/+11
2022-03-11parisc/unaligned: Rewrite inline assembly of emulate_ldh()Helge Deller1-6/+5
2022-03-11parisc/unaligned: Use EFAULT fixup handler in unaligned handlersHelge Deller1-105/+55
2022-03-11parisc: Reduce code size by optimizing get_current() function callsHelge Deller1-3/+5
2022-03-11parisc: Use constants to encode the space registers like SR_KERNELHelge Deller7-27/+24
2022-03-11parisc: Use SR_USER and SR_KERNEL in get_user() and put_user()Helge Deller1-14/+14
2022-03-11parisc: Add defines for various space registerHelge Deller1-0/+6
2022-03-11parisc: Always use the self-extracting kernel featureHelge Deller2-21/+0
2022-03-11parisc: Add vDSO supportHelge Deller32-165/+1149
2022-03-11parisc: Simplify fast path for non-access data TLB faultsJohn David Anglin1-67/+5
2022-03-11parisc: Fix handling off probe non-access faultsJohn David Anglin3-0/+92
2022-03-11parisc: Fix non-access data TLB cache flush faultsJohn David Anglin1-27/+1
2022-03-11x86/sgx: Free backing memory after faulting the enclave pageJarkko Sakkinen1-9/+48
2022-03-11x86/traps: Mark do_int3() NOKPROBE_SYMBOLLi Huafei1-0/+1
2022-03-11arch: Remove references to CONFIG_NFSD_V3 in the default configsChuck Lever51-51/+0
2022-03-11RISC-V: KVM: Implement SBI HSM suspend callAnup Patel1-0/+14
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_wfi() functionAnup Patel2-6/+17
2022-03-11RISC-V: Add SBI HSM suspend related definesAnup Patel3-8/+25
2022-03-11RISC-V: KVM: Implement SBI v0.3 SRST extensionAnup Patel2-0/+46
2022-03-11RISC-V: KVM: Add common kvm_riscv_vcpu_sbi_system_reset() functionAnup Patel3-16/+22
2022-03-11RISC-V: KVM: Upgrade SBI spec version to v0.3Anup Patel1-1/+1
2022-03-11RISC-V: KVM: Refine __kvm_riscv_switch_to() implementationVincent Chen1-26/+34
2022-03-11RISC-V: KVM: remove unneeded semicolonYang Li1-1/+1
2022-03-11ARM: unwind: only permit stack switch when unwinding call_with_stack()Ard Biesheuvel1-10/+16
2022-03-11ARM: Revert "unwind: dump exception stack from calling frame"Ard Biesheuvel3-20/+2
2022-03-11ARM: entry: fix unwinder problems caused by IRQ stacksArd Biesheuvel1-43/+14
2022-03-11powerpc/net: Implement powerpc specific csum_shift() to remove branchChristophe Leroy1-0/+7