aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-26alpha: invoke oom-killer from page faultNick Piggin1-9/+2
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
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2-2/+2
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-06-16alpha: bad macro expansion, parameter is memberRoel Kluin1-3/+3
2009-06-12module: trim exception table on init free.Rusty Russell1-0/+21
2009-05-02alpha: exception table sortingIvan Kokshaysky1-1/+39
2009-03-01alpha: fix typo in recent early vmalloc changeTejun Heo1-1/+1
2009-02-24vmalloc: add @align to vm_area_register_early()Tejun Heo1-1/+1
2009-02-20vmalloc: implement vm_area_register_early()Tejun Heo1-7/+13
2009-01-15alpha: make pte_alloc_one_kernel() inlineIvan Kokshaysky1-7/+0
2008-07-26alpha: use generic show_mem()Johannes Weiner2-65/+0
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner1-1/+1
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner1-1/+1
2008-07-24mm: move bootmem descriptors definition to a single placeJohannes Weiner1-4/+4
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-2/+3
2007-10-20spelling fixes: arch/alpha/Simon Arlott1-1/+1
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-1/+1
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt1-1/+1
2007-07-31alpha: fix two section mismatch warningsSam Ravnborg1-2/+1
2007-07-19mm: fault feedback #2Nick Piggin1-13/+9
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-12-07[PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra1-1/+1
2006-10-11[PATCH] alpha_ksyms.c cleanupAl Viro1-0/+2
2006-10-01[PATCH] Generic ioremap_page_range: alpha conversionHaavard Skinnemoen2-87/+1
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializationsChristoph Lameter1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel4-4/+0
2006-03-27[PATCH] unify PFN_* macrosDave Hansen1-3/+1
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-1/+1
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org1-0/+1
2005-10-29[PATCH] memory hotplug locking: node_size_lockDave Hansen1-0/+3
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins1-5/+1
2005-06-23[PATCH] remove non-DISCONTIG use of pgdat->node_mem_mapDave Hansen1-9/+7
2005-04-16Linux-2.6.12-rc2Linus Torvalds6-0/+1157