summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2020-06-115-0/+144
* x86/cpu: Add 'table' argument to cpu_matches()Mark Gross2020-06-111-10/+13
* x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2020-06-112-1/+33
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2020-06-1118-47/+47
* of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman2020-05-221-0/+1
* KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacksMarios Pomonis2020-05-221-2/+6
* KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks i...Marios Pomonis2020-05-221-2/+9
* kvm: x86: use macros to compute bank MSRsChen Yucong2020-05-221-4/+4
* KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacksMarios Pomonis2020-05-221-4/+10
* KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacksMarios Pomonis2020-05-221-1/+3
* KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacksMarios Pomonis2020-05-221-3/+9
* KVM: x86: Free wbinvd_dirty_mask if vCPU creation failsSean Christopherson2020-05-221-2/+1
* KVM: PPC: Book3S PR: Free shared page if mmu initialization failsSean Christopherson2020-05-221-1/+3
* KVM: PPC: Book3S HV: Uninit vCPU if vcore creation failsSean Christopherson2020-05-221-1/+3
* KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVMSean Christopherson2020-05-221-1/+1
* x86: kvm: avoid unused variable warningArnd Bergmann2020-05-221-3/+1
* KVM: nVMX: vmread should not set rflags to specify success in case of #PFMiaohe Lin2020-05-221-1/+3
* KVM: x86: Don't let userspace set host-reserved cr4 bitsSean Christopherson2020-05-221-1/+24
* sparc32: fix struct ipc64_perm type definitionArnd Bergmann2020-05-221-11/+11
* KVM: arm64: Only sign-extend MMIO up to register widthChristoffer Dall2020-05-225-4/+20
* x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEARPawan Gupta2020-05-221-6/+7
* efi/x86: Map the entire EFI vendor string before copying itArd Biesheuvel2020-05-221-6/+7
* efi: Use early_mem*() instead of early_io*()Daniel Kiper2020-05-221-14/+14
* arch/ia64: Define early_memunmap()Daniel Kiper2020-05-221-0/+1
* ARM: dts: at91: sama5d3: define clock rate range for tcb1Alexandre Belloni2020-05-221-0/+1
* ARM: dts: at91: sama5d3: fix maximum peripheral clock ratesAlexandre Belloni2020-05-223-17/+17
* ARM: tegra: Enable PLLP bypass during Tegra124 LP1Stephen Warren2020-05-221-0/+11
* KVM: nVMX: Don't emulate instructions in guest modePaolo Bonzini2020-04-281-1/+1
* x86/efistub: Disable paging at mixed mode entryArd Biesheuvel2020-04-281-0/+5
* kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBDJim Mattson2020-04-281-1/+2
* powerpc/irq: fix stack overflow verificationChristophe Leroy2020-04-281-2/+2
* x86/pti/efi: broken conversion from efi to kernel page tablePavel Tatashin2020-04-283-2/+15
* x86/microcode/AMD: Add support for fam17h microcode loadingTom Lendacky2020-04-281-0/+4
* s390: Fix unmatched preempt_disable() on exitBen Hutchings2020-02-111-1/+1
* powerpc: Fix vDSO clock_getres()Vincenzo Frascino2020-02-115-5/+14
* xtensa: fix TLB sanity checkerMax Filippov2020-02-111-2/+2
* x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defectKai-Heng Feng2020-02-111-0/+11
* KVM: x86: do not modify masked bits of shared MSRsPaolo Bonzini2020-02-111-2/+3
* KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIESPaolo Bonzini2020-02-111-2/+7
* x86/speculation: Fix incorrect MDS/TAA mitigation statusWaiman Long2020-02-111-2/+15
* ARM: ux500: remove unused regulator dataArnd Bergmann2020-02-112-608/+0
* powerpc: Allow 64bit VDSO __kernel_sync_dicache to work across ranges >4GBAlastair D'Silva2020-02-111-2/+2
* powerpc: Allow flush_icache_range to work across ranges >4GBAlastair D'Silva2020-02-111-2/+2
* ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume()Dmitry Osipenko2020-02-111-3/+3
* x86/ioapic: Prevent inconsistent state when moving an interruptThomas Gleixner2020-02-111-3/+6
* ARM: dts: s3c64xx: Fix init order of clock providersLihua Yao2020-02-112-0/+8
* x86: Treat R_X86_64_PLT32 as R_X86_64_PC32H.J. Lu2020-02-112-0/+2
* locking/x86: Remove the unused atomic_inc_short() methdDmitry Vyukov2020-01-112-15/+1
* locking,x86: Kill atomic_or_long()Peter Zijlstra2020-01-111-15/+0
* x86/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra2020-01-113-10/+10