aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-03-08powerpc/spufs: Fix build warning when CONFIG_PROC_FS=nYueHaibing1-1/+3
2022-03-08powerpc/secvar: fix refcount leak in format_show()Hangyu Hua1-3/+6
2022-03-08powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3EMichael Ellerman1-1/+2
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy29-69/+43
2022-03-08arm64: drop unused includes of <linux/personality.h>Sagar Patel3-3/+0
2022-03-08arm64: Do not defer reserve_crashkernel() for platforms with no DMA memory zonesVijay Balakrishna2-5/+63
2022-03-08arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas4-16/+19
2022-03-08KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin3-1/+31
2022-03-08KVM: PPC: Book3S PR: Disallow AIL != 0Nicholas Piggin1-0/+20
2022-03-08KVM: PPC: Book3S PR: Disable SCV when AIL could be disabledNicholas Piggin4-9/+58
2022-03-08Merge branch 'kvm-ppc-cap-210' of https://git.kernel.org/pub/scm/virt/kvm/kvm into topic/ppc-kvmMichael Ellerman35-307/+487
2022-03-07Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-62/+172
2022-03-08s390: remove unused expoline to BC instructionsVasily Gorbik2-77/+5
2022-03-08s390/irq: use assignment instead of castHeiko Carstens2-3/+8
2022-03-08s390/traps: get rid of magic cast for per codeHeiko Carstens2-3/+8
2022-03-08s390/traps: get rid of magic cast for program interruption codeHeiko Carstens2-3/+8
2022-03-08s390/signal: fix typo in commentsHeiko Carstens2-2/+2
2022-03-08s390/asm-offsets: remove unused definesHeiko Carstens1-5/+0
2022-03-08s390/test_unwind: avoid build warning with W=1Vasily Gorbik1-5/+4
2022-03-08s390: remove .fixup sectionHeiko Carstens1-1/+0
2022-03-08s390/bpf: encode register within extable entryHeiko Carstens1-11/+5
2022-03-08s390/extable: add dedicated uaccess handlerHeiko Carstens3-18/+43
2022-03-08s390/extable: convert to relative table with dataHeiko Carstens4-32/+45
2022-03-08s390/extable: add and use fixup_exception helper functionHeiko Carstens6-34/+22
2022-03-08s390/base: pass pt_regs to early program check handlerHeiko Carstens3-18/+20
2022-03-08s390/extable: move extable related functions to mm/extable.cHeiko Carstens3-13/+17
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens26-18/+45
2022-03-08s390/extable: search amode31 extable lastHeiko Carstens1-6/+6
2022-03-08s390/extable: sort amode31 extable earlyHeiko Carstens2-1/+6
2022-03-08s390/zcrypt: CEX8S exploitation supportHarald Freudenberger1-1/+1
2022-03-07Merge tag 'tegra-for-5.17-arm64-dt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/fixesArnd Bergmann1-1/+1
2022-03-07Revert "arm64: Mitigate MTE issues with str{n}cmp()"Joey Gouly4-9/+2
2022-03-07arm64: lib: Import latest version of Arm Optimized Routines' strncmpJoey Gouly1-93/+141
2022-03-07arm64: lib: Import latest version of Arm Optimized Routines' strcmpJoey Gouly1-110/+124
2022-03-07irqchip/gic-v3: Workaround Marvell erratum 38545 when reading IARLinu Cherian4-7/+57
2022-03-07arm64/mm: Drop use_1G_block()Anshuman Khandual1-13/+2
2022-03-07arm64: avoid flushing icache multiple times on contiguous HugeTLBMuchun Song1-0/+7
2022-03-07arm64: cpufeature: Warn if we attempt to read a zero width fieldMark Brown1-0/+2
2022-03-07arm64: cpufeature: Add missing .field_width for GIC system registersMark Brown1-0/+1
2022-03-07arm64: signal: nofpsimd: Do not allocate fp/simd context when not availableDavid Engraf1-4/+6
2022-03-07arm64: prevent instrumentation of bp hardening callbacksMark Rutland2-4/+8
2022-03-07arm64: crash_core: Export MODULES, VMALLOC, and VMEMMAP rangesHuang Shijie1-0/+6
2022-03-07xtensa: use XCHAL_NUM_AREGS as pt_regs::areg sizeMax Filippov2-14/+3
2022-03-07xtensa: rename PT_SIZE to PT_KERNEL_SIZEMax Filippov3-10/+10
2022-03-07arm64: dts: stingray: Fix spi clock nameKuldeep Singh1-2/+2
2022-03-07arm64: dts: ns2: Fix spi clock nameKuldeep Singh1-2/+2
2022-03-07ARM: tegra: Move Nyan FHD panels to AUX busThierry Reding1-2/+8
2022-03-07clocksource/drivers/timer-ti-dm: Fix regression from errata i940 fixDrew Fustini2-7/+6
2022-03-07arm64: proton-pack: Include unprivileged eBPF status in Spectre v2 mitigation reportingJames Morse1-0/+26
2022-03-08powerpc/kexec: Declare kexec_paca staticChristophe Leroy2-3/+1