summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64: dts: allwinner: a64: Re-add PMU nodeAndre Przywara2019-12-171-0/+9
* s390/kaslr: store KASLR offset for early dumpsGerald Schaefer2019-12-172-1/+6
* s390/smp,vdso: fix ASCE handlingHeiko Carstens2019-12-171-0/+5
* powerpc: Fix vDSO clock_getres()Vincenzo Frascino2019-12-175-5/+14
* powerpc: Avoid clang warnings around setjmp and longjmpNathan Chancellor2019-12-172-4/+4
* omap: pdata-quirks: remove openpandora quirks for mmc3 and wl1251H. Nikolaus Schaller2019-12-171-93/+0
* omap: pdata-quirks: revert pandora specific gpiod additionsH. Nikolaus Schaller2019-12-171-15/+4
* powerpc/xive: Skip ioremap() of ESB pages for LSI interruptsCédric Le Goater2019-12-171-2/+10
* powerpc: Allow flush_icache_range to work across ranges >4GBAlastair D'Silva2019-12-171-2/+2
* powerpc/xive: Prevent page fault issues in the machine crash handlerCédric Le Goater2019-12-171-0/+9
* powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GBAlastair D'Silva2019-12-171-2/+2
* ARM: dts: omap3-tao3530: Fix incorrect MMC card detection GPIO polarityJarkko Nikula2019-12-171-1/+1
* powerpc/perf: Disable trace_imc pmuMadhavan Srinivasan2019-12-171-1/+8
* s390/mm: properly clear _PAGE_NOEXEC bit when it is not supportedGerald Schaefer2019-12-171-2/+2
* ARM: dts: pandora-common: define wl1251 as child node of mmc3H. Nikolaus Schaller2019-12-171-2/+34
* KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332)Paolo Bonzini2019-12-131-1/+4
* KVM: x86: Grab KVM's srcu lock when setting nested stateSean Christopherson2019-12-131-0/+3
* KVM: x86: Remove a spurious export of a static functionSean Christopherson2019-12-131-1/+0
* KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIESPaolo Bonzini2019-12-131-2/+8
* KVM: x86: do not modify masked bits of shared MSRsPaolo Bonzini2019-12-131-2/+3
* KVM: nVMX: Always write vmcs02.GUEST_CR3 during nested VM-EnterSean Christopherson2019-12-132-3/+17
* KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive when VPs are allocatedGreg Kurz2019-12-132-7/+6
* KVM: PPC: Book3S HV: XIVE: Fix potential page leak on error pathGreg Kurz2019-12-131-6/+7
* KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new oneGreg Kurz2019-12-131-9/+22
* arm64: dts: exynos: Revert "Remove unneeded address space mapping for soc node"Marek Szyprowski2019-12-132-6/+6
* x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defectKai-Heng Feng2019-12-131-0/+11
* x86/mm/32: Sync only to VMALLOC_END in vmalloc_sync_all()Joerg Roedel2019-12-131-1/+1
* x86/resctrl: Fix potential lockdep warningXiaochen Shen2019-12-131-4/+0
* MIPS: SGI-IP27: fix exception handler replicationThomas Bogendoerfer2019-12-133-26/+6
* sparc64: implement ioremap_ucTuowen Zhao2019-12-131-0/+1
* arm64: tegra: Fix 'active-low' warning for Jetson TX1 regulatorJon Hunter2019-12-131-1/+1
* x86/fpu: Don't cache access to fpu_fpregs_owner_ctxSebastian Andrzej Siewior2019-12-041-1/+1
* ARM: dts: stm32: Fix CAN RAM mapping on stm32mp157cChristophe Roullier2019-12-041-2/+2
* x86/tsc: Respect tsc command line paraemeter for clocksource_tsc_earlyMichael Zhivich2019-12-041-0/+3
* arm64: dts: zii-ultra: fix ARM regulator GPIO handleLucas Stach2019-12-041-1/+1
* x86/resctrl: Prevent NULL pointer dereference when reading mondataXiaochen Shen2019-12-041-0/+4
* powerpc/bpf: Fix tail call implementationEric Dumazet2019-12-041-0/+13
* ARM: dts: sun8i-a83t-tbs-a711: Fix WiFi resume from suspendOndrej Jirman2019-12-041-0/+1
* arm64: dts: imx8mm: fix compatible string for sdmaShengjiu Wang2019-12-041-3/+3
* ARM: dts: imx6qdl-sabreauto: Fix storm of accelerometer interruptsFabio Estevam2019-12-041-0/+8
* arm64: dts: ls1028a: fix a compatible issueYuantian Tang2019-12-041-1/+1
* KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernelMichael Ellerman2019-11-293-0/+41
* powerpc/book3s64: Fix link stack flush on context switchMichael Ellerman2019-11-294-4/+54
* powerpc/64s: support nospectre_v2 cmdline optionChristopher M. Riedl2019-11-291-3/+16
* x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3Andy Lutomirski2019-11-291-3/+18
* x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make th...Ingo Molnar2019-11-293-10/+14
* x86/entry/32: Fix NMI vs ESPFIXPeter Zijlstra2019-11-291-12/+41
* x86/entry/32: Unwind the ESPFIX stack earlier on exception entryAndy Lutomirski2019-11-291-14/+16
* x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALLAndy Lutomirski2019-11-291-31/+35
* x86/entry/32: Use %ss segment where requiredAndy Lutomirski2019-11-291-5/+14