summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tlb_64.c
Commit message (Expand)AuthorAgeFilesLines
* x86: rename tlb_64.c to tlb.cTejun Heo2009-01-211-296/+0
* x86: make x86_32 use tlb_64.cTejun Heo2009-01-211-1/+11
* x86: prepare for tlb mergeTejun Heo2009-01-211-11/+7
* x86: uv cleanupTejun Heo2009-01-211-11/+7
* x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-191-5/+8
* x86: fix broken flush_tlb_others_ipi(), fixIngo Molnar2009-01-151-1/+2
* x86: fix broken flush_tlb_others_ipi()Suresh Siddha2009-01-141-1/+1
* SGI UV cpumask: use static temp cpumask in flush_tlbMike Travis2009-01-111-10/+11
* x86: change flush_tlb_others to take a const struct cpumaskRusty Russell2009-01-111-28/+33
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-1/+1
|\
| * x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis2008-12-161-1/+1
* | x86: hardirq: use inc_irq_stat() in non-unified functionsHiroshi Shimamoto2008-12-161-1/+1
|/
* x86: add smp_mb() before sending INVALIDATE_TLB_VECTORSuresh Siddha2008-11-061-0/+5
* Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-151-1/+1
|\
| * on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-261-1/+1
* | SGI UV: TLB shootdown using broadcast assist unit, cleanupsCliff Wickman2008-07-081-1/+1
* | x86, SGI UV: TLB shootdown using broadcast assist unitCliff Wickman2008-07-081-0/+5
|/
* x86: use cpumask function for present, possible, and online cpusAkinobu Mita2008-04-261-2/+2
* "make namespacecheck" fixesIngo Molnar2008-04-241-1/+1
* x86: move ipi definitions to mach_ipi.hGlauber Costa2008-04-171-1/+2
* x86: create tlb filesGlauber Costa2008-04-171-0/+273