summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | x86/resctrl: Remove set_mba_sc()s control array re-initialisationJames Morse2022-09-221-7/+3
| * | | | | x86/resctrl: Add domain offline callback for resctrl workJames Morse2022-09-223-30/+43
| * | | | | x86/resctrl: Group struct rdt_hw_domain cleanupJames Morse2022-09-221-7/+10
| * | | | | x86/resctrl: Add domain online callback for resctrl workJames Morse2022-09-223-54/+66
| * | | | | x86/resctrl: Merge mon_capable and mon_enabledJames Morse2022-09-223-9/+4
| * | | | | x86/resctrl: Kill off alloc_enabledJames Morse2022-09-224-12/+4
| * | | | | x86/resctrl: Fix to restore to original value when re-enabling hardware prefe...Kohei Tarumizu2022-08-311-3/+9
| | |_|_|/ | |/| | |
* | | | | Merge tag 'x86_microcode_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-043-27/+5
|\ \ \ \ \
| * | | | | x86/microcode/AMD: Track patch allocation size explicitlyKees Cook2022-09-231-1/+2
| * | | | | x86/microcode: Print previous version of microcode after reloadAshok Raj2022-09-021-2/+3
| * | | | | x86/microcode: Remove ->request_microcode_user()Borislav Petkov2022-08-262-24/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'x86_misc_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-041-1/+1
|\ \ \ \ \