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
/
kernel
/
tlb_64.c
Age
Commit message (
Expand
)
Author
2009-01-21
x86: rename tlb_64.c to tlb.c
Tejun Heo
2009-01-21
x86: make x86_32 use tlb_64.c
Tejun Heo
2009-01-21
x86: prepare for tlb merge
Tejun Heo
2009-01-21
x86: uv cleanup
Tejun Heo
2009-01-19
x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.
Brian Gerst
2009-01-15
x86: fix broken flush_tlb_others_ipi(), fix
Ingo Molnar
2009-01-14
x86: fix broken flush_tlb_others_ipi()
Suresh Siddha
2009-01-11
SGI UV cpumask: use static temp cpumask in flush_tlb
Mike Travis
2009-01-11
x86: change flush_tlb_others to take a const struct cpumask
Rusty Russell
2009-01-02
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2008-12-16
x86 smp: modify send_IPI_mask interface to accept cpumask_t pointers
Mike Travis
2008-12-16
x86: hardirq: use inc_irq_stat() in non-unified functions
Hiroshi Shimamoto
2008-11-06
x86: add smp_mb() before sending INVALIDATE_TLB_VECTOR
Suresh Siddha
2008-07-15
Merge branch 'generic-ipi' into generic-ipi-for-linus
Ingo Molnar
2008-07-08
SGI UV: TLB shootdown using broadcast assist unit, cleanups
Cliff Wickman
2008-07-08
x86, SGI UV: TLB shootdown using broadcast assist unit
Cliff Wickman
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
2008-04-26
x86: use cpumask function for present, possible, and online cpus
Akinobu Mita
2008-04-24
"make namespacecheck" fixes
Ingo Molnar
2008-04-17
x86: move ipi definitions to mach_ipi.h
Glauber Costa
2008-04-17
x86: create tlb files
Glauber Costa