summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* [S390] cmm: remove unused binary sysctls.Heiko Carstens2007-11-201-3/+0Star
* [S390] 4level-fixup cleanupMartin Schwidefsky2007-10-222-7/+31
* [S390] Cleanup page table definitions.Martin Schwidefsky2007-10-224-29/+114
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* oom: move prototypes to appropriate header fileDavid Rientjes2007-10-171-0/+1
* During VM oom condition, kill all threads in process groupWill Schmidt2007-10-161-1/+1
* [S390] pfault: Fix alignment of parameter list.Heiko Carstens2007-10-121-1/+1
* [S390] vmur: fix diag14 exceptions with addresses > 2GB.Michael Holzheu2007-08-222-17/+1Star
* [S390] Get rid of new section mismatch warnings.Heiko Carstens2007-07-271-3/+3
* mm: fault feedback #2Nick Piggin2007-07-191-15/+15
* [S390] More verbose show_mem() like other architectures.Heiko Carstens2007-05-211-15/+23
* [S390] Avoid compile warning.Heiko Carstens2007-05-101-1/+4
* move die notifier handling to common codeChristoph Hellwig2007-05-081-1/+1
* [S390] get rid of kprobes notifier call chain.Christoph Hellwig2007-05-041-27/+13Star
* [S390] No execute support cleanup.Martin Schwidefsky2007-04-271-51/+21Star
* [S390] Minor fault path optimization.Martin Schwidefsky2007-04-271-118/+141
* [S390] Fixed handling of access register mode faults.Gerald Schaefer2007-03-051-58/+47Star
* [S390] Optional ZONE_DMA for s390.Heiko Carstens2007-02-211-0/+2
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: s390: remove unnecessary use of insert_at_headEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: s390: move sysctl definitions to sysctl.hEric W. Biederman2007-02-141-4/+0Star
* [PATCH] Switch s390 to NO_IOMEMAl Viro2007-02-112-59/+1Star
* [PATCH] Consolidate bust_spinlocks()Kirill Korotaev2007-02-111-3/+1Star
* [S390] Avoid excessive inlining.Heiko Carstens2007-02-052-2/+2
* [S390] Mark kernel text section read-only.Heiko Carstens2007-02-051-5/+4Star
* [S390] noexec protectionGerald Schaefer2007-02-053-12/+96
* [S390] Show loaded DCSS segments under /proc/iomem.Gerald Schaefer2007-02-051-10/+54
* [S390] Remove pointless/unreliable kernel messages.Heiko Carstens2007-02-051-2/+0Star
* [S390] Get rid of a lot of sparse warnings.Heiko Carstens2007-02-053-6/+4Star
* [PATCH] Fix sparsemem on CellDave Hansen2007-01-121-1/+2
* Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2006-12-084-218/+455
|\
| * [S390] Poison init section before freeing it.Heiko Carstens2006-12-081-0/+2
| * [S390] Use add_active_range() and free_area_init_nodes().Heiko Carstens2006-12-081-17/+6Star
| * [S390] Virtual memmap for s390.Heiko Carstens2006-12-084-203/+449
* | [PATCH] Generic ioremap_page_range: s390 conversionHaavard Skinnemoen2006-12-081-81/+3Star
|/
* [S390] Convert extmem spin_lock into a mutex.Heiko Carstens2006-12-041-11/+11
* [S390] pfault code cleanup.Heiko Carstens2006-12-041-3/+25
* [S390] Cleanup memory_chunk array usage.Heiko Carstens2006-12-041-7/+4Star
* [S390] extmem unbalanced spin_lock.Heiko Carstens2006-12-041-2/+3
* [S390] revert add_active_range() usage patch.Heiko Carstens2006-11-061-10/+22
* [S390] irq change build fixes.Heiko Carstens2006-10-061-1/+1
* [S390] Remove open-coded mem_map usage.Heiko Carstens2006-10-041-4/+6
* [S390] Have s390 use add_active_range() and free_area_init_nodes.Heiko Carstens2006-10-041-25/+10Star
* [PATCH] pidspace: is_init()Sukadev Bhattiprolu2006-09-291-1/+1
* [S390] Inline assembly cleanup.Martin Schwidefsky2006-09-283-58/+33Star
* [S390] init task memory faults.Akinobu Mita2006-09-281-0/+1
* [PATCH] s390: fix cmm kernel thread handlingHeiko Carstens2006-09-261-19/+35
* [PATCH] out of memory notifierMartin Schwidefsky2006-09-261-60/+95
* [S390] Cleanup in page table related code.Gerald Schaefer2006-09-201-22/+14Star
* [S390] Use simple_strtoul instead of own cmm_strtoul wrapper.Heiko Carstens2006-09-201-23/+7Star