summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-08-14x86/mtrr: Check if fixed MTRRs exist before saving themAndi Kleen1-1/+1
2024-08-14x86/paravirt: Fix incorrect virt spinlock setting on bare metalChen Yu2-9/+10
2024-08-14x86/mm: Fix pti_clone_entry_text() for i386Peter Zijlstra1-1/+1
2024-08-14x86/mm: Fix pti_clone_pgtable() alignment assumptionPeter Zijlstra1-3/+3
2024-08-14perf/x86: Fix smp_processor_id()-in-preemptible warningsLi Huafei1-10/+12
2024-08-14perf/x86: Support counter maskKan Liang9-179/+199
2024-08-14perf/x86/intel: Support the PEBS event maskKan Liang4-13/+26
2024-08-14perf/x86/amd: Use try_cmpxchg() in events/amd/{un,}core.cUros Bizjak2-3/+9
2024-08-14perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra ForestZhenyu Wang1-2/+3
2024-08-14perf/x86/intel/cstate: Add Lunarlake supportZhang Rui1-7/+19
2024-08-14perf/x86/intel/cstate: Add Arrowlake supportZhang Rui1-8/+12
2024-08-11perf/x86/intel: Add a distinct name for Granite RapidsKan Liang1-5/+9
2024-08-11perf/x86/intel: Switch to new Intel CPU model definesTony Luck1-74/+74
2024-08-03arch: um: rust: Use the generated target.json againDavid Gow1-0/+1
2024-08-03perf/x86/intel/pt: Fix a topa_entry base address calculationAdrian Hunter1-1/+1
2024-08-03perf/x86/intel/pt: Fix topa_entry base lengthMarco Cavenati1-2/+2
2024-08-03perf/x86/intel/ds: Fix non 0 retire latency on RaptorlakeKan Liang1-2/+6
2024-08-03perf/x86/intel/uncore: Fix the bits of the CHA extended umask for SPRKan Liang1-2/+4
2024-08-03KVM: nVMX: Fold requested virtual interrupt check into has_nested_events()Sean Christopherson7-33/+5
2024-08-03KVM: nVMX: Check for pending posted interrupts when looking for nested eventsSean Christopherson1-2/+34
2024-08-03KVM: nVMX: Request immediate exit iff pending nested event needs injectionSean Christopherson3-4/+4
2024-08-03KVM: nVMX: Add a helper to get highest pending from Posted Interrupt vectorSean Christopherson2-2/+13
2024-08-03KVM: VMX: Split out the non-virtualization part of vmx_interrupt_blocked()Sean Christopherson2-3/+9
2024-08-03x86/shstk: Make return uprobe work with shadow stackJiri Olsa3-1/+19
2024-08-03perf/x86/amd/uncore: Fix DF and UMC domain identificationSandipan Das1-3/+3
2024-08-03perf/x86/amd/uncore: Avoid PMU registration if counters are unavailableSandipan Das1-8/+14
2024-08-03perf/x86/intel/cstate: Fix Alderlake/Raptorlake/MeteorlakeZhang Rui1-5/+2
2024-08-03perf/x86/intel/pt: Fix pt_topa_entry_for_page() address calculationAdrian Hunter1-1/+1
2024-08-03perf/x86: Serialize set_attr_rdpmc()Thomas Gleixner1-0/+3
2024-08-03x86/sev: Do RMP memory coverage check after max_pfn has been setTom Lendacky1-22/+22
2024-08-03x86/xen: Convert comma to semicolonChen Ni1-2/+2
2024-08-03x86/syscall: Mark exit[_group] syscall handlers __noreturnJosh Poimboeuf7-23/+36
2024-08-03x86/platform/iosf_mbi: Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-2/+2
2024-08-03x86/pci/xen: Fix PCIBIOS_* return code handlingIlpo Järvinen1-2/+2
2024-08-03x86/pci/intel_mid_pci: Fix PCIBIOS_* return code handlingIlpo Järvinen1-2/+2
2024-08-03x86/of: Return consistent error type from x86_of_pci_irq_enable()Ilpo Järvinen1-1/+1
2024-08-03x86/kconfig: Add as-instr64 macro to properly evaluate AS_WRUSSMasahiro Yamada1-1/+1
2024-07-03x86/bhi: Avoid warning in #DB handler due to BHI mitigationAlexandre Chartre1-4/+10
2024-06-30x86-32: fix cmpxchg8b_emu build error with clangLinus Torvalds1-7/+5
2024-06-29Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+6
2024-06-29x86: stop playing stack games in profile_pc()Linus Torvalds1-19/+1
2024-06-28randomize_kstack: Remove non-functional per-arch entropy filteringKees Cook1-9/+6
2024-06-25syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann1-1/+1
2024-06-23Merge tag 'x86_urgent_for_v6.10_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2024-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-7/+6
2024-06-21KVM: SEV-ES: Fix svm_get_msr()/svm_set_msr() for KVM_SEV_ES_INIT guestsMichael Roth1-2/+2
2024-06-20KVM: x86: Always sync PIR to IRR prior to scanning I/O APIC routesSean Christopherson1-5/+4
2024-06-19x86/resctrl: Don't try to free nonexistent RMIDsDave Martin1-1/+2
2024-06-18Merge tag 'efi-fixes-for-v6.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+11
2024-06-15Merge tag 'x86-urgent-2024-06-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-5/+9