aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-13s390/gup: fix access_ok() usage in __get_user_pages_fast()Heiko Carstens1-2/+1
2012-11-13s390/gup: add missing TASK_SIZE check to get_user_pages_fast()Heiko Carstens1-1/+1
2012-10-26s390/mm: use pmd_large() instead of pmd_huge()Gerald Schaefer1-1/+1
2012-10-09s390/mm,vmem: fix vmem_add_mem()/vmem_remove_range()Heiko Carstens1-4/+12
2012-10-09s390/vmalloc: have separate modules areaHeiko Carstens1-3/+10
2012-10-09s390/mm: fix mapping of read-only kernel text sectionHeiko Carstens1-2/+2
2012-10-09s390/mm: add page table dumperHeiko Carstens2-0/+220
2012-10-09s390/mm,pageattr: remove superfluous EXPORT_SYMBOLsHeiko Carstens1-3/+0
2012-10-09s390/mm,pageattr: add more page table walk sanity checksHeiko Carstens1-12/+25
2012-10-09s390/mm: fix pmd_huge() usage for kernel mappingHeiko Carstens2-15/+16
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-10-09thp, s390: architecture backend for thp on s390Gerald Schaefer1-0/+22
2012-10-09thp, s390: disable thp for kvm host on s390Gerald Schaefer1-0/+30
2012-10-09thp, s390: thp pagetable pre-allocation for s390Gerald Schaefer1-0/+38
2012-10-09thp, s390: thp splitting backend for s390Gerald Schaefer2-1/+28
2012-09-26s390/mm: mark free_initrd_mem() as __initHeiko Carstens1-2/+2
2012-09-26s390: add uninitialized_var() to suppress false positive compiler warningsHeiko Carstens1-2/+2
2012-09-26s390/exceptions: switch to relative exception table entriesHeiko Carstens3-2/+83
2012-09-26s390/mm: implement __get_user_pages_fast()Gerald Schaefer1-0/+37
2012-09-26s390/mm: rename addressing_mode to s390_user_modeHeiko Carstens2-2/+2
2012-09-26s390/cpu hotplug: mask out CPU_TASKS_FROZEN in cu hotplug notifiersHeiko Carstens1-2/+1
2012-09-26s390: enable large page support with CONFIG_DEBUG_PAGEALLOCGerald Schaefer1-1/+1
2012-07-30s390: make use of user_mode() macro where possibleHeiko Carstens1-4/+4
2012-07-30s390/mm: rename user_mode variable to addressing_modeHeiko Carstens2-2/+2
2012-07-30s390/mm: fix fault handling for page table walk caseHeiko Carstens1-6/+7
2012-07-30s390/mm: make page faults killableHeiko Carstens1-1/+11
2012-07-26s390/mm: downgrade page table after fork of a 31 bit processMartin Schwidefsky2-7/+10
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens8-15/+6
2012-05-30s390/kernel: Introduce memcpy_absolute() functionMichael Holzheu1-22/+16
2012-05-24s390/headers: replace __s390x__ with CONFIG_64BIT where possibleHeiko Carstens1-1/+1
2012-05-16s390/pfault: add sanity checkHeiko Carstens1-0/+3
2012-05-16s390/pfault: use __set_task_stateHeiko Carstens1-2/+2
2012-05-16s390/pfault: always search for task with reported pidHeiko Carstens1-14/+10
2012-05-16s390/pfault: fix task state raceHeiko Carstens1-2/+12
2012-05-16s390/kvm: bad rss-counter stateChristian Borntraeger1-0/+2
2012-05-16s390/hugepages: clear page table for sw large page emulationGerald Schaefer1-0/+2
2012-05-16s390: replace TIF_SIE with PF_VCPUMartin Schwidefsky1-1/+1
2012-05-16s390: allow absolute memory access for /dev/memMichael Holzheu1-0/+67
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/scm/linux/kernel/git/dhowells/linux-asm_systemLinus 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/s390/linuxLinus 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