aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-201-0/+7
* s390/dump: Fix dump memory detectionMichael Holzheu2014-04-021-0/+10
* s390/gup: add missing TASK_SIZE check to get_user_pages_fast()Heiko Carstens2012-12-061-1/+1
* s390/mm: fix fault handling for page table walk caseHeiko Carstens2012-08-101-6/+7
* s390/mm: downgrade page table after fork of a 31 bit processMartin Schwidefsky2012-08-102-7/+10
* s390/pfault: fix task state raceHeiko Carstens2012-05-311-2/+12
* fix tlb flushing for page table pagesMartin Schwidefsky2012-04-221-3/+60
* compat: fix compile breakage on s390Heiko Carstens2012-03-122-2/+1
* [S390] pfault: ignore leftover completion interruptsHeiko Carstens2011-11-141-2/+7
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * s390: add missing module.h/export.h includesHeiko Carstens2011-10-311-0/+1
* | thp: share get_huge_page_tail()Andrea Arcangeli2011-11-021-11/+0
* | s390: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli2011-11-021-10/+11
* | s390: gup_huge_pmd() support THP tail recountingAndrea Arcangeli2011-11-021-1/+23
* | [S390] sparse: fix sparse warnings about missing prototypesMartin Schwidefsky2011-10-302-0/+2
* | [S390] kvm: Handle diagnose 0x10 (release pages)Christian Borntraeger2011-10-301-1/+48
* | [S390] take mmap_sem when walking guest page tableCarsten Otte2011-10-302-2/+15
* | [S390] fix list corruption in gmap reverse mappingCarsten Otte2011-10-301-0/+9
* | [S390] fix possible deadlock in gmap_map_segmentCarsten Otte2011-10-301-2/+3
* | [S390] cleanup psw related bits and piecesMartin Schwidefsky2011-10-301-1/+1
* | [S390] addressing mode limits and psw address wrappingMartin Schwidefsky2011-10-301-1/+1
* | [S390] kdump backend codeMichael Holzheu2011-10-301-0/+6
* | [S390] Add real memory access functionsMichael Holzheu2011-10-301-0/+56
* | [S390] memory leak with RCU_TABLE_FREEMartin Schwidefsky2011-10-301-2/+3
|/
* [S390] gmap: always up mmap_sem properlyCarsten Otte2011-09-261-3/+4
* [S390] kvm: fix address mode switchingChristian Borntraeger2011-09-201-8/+2
* [S390] Add PSW restart shutdown triggerMichael Holzheu2011-08-031-0/+16
* [S390] missing return in page_table_alloc_pgsteJan Glauber2011-08-031-0/+1
* [S390] kvm guest address space mappingMartin Schwidefsky2011-07-244-29/+420
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-3/+3
* [S390] use generic RCU page-table freeing codeMartin Schwidefsky2011-06-061-173/+119
* [S390] mm: fix mmu_gather reworkHeiko Carstens2011-05-291-7/+16
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-05-281-2/+2
|\
| * Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-05-271-2/+2
| |\
| | * maccess,probe_kernel: Make write/read src const void *Steven Rostedt2011-05-251-2/+2
* | | [S390] mm: add ZONE_DMA to 31-bit config againHeiko Carstens2011-05-261-2/+0
* | | [S390] mm: add page fault retry handlingHeiko Carstens2011-05-261-13/+28
* | | [S390] mm: handle kernel caused page fault oom situationsHeiko Carstens2011-05-261-7/+9
* | | [S390] irq: merge irq.c and s390_ext.cHeiko Carstens2011-05-261-1/+1
* | | [S390] irq: fix service signal external interrupt handlingHeiko Carstens2011-05-261-1/+1
* | | [S390] pfault: always enable service signal interruptHeiko Carstens2011-05-261-2/+1
|/ /
* | mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-1/+0
* | [S390] refactor page table functions for better pgste supportMartin Schwidefsky2011-05-233-9/+10
* | [S390] pfault: cleanup codeHeiko Carstens2011-05-231-30/+37
* | [S390] pfault: cpu hotplug vs missing completion interruptsHeiko Carstens2011-05-231-24/+65
* | [S390] extmem: get rid of compile warningHeiko Carstens2011-05-231-0/+2
* | [S390] get rid of unused variablesHeiko Carstens2011-05-231-4/+0
* | [S390] Remove data execution protectionMartin Schwidefsky2011-05-233-108/+9
|/
* module: undo module RONX protection correctly.Jan Glauber2011-05-191-0/+5
* [S390] replace diag10() with diag10_range() functionMichael Holzheu2011-05-101-1/+1