summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* x86: kprobes: Prohibit probing on instruction which has emulate prefixMasami Hiramatsu2022-05-151-0/+4
* x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resumeWanpeng Li2022-05-121-0/+13
* x86/cpu: Load microcode during restore_processor_state()Borislav Petkov2022-05-091-3/+3
* KVM: x86: fix sending PV IPILi RongQing2022-04-151-1/+1
* ACPI / x86: Work around broken XSDT on Advantech DAC-BJ01 boardMark Cilissen2022-03-281-0/+24
* x86/cpu: Add hardware-enforced cache coherency as a CPUID featureKrish Sadhukhan2022-03-161-0/+1
* x86/speculation: Warn about eIBRS + LFENCE + Unprivileged eBPF + SMTJosh Poimboeuf2022-03-111-2/+25
* x86/speculation: Warn about Spectre v2 LFENCE mitigationJosh Poimboeuf2022-03-111-0/+5
* x86/speculation: Use generic retpoline by default on AMDKim Phillips2022-03-111-9/+0
* x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-03-111-6/+29
* x86/speculation: Add eIBRS + Retpoline optionsPeter Zijlstra2022-03-111-37/+96
* x86/speculation: Rename RETPOLINE_AMD to RETPOLINE_LFENCEPeter Zijlstra (Intel)2022-03-111-11/+18
* x86,bugs: Unconditionally allow spectre_v2=retpoline,amdPeter Zijlstra2022-03-111-7/+0
* x86/speculation: Merge one test in spectre_v2_user_select_mitigation()Borislav Petkov2022-03-111-9/+4
* x86/fpu: Correct pkru/xstate inconsistencyBrian Geffon2022-03-022-8/+4
* x86/mce: Mark mce_read_aux() noinstrBorislav Petkov2022-01-271-1/+1
* x86/mce: Mark mce_end() noinstrBorislav Petkov2022-01-271-3/+11
* x86/mce: Mark mce_panic() noinstrBorislav Petkov2022-01-271-3/+12
* x86/mm: Flush global TLB when switching to trampoline page-tableJoerg Roedel2022-01-271-10/+2
* x86/mce/inject: Avoid out-of-bounds write when setting flagsZhang Zixun2022-01-271-1/+1
* x86/gpu: Reserve stolen memory for first integrated Intel GPULucas De Marchi2022-01-271-1/+9
* x86/tsc: Disable clocksource watchdog for TSC on qualified platormsFeng Tang2021-12-081-4/+24
* x86/tsc: Add a timer to make sure TSC_adjust is always checkedFeng Tang2021-12-081-0/+41
* x86/irq: Ensure PI wakeup handler is unregistered before module unloadSean Christopherson2021-11-171-1/+3
* x86/cpu: Fix migration safety with X86_BUG_NULL_SELJane Malalane2021-11-174-7/+42
* x86/resctrl: Free the ctrlval arrays when domain_setup_mon_state() failsJames Morse2021-10-201-0/+2
* x86/hpet: Use another crystalball to evaluate HPET usabilityThomas Gleixner2021-10-132-6/+81
* x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng2021-10-061-11/+2
* drivers: base: cacheinfo: Get rid of DEFINE_SMP_CALL_CACHE_FUNCTION()Thomas Gleixner2021-09-261-5/+2
* x86/resctrl: Fix a maybe-uninitialized build warning treated as errorBabu Moger2021-09-151-0/+6
* x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versionsPaul Gortmaker2021-09-121-1/+2
* x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner2021-08-261-3/+35
* x86/resctrl: Fix default monitoring groups reportingBabu Moger2021-08-181-14/+13
* x86/ioapic: Force affinity setup before startupThomas Gleixner2021-08-181-2/+4
* x86/msi: Force affinity setup before startupThomas Gleixner2021-08-181-4/+9
* x86/fpu: Limit xstate copy size in xstateregs_set()Thomas Gleixner2021-07-201-1/+1
* x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae2021-07-201-4/+20
* x86/fpu: Reset state for all signal restore failuresThomas Gleixner2021-06-231-11/+15
* x86/kvm: Disable all PV features on crashVitaly Kuznetsov2021-06-102-33/+32
* x86/kvm: Disable kvmclock on all CPUs on shutdownVitaly Kuznetsov2021-06-102-4/+2
* x86/kvm: Teardown PV features on boot CPU as wellVitaly Kuznetsov2021-06-101-16/+41
* x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner2021-06-102-0/+21
* x86/kprobes: Fix to check non boostable prefixes correctlyMasami Hiramatsu2021-05-141-5/+12
* x86/microcode: Check for offline CPUs before requesting new microcodeOtavio Pontes2021-05-141-4/+4
* x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson2021-05-111-1/+1
* ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()Rafael J. Wysocki2021-05-071-3/+2
* ACPI: tables: x86: Reserve memory occupied by ACPI tablesRafael J. Wysocki2021-05-072-18/+15
* x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessMike Galbraith2021-04-281-1/+1
* x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold2021-03-241-0/+5
* x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov2021-03-241-23/+1