index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
mm
/
init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-05
parisc: Use generic init_task
Thomas Gleixner
1
-0
/
+12
2011-05-25
mm: now that all old mmu_gather code is gone, remove the storage
Peter Zijlstra
1
-2
/
+0
2011-05-25
arch, mm: filter disallowed nodes from arch specific show_mem functions
David Rientjes
1
-1
/
+1
2011-05-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...
Linus Torvalds
1
-117
/
+143
2011-04-21
[PARISC] set memory ranges in N_NORMAL_MEMORY when onlined
David Rientjes
1
-1
/
+3
2011-04-15
[PARISC] only make executable areas executable
James Bottomley
1
-117
/
+143
2011-03-24
lib, arch: add filter argument to show_mem and fix private implementations
David Rientjes
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-09-27
parisc: rename parisc's vmalloc_start to parisc_vmalloc_start
Helge Deller
1
-5
/
+6
2009-09-22
arches: drop superfluous casts in nr_free_pages() callers
Geert Uytterhoeven
1
-1
/
+1
2009-07-03
parisc: fix compile warning in mm/init.c
Kyle McMartin
1
-1
/
+1
2009-07-03
parisc: kill WARN in free_initmem when DEBUG_KERNEL
Kyle McMartin
1
-20
/
+9
2009-03-31
parisc: fix usage of 32bit PTE page table entries on 32bit kernels
Helge Deller
1
-0
/
+7
2009-03-13
parisc: BUG_ON() cleanup
Helge Deller
1
-4
/
+2
2008-07-24
mm: drop unneeded pgdat argument from free_area_init_node()
Johannes Weiner
1
-1
/
+1
2008-07-24
mm: move bootmem descriptors definition to a single place
Johannes Weiner
1
-2
/
+1
2008-06-26
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
1
-1
/
+1
2008-06-13
parisc: export empty_zero_page
Kyle McMartin
1
-0
/
+1
2008-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6
Linus Torvalds
1
-2
/
+0
2008-05-15
parisc: remove redundant display of free swap space in show_mem()
Johannes Weiner
1
-2
/
+0
2008-05-13
parisc: fix DISCONTIGMEM compile breakage
Mel Gorman
1
-1
/
+1
2008-04-28
mm: have zonelist contains structs with both a zone pointer and zone_idx
Mel Gorman
1
-1
/
+1
2008-04-28
mm: use two zonelist that are filtered by GFP mask
Mel Gorman
1
-4
/
+7
2008-02-07
Introduce flags for reserve_bootmem()
Bernhard Walle
1
-5
/
+9
2007-10-18
[PARISC] Kill zone_to_nid printk warning
Kyle McMartin
1
-1
/
+1
2007-05-22
[PARISC] spelling fixes: arch/parisc/
Simon Arlott
1
-5
/
+5
2007-02-26
Merge master.kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6
Linus Torvalds
1
-6
/
+66
2007-02-17
[PARISC] use CONFIG_64BIT instead of __LP64__
Helge Deller
1
-4
/
+4
2007-02-12
[PATCH] Dynamic kernel command-line: fixups
Alon Bar-Lev
1
-1
/
+0
2007-02-12
[PATCH] Dynamic kernel command-line: parisc
Alon Bar-Lev
1
-2
/
+2
2007-02-11
[PATCH] optional ZONE_DMA: remove ZONE_DMA remains from parisc
Christoph Lameter
1
-3
/
+1
2006-12-08
[PARISC] bloody printf fmt string warnings
Kyle McMartin
1
-1
/
+1
2006-12-08
[PARISC] Unbreak discontigmem mem_init()
Kyle McMartin
1
-18
/
+32
2006-12-08
[PARISC] Show more memory information and memory layout at bootup
Helge Deller
1
-1
/
+47
2006-10-04
[PARISC] Remove variables decls duplicated from asm-generic/sections.h
Kyle McMartin
1
-13
/
+10
2006-09-26
[PATCH] NUMA: Add zone_to_nid function
Christoph Lameter
1
-1
/
+1
2006-09-26
[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializations
Christoph Lameter
1
-1
/
+1
2006-07-01
[PATCH] add __[start|end]_rodata sections to asm-generic/sections.h
Heiko Carstens
1
-2
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-04-21
[PARISC] Further work for multiple page sizes
Helge Deller
1
-13
/
+15
2006-03-30
[PARISC] Enable free_initrd_mem()
Helge Deller
1
-4
/
+3
2006-03-22
[PATCH] remove set_page_count() outside mm/
Nick Piggin
1
-2
/
+2
2006-01-22
[PARISC] Use DEBUG_KERNEL to catch used-after-free __init data
Helge Deller
1
-8
/
+1
2006-01-22
[PARISC] Add CONFIG_DEBUG_RODATA to protect read-only data
Helge Deller
1
-1
/
+14
2006-01-22
[PARISC] Drop unused do_check_pgt_cache()
Helge Deller
1
-5
/
+0
2006-01-21
[PARISC] Make flush_tlb_all_local take a void *
Matthew Wilcox
1
-4
/
+2
2006-01-10
[PARISC] Fix BLK_BOUNCE_HIGH on parisc by initializing max_low_pfn
Grant Grundler
1
-0
/
+7
2006-01-10
[PARISC] Make local cache flushes take a void *
Matthew Wilcox
1
-1
/
+1
2006-01-10
[PARISC] Add __read_mostly section for parisc
Helge Deller
1
-10
/
+10
2005-10-29
[PATCH] memory hotplug locking: node_size_lock
Dave Hansen
1
-0
/
+3
[next]