summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/uncached.c
AgeCommit message (Expand)AuthorLines
2019-08-16ia64: remove support for the SGI SN2 platformChristoph Hellwig-5/+1
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+4
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner-4/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka-1/+1
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner-1/+1
2012-03-28Disintegrate asm/system.h for IA64David Howells-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+1
2009-06-17Pull for-2.6.31 into releaseTony Luck-2/+1
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox-2/+1
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman-1/+2
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe-3/+2
2008-04-29[IA64] allocate multiple contiguous pages via uncached allocatorDean Nelson-10/+13
2007-12-19[IA64] make flush_tlb_kernel_range() an inline functionJan Beulich-1/+1
2007-10-16Memoryless nodes: Uncached allocator updatesChristoph Lameter-2/+2
2006-09-26[PATCH] Define easier to handle GFP_THISNODEChristoph Lameter-2/+1
2006-09-26[PATCH] Guarantee that the uncached allocator gets pages on the correct nodeChristoph Lameter-1/+2
2006-08-04[IA64] make uncached allocator more node awareDean Nelson-29/+57
2006-06-23[PATCH] change gen_pool allocator to not touch managed memoryDean Nelson-95/+105
2006-01-19[IA64] eliminate softlockup warningJohn Hawkes-0/+1
2005-12-16[IA64] uncached ref count leakJes Sorensen-3/+3
2005-09-08[IA64] simplified efi memory map parsingTony Luck-11/+6
2005-08-31[IA64] uncached allocator: use generic (not sn2 specific) functionsMartin Hicks-2/+2
2005-06-21[PATCH] ia64 uncached allocJes Sorensen-0/+246