aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2024-08-06x86/traps: Enable UBSAN traps on x86Gatlin Newhouse2-5/+66
2024-08-05perf/x86/intel/bts: Fix comment about default perf_event_paranoid settingJames Clark1-3/+0
2024-08-05perf/x86/intel/uncore: Use D0:F0 as a default deviceZhenyu Wang1-0/+4
2024-08-05perf/x86/intel/uncore: Add LNL uncore iMC freerunning supportZhenyu Wang1-0/+1
2024-08-05perf/x86/intel/uncore: Add Lunar Lake supportKan Liang3-0/+141
2024-08-05perf/x86/intel/uncore: Factor out common MMIO init and ops functionsKan Liang1-17/+30
2024-08-05perf/x86/intel/uncore: Add Arrow Lake supportKan Liang1-0/+3
2024-08-05x86/mm/ident_map: Use gbpages only where full GB page should be mapped.Steve Wahl1-5/+18
2024-08-05x86/kexec: Add EFI config table identity mapping for kexec kernelTao Liu1-0/+27
2024-08-04Merge tag 'x86-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-17/+36
2024-08-04Merge tag 'perf-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-12/+15
2024-08-02x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequencyMichael Kelley1-0/+1
2024-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-20/+24
2024-08-02x86/tsc: Check for sockets instead of CPUs to make code match commentPaul E. McKenney1-1/+1
2024-08-02Merge branch 'kvm-fixes' into HEADPaolo Bonzini7-20/+24
2024-08-02clockevents/drivers/i8253: Fix stop sequence for timer 0David Woodhouse1-11/+0
2024-08-02x86/i8253: Disable PIT timer 0 when not in useDavid Woodhouse1-2/+9
2024-08-02uretprobe: change syscall number, againArnd Bergmann1-1/+1
2024-08-02x86/pkeys: Restore altstack access in sigreturn()Aruna Ramakrishna1-3/+3
2024-08-02x86/pkeys: Update PKRU to enable all pkeys before XSAVEAruna Ramakrishna2-4/+19
2024-08-02x86/pkeys: Add helper functions to update PKRU on the sigframeAruna Ramakrishna4-0/+43
2024-08-02x86/pkeys: Add PKRU as a parameter in signal handling functionsAruna Ramakrishna3-5/+6
2024-08-02Merge branch 'linus' into x86/mmThomas Gleixner237-10378/+12376
2024-08-02perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko1-0/+63
2024-08-01x86/uaccess: Zero the 8-byte get_range case on failure on 32-bitDavid Gow1-1/+3
2024-08-01KVM: x86/mmu: fix determination of max NPT mapping level for private pagesAckerley Tng1-1/+1
2024-08-01x86/mce: Use mce_prep_record() helpers for apei_smca_report_x86_error()Yazen Ghannam1-8/+8
2024-08-01x86/mce: Define mce_prep_record() helpers for common and per-CPU fieldsYazen Ghannam2-11/+25
2024-08-01x86/mce: Rename mce_setup() to mce_prep_record()Yazen Ghannam4-7/+7
2024-08-01x86/mm: Fix pti_clone_entry_text() for i386Peter Zijlstra1-1/+1
2024-08-01x86/mm: Fix pti_clone_pgtable() alignment assumptionPeter Zijlstra1-3/+3
2024-07-31x86/setup: Parse the builtin command line before mergingBorislav Petkov (AMD)3-8/+23
2024-07-31x86/tsc: Use topology_max_packages() to get package numberFeng Tang1-5/+3
2024-07-31perf/x86: Fix smp_processor_id()-in-preemptible warningsLi Huafei1-10/+12
2024-07-30x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 rangePerry Yuan1-1/+1
2024-07-30x86/bugs: Add a separate config for GDSBreno Leitao2-1/+12
2024-07-30x86/bugs: Remove GDS Force Kconfig optionBreno Leitao2-23/+0
2024-07-30x86/bugs: Add a separate config for SSBBreno Leitao2-4/+16
2024-07-30x86/bugs: Add a separate config for Spectre V2Breno Leitao2-4/+17
2024-07-30x86/bugs: Add a separate config for SRBDSBreno Leitao2-1/+16
2024-07-30x86/bugs: Add a separate config for Spectre v1Breno Leitao2-1/+12
2024-07-30x86/bugs: Add a separate config for RETBLEEDBreno Leitao2-1/+14
2024-07-30x86/bugs: Add a separate config for L1TFBreno Leitao2-1/+12
2024-07-30x86/bugs: Add a separate config for MMIO Stable DataBreno Leitao2-1/+14
2024-07-30x86/bugs: Add a separate config for TAABreno Leitao2-1/+13
2024-07-30x86/bugs: Add a separate config for MDSBreno Leitao2-1/+11
2024-07-30x86/sev: Fix __reserved field in sev_configPavan Kumar Paluri1-1/+1
2024-07-30x86/microcode/AMD: Fix a -Wsometimes-uninitialized clang false positiveBorislav Petkov (AMD)1-1/+1
2024-07-29bpf, x64: Fix tailcall hierarchyLeon Hwang1-28/+79
2024-07-29x86/aperfmperf: Fix deadlock on cpu_hotplug_lockJonathan Cameron1-2/+4