summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86/ioapic: Ignore IRQ2 againThomas Gleixner2021-03-241-0/+10
* x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2Josh Poimboeuf2021-03-171-6/+6
* x86/build: Treat R_386_PLT32 relocation as R_386_PC32Fangrui Song2021-03-071-0/+1
* x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirkHeiner Kallweit2021-03-071-0/+9
* x86/reboot: Force all cpus to exit VMX root if VMX is supportedSean Christopherson2021-03-041-19/+10
* x86/apic: Add extra serialization for non-serializing MSRsDave Hansen2021-02-103-5/+14
* x86/cpu/amd: Set __max_die_per_package on AMDYazen Ghannam2021-01-271-2/+2
* x86/topology: Make __max_die_per_package available unconditionallyBorislav Petkov2021-01-271-1/+1
* x86/fpu: Add kernel_fpu_begin_mask() to selectively initialize stateAndy Lutomirski2021-01-271-4/+5
* x86/resctrl: Don't move a task to the same resource groupFenghua Yu2021-01-171-0/+7
* x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu2021-01-171-65/+43
* x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2021-01-173-5/+8
* x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang2021-01-121-3/+3
* x86/CPU/AMD: Save AMD NodeId as cpu_die_idYazen Ghannam2020-12-303-15/+13
* x86/kprobes: Restore BTF if the single-stepping is cancelledMasami Hiramatsu2020-12-301-0/+5
* x86/apic: Fix x2apic enablement without interrupt remappingDavid Woodhouse2020-12-302-6/+17
* x86/resctrl: Fix incorrect local bandwidth when mba_sc is enabledXiaochen Shen2020-12-211-4/+2
* x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse2020-12-212-4/+1
* x86/apic/vector: Fix ordering in vector assignmentThomas Gleixner2020-12-161-10/+14
* x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu2020-12-111-4/+6
* x86/resctrl: Add necessary kernfs_put() calls to prevent refcount leakXiaochen Shen2020-12-021-7/+25
* x86/resctrl: Remove superfluous kernfs_get() calls to prevent refcount leakXiaochen Shen2020-12-021-33/+2
* x86/speculation: Fix prctl() when spectre_v2_user={seccomp,prctl},ibpbAnand K Mistry2020-12-021-2/+2
* x86/mce: Do not overwrite no_way_out if mce_end() failsGabriele Paoloni2020-12-021-2/+4
* x86/microcode/intel: Check patch signature before saving microcode for early ...Chen Yu2020-11-241-53/+10
* iommu/vt-d: Avoid panic if iommu init fails in tboot systemZhenzhong Duan2020-11-241-3/+0
* x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry2020-11-181-19/+33
* x86/kexec: Use up-to-dated screen_info copy to fill boot paramsKairui Song2020-11-101-2/+1