aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-23x86/resctrl: Make resctrl_arch_rmid_read() return values in bytesJames Morse3-19/+15
2022-09-23x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_dataJames Morse2-3/+8
2022-09-23x86/resctrl: Rename and change the units of resctrl_cqm_thresholdJames Morse4-25/+37
2022-09-23x86/resctrl: Move get_corrected_mbm_count() into resctrl_arch_rmid_read()James Morse2-6/+6
2022-09-23x86/resctrl: Move mbm_overflow_count() into resctrl_arch_rmid_read()James Morse2-17/+20
2022-09-23x86/resctrl: Pass the required parameters into resctrl_arch_rmid_read()James Morse1-14/+17
2022-09-23x86/resctrl: Abstract __rmid_read()James Morse3-25/+42
2022-09-23x86/microcode/AMD: Track patch allocation size explicitlyKees Cook2-1/+3
2022-09-23x86/resctrl: Allow per-rmid arch private storage to be resetJames Morse2-14/+39
2022-09-22KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabledSean Christopherson2-0/+4
2022-09-22KVM: x86: Always enable legacy FP/SSE in allowed user XFEATURESDr. David Alan Gilbert1-1/+7
2022-09-22KVM: x86: Reinstate kvm_vcpu_arch.guest_supported_xcr0Sean Christopherson3-10/+5
2022-09-22KVM: x86/mmu: add missing update to max_mmu_rmap_sizeMiaohe Lin1-0/+2
2022-09-22x86/resctrl: Add per-rmid arch private storage for overflow and chunksJames Morse2-0/+49
2022-09-22x86/resctrl: Calculate bandwidth from the previous __mon_event_count() chunksJames Morse2-11/+18
2022-09-22x86/resctrl: Allow update_mba_bw() to update controls directlyJames Morse4-11/+26
2022-09-22x86/resctrl: Remove architecture copy of mbps_valJames Morse3-22/+5
2022-09-22x86/resctrl: Switch over to the resctrl mbps_val listJames Morse3-29/+52
2022-09-22x86/resctrl: Create mba_sc configuration in the rdt_domainJames Morse2-1/+39
2022-09-22x86/resctrl: Abstract and use supports_mba_mbps()James Morse1-5/+14
2022-09-22x86/resctrl: Remove set_mba_sc()s control array re-initialisationJames Morse1-7/+3
2022-09-22x86/resctrl: Add domain offline callback for resctrl workJames Morse3-30/+43
2022-09-22x86/resctrl: Group struct rdt_hw_domain cleanupJames Morse1-7/+10
2022-09-22x86/resctrl: Add domain online callback for resctrl workJames Morse3-54/+66
2022-09-22x86/resctrl: Merge mon_capable and mon_enabledJames Morse3-9/+4
2022-09-22x86/resctrl: Kill off alloc_enabledJames Morse4-12/+4
2022-09-21x86/paravirt: Ensure proper alignmentThomas Gleixner2-0/+2
2022-09-21x86/mm/32: Fix W^X detection when page tables do not support NXDave Hansen1-1/+2
2022-09-21Merge tag 'v6.0-rc6' into locking/core, to refresh the branchIngo Molnar159-2501/+6003
2022-09-21arch: um: Mark the stack non-executable to fix a binutils warningDavid Gow1-1/+1
2022-09-20x86/dumpstack: Don't mention RIP in "Code: "Jiri Slaby1-1/+1
2022-09-20x86/asm/bitops: Use __builtin_ctzl() to evaluate constant expressionsVincent Mailhol1-9/+19
2022-09-20x86/asm/bitops: Use __builtin_ffs() to evaluate constant expressionsVincent Mailhol1-12/+14
2022-09-19smp: add set_nr_cpu_ids()Yury Norov2-3/+3
2022-09-19um: Cleanup compiler warning in arch/x86/um/tls_32.cLukas Straub1-6/+0
2022-09-19um: Cleanup syscall_handler_t cast in syscalls_32.hLukas Straub1-3/+2
2022-09-16bpf: Move bpf_dispatcher function out of ftrace locationsJiri Olsa1-0/+1
2022-09-15x86,retpoline: Be sure to emit INT3 after JMP *%\regPeter Zijlstra2-1/+12
2022-09-13perf: Kill __PERF_SAMPLE_CALLCHAIN_EARLYNamhyung Kim2-13/+0
2022-09-13perf: Use sample_flags for callchainNamhyung Kim2-3/+9
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang1-3/+0
2022-09-11x86/mm: disable instrumentations of mm/pgprot.cNaohiro Aota1-0/+3
2022-09-09Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-2/+2
2022-09-08x86/sgx: Handle VA page allocation failure for EAUG on PF.Haitao Huang1-1/+4
2022-09-08x86/sgx: Do not fail on incomplete sanitization on premature stop of ksgxdJarkko Sakkinen1-6/+9
2022-09-08EDAC/i10nm: Add driver decoder for Ice Lake and Tremont CPUsYouquan Song1-0/+1
2022-09-07perf/x86/intel: Optimize FIXED_CTR_CTRL accessKan Liang2-9/+17
2022-09-07perf/x86/p4: Remove perfctr_second_write quirkPeter Zijlstra3-22/+29
2022-09-07perf/x86/intel: Remove x86_pmu::update_topdown_eventPeter Zijlstra2-11/+12
2022-09-07perf/x86/intel: Remove x86_pmu::set_topdown_event_periodPeter Zijlstra2-7/+10