aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2022-09-23x86/resctrl: Make resctrl_arch_rmid_read() return values in bytesJames Morse
2022-09-23x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_dataJames Morse
2022-09-23x86/resctrl: Rename and change the units of resctrl_cqm_thresholdJames Morse
2022-09-23x86/resctrl: Move get_corrected_mbm_count() into resctrl_arch_rmid_read()James Morse
2022-09-23x86/resctrl: Move mbm_overflow_count() into resctrl_arch_rmid_read()James Morse
2022-09-23x86/resctrl: Pass the required parameters into resctrl_arch_rmid_read()James Morse
2022-09-23x86/resctrl: Abstract __rmid_read()James Morse
2022-09-23x86/resctrl: Allow per-rmid arch private storage to be resetJames Morse
2022-09-22x86/resctrl: Add per-rmid arch private storage for overflow and chunksJames Morse
2022-09-22x86/resctrl: Calculate bandwidth from the previous __mon_event_count() chunksJames Morse
2022-09-22x86/resctrl: Allow update_mba_bw() to update controls directlyJames Morse
2022-09-22x86/resctrl: Remove architecture copy of mbps_valJames Morse
2022-09-22x86/resctrl: Switch over to the resctrl mbps_val listJames Morse
2022-09-22x86/resctrl: Create mba_sc configuration in the rdt_domainJames Morse
2022-09-22x86/resctrl: Abstract and use supports_mba_mbps()James Morse
2022-09-22x86/resctrl: Remove set_mba_sc()s control array re-initialisationJames Morse
2022-09-22x86/resctrl: Add domain offline callback for resctrl workJames Morse
2022-09-22x86/resctrl: Group struct rdt_hw_domain cleanupJames Morse
2022-09-22x86/resctrl: Add domain online callback for resctrl workJames Morse
2022-09-22x86/resctrl: Merge mon_capable and mon_enabledJames Morse
2022-09-22x86/resctrl: Kill off alloc_enabledJames Morse
2022-08-31x86/resctrl: Fix to restore to original value when re-enabling hardware prefe...Kohei Tarumizu
2022-08-28Merge tag 'x86-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-08-28Merge tag 'perf-urgent-2022-08-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-27Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-08-27perf/x86/intel/uncore: Fix broken read_counter() for SNB IMC PMUStephane Eranian
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka
2022-08-25x86/sev: Mark snp_abort() noreturnBorislav Petkov
2022-08-25xen: x86: remove setting the obsolete config XEN_MAX_DOMAIN_MEMORYLukas Bulwahn
2022-08-24x86/sev: Don't use cc_platform_has() for early SEV-SNP callsTom Lendacky
2022-08-24x86/boot: Don't propagate uninitialized boot_params->cc_blob_addressMichael Roth
2022-08-23x86/cpu: Add new Raptor Lake CPU model numberTony Luck
2022-08-21Merge tag 'perf-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers
2022-08-21x86/unwind/orc: Unwind ftrace trampolines with correct ORC entryChen Zhongjin
2022-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-08-19perf/x86/intel: Fix pebs event constraints for ADLKan Liang
2022-08-19perf/x86/intel/ds: Fix precise store latency handlingStephane Eranian
2022-08-19perf/x86/core: Set pebs_capable and PMU_FL_PEBS_ALL for the BaselinePeter Zijlstra
2022-08-19perf/x86/lbr: Enable the branch type for the Arch LBR by defaultKan Liang
2022-08-19x86/mm: Use proper mask when setting PUD mappingAaron Lu
2022-08-19x86/nospec: Fix i386 RSB stuffingPeter Zijlstra
2022-08-19x86/nospec: Unwreck the RSB stuffingPeter Zijlstra
2022-08-19x86/kvm: Fix "missing ENDBR" BUG for fastop functionsJosh Poimboeuf
2022-08-19x86/kvm: Simplify FOP_SETCC()Josh Poimboeuf
2022-08-19x86/ibt, objtool: Add IBT_NOSEAL()Josh Poimboeuf
2022-08-19KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng
2022-08-19KVM: Rename KVM_PRIVATE_MEM_SLOTS to KVM_INTERNAL_MEM_SLOTSChao Peng
2022-08-18x86/bugs: Add "unknown" reporting for MMIO Stale DataPawan Gupta
2022-08-16x86: simplify load_unaligned_zeropad() implementationLinus Torvalds