summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64: hyp-stub: Forbid kprobing of the hyp-stubJames Morse2019-02-061-0/+2
* ARM: cns3xxx: Fix writing to wrong PCI config registers after alignmentKoen Vandeputte2019-02-061-1/+1
* s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPUDavid Hildenbrand2019-02-061-2/+6
* arm64: mm: remove page_mapping check in __sync_icache_dcacheShaokun Zhang2019-02-061-4/+0
* x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake2019-02-061-2/+2
* KVM: x86: Fix single-step debuggingAlexander Popov2019-02-061-2/+1
* s390/smp: fix CPU hotplug deadlock with CPU rescanGerald Schaefer2019-02-061-0/+4
* s390/early: improve machine detectionChristian Borntraeger2019-02-062-2/+4
* ARC: perf: map generic branches to correct hardware conditionEugeniy Paltsev2019-02-061-1/+2
* arm64: perf: set suppress_bind_attrs flag to trueAnders Roxell2019-01-261-0/+1
* MIPS: SiByte: Enable swiotlb for SWARM, LittleSur and BigSurMaciej W. Rozycki2019-01-263-0/+18
* Disable MSI also when pcie-octeon.pcie_disable onYunQiang Su2019-01-261-1/+3
* mips: fix n32 compat_ipc_parse_versionArnd Bergmann2019-01-261-0/+1
* arm64: Don't trap host pointer auth use to EL2Mark Rutland2019-01-261-1/+3
* arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland2019-01-263-2/+4
* crypto: x86/chacha20 - avoid sleeping with preemption disabledEric Biggers2019-01-131-0/+1
* ARM: imx: update the cpu power up timing setting on i.mx6sxAnson Huang2019-01-131-1/+1
* powerpc: Fix COFF zImage booting on old powermacsPaul Mackerras2019-01-131-1/+3
* x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov2019-01-132-3/+19
* MIPS: Align kernel load address to 64KBHuacai Chen2019-01-131-3/+4
* MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen2019-01-131-0/+5
* KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson2019-01-131-1/+1
* x86/mtrr: Don't copy uninitialized gentry fields back to userspaceColin Ian King2019-01-131-0/+2
* ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handlingChris Cole2018-12-211-3/+5
* ARC: io.h: Implement reads{x}()/writes{x}()Jose Abreu2018-12-211-0/+72
* x86/earlyprintk/efi: Fix infinite loop on some screen widthsYiFei Zhu2018-12-211-1/+1
* powerpc/msi: Fix NULL pointer access in teardown codeRadu Rendec2018-12-211-1/+6
* powerpc/boot: Fix random libfdt related build errorsGuenter Roeck2018-12-211-1/+2
* mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes2018-12-173-6/+3
* mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes2018-12-175-5/+7
* KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-12-177-18/+59
* x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov2018-12-172-7/+7
* x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner2018-12-172-4/+12
* KVM: SVM: Move spec control call after restore of GSThomas Gleixner2018-12-171-12/+12
* x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk2018-12-174-8/+8
* x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk2018-12-172-8/+4
* x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams2018-12-174-31/+31
* x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams2018-12-171-10/+10
* x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams2018-12-171-0/+9
* x86: fix SMAP in 32-bit environmentsLinus Torvalds2018-12-171-0/+26
* x86: reorganize SMAP handling in user space accessesLinus Torvalds2018-12-172-46/+101
* KVM/x86: Remove indirect MSR op calls from SPEC_CTRLPaolo Bonzini2018-12-172-6/+8
* KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed2018-12-171-0/+88
* KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed2018-12-174-6/+118
* KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed2018-12-174-2/+33
* KVM/x86: Add IBPB supportAshok Raj2018-12-174-3/+127
* KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini2018-12-171-142/+112
* KVM: VMX: introduce alloc_loaded_vmcsPaolo Bonzini2018-12-171-13/+22
* KVM: nVMX: Eliminate vmcs02 poolJim Mattson2018-12-171-122/+22
* KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack2018-12-171-10/+43