summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: cleanup to make remove_memory() arch-neutralBadari Pulavarty2008-10-201-11/+0
* [S390] dcssblk: add >2G DCSSs support and stacked contiguous DCSSs support.Hongjie Yang2008-10-101-39/+212
* [S390] Add support for memory hot-remove.Gerald Schaefer2008-08-011-1/+12
* s390: use generic show_mem()Johannes Weiner2008-07-261-32/+0
* hugetlb: introduce pud_hugeAndi Kleen2008-07-241-0/+5
* hugetlb: modular state for hugetlb page sizeAndi Kleen2008-07-241-1/+2
* [S390] Add support for memory hot-add.Heiko Carstens2008-07-141-0/+19
* Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-06-111-17/+27
|\
| * KVM: s390: fix locking order problem in enable_sieChristian Borntraeger2008-06-061-17/+27
* | [S390] vmemmap: fix off-by-one bug.Heiko Carstens2008-06-101-1/+1
|/
* [S390] showmem: Only walk spanned pages.Heiko Carstens2008-05-301-26/+23
* [S390] Fix section mismatch warnings.Heiko Carstens2008-05-301-5/+13
* [S390] sparsemem vmemmap: initialize memmap.Heiko Carstens2008-05-151-13/+6
* [S390] guest page hinting lightMartin Schwidefsky2008-05-073-0/+83
* [S390] Convert to SPARSEMEM & SPARSEMEM_VMEMMAPHeiko Carstens2008-04-303-79/+12
* [S390] System z large page support.Gerald Schaefer2008-04-305-31/+186
* [S390] vmemmap: use clear_table to initialise page tables.Heiko Carstens2008-04-301-3/+2
* s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte2008-04-271-3/+62
* [S390] Remove code duplication from monreader / dcssblk.Martin Schwidefsky2008-04-171-15/+52
* [S390] Fix a lot of sparse warnings.Heiko Carstens2008-04-171-10/+3
* [S390] remove redundant display of free swap space in show_mem()Johannes Weiner2008-04-171-1/+0
* [S390] exec_protect: Fix incorrect extern declarations.Heiko Carstens2008-04-171-8/+8
* [S390] dynamic page tables.Martin Schwidefsky2008-02-094-2/+182
* [S390] Add four level page tables for CONFIG_64BIT=y.Martin Schwidefsky2008-02-092-3/+15
* [S390] 1K/2K page table pages.Martin Schwidefsky2008-02-093-25/+93
* CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky2008-02-081-0/+2
* [S390] Remove BUILD_BUG_ON() in vmem code.Heiko Carstens2008-02-051-2/+1
* [S390] Fix couple of section mismatches.Heiko Carstens2008-02-051-1/+1
* [S390] DEBUG_PAGEALLOC support for s390.Heiko Carstens2008-02-051-0/+27
* [S390] vmemmap: allocate struct pages before 1:1 mappingChristian Borntraeger2008-01-261-2/+2
* [S390] use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-01-261-1/+1
* [S390] Get rid of HOLES_IN_ZONE requirement.Heiko Carstens2008-01-261-1/+1
* [S390] Change vmalloc defintionsChristian Borntraeger2008-01-261-13/+7
* [S390] cmm: remove unused binary sysctls.Heiko Carstens2007-11-201-3/+0
* [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/+1
* [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/+13
* [S390] No execute support cleanup.Martin Schwidefsky2007-04-271-51/+21
* [S390] Minor fault path optimization.Martin Schwidefsky2007-04-271-118/+141
* [S390] Fixed handling of access register mode faults.Gerald Schaefer2007-03-051-58/+47