aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-12-26x86/amd_nb: Add AMD Family 19h Models (10h-1Fh) and (A0h-AFh) PCI IDsYazen Ghannam1-0/+5
2021-12-22x86/mtrr: Remove the mtrr_bp_init() stubChristoph Hellwig1-1/+6
2021-12-22x86/MCE/AMD, EDAC/mce_amd: Support non-uniform MCA bank type enumerationYazen Ghannam1-24/+35
2021-12-22x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank typesYazen Ghannam1-5/+16
2021-12-22x86/mm: Prevent early boot triple-faults with instrumentationBorislav Petkov2-3/+15
2021-12-21um, x86: bury crypto_tfm_ctx_offsetAl Viro1-3/+0
2021-12-20hyper-v: Enable swiotlb bounce buffer for Isolation VMTianyu Lan1-1/+14
2021-12-20x86/hyper-v: Add hyperv Isolation VM check in the cc_platform_has()Tianyu Lan1-0/+8
2021-12-20drm/i915/adl-n: Enable ADL-N platformTejas Upadhyay1-0/+1
2021-12-20x86/mce: Check regs before accessing itBorislav Petkov1-1/+4
2021-12-17Merge tag 'drm-intel-next-2021-12-14' of ssh://git.freedesktop.org/git/drm/drm-intel into drm-nextDave Airlie1-0/+1
2021-12-16x86/apic/msi: Use PCI device MSI propertyThomas Gleixner1-4/+1
2021-12-16rtc: Check return value from mc146818_get_time()Mateusz Jończyk1-2/+6
2021-12-15x86/boot: Move EFI range reservation after cmdline parsingMike Rapoport1-3/+3
2021-12-15Revert "x86/boot: Pull up cmdline preparation and early param parsing"Borislav Petkov1-39/+27
2021-12-15Revert "x86/boot: Mark prepare_command_line() __init"Borislav Petkov1-1/+1
2021-12-14Merge branch 'irq/urgent' into irq/msiThomas Gleixner1-0/+14
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-2/+2
2021-12-13x86/mce: Mark mce_start() noinstrBorislav Petkov1-6/+14
2021-12-13x86/mce: Mark mce_timed_out() noinstrBorislav Petkov1-3/+13
2021-12-13x86/mce: Move the tainting outside of the noinstr regionBorislav Petkov1-15/+26
2021-12-13x86/mce: Mark mce_read_aux() noinstrBorislav Petkov1-1/+1
2021-12-13x86/mce: Mark mce_end() noinstrBorislav Petkov1-3/+11
2021-12-13x86/mce: Mark mce_panic() noinstrBorislav Petkov1-3/+12
2021-12-13x86/mce: Prevent severity computation from being instrumentedBorislav Petkov1-9/+21
2021-12-13x86/mce: Allow instrumentation during task work queueingBorislav Petkov1-0/+11
2021-12-13x86/mce: Remove noinstr annotation from mce_setup()Borislav Petkov1-6/+20
2021-12-13x86/mce: Use mce_rdmsrl() in severity checking codeBorislav Petkov3-6/+6
2021-12-13x86/mce: Remove function-local cpus variablesBorislav Petkov1-6/+2
2021-12-13x86/mce: Do not use memset to clear the banks bitmapsBorislav Petkov1-3/+2
2021-12-11x86: Remove .fixup sectionPeter Zijlstra1-1/+0
2021-12-11x86/sgx: Remove .fixup usagePeter Zijlstra1-31/+5
2021-12-11x86/fpu: Remove .fixup usagePeter Zijlstra2-10/+2
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra1-1/+1
2021-12-09x86/resctrl: Remove redundant assignment to variable chunksColin Ian King1-1/+1
2021-12-09x86/sgx: Add an attribute for the amount of SGX memory in a NUMA nodeJarkko Sakkinen2-0/+21
2021-12-09x86: Add straight-line-speculation mitigationPeter Zijlstra2-3/+4
2021-12-09PCI/MSI: Make arch_restore_msi_irqs() less horrible.Thomas Gleixner2-12/+6
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner1-1/+1
2021-12-09x86/alternative: Relax text_poke_bp() constraintPeter Zijlstra1-15/+34
2021-12-08sched,x86: Don't use cluster topology for x86 hybrid CPUsPeter Zijlstra1-0/+14
2021-12-08drm/i915/rpl-s: Add PCI IDS for Raptor Lake SAnusha Srivatsa1-0/+1
2021-12-08x86: Prepare inline-asm for straight-line-speculationPeter Zijlstra3-4/+4
2021-12-08x86/sev: Use CC_ATTR attribute to generalize string I/O unrollKuppuswamy Sathyanarayanan1-0/+8
2021-12-08PM: hibernate: Allow ACPI hardware signature to be honouredDavid Woodhouse1-1/+3
2021-12-08x86: Prepare asm files for straight-line-speculationPeter Zijlstra9-25/+25
2021-12-08x86/mce/inject: Set the valid bit in MCA_STATUS before error injectionSmita Koralahalli1-0/+2
2021-12-08x86/mce/inject: Check if a bank is populated before injectingSmita Koralahalli1-1/+41
2021-12-06x86/mm: Flush global TLB when switching to trampoline page-tableJoerg Roedel1-10/+2
2021-12-06x86/mm/64: Flush global TLB on boot and AP bringupJoerg Roedel2-1/+20