summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-05-02x86/retpolines: Disable switch jump tables when retpolines are enabledDaniel Borkmann1-2/+6
2019-05-02x86, retpolines: Raise limit for generating indirect calls from switch-caseDaniel Borkmann1-0/+5
2019-05-02ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cacheArd Biesheuvel1-1/+15
2019-05-02MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno1-1/+1
2019-04-27x86/speculation: Prevent deadlock on ssb_state::lockThomas Gleixner1-2/+4
2019-04-27perf/x86: Fix incorrect PEBS_REGSKan Liang2-20/+20
2019-04-27x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen1-3/+3
2019-04-27perf/x86/amd: Add event map for AMD Family 17hKim Phillips1-9/+26
2019-04-27x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu1-0/+26
2019-04-27arm64: futex: Restore oldval initialization to work around buggy compilersNathan Chancellor1-1/+1
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers2-12/+24
2019-04-27Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee1-4/+15
2019-04-27KVM: x86: svm: make sure NMI is injected after nmi_singlestepVitaly Kuznetsov1-0/+3
2019-04-27KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson1-10/+11
2019-04-20ARM: 8839/1: kprobe: make patch_lock a raw_spinlock_tYang Shi1-3/+3
2019-04-20crypto: sha512/arm - fix crash bug in Thumb2 buildArd Biesheuvel2-2/+4
2019-04-20crypto: sha256/arm - fix crash bug in Thumb2 buildArd Biesheuvel2-2/+4
2019-04-20KVM: nVMX: restore host state in nested_vmx_vmexit for VMFailSean Christopherson1-20/+153
2019-04-20ARM: samsung: Limit SAMSUNG_PM_CHECK config option to non-Exynos platformsBartlomiej Zolnierkiewicz1-1/+1
2019-04-20powerpc/pseries: Remove prrn_work workqueueNathan Fontenot1-14/+3
2019-04-20x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return an...Nathan Chancellor1-0/+1
2019-04-20x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processorsMatthew Whitehead1-7/+7
2019-04-20x86/hpet: Prevent potential NULL pointer dereferenceAditya Pakki1-0/+2
2019-04-20x86/mm: Don't leak kernel addressesMatteo Croce1-2/+2
2019-04-20arc: hsdk_defconfig: Enable CONFIG_BLK_DEV_RAMCorentin Labbe1-0/+1
2019-04-20ARC: u-boot args: check that magic number is correctEugeniy Paltsev2-0/+9
2019-04-17arm64: dts: rockchip: Fix vcc_host1_5v GPIO polarity on rk3328-rock64Tomohiro Mayama1-2/+1
2019-04-17arm64: dts: rockchip: fix vcc_host1_5v pin assign on rk3328-rock64Katsuhiro Suzuki1-2/+2
2019-04-17x86/perf/amd: Remove need to check "running" bit in NMI handlerLendacky, Thomas2-12/+22
2019-04-17x86/perf/amd: Resolve NMI latency issues for active PMCsLendacky, Thomas1-1/+55
2019-04-17x86/perf/amd: Resolve race condition when disabling PMCLendacky, Thomas1-3/+62
2019-04-17xtensa: fix return_addressMax Filippov1-1/+5
2019-04-17xen: Prevent buffer overflow in privcmd ioctlDan Carpenter1-0/+3
2019-04-17arm64: backtrace: Don't bother trying to unwind the userspace stackWill Deacon1-6/+9
2019-04-17arm64: dts: rockchip: fix rk3328 rgmii high tx error ratePeter Geis1-22/+22
2019-04-17arm64: futex: Fix FUTEX_WAKE_OP atomic ops with non-zero result valueWill Deacon1-8/+8
2019-04-17ARM: dts: at91: Fix typo in ISC_D0 on PC9David Engraf1-1/+1
2019-04-17ARM: dts: am335x-evm: Correct the regulators for the audio codecPeter Ujfalusi1-4/+22
2019-04-17ARM: dts: am335x-evmsk: Correct the regulators for the audio codecPeter Ujfalusi1-4/+22
2019-04-17parisc: regs_return_value() should return gpr28Sven Schnelle1-1/+1
2019-04-17parisc: Detect QEMU earlier in boot processHelge Deller2-6/+3
2019-04-17arm64: dts: rockchip: fix rk3328 sdmmc0 write errorsPeter Geis1-7/+7
2019-04-17arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear regionYueyi Li1-1/+1
2019-04-17x86/vdso: Drop implicit common-page-size linker flagNick Desaulniers1-2/+2
2019-04-17x86: vdso: Use $LD instead of $CC to linkAlistair Strachan1-13/+9
2019-04-17powerpc/tm: Limit TM code inside PPC_TRANSACTIONAL_MEMBreno Leitao1-5/+18
2019-04-17x86/power: Make restore_processor_context() saneAndy Lutomirski3-41/+62
2019-04-17x86/power/32: Move SYSENTER MSR restoration to fix_processor_context()Andy Lutomirski1-6/+3
2019-04-17x86/power/64: Use struct desc_ptr for the IDT in struct saved_contextAndy Lutomirski2-12/+2
2019-04-17x86/power: Fix some ordering bugs in __restore_processor_context()Andy Lutomirski1-4/+17