summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)Author
2020-08-26x86/resctrl: Enumerate per-thread MBA controlsFenghua Yu
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
2020-08-18x86/resctrl: Remove struct rdt_membw::max_delayJames Morse
2020-08-18x86/resctrl: Remove unused struct mbm_state::chunks_bwJames Morse
2020-08-15Merge tag 'x86-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-11x86/hyperv: Make hv_setup_sched_clock inlineMichael Kelley
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2020-08-07x86/bugs/multihit: Fix mitigation reporting when VMX is not in usePawan Gupta
2020-08-07x86/acrn: Remove redundant chars from ACRN signatureShuo Liu
2020-08-07x86/acrn: Allow ACRN guest to use X2APIC modeShuo Liu
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterlocking-urgent-2020-08-10Peter Zijlstra
2020-08-04Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-08-04Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-08-03Merge tag 'ras-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-08-03Merge tag 'x86-microcode-2020-08-03' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-07-27x86/cpu: Relocate sync_core() to sync_core.hRicardo Neri
2020-07-25x86/split_lock: Enable the split lock feature on Sapphire Rapids and Alder La...Fenghua Yu
2020-07-25Merge tag 'v5.8-rc6' into x86/cpu, to refresh the branch before adding new co...Ingo Molnar
2020-07-24x86/entry: Cleanup idtentry_entry/exit_userThomas Gleixner
2020-07-24x86: Correct noinstr qualifiersIra Weiny
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada
2020-07-05Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-04x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski
2020-06-30x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelistedSean Christopherson
2020-06-28Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-26Merge branch 'linus' into x86/entry, to resolve conflictsx86_entry_for_5.8Ingo Molnar
2020-06-23x86/mce, EDAC/mce_amd: Print PPIN in machine check recordsras-core-2020-08-03Smita Koralahalli
2020-06-22KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson
2020-06-18x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2Andi Kleen
2020-06-18x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bitAndy Lutomirski
2020-06-18x86/speculation/swapgs: Check FSGSBASE in enabling SWAPGS mitigationTony Luck
2020-06-18x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASEAndy Lutomirski
2020-06-18x86/mce/dev-mcelog: Use struct_size() helper in kzalloc()Gustavo A. R. Silva
2020-06-18x86/cpu: Use pinning mask for CR4 bits needing to be 0Kees Cook
2020-06-17x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter
2020-06-16x86/speculation: Merge one test in spectre_v2_user_select_mitigation()Borislav Petkov
2020-06-15x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeupSean Christopherson
2020-06-15x86/entry, cpumask: Provide non-instrumented variant of cpu_is_offline()Peter Zijlstra
2020-06-15x86/mce/inject: Fix a wrong assignment of i_mce.statusZhenzhong Duan
2020-06-15x86/microcode: Do not select FW_LOADERx86-microcode-2020-08-03Herbert Xu
2020-06-15x86/resctrl: Fix memory bandwidth counter width for AMDBabu Moger
2020-06-13Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds