summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86/asm: Provide ALTERNATIVE_3Peter Zijlstra2022-10-171-3/+30
* x86/returnthunk: Allow different return thunksPeter Zijlstra2022-10-171-0/+6
* x86/modules: Add call patchingThomas Gleixner2022-10-171-0/+5
* x86/callthunks: Add call patching for call depth trackingThomas Gleixner2022-10-171-0/+12
* x86/paravirt: Make struct paravirt_call_site unconditionally availableThomas Gleixner2022-10-172-10/+14
* x86/alternatives: Provide text_poke_copy_locked()Thomas Gleixner2022-10-171-0/+1
* x86/retbleed: Add X86_FEATURE_CALL_DEPTHThomas Gleixner2022-10-172-1/+9
* x86/Kconfig: Introduce function paddingThomas Gleixner2022-10-171-3/+48
* x86/softirq: Move softirq pending next to current taskThomas Gleixner2022-10-172-1/+3
* x86/percpu: Move irq_stack variables next to current_taskThomas Gleixner2022-10-173-10/+12
* x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner2022-10-172-3/+2
* x86/percpu: Move cpu_number next to current_taskThomas Gleixner2022-10-172-7/+6
* x86/percpu: Move preempt_count next to current_taskThomas Gleixner2022-10-172-13/+15
* x86: Put hot per CPU variables into a structThomas Gleixner2022-10-171-3/+16
* x86/paravirt: Properly align PV functionsThomas Gleixner2022-10-172-1/+2
* x86/asm: Differentiate between code and function alignmentThomas Gleixner2022-10-171-5/+9
* arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra2022-10-171-3/+1
* x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner2022-10-171-1/+1
* x86/cpu: Remove segment load from switch_to_new_gdt()Thomas Gleixner2022-10-171-1/+0
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-3/+0
|\
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-3/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-10-112-7/+7
|\ \
| * | kvm: vmx: keep constant definition format consistentPeng Hao2022-09-301-1/+1
| * | kvm: mmu: fix typos in struct kvm_archPeng Hao2022-09-301-6/+6
| * | Merge tag 'kvm-x86-6.1-2' of https://github.com/sean-jc/linux into HEADPaolo Bonzini2022-09-303-21/+42
| |\ \
* | \ \ Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-109-24/+197
|\ \ \ \
| * | | | x86: kmsan: handle CPU entry areaAlexander Potapenko2022-10-031-0/+32
| * | | | x86: kmsan: enable KMSAN builds for x86Alexander Potapenko2022-10-031-0/+55
| * | | | x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSANAlexander Potapenko2022-10-031-6/+10
| * | | | x86: kmsan: use __msan_ string functions where possible.Alexander Potapenko2022-10-031-2/+21
| * | | | mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko2022-10-031-0/+7
| * | | | x86: kmsan: pgtable: reduce vmalloc spaceAlexander Potapenko2022-10-031-1/+46
| * | | | x86: asm: instrument usercopy in get_user() and put_user()Alexander Potapenko2022-10-031-7/+15
| * | | | x86: add missing include to sparsemem.hDmitry Vyukov2022-10-031-0/+2
| * | | | mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao2022-09-261-1/+2
| * | | | mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao2022-09-261-3/+3
| * | | | mm/x86: use SWP_TYPE_BITS in 3-level swap macrosPeter Xu2022-09-261-4/+4
| | |_|/ | |/| |
* | | | Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-10-102-3/+0
|\ \ \ \
| * | | | x86/kprobes: Remove unused arch_kprobe_override_function() declarationGaosheng Cui2022-09-261-2/+0
| * | | | x86/ftrace: Remove unused modifying_ftrace_code declarationGaosheng Cui2022-09-261-1/+0
| | |/ / | |/| |
* | | | Merge tag 'locking-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-101-6/+7
|\ \ \ \
| * \ \ \ Merge tag 'v6.0-rc6' into locking/core, to refresh the branchIngo Molnar2022-09-2136-243/+355
| |\ \ \ \
| * | | | | locking: Add __lockfunc to slow path functionsNamhyung Kim2022-08-191-6/+7
* | | | | | Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-105-6/+25
|\ \ \ \ \ \
| * | | | | | perf/x86/amd: Add IBS OP_DATA2 DataSrc bit definitionsRavi Bangoria2022-09-291-0/+16
| * | | | | | Merge branch 'v6.0-rc7'Peter Zijlstra2022-09-297-45/+80
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | perf/hw_breakpoint: Optimize constant number of breakpoint slotsMarco Elver2022-08-301-4/+1
| * | | | | | perf/x86/amd/lbr: Add LbrExtV2 branch record supportSandipan Das2022-08-271-0/+5
| * | | | | | perf/x86/amd/lbr: Detect LbrExtV2 supportSandipan Das2022-08-271-1/+2
| * | | | | | x86/cpufeatures: Add LbrExtV2 feature bitSandipan Das2022-08-271-1/+1