summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-211-1/+1
|\
| * x86/kprobes: Fix JNG/JNLE emulationNadav Amit2022-08-141-1/+1
* | asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers2022-08-214-23/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-195-30/+27
|\ \
| * | x86/kvm: Fix "missing ENDBR" BUG for fastop functionsJosh Poimboeuf2022-08-191-1/+2
| * | x86/kvm: Simplify FOP_SETCC()Josh Poimboeuf2022-08-191-19/+4
| * | x86/ibt, objtool: Add IBT_NOSEAL()Josh Poimboeuf2022-08-191-0/+11
| * | KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng2022-08-192-9/+9
| * | KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTSChao Peng2022-08-191-1/+1
* | | x86/mm: Use proper mask when setting PUD mappingAaron Lu2022-08-191-1/+1
* | | x86: simplify load_unaligned_zeropad() implementationLinus Torvalds2022-08-163-43/+60
|/ /
* | Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-145-9/+32
|\ \
| * | x86/xen: Add support for HVMOP_set_evtchn_upcall_vectorJane Malalane2022-08-125-9/+32
* | | Merge tag 'x86-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-131-4/+6
|\ \ \
| * | | x86/bugs: Enable STIBP for IBPB mitigated RETBleedKim Phillips2022-08-081-4/+6
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-08-1113-50/+125
|\ \ \ \ | |_|_|/ |/| | |
| * | | KVM: VMX: Adjust number of LBR records for PERF_CAPABILITIES at refreshSean Christopherson2022-08-102-11/+8
| * | | KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpersSean Christopherson2022-08-101-9/+17
| * | | KVM: x86: Refresh PMU after writes to MSR_IA32_PERF_CAPABILITIESSean Christopherson2022-08-101-2/+2
| * | | KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap genSean Christopherson2022-08-102-0/+22
| * | | KVM: x86/mmu: rename trace function name for asynchronous page faultMingwei Zhang2022-08-101-1/+1
| * | | KVM: x86/xen: Stop Xen timer before changing IRQColeman Dietsch2022-08-101-18/+17
| * | | KVM: x86/xen: Initialize Xen timer only onceColeman Dietsch2022-08-101-1/+3
| * | | KVM: SVM: Disable SEV-ES support if MMIO caching is disableSean Christopherson2022-08-105-5/+19
| * | | KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks changeSean Christopherson2022-08-103-0/+24
| * | | KVM: x86: Tag kvm_mmu_x86_module_init() with __initSean Christopherson2022-08-102-2/+2
| * | | KVM: x86: emulator: Fix illegal LEA handlingMichal Luczaj2022-08-101-1/+5
| * | | KVM: X86: avoid uninitialized 'fault.async_page_fault' from fixed-up #PFYu Zhang2022-08-101-0/+1
| * | | KVM: x86: Bug the VM if an accelerated x2APIC trap occurs on a "bad" regSean Christopherson2022-08-101-3/+5
| * | | KVM: x86: do not report preemption if the steal time cache is stalePaolo Bonzini2022-08-101-0/+2
| * | | KVM: x86: revalidate steal time cache if MSR value changesPaolo Bonzini2022-08-101-3/+3
* | | | x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers2022-08-103-2/+6
* | | | Merge tag 'mm-stable-2022-08-09' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-101-1/+7
|\ \ \ \
| * | | | mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entryNaoya Horiguchi2022-08-081-1/+7
* | | | | Merge tag 'x86_bugs_pbrsb' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-08-096-30/+103
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86/speculation: Add LFENCE to RSB fill sequencePawan Gupta2022-08-031-1/+3
| * | | | x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon2022-08-036-29/+100
* | | | | Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-072-11/+13
|\ \ \ \ \
| * | | | | x86/olpc: fix 'logical not is only applied to the left hand side'Alexander Lobakin2022-07-151-1/+1
| * | | | | bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin2022-06-301-10/+12
* | | | | | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-074-11/+6
|\ \ \ \ \ \
| * | | | | | profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-292-7/+0
| * | | | | | x86/cacheinfo: move shared cache map definitionsSander Vanheule2022-07-172-4/+6
* | | | | | | Merge tag 'x86-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-066-23/+20
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=yAndrea Righi2022-08-044-8/+4
| * | | | | | x86/numa: Use cpumask_available instead of hardcoded NULL checkSiddh Raman Pant2022-08-031-2/+2
| * | | | | | x86/bus_lock: Don't assume the init value of DEBUGCTLMSR.BUS_LOCK_DETECT to b...Chenyi Qiang2022-08-021-13/+14
* | | | | | | Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-061-7/+11
|\ \ \ \ \ \ \
| * | | | | | | x86/kprobes: Update kcb status flag after singlesteppingMasami Hiramatsu (Google)2022-08-021-7/+11
| |/ / / / / /
* | | | | | | Merge tag 'iommu-updates-v5.20-or-v6.0' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-08-062-16/+0
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |