aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/uncached.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-29mm: use for_each_online_node and node_online instead of open codingPeng Liu1-1/+1
2022-01-15ia64: fix typo in a commentJason Wang1-1/+1
2021-01-18efi: ia64: move IA64-only declarations to new asm/efi.h headerArd Biesheuvel1-3/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2019-08-16ia64: remove support for the SGI SN2 platformChristoph Hellwig1-5/+1
2019-07-08Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>Ingo Molnar1-0/+1
2015-09-08mm: rename alloc_pages_exact_node() to __alloc_pages_node()Vlastimil Babka1-1/+1
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner1-1/+1
2012-03-28Disintegrate asm/system.h for IA64David Howells1-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-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-1/+1
2009-06-17Pull for-2.6.31 into releaseTony Luck1-2/+1
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox1-2/+1
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is validMel Gorman1-1/+2
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-3/+2
2008-04-29[IA64] allocate multiple contiguous pages via uncached allocatorDean Nelson1-10/+13
2007-12-19[IA64] make flush_tlb_kernel_range() an inline functionJan Beulich1-1/+1
2007-10-16Memoryless nodes: Uncached allocator updatesChristoph Lameter1-2/+2
2006-09-26[PATCH] Define easier to handle GFP_THISNODEChristoph Lameter1-2/+1
2006-09-26[PATCH] Guarantee that the uncached allocator gets pages on the correct nodeChristoph Lameter1-1/+2
2006-08-04[IA64] make uncached allocator more node awareDean Nelson1-29/+57
2006-06-23[PATCH] change gen_pool allocator to not touch managed memoryDean Nelson1-95/+105
2006-01-19[IA64] eliminate softlockup warningJohn Hawkes1-0/+1
2005-12-16[IA64] uncached ref count leakJes Sorensen1-3/+3
2005-09-08[IA64] simplified efi memory map parsingTony Luck1-11/+6
2005-08-31[IA64] uncached allocator: use generic (not sn2 specific) functionsMartin Hicks1-2/+2
2005-06-21[PATCH] ia64 uncached allocJes Sorensen1-0/+246