aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm/tlb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2019-08-16ia64: remove now unused machvec indirectionsChristoph Hellwig1-2/+4
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-03ia64/tlb: Convert to generic mmu_gatherPeter Zijlstra1-2/+21
2019-03-12ia64: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+6
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-2/+4
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2015-08-07mm: tlb.c: Fix error messageNik Nyby1-2/+2
2013-01-03IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman1-2/+1
2010-06-30[IA64] Fix spinaphore down_spin()Tony Luck1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-07[IA64] __per_cpu_idtrs[] is a memory hogTony Luck1-13/+19
2009-10-09[IA64] Re-implement spinaphores using ticket lock conceptsTony Luck1-6/+18
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox1-2/+2
2009-03-16cpumask: use mm_cpumask() wrapper: ia64Rusty Russell1-1/+1
2008-10-17[IA64] Fix annoying IA64_TR_ALLOC_MAX message.Tony Luck1-2/+6
2008-04-29[IA64] bugfix: nptcg breaks cpu-hotaddHidetoshi Seto1-1/+4
2008-04-17Pull nptcg into release branchTony Luck1-15/+146
2008-04-04[IA64] Kernel parameter for max number of concurrent global TLB purgesFenghua Yu1-5/+41
2008-04-04[IA64] Multiple outstanding ptc.g instruction supportFenghua Yu1-15/+110
2008-04-03[IA64] Add API for allocating Dynamic TR resource.Xiantao Zhang1-0/+196
2007-12-18[IA64] Avoid unnecessary TLB flushes when allocating memoryde Dinechin, Christophe (Integrity VM)1-3/+15
2007-12-07[IA64] Add missing "space" to concatenated stringsJoe Perches1-1/+1
2007-07-11[IA64] silence GCC ia64 unused variable warningsJes Sorensen1-1/+1
2007-05-08[IA64] SPIN_LOCK_UNLOCKED macro cleanup in arch/ia64Milind Arun Choudhary1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-27[IA64] optimize flush_tlb_range on large numa boxChen, Kenneth W1-5/+7
2006-01-13[IA64] Hole in IA64 TLB flushing from system threadsJack Steiner1-1/+1
2005-11-03[IA64] make mmu_context.h and tlb.c 80-column friendlyChen, Kenneth W1-15/+18
2005-10-31[IA64] Use bitmaps for efficient context allocation/freePeter Keilty1-29/+27
2005-10-29[PATCH] mm: flush_tlb_range outside ptlockHugh Dickins1-0/+2
2005-10-28Pull fix-slow-tlb-purge into release branchTony Luck1-7/+9
2005-10-27[IA64] - Avoid slow TLB purges on SGI Altix systemsDean Roe1-7/+9
2005-10-25[IA64] wider use of for_each_cpu_mask() in arch/ia64hawkes@sgi.com1-2/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+190