summaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)AuthorFilesLines
2012-11-26s390/gup: add missing TASK_SIZE check to get_user_pages_fast()Heiko Carstens1-1/+1
2012-08-09s390/mm: fix fault handling for page table walk caseHeiko Carstens1-6/+7
2012-08-09s390/mm: downgrade page table after fork of a 31 bit processMartin Schwidefsky2-7/+10
2012-06-01s390/pfault: fix task state raceHeiko Carstens1-2/+12
2012-04-11[S390] fix tlb flushing for page table pagesMartin Schwidefsky1-3/+60
2012-04-11[S390] kernel: Use local_irq_save() for memcpy_real()Michael Holzheu1-9/+18
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds4-4/+3
2012-03-28Disintegrate asm/system.h for S390David Howells4-4/+3
2012-03-23[S390] Remove unncessary export of arch_pick_mmap_layoutBen Hutchings1-2/+0
2012-03-11[S390] irq: external interrupt code passingHeiko Carstens1-2/+2
2012-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-4/+26
2012-02-27compat: fix compile breakage on s390Heiko Carstens2-2/+1
2012-02-24[S390] memory hotplug: prevent memory zone interleaveGerald Schaefer1-4/+26
2012-02-17[S390] incorrect PageTables counter for kvm page tablesMartin Schwidefsky1-1/+1
2011-12-27[S390] cleanup trap handlingMartin Schwidefsky1-55/+46
2011-12-27[S390] disable MACHINE_IS_VM check for pfaultCarsten Otte1-4/+2
2011-12-27[S390] add support for physical memory > 4TBMartin Schwidefsky2-17/+10
2011-12-27[S390] kvm: fix sleeping function ... at mm/page_alloc.c:2260Christian Borntraeger1-0/+3
2011-11-14[S390] pfault: ignore leftover completion interruptsHeiko Carstens1-2/+7
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-02thp: share get_huge_page_tail()Andrea Arcangeli1-11/+0
2011-11-02s390: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli1-10/+11
2011-11-02s390: gup_huge_pmd() support THP tail recountingAndrea Arcangeli1-1/+23
2011-10-31s390: add missing module.h/export.h includesHeiko Carstens1-0/+1
2011-10-30[S390] sparse: fix sparse warnings about missing prototypesMartin Schwidefsky2-0/+2
2011-10-30[S390] kvm: Handle diagnose 0x10 (release pages)Christian Borntraeger1-1/+48
2011-10-30[S390] take mmap_sem when walking guest page tableCarsten Otte2-2/+15
2011-10-30[S390] fix list corruption in gmap reverse mappingCarsten Otte1-0/+9
2011-10-30[S390] fix possible deadlock in gmap_map_segmentCarsten Otte1-2/+3
2011-10-30[S390] cleanup psw related bits and piecesMartin Schwidefsky1-1/+1
2011-10-30[S390] addressing mode limits and psw address wrappingMartin Schwidefsky1-1/+1
2011-10-30[S390] kdump backend codeMichael Holzheu1-0/+6
2011-10-30[S390] Add real memory access functionsMichael Holzheu1-0/+56
2011-10-30[S390] memory leak with RCU_TABLE_FREEMartin Schwidefsky1-2/+3
2011-09-26[S390] gmap: always up mmap_sem properlyCarsten Otte1-3/+4
2011-09-20[S390] kvm: fix address mode switchingChristian Borntraeger1-8/+2
2011-08-03[S390] Add PSW restart shutdown triggerMichael Holzheu1-0/+16
2011-08-03[S390] missing return in page_table_alloc_pgsteJan Glauber1-0/+1
2011-07-24[S390] kvm guest address space mappingMartin Schwidefsky4-29/+420
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-3/+3
2011-06-06[S390] use generic RCU page-table freeing codeMartin Schwidefsky1-173/+119
2011-05-29[S390] mm: fix mmu_gather reworkHeiko Carstens1-7/+16
2011-05-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2011-05-27Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-2/+2
2011-05-26[S390] mm: add ZONE_DMA to 31-bit config againHeiko Carstens1-2/+0
2011-05-26[S390] mm: add page fault retry handlingHeiko Carstens1-13/+28
2011-05-26[S390] mm: handle kernel caused page fault oom situationsHeiko Carstens1-7/+9
2011-05-26[S390] irq: merge irq.c and s390_ext.cHeiko Carstens1-1/+1
2011-05-26[S390] irq: fix service signal external interrupt handlingHeiko Carstens1-1/+1
2011-05-26[S390] pfault: always enable service signal interruptHeiko Carstens1-2/+1