index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
pda.h
Age
Commit message (
Expand
)
Author
2009-01-20
x86: remove pda.h
Brian Gerst
2009-01-20
x86: move stack_canary into irq_stack
Brian Gerst
2009-01-20
x86: remove pda_init()
Brian Gerst
2009-01-20
x86: cleanup stack protector
Tejun Heo
2009-01-18
Merge branch 'core/percpu' into stackprotector
Ingo Molnar
2009-01-19
x86-64: Move isidle from PDA to per-cpu.
Brian Gerst
2009-01-19
x86-64: Move nodenumber from PDA to per-cpu.
Brian Gerst
2009-01-19
x86-64: Move irqcount from PDA to per-cpu.
Brian Gerst
2009-01-19
x86-64: Move oldrsp from PDA to per-cpu.
Brian Gerst
2009-01-19
x86-64: Move kernelstack from PDA to per-cpu.
Brian Gerst
2009-01-19
x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
2009-01-19
x86-64: Move cpu number from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
2009-01-19
x86-64: Convert irqstacks to per-cpu
Brian Gerst
2009-01-19
x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
2009-01-19
x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
2009-01-16
percpu: add optimized generic percpu accessors
Ingo Molnar
2009-01-16
x86: convert pda ops to wrappers around x86 percpu accessors
Tejun Heo
2009-01-16
x86: make pda a percpu variable
Tejun Heo
2009-01-16
x86: merge 64 and 32 SMP percpu handling
Tejun Heo
2009-01-16
x86: use static _cpu_pda array
Tejun Heo
2009-01-16
x86: fix pda_to_op()
Tejun Heo
2008-12-31
Merge branch 'linus' into stackprotector
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