summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)Author
2020-10-17task_work: cleanup notification modesJens Axboe
2020-10-15Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-14Drivers: hv: vmbus: Add parsing of VMbus interrupt in ACPI DSDTMichael Kelley
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-13Merge tag 'x86_asm_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-12Merge tag 'x86-hyperv-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-12Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'x86_cache_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-10-12Merge tag 'x86_cleanups_for_v5.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-10-12Merge tag 'x86_fpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-12Merge tag 'x86_pasid_for_5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-12Merge tag 'x86_cpu_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-12Merge tag 'ras_updates_for_v5.10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-07x86/mce: Decode a kernel instruction to determine if it is copying from userTony Luck
2020-10-07x86/mce: Recover from poison found while copying from user spaceTony Luck
2020-10-07x86/mce: Provide method to find out the type of an exception handlerTony Luck
2020-10-07x86/mce: Pass pointer to saved pt_regs to severity calculation routinesYouquan Song
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-10-01x86/asm: Replace __force_order with a memory clobberArvind Sankar
2020-09-30x86/mce: Use idtentry_nmi_enter/exit()Thomas Gleixner
2020-09-30x86/mce: Drop AMD-specific "DEFERRED" case from Intel severity rule listTony Luck
2020-09-30x86/mce: Add Skylake quirk for patrol scrub reported errorsBorislav Petkov
2020-09-28x86/hyperv: Remove aliases with X64 in their nameJoseph Salisbury
2020-09-27x86/hyperv: Remove aliases with X64 in their nameJoseph Salisbury
2020-09-22x86/fpu: Handle FPU-related and clearcpuid command line arguments earlierMike Hommey
2020-09-18x86/mce: Annotate mce_rd/wrmsrl() with noinstrBorislav Petkov
2020-09-18x86/cpu: Add hardware-enforced cache coherency as a CPUID featureKrish Sadhukhan
2020-09-17x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructionsFenghua Yu
2020-09-15x86/mce/dev-mcelog: Do not update kflags on AMD systemsSmita Koralahalli
2020-09-14x86/mce: Stop mce_reign() from re-computing severity for every CPUTony Luck
2020-09-11x86/cpu/centaur: Add Centaur family >=7 CPUs initialization supportTony W Wang-oc
2020-09-11x86/cpu/centaur: Replace two-condition switch-case with an if statementTony W Wang-oc
2020-09-11x86/mce: Make mce_rdmsrl() panic on an inaccessible MSRBorislav Petkov
2020-09-09x86/smpboot: Load TSS and getcpu GDT entry before loading IDTJoerg Roedel
2020-09-09x86/vmware: Add VMware-specific handling for VMMCALL under SEV-ESDoug Covelli
2020-09-09x86/sev-es: Allocate and map an IST stack for #VC handlerJoerg Roedel
2020-09-07x86/cpufeatures: Add SEV-ES CPU featureTom Lendacky
2020-09-05x86/resctrl: Fix spelling in user-visible warning messagesColin Ian King
2020-08-26x86/mce: Delay clearing IA32_MCG_STATUS to the end of do_machine_check()Tony Luck
2020-08-26x86/resctrl: Enable user to view thread or core throttling modeFenghua Yu
2020-08-26x86/resctrl: Enumerate per-thread MBA controlsFenghua Yu
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20x86/MCE/AMD, EDAC/mce_amd: Remove struct smca_hwid.xec_bitmapYazen Ghannam
2020-08-19cacheinfo: Move resctrl's get_cache_id() to the cacheinfo header fileJames Morse
2020-08-19x86/resctrl: Add struct rdt_cache::arch_has_{sparse, empty}_bitmapsJames Morse
2020-08-19x86/resctrl: Merge AMD/Intel parse_bw() callsJames Morse
2020-08-19x86/resctrl: Add struct rdt_membw::arch_needs_linear to explain AMD/Intel MBA...James Morse
2020-08-19x86/resctrl: Use is_closid_match() in more placesJames Morse
2020-08-18x86/resctrl: Use container_of() in delayed_work handlersJames Morse
2020-08-18x86/resctrl: Fix stale commentJames Morse