summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* s390/mem_detect: fix memory hole handlingHeiko Carstens2013-06-191-1/+2
* s390/pgtable: Fix gmap notifier addressChristian Borntraeger2013-05-311-1/+1
* s390: fix gmap_ipte_notifier vs. software dirty pagesChristian Borntraeger2013-05-151-2/+1Star
* s390/mem_detect: remove artificial kdump memory typesHeiko Carstens2013-05-032-76/+30Star
* s390/mm: add pte invalidation notifier for kvmMartin Schwidefsky2013-05-031-4/+117
* s390/memory hotplug: provide memory_block_size_bytes() functionHeiko Carstens2013-05-021-0/+11
* s390/mem_detect: limit memory detection loop to "mem=" parameterHeiko Carstens2013-05-021-3/+20
* s390/mem_detect: add DAT sanity checkHeiko Carstens2013-05-021-1/+13
* s390/mem_detect: fix lockdep irq tracingHeiko Carstens2013-05-021-3/+5
* s390/mem_detect: move memory detection code to mm folderHeiko Carstens2013-05-022-1/+146
* sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner2013-04-301-9/+6Star
* mm/hugetlb: add more arch-defined huge_pte functionsGerald Schaefer2013-04-301-1/+1
* mm/s390: use common help functions to free reserved pagesJiang Liu2013-04-301-29/+6Star
* s390/mm,gmap: segment mapping raceMartin Schwidefsky2013-04-231-69/+91
* s390/mm,gmap: implement gmap_translate()Heiko Carstens2013-04-231-22/+85
* s390/mm: speedup storage key initializationHeiko Carstens2013-04-171-15/+9Star
* s390/cmm: Removed useless labelAlexandru Gheorghiu2013-04-171-5/+3Star
* s390/mm: zero page cache synonyms for zEC12Martin Schwidefsky2013-04-171-1/+9
* s390/mm: protection exception PSW for aborted transactionMartin Schwidefsky2013-04-171-2/+7
* s390/mm: ignore change bit for vmemmapHeiko Carstens2013-02-281-1/+2
* s390/page table dumper: add support for change-recording override bitHeiko Carstens2013-02-281-5/+20
* memory-hotplug: remove memmap of sparse-vmemmapTang Chen2013-02-241-0/+4
* memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang2013-02-241-0/+12
* s390/mm: implement software dirty bitsMartin Schwidefsky2013-02-142-15/+11Star
* s390/mm: Fix crst upgrade of mmap with MAP_FIXEDHendrik Brueckner2013-02-141-3/+6
* s390/irq: remove split irq fields from /proc/statHeiko Carstens2013-01-081-1/+1
* s390/ptrace: race of single stepping vs signal deliveryMartin Schwidefsky2012-11-231-6/+13
* s390/mm: move kernel_page_present/kernel_map_pages to page_attr.cHeiko Carstens2012-11-233-44/+43Star
* s390/memory hotplug: use pfmf instruction to initialize storage keysHeiko Carstens2012-11-232-7/+42
* s390/mm: keep fault_init() private to fault.cHeiko Carstens2012-11-232-5/+8
* s390/mm,vmemmap: use 1MB frames for vmemmapHeiko Carstens2012-11-231-1/+25
* s390/mm,vmem: use 2GB frames for identity mappingHeiko Carstens2012-11-233-6/+23
* s390/gup: fix access_ok() usage in __get_user_pages_fast()Heiko Carstens2012-11-131-2/+1Star
* s390/gup: add missing TASK_SIZE check to get_user_pages_fast()Heiko Carstens2012-11-131-1/+1
* s390/mm: use pmd_large() instead of pmd_huge()Gerald Schaefer2012-10-261-1/+1
* s390/mm,vmem: fix vmem_add_mem()/vmem_remove_range()Heiko Carstens2012-10-091-4/+12
* s390/vmalloc: have separate modules areaHeiko Carstens2012-10-091-3/+10
* s390/mm: fix mapping of read-only kernel text sectionHeiko Carstens2012-10-091-2/+2
* s390/mm: add page table dumperHeiko Carstens2012-10-092-0/+220
* s390/mm,pageattr: remove superfluous EXPORT_SYMBOLsHeiko Carstens2012-10-091-3/+0Star
* s390/mm,pageattr: add more page table walk sanity checksHeiko Carstens2012-10-091-12/+25
* s390/mm: fix pmd_huge() usage for kernel mappingHeiko Carstens2012-10-092-15/+16
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* thp, s390: architecture backend for thp on s390Gerald Schaefer2012-10-091-0/+22
* thp, s390: disable thp for kvm host on s390Gerald Schaefer2012-10-091-0/+30
* thp, s390: thp pagetable pre-allocation for s390Gerald Schaefer2012-10-091-0/+38
* thp, s390: thp splitting backend for s390Gerald Schaefer2012-10-092-1/+28
* s390/mm: mark free_initrd_mem() as __initHeiko Carstens2012-09-261-2/+2
* s390: add uninitialized_var() to suppress false positive compiler warningsHeiko Carstens2012-09-261-2/+2
* s390/exceptions: switch to relative exception table entriesHeiko Carstens2012-09-263-2/+83