summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-07-15Merge tag 'x86_alternatives_for_v6.11_rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-12/+24
2024-07-15Merge tag 'ras_core_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-8/+7
2024-07-15Merge tag 'timers-core-2024-07-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-73/+19
2024-07-15Merge branch 'runtime-constants'Linus Torvalds1-0/+3
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner4-23/+20
2024-07-11x86/sev: Move SEV compilation unitsBorislav Petkov (AMD)3-4329/+0
2024-07-10Merge back cpufreq material for 6.11.Rafael J. Wysocki1-0/+1
2024-07-05Merge v6.10-rc6 into drm-nextDaniel Vetter2-20/+3
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 Luck3-0/+24
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/efi: Drop support for fake EFI memory mapsArd Biesheuvel1-1/+0
2024-07-01x86/alternatives, kvm: Fix a couple of CALLs without a frame pointerBorislav Petkov (AMD)1-1/+1
2024-06-29x86/cpu/intel: Drop stray FAM6 check with new Intel CPU model definesAndrew Cooper1-11/+7
2024-06-28x86: stop playing stack games in profile_pc()Linus Torvalds1-19/+1
2024-06-28x86/bugs: Add 'spectre_bhi=vmexit' cmdline optionJosh Poimboeuf1-5/+11
2024-06-27Merge back cpufreq material for v6.11.Rafael J. Wysocki1-0/+1
2024-06-25x86/vmware: Add TDX hypercall supportAlexey Makhalov1-0/+52
2024-06-25x86/vmware: Correct macro namesAlexey Makhalov1-4/+4
2024-06-25x86/vmware: Use VMware hypercall APIAlexey Makhalov1-70/+25
2024-06-25x86/vmware: Introduce VMware hypercall APIAlexey Makhalov1-8/+62
2024-06-24x86/of: Return consistent error type from x86_of_pci_irq_enable()Ilpo Järvinen1-1/+1
2024-06-24clocksource: hyper-v: Use lapic timer in a TDX VM without paravisorDexuan Cui1-1/+15
2024-06-20x86/cpufeatures: Flip the /proc/cpuinfo appearance logicBorislav Petkov (AMD)1-2/+1
2024-06-19x86/alternatives: Make FineIBT mode Kconfig selectableKees Cook1-4/+4
2024-06-19runtime constants: add x86 architecture supportLinus Torvalds1-0/+3
2024-06-19x86/resctrl: Don't try to free nonexistent RMIDsDave Martin1-1/+2
2024-06-19Merge drm/drm-next into drm-intel-nextJani Nikula69-675/+859
2024-06-17x86/sev: Allow non-VMPL0 execution when an SVSM is presentTom Lendacky1-8/+12
2024-06-17x86/sev: Extend the config-fs attestation support for an SVSMTom Lendacky1-0/+50
2024-06-17virt: sev-guest: Choose the VMPCK key based on executing VMPLTom Lendacky1-1/+2
2024-06-17x86/sev: Provide guest VMPL level to userspaceTom Lendacky1-0/+46
2024-06-17x86/sev: Provide SVSM discovery supportTom Lendacky2-0/+22
2024-06-17x86/sev: Use the SVSM to create a vCPU when not in VMPL0Tom Lendacky1-20/+54
2024-06-17x86/sev: Perform PVALIDATE using the SVSM when not at VMPL0Tom Lendacky2-20/+260