summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/tlb_64.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-21x86: rename tlb_64.c to tlb.cTejun Heo1-296/+0
2009-01-21x86: make x86_32 use tlb_64.cTejun Heo1-1/+11
2009-01-21x86: prepare for tlb mergeTejun Heo1-11/+7
2009-01-21x86: uv cleanupTejun Heo1-11/+7
2009-01-18x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-5/+8
2009-01-15x86: fix broken flush_tlb_others_ipi(), fixIngo Molnar1-1/+2
2009-01-14x86: fix broken flush_tlb_others_ipi()Suresh Siddha1-1/+1
2009-01-11SGI UV cpumask: use static temp cpumask in flush_tlbMike Travis1-10/+11
2009-01-11x86: change flush_tlb_others to take a const struct cpumaskRusty Russell1-28/+33
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2008-12-17x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis1-1/+1
2008-12-17x86: hardirq: use inc_irq_stat() in non-unified functionsHiroshi Shimamoto1-1/+1
2008-11-06x86: add smp_mb() before sending INVALIDATE_TLB_VECTORSuresh Siddha1-0/+5
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-1/+1
2008-07-08SGI UV: TLB shootdown using broadcast assist unit, cleanupsCliff Wickman1-1/+1
2008-07-08x86, SGI UV: TLB shootdown using broadcast assist unitCliff Wickman1-0/+5
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-1/+1
2008-04-26x86: use cpumask function for present, possible, and online cpusAkinobu Mita1-2/+2
2008-04-25"make namespacecheck" fixesIngo Molnar1-1/+1
2008-04-17x86: move ipi definitions to mach_ipi.hGlauber Costa1-1/+2
2008-04-17x86: create tlb filesGlauber Costa1-0/+273