index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
current.h
Age
Commit message (
Expand
)
Author
2024-02-14
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
2024-02-14
Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...
Ingo Molnar
2024-01-10
x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...
Breno Leitao
2023-12-27
Kill unnecessary kernel.h include
Kent Overstreet
2023-12-11
x86/percpu: Fix "const_pcpu_hot" version generation failure
Uros Bizjak
2023-11-30
x86/percpu: Declare const_pcpu_hot as extern const variable
Uros Bizjak
2023-10-23
x86/percpu: Introduce const-qualified const_pcpu_hot to micro-optimize code g...
Uros Bizjak
2022-10-17
x86/retbleed: Add SKL return thunk
Thomas Gleixner
2022-10-17
x86/softirq: Move softirq pending next to current task
Thomas Gleixner
2022-10-17
x86/percpu: Move irq_stack variables next to current_task
Thomas Gleixner
2022-10-17
x86/percpu: Move current_top_of_stack next to current_task
Thomas Gleixner
2022-10-17
x86/percpu: Move cpu_number next to current_task
Thomas Gleixner
2022-10-17
x86/percpu: Move preempt_count next to current_task
Thomas Gleixner
2022-10-17
x86: Put hot per CPU variables into a struct
Thomas Gleixner
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2012-05-14
x86: replace percpu_xxx funcs with this_cpu_xxx
Alex Shi
2009-08-04
x86, percpu: Add 'percpu_read_stable()' interface for cacheable accesses
Linus Torvalds
2009-01-19
x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
2009-01-16
percpu: add optimized generic percpu accessors
Ingo Molnar
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro