aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-07-04perf/x86/intel/pt: Fix a topa_entry base address calculationAdrian Hunter1-1/+1
2024-07-04perf/x86/intel/pt: Fix topa_entry base lengthMarco Cavenati1-2/+2
2024-07-03arch/x86: do not explicitly clear Reserved flag in free_pagetableOscar Salvador1-2/+0
2024-07-03mm: drop leftover comment references to pxx_huge()Peter Xu1-2/+2
2024-07-03mm/mm_init: use node's number of cpus in deferred_page_init_max_threadsEric Chanudet1-12/+0
2024-07-03x86/vdso: Remove unused includeAnna-Maria Behnsen1-1/+0
2024-07-03x86/vgtod: Remove unused typedef gtod_long_tAnna-Maria Behnsen1-5/+0
2024-07-03x86/vdso: Fix function reference in commentAnna-Maria Behnsen1-3/+2
2024-07-03um: Enable preemption in UMLAnton Ivanov1-1/+0
2024-07-03um: remove copy_context_skas0Benjamin Berg3-51/+0
2024-07-03um: remove LDT supportBenjamin Berg4-438/+2
2024-07-03um: Rework syscall handlingBenjamin Berg5-134/+16
2024-07-03um: Add generic stub_syscall6 functionBenjamin Berg2-0/+38
2024-07-03um: Remove stub-data.h include from common-offsets.hBenjamin Berg2-6/+8
2024-07-03x86/bhi: Avoid warning in #DB handler due to BHI mitigationAlexandre Chartre1-4/+10
2024-07-03arch: um: rust: Use the generated target.json againDavid Gow1-0/+1
2024-07-02x86/mm: Cleanup prctl_enable_tagged_addr() nr_bits error checkingYosry Ahmed1-7/+4
2024-07-02x86/mm: Fix LAM inconsistency during context switchYosry Ahmed4-11/+20
2024-07-02x86/mm: Use IPIs to synchronize LAM enablementYosry Ahmed2-7/+29
2024-07-02x86/resctrl: Detect Sub-NUMA Cluster (SNC) modeTony Luck1-0/+66
2024-07-02x86/resctrl: Enable shared RMID mode on Sub-NUMA Cluster (SNC) systemsTony Luck4-0/+25
2024-07-02x86/resctrl: Make __mon_event_count() handle sum domainsTony Luck1-9/+42
2024-07-02x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counterTony Luck3-10/+34
2024-07-02x86/resctrl: Handle removing directories in Sub-NUMA Cluster (SNC) modeTony Luck1-6/+29
2024-07-02x86/resctrl: Create Sub-NUMA Cluster (SNC) monitor filesTony Luck1-16/+46
2024-07-02x86/resctrl: Allocate a new field in union mon_data_bitsTony Luck1-7/+13
2024-07-02x86/resctrl: Refactor mkdir_mondata_subdir() with a helper functionTony Luck1-17/+28
2024-07-02x86/resctrl: Initialize on-stack struct rmid_read instancesTony Luck3-5/+3
2024-07-02x86/resctrl: Add a new field to struct rmid_read for summation of domainsTony Luck1-0/+19
2024-07-02x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor filesTony Luck3-3/+6
2024-07-02x86/resctrl: Block use of mba_MBps mount option on Sub-NUMA Cluster (SNC) sys...Tony Luck1-3/+9
2024-07-02x86/resctrl: Introduce snc_nodes_per_l3_cacheTony Luck1-6/+50
2024-07-02x86/resctrl: Add node-scope to the options for feature scopeTony Luck1-0/+2
2024-07-02x86/resctrl: Split the rdt_domain and rdt_hw_domain structuresTony Luck6-125/+146
2024-07-02x86/resctrl: Prepare for different scope for control/monitor operationsTony Luck6-90/+221
2024-07-02x86/resctrl: Prepare to split rdt_domain structureTony Luck5-69/+69
2024-07-02x86/resctrl: Prepare for new domain scopeTony Luck4-17/+42
2024-07-02x86/xen: Convert comma to semicolonChen Ni1-2/+2
2024-07-02x86/xen/time: Reduce Xen timer tickFrediano Ziglio1-1/+1
2024-07-02x86/efi: Drop support for fake EFI memory mapsArd Biesheuvel8-270/+10
2024-07-01x86/alternatives, kvm: Fix a couple of CALLs without a frame pointerBorislav Petkov (AMD)4-7/+10
2024-06-30x86-32: fix cmpxchg8b_emu build error with clangLinus Torvalds1-7/+5
2024-06-29x86/cpu/intel: Drop stray FAM6 check with new Intel CPU model definesAndrew Cooper1-11/+7
2024-06-28Merge tag 'hardening-v6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-9/+6
2024-06-28x86: stop playing stack games in profile_pc()Linus Torvalds1-19/+1
2024-06-28x86/cpufeatures: Add HWP highest perf change feature flagSrinivas Pandruvada1-0/+1
2024-06-28KVM: X86: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variablesPeng Hao1-5/+4
2024-06-28KVM: x86/pmu: Introduce distinct macros for GP/fixed counter max numberDapeng Mi6-25/+31
2024-06-28KVM: x86: WARN if a vCPU gets a valid wakeup that KVM can't yet injectSean Christopherson1-1/+4
2024-06-28KVM: nVMX: Fold requested virtual interrupt check into has_nested_events()Sean Christopherson7-33/+5