summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo2023-01-061-0/+8
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-176-25/+7
|\
| * x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin2022-12-152-2/+2
| * mm: Introduce set_memory_rox()Peter Zijlstra2022-12-152-10/+4
| * x86/ftrace: Remove SYSTEM_BOOTING exceptionsPeter Zijlstra2022-12-152-12/+1
| * x86/mm: Randomize per-cpu entry areaPeter Zijlstra2022-12-151-1/+1
* | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-163-4/+4
|\ \
| * | driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-243-4/+4
* | | Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-12-151-0/+2
|\ \ \
| * | | ftrace/x86: Add back ftrace_expected for ftrace bug reportsSteven Rostedt (Google)2022-12-091-0/+2
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-151-1/+1
|\ \ \
| * | | x86/kvm: Remove unused virt to phys translation in kvm_guest_cpu_init()Rafael Mendonca2022-11-091-1/+1
* | | | Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-1428-188/+1141
|\ \ \ \
| * | | | x86/paravirt: Use common macro for creating simple asm paravirt functionsJuergen Gross2022-11-242-34/+8
| * | | | Merge tag 'v6.1-rc6' into x86/core, to resolve conflictsIngo Molnar2022-11-218-25/+20
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | x86/cfi: Add boot time hash randomizationPeter Zijlstra2022-11-011-12/+108
| * | | | x86/cfi: Boot time selection of CFI schemePeter Zijlstra2022-11-011-18/+81
| * | | | x86/ibt: Implement FineIBTPeter Zijlstra2022-11-014-14/+269
| * | | | x86/retpoline: Fix crash printing warningDan Carpenter2022-10-251-1/+1
| * | | | Merge branch 'x86/urgent' into x86/core, to resolve conflictIngo Molnar2022-10-226-49/+60
| |\ \ \ \
| * | | | | x86/bugs: Add retbleed=forcePeter Zijlstra (Intel)2022-10-171-0/+2
| * | | | | x86/retbleed: Add call depth tracking mitigationThomas Gleixner2022-10-171-2/+30
| * | | | | x86/ftrace: Make it call depth tracking awarePeter Zijlstra2022-10-173-7/+33
| * | | | | x86/ftrace: Rebalance RSBPeter Zijlstra2022-10-171-0/+11
| * | | | | x86/ftrace: Remove ftrace_epilogue()Peter Zijlstra2022-10-171-15/+6
| * | | | | x86/bpf: Emit call depth accounting if requiredThomas Gleixner2022-10-171-0/+19
| * | | | | x86/orc: Make it callthunk awarePeter Zijlstra2022-10-172-1/+33
| * | | | | static_call: Add call depth tracking supportPeter Zijlstra2022-10-172-0/+19
| * | | | | x86/calldepth: Add ret/call counting for debugThomas Gleixner2022-10-171-0/+53
| * | | | | x86/retbleed: Add SKL call thunkThomas Gleixner2022-10-171-5/+20
| * | | | | x86/retpoline: Add SKL retthunk retpolinesPeter Zijlstra2022-10-171-3/+56
| * | | | | x86/retbleed: Add SKL return thunkThomas Gleixner2022-10-171-0/+3
| * | | | | x86/returnthunk: Allow different return thunksPeter Zijlstra2022-10-173-6/+15
| * | | | | x86/modules: Add call patchingThomas Gleixner2022-10-172-1/+38
| * | | | | x86/callthunks: Add call patching for call depth trackingThomas Gleixner2022-10-176-10/+263
| * | | | | x86/alternatives: Provide text_poke_copy_locked()Thomas Gleixner2022-10-171-15/+22
| * | | | | objtool: Add .call_sites sectionPeter Zijlstra2022-10-171-0/+7
| * | | | | x86: Fixup asm-offsets duplicatePeter Zijlstra (Intel)2022-10-171-1/+1
| * | | | | x86/percpu: Move irq_stack variables next to current_taskThomas Gleixner2022-10-176-18/+12
| * | | | | x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner2022-10-176-17/+9
| * | | | | x86/percpu: Move cpu_number next to current_taskThomas Gleixner2022-10-171-4/+1
| * | | | | x86/percpu: Move preempt_count next to current_taskThomas Gleixner2022-10-171-7/+1
| * | | | | x86: Put hot per CPU variables into a structThomas Gleixner2022-10-174-12/+8
| * | | | | x86/paravirt: Properly align PV functionsThomas Gleixner2022-10-172-0/+3
| * | | | | x86: Sanitize linker scriptThomas Gleixner2022-10-171-6/+7
| * | | | | x86/modules: Set VM_FLUSH_RESET_PERMS in module_alloc()Thomas Gleixner2022-10-173-7/+5
| * | | | | x86/cpu: Re-enable stackprotectorThomas Gleixner2022-10-172-3/+3
| * | | | | x86/cpu: Get rid of redundant switch_to_new_gdt() invocationsThomas Gleixner2022-10-173-13/+12
| * | | | | x86/cpu: Remove segment load from switch_to_new_gdt()Thomas Gleixner2022-10-171-16/+31
* | | | | | Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-141-2/+10
|\ \ \ \ \ \