aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-05-16mce: fix set_mce_nospec to always unmap the whole pageGravatar Jane Chu 2-15/+14
2022-05-16x86/mce: relocate set{clear}_mce_nospec() functionsGravatar Jane Chu 2-54/+48
2022-04-24Merge tag 'powerpc-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 6-66/+66
2022-04-24Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-3/+4
2022-04-23Merge tag 'arc-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 9-27/+24
2022-04-23Merge tag 'for-linus-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+7
2022-04-23sparc: cacheflush_32.h needs struct pageGravatar Randy Dunlap 1-0/+1
2022-04-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 23-110/+157
2022-04-22Merge tag 'riscv-for-linus-5.18-rc4' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+2
2022-04-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-5/+14
2022-04-22arm/xen: Fix some refcount leaksGravatar Miaoqian Lin 1-2/+7
2022-04-22arm64: mm: fix p?d_leaf()Gravatar Muchun Song 1-2/+2
2022-04-21RISC-V: cpuidle: fix Kconfig select for RISCV_SBI_CPUIDLEGravatar Randy Dunlap 1-1/+1
2022-04-21RISC-V: mm: Fix set_satp_mode() for platform not having Sv57Gravatar Anup Patel 1-0/+1
2022-04-21KVM: SEV: add cache flush to solve SEV cache incoherency issuesGravatar Mingwei Zhang 6-0/+18
2022-04-21KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUsGravatar Mingwei Zhang 1-3/+6
2022-04-21KVM: SVM: Simplify and harden helper to flush SEV guest page(s)Gravatar Sean Christopherson 1-34/+20
2022-04-21KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdogGravatar Like Xu 3-6/+12
2022-04-21x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resumeGravatar Wanpeng Li 1-0/+13
2022-04-21KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv is disabledGravatar Sean Christopherson 1-0/+3
2022-04-21KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a raceGravatar Sean Christopherson 1-1/+14
2022-04-21KVM: nVMX: Defer APICv updates while L2 is active until L1 is activeGravatar Sean Christopherson 3-0/+11
2022-04-21KVM: x86: Tag APICv DISABLE inhibit, not ABSENT, if APICv is disabledGravatar Sean Christopherson 1-1/+1
2022-04-21KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedGravatar Sean Christopherson 10-49/+48
2022-04-21KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copyGravatar Sean Christopherson 3-13/+10
2022-04-21KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io()Gravatar Sean Christopherson 1-6/+1
2022-04-21powerpc/perf: Fix 32bit compileGravatar Alexey Kardashevskiy 1-2/+2
2022-04-21powerpc/perf: Fix power10 event alternativesGravatar Athira Rajeev 1-1/+1
2022-04-21powerpc/perf: Fix power9 event alternativesGravatar Athira Rajeev 1-4/+4
2022-04-21KVM: PPC: Fix TCE handling for VFIOGravatar Alexey Kardashevskiy 2-44/+45
2022-04-21powerpc/time: Always set decrementer in timer_interrupt()Gravatar Michael Ellerman 1-15/+14
2022-04-20Merge tag 'xtensa-20220416' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 3-11/+3
2022-04-20x86: __memcpy_flushcache: fix wrong alignment if size > 2^32Gravatar Mikulas Patocka 1-1/+1
2022-04-20RISC-V: KVM: Restrict the extensions that can be disabledGravatar Atish Patra 1-7/+12
2022-04-20RISC-V: KVM: Remove 's' & 'u' as valid ISA extensionGravatar Atish Patra 1-3/+1
2022-04-19perf/x86/cstate: Add SAPPHIRERAPIDS_X CPU supportGravatar Zhang Rui 1-3/+4
2022-04-19vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPGravatar Song Liu 3-11/+4
2022-04-18ARC: remove redundant READ_ONCE() in cmpxchg loopGravatar Bang Li 1-1/+1
2022-04-18ARC: atomic: cleanup atomic-llsc definitionsGravatar Sergey Matyukevich 1-16/+16
2022-04-18arc: drop definitions of pgd_index() and pgd_offset{, _k}() entirelyGravatar Rolf Eike Beer 1-3/+0
2022-04-18ARC: dts: align SPI NOR node name with dtschemaGravatar Krzysztof Kozlowski 1-1/+1
2022-04-18ARC: Remove a redundant memset()Gravatar Christophe JAILLET 1-1/+0
2022-04-18ARC: fix typos in commentsGravatar Julia Lawall 5-5/+5
2022-04-18ARC: entry: fix syscall_trace_exit argumentGravatar Sergey Matyukevich 1-0/+1
2022-04-17Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-22/+100
2022-04-16Merge tag 'soc-fixes-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 36-468/+123
2022-04-15xtensa: fix a7 clobbering in coprocessor context load/storeGravatar Max Filippov 1-2/+2
2022-04-15mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreGravatar Omar Sandoval 2-3/+0
2022-04-14ARM: config: Update Gemini defconfigGravatar Linus Walleij 1-1/+4
2022-04-14arm64: dts: qcom/sdm845-shift-axolotl: Fix boolean properties with valuesGravatar Rob Herring 1-1/+1