index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
parisc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-21
parisc/mm/fault.c: Port OOM changes to do_page_fault
Kautuk Consul
1
-5
/
+25
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-25
lib, arch: add filter argument to show_mem and fix private implementations
David Rientjes
1
-1
/
+1
2010-08-12
parisc: fix wrong page aligned size calculation in ioremapping code
Florian Zumbiehl
1
-1
/
+1
2010-05-30
parisc: invoke oom-killer from page fault
Nick Piggin
1
-4
/
+3
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-09-28
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-07-03
parisc: remove CVS keywords
Alexander Beregalov
1
-2
/
+1
2009-06-22
Move FAULT_FLAG_xyz into handle_mm_fault() callers
Linus Torvalds
1
-1
/
+1
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
2009-01-05
parisc: fix kernel crash (protection id trap) when compiling ruby1.9
Kyle McMartin
1
-27
/
+31
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-21
Merge branch 'master' of hera.kernel.org:/pub/scm/linux/kernel/git/kyle/paris...
Linus Torvalds
1
-1
/
+1
2007-10-19
Use helpers to obtain task pid in printks (arch code)
Alexey Dobriyan
1
-1
/
+1
2007-10-18
[PARISC] Kill zone_to_nid printk warning
Kyle McMartin
1
-1
/
+1
2007-10-16
During VM oom condition, kill all threads in process group
Will Schmidt
1
-1
/
+1
2007-07-19
mm: fault feedback #2
Nick Piggin
1
-11
/
+12
2007-05-23
[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
4
-179
/
+69
2007-02-17
[PARISC] use CONFIG_64BIT instead of __LP64__
Helge Deller
1
-4
/
+4
2007-02-17
[PARISC] whitespace cleanups and unify 32/64bit user-access assembler inlines
Helge Deller
1
-4
/
+0
2007-02-17
Merge branch 'parisc' from /home/kyle/repos/parisc-2.6.git
Kyle McMartin
3
-171
/
+65
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
[PATCH] Generic ioremap_page_range: parisc conversion
Haavard Skinnemoen
1
-104
/
+7
2006-12-08
[PARISC] bloody printf fmt string warnings
Kyle McMartin
1
-1
/
+1
2006-12-08
[PARISC] more sparse fixes
Matthew Wilcox
1
-3
/
+3
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-12-08
[PARISC] Delete arch/parisc/mm/kmap.c again
Matthew Wilcox
1
-166
/
+0
2006-12-07
[PATCH] mm: arch do_page_fault() vs in_atomic()
Peter Zijlstra
1
-1
/
+1
[next]