summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-231-1/+1
|\
| * x86/unwind/orc: Fix unreliable stack dump with gcovChen Zhongjin2022-10-211-1/+1
* | x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctlyChang S. Bae2022-10-211-0/+9
* | ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Peter Zijlstra2022-10-201-8/+9
* | x86/ftrace: Remove ftrace_epilogue()Peter Zijlstra2022-10-201-15/+6
* | x86/resctrl: Fix min_cbm_bits for AMDBabu Moger2022-10-181-6/+2
* | x86/microcode/AMD: Apply the patch early on every logical threadBorislav Petkov2022-10-181-3/+13
* | x86/topology: Fix duplicated core ID within a packageZhang Rui2022-10-171-1/+1
* | x86/topology: Fix multiple packages shown on a single-package systemZhang Rui2022-10-171-4/+10
* | x86/fpu: Exclude dynamic states from init_fpstateChang S. Bae2022-10-171-3/+6
* | x86/fpu: Fix the init_fpstate size check with the actual sizeChang S. Bae2022-10-171-18/+6
* | x86/fpu: Configure init_fpstate attributes orderlyChang S. Bae2022-10-172-9/+5
|/
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-2/+2
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-106-1/+22
|\
| * x86: kmsan: don't instrument stack walking functionsAlexander Potapenko2022-10-032-0/+17
| * x86: kmsan: skip shadow checks in __switch_to()Alexander Potapenko2022-10-031-0/+1
| * x86: kmsan: disable instrumentation of unsupported codeAlexander Potapenko2022-10-032-0/+3
| * mm: remove rb tree.Liam R. Howlett2022-09-261-1/+0
| * mm: start tracking VMAs with maple treeLiam R. Howlett2022-09-261-0/+1
* | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-101-2/+2
|\ \
| * | smp: add set_nr_cpu_ids()Yury Norov2022-09-191-2/+2
| |/
* | Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-10-101-2/+0
|\ \
| * | x86: kprobes: Remove unused macro stack_addrChen Zhongjin2022-09-271-2/+0
* | | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-5/+5
|\ \ \
| * | | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-5/+5
| |/ /
* | | Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+1
|\ \ \
| * | | Merge branch 'v6.0-rc7'Peter Zijlstra2022-09-295-26/+65
| |\| |
| * | | x86/cpufeatures: Add LbrExtV2 feature bitSandipan Das2022-08-271-0/+1
* | | | Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-2/+1
|\ \ \ \
| * | | | sgx: use ->f_mapping...Al Viro2022-09-011-2/+1
* | | | | Merge tag 'x86_cleanups_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-10-043-3/+3
|\ \ \ \ \
| * | | | | x86/cpu: Include the header of init_ia32_feat_ctl()'s prototypeLuciano Leão2022-09-261-1/+1
| * | | | | x86: Fix various duplicate-word comment typosJason Wang2022-08-152-2/+2
| |/ / / /
* | | | | Merge tag 'x86_cache_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-10-046-261/+454
|\ \ \ \ \
| * | | | | x86/resctrl: Make resctrl_arch_rmid_read() return values in bytesJames Morse2022-09-233-19/+15
| * | | | | x86/resctrl: Add resctrl_rmid_realloc_limit to abstract x86's boot_cpu_dataJames Morse2022-09-232-3/+8
| * | | | | x86/resctrl: Rename and change the units of resctrl_cqm_thresholdJames Morse2022-09-233-25/+28
| * | | | | x86/resctrl: Move get_corrected_mbm_count() into resctrl_arch_rmid_read()James Morse2022-09-232-6/+6
| * | | | | x86/resctrl: Move mbm_overflow_count() into resctrl_arch_rmid_read()James Morse2022-09-232-17/+20
| * | | | | x86/resctrl: Pass the required parameters into resctrl_arch_rmid_read()James Morse2022-09-231-14/+17
| * | | | | x86/resctrl: Abstract __rmid_read()James Morse2022-09-233-25/+42
| * | | | | x86/resctrl: Allow per-rmid arch private storage to be resetJames Morse2022-09-232-14/+39
| * | | | | x86/resctrl: Add per-rmid arch private storage for overflow and chunksJames Morse2022-09-222-0/+49
| * | | | | x86/resctrl: Calculate bandwidth from the previous __mon_event_count() chunksJames Morse2022-09-222-11/+18
| * | | | | x86/resctrl: Allow update_mba_bw() to update controls directlyJames Morse2022-09-224-11/+26
| * | | | | x86/resctrl: Remove architecture copy of mbps_valJames Morse2022-09-223-22/+5
| * | | | | x86/resctrl: Switch over to the resctrl mbps_val listJames Morse2022-09-223-29/+52
| * | | | | x86/resctrl: Create mba_sc configuration in the rdt_domainJames Morse2022-09-222-1/+39
| * | | | | x86/resctrl: Abstract and use supports_mba_mbps()James Morse2022-09-221-5/+14