aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/vmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-25s390: remove 31 bit supportHeiko Carstens1-8/+2
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-5/+3
2014-09-25s390/mm: remove change bit override supportHeiko Carstens1-2/+1
2014-09-25s390/vmemmap: remove memset call from vmemmap_populate()Heiko Carstens1-3/+2
2014-08-26KVM: s390/mm: use radix trees for guest to host mappingsMartin Schwidefsky1-1/+1
2014-05-20s390/mm: Convert bootmem to memblockPhilipp Hachtmann1-16/+14
2014-04-03s390/mm,tlb: optimize TLB flushing for zEC12Martin Schwidefsky1-2/+0
2013-08-29s390/mm: implement software referenced bitsMartin Schwidefsky1-0/+1
2013-08-22s390/mm: cleanup page table definitionsMartin Schwidefsky1-6/+8
2013-05-03s390/mem_detect: remove artificial kdump memory typesHeiko Carstens1-6/+2
2013-04-29sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner1-9/+6
2013-02-28s390/mm: ignore change bit for vmemmapHeiko Carstens1-1/+2
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen1-0/+4
2013-02-14s390/mm: implement software dirty bitsMartin Schwidefsky1-14/+10
2012-11-23s390/mm,vmemmap: use 1MB frames for vmemmapHeiko Carstens1-1/+25
2012-11-23s390/mm,vmem: use 2GB frames for identity mappingHeiko Carstens1-4/+16
2012-10-09s390/mm,vmem: fix vmem_add_mem()/vmem_remove_range()Heiko Carstens1-4/+12
2012-10-09s390/mm: fix mapping of read-only kernel text sectionHeiko Carstens1-2/+2
2012-10-09s390/mm: fix pmd_huge() usage for kernel mappingHeiko Carstens1-14/+15
2012-09-26s390: enable large page support with CONFIG_DEBUG_PAGEALLOCGerald Schaefer1-1/+1
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-2/+0
2012-05-24s390/headers: replace __s390x__ with CONFIG_64BIT where possibleHeiko Carstens1-1/+1
2011-10-30[S390] kdump backend codeMichael Holzheu1-0/+6
2011-07-24[S390] kvm guest address space mappingMartin Schwidefsky1-4/+4
2011-05-23[S390] refactor page table functions for better pgste supportMartin Schwidefsky1-7/+7
2010-08-09mm: provide init_mm mm_context initializerHeiko Carstens1-4/+0
2010-04-09[S390] s390: disable change bit overrideChristian Borntraeger1-8/+3
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-07[S390] s390: use change recording override for kernel mappingChristian Borntraeger1-3/+8
2009-09-11[S390] fix recursive locking on page_table_lockMartin Schwidefsky1-0/+1
2008-06-10[S390] vmemmap: fix off-by-one bug.Heiko Carstens1-1/+1
2008-05-30[S390] Fix section mismatch warnings.Heiko Carstens1-5/+13
2008-05-15[S390] sparsemem vmemmap: initialize memmap.Heiko Carstens1-13/+6
2008-04-30[S390] Convert to SPARSEMEM & SPARSEMEM_VMEMMAPHeiko Carstens1-75/+6
2008-04-30[S390] System z large page support.Gerald Schaefer1-7/+48
2008-04-30[S390] vmemmap: use clear_table to initialise page tables.Heiko Carstens1-3/+2
2008-02-09[S390] Add four level page tables for CONFIG_64BIT=y.Martin Schwidefsky1-1/+13
2008-02-09[S390] 1K/2K page table pages.Martin Schwidefsky1-3/+11
2008-02-05[S390] Remove BUILD_BUG_ON() in vmem code.Heiko Carstens1-2/+1
2008-02-05[S390] Fix couple of section mismatches.Heiko Carstens1-1/+1
2008-01-26[S390] vmemmap: allocate struct pages before 1:1 mappingChristian Borntraeger1-2/+2
2008-01-26[S390] Get rid of HOLES_IN_ZONE requirement.Heiko Carstens1-1/+1
2008-01-26[S390] Change vmalloc defintionsChristian Borntraeger1-13/+7
2007-10-22[S390] 4level-fixup cleanupMartin Schwidefsky1-6/+28
2007-10-22[S390] Cleanup page table definitions.Martin Schwidefsky1-12/+7
2007-07-27[S390] Get rid of new section mismatch warnings.Heiko Carstens1-3/+3
2007-02-05[S390] noexec protectionGerald Schaefer1-7/+7
2007-01-11[PATCH] Fix sparsemem on CellDave Hansen1-1/+2
2006-12-08[S390] Virtual memmap for s390.Heiko Carstens1-0/+381