summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-05-08x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info"Peter Zijlstra1-1/+1
2019-05-08x86/mm: Fix a crash with kmemleak_scan()Qian Cai1-0/+6
2019-05-08x86/mm/KASLR: Fix the size of the direct mapping sectionBaoquan He1-1/+1
2019-05-08x86/mce: Improve error message when kernel cannot recover, p2Tony Luck1-0/+5
2019-05-08powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown ...Aneesh Kumar K.V1-4/+6
2019-05-08perf/x86/amd: Update generic hardware cache events for Family 17hKim Phillips1-3/+108
2019-05-08ARM: iop: don't use using 64-bit DMA masksArnd Bergmann3-12/+12
2019-05-08ARM: orion: don't use using 64-bit DMA masksArnd Bergmann1-2/+2
2019-05-08sh: fix multiple function definition build errorsRandy Dunlap1-2/+2
2019-05-08kmemleak: powerpc: skip scanning holes in the .bss sectionCatalin Marinas1-0/+7
2019-05-08KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflowDavid Rientjes1-3/+9
2019-05-08arm64: fix wrong check of on_sdei_stack in nmi contextWei Li1-0/+6
2019-05-08arm/mach-at91/pm : fix possible object reference leakPeng Hao1-2/+4
2019-05-08riscv: fix accessing 8-byte variable from RV32Alan Kao1-1/+1
2019-05-08ARM: dts: rockchip: Fix gpu opp node names for rk3288Douglas Anderson1-6/+6
2019-05-08arm64: dts: rockchip: fix rk3328-roc-cc gmac2io tx/rx_delayLeonidas P. Papadakos1-2/+2
2019-05-05KVM: nVMX: Fix size checks in vmx_set_nested_stateJim Mattson1-2/+2
2019-05-05KVM: x86: Whitelist port 0x7e for pre-incrementing %ripSean Christopherson2-2/+20
2019-05-04x86/mm: Don't exceed the valid physical address spaceRalph Campbell1-1/+1
2019-05-04x86/realmode: Don't leak the trampoline kernel addressMatteo Croce1-2/+0
2019-05-04ARM: davinci: fix build failure with allnoconfigSekhar Nori1-0/+1
2019-05-04ARM: dts: imx6qdl: Fix typo in imx6qdl-icore-rqs.dtsiMasanari Iida1-2/+2
2019-05-04ARM: dts: pfla02: increase phy reset durationMarco Felsch1-0/+1
2019-05-04KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier2-0/+22
2019-05-04KVM: arm64: Reset the PMU in preemptible contextMarc Zyngier1-3/+3
2019-05-04ARM: imx51: fix a leaked reference by adding missing of_node_putWen Yang1-0/+1
2019-05-04s390: limit brk randomization to 32MBMartin Schwidefsky1-4/+7
2019-05-04ARM: dts: bcm283x: Fix hdmi hpd gpio pullHelen Koike1-1/+1
2019-05-02x86/fpu: Don't export __kernel_fpu_{begin,end}()Sebastian Andrzej Siewior3-18/+9
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-02powerpc/mm/radix: Make Radix require HUGETLB_PAGEMichael Ellerman2-1/+2
2019-05-02ARM: 8857/1: efi: enable CP15 DMB instructions before cleaning the cacheArd Biesheuvel1-1/+15
2019-05-02perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC1...Harry Pan1-5/+5
2019-05-02MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno1-1/+1
2019-05-02powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64Christophe Leroy1-1/+1
2019-04-27x86/speculation: Prevent deadlock on ssb_state::lockThomas Gleixner1-2/+6
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