summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* s390/mm: implement __get_user_pages_fast()Gerald Schaefer2012-09-261-0/+37
* s390/mm: rename addressing_mode to s390_user_modeHeiko Carstens2012-09-262-2/+2
* s390/cpu hotplug: mask out CPU_TASKS_FROZEN in cu hotplug notifiersHeiko Carstens2012-09-261-2/+1Star
* s390: enable large page support with CONFIG_DEBUG_PAGEALLOCGerald Schaefer2012-09-261-1/+1
* s390: make use of user_mode() macro where possibleHeiko Carstens2012-07-301-4/+4
* s390/mm: rename user_mode variable to addressing_modeHeiko Carstens2012-07-302-2/+2
* s390/mm: fix fault handling for page table walk caseHeiko Carstens2012-07-301-6/+7
* s390/mm: make page faults killableHeiko Carstens2012-07-301-1/+11
* s390/mm: downgrade page table after fork of a 31 bit processMartin Schwidefsky2012-07-262-7/+10
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-208-15/+6Star
* s390/kernel: Introduce memcpy_absolute() functionMichael Holzheu2012-05-301-22/+16Star
* s390/headers: replace __s390x__ with CONFIG_64BIT where possibleHeiko Carstens2012-05-241-1/+1
* s390/pfault: add sanity checkHeiko Carstens2012-05-161-0/+3
* s390/pfault: use __set_task_stateHeiko Carstens2012-05-161-2/+2
* s390/pfault: always search for task with reported pidHeiko Carstens2012-05-161-14/+10Star
* s390/pfault: fix task state raceHeiko Carstens2012-05-161-2/+12
* s390/kvm: bad rss-counter stateChristian Borntraeger2012-05-161-0/+2
* s390/hugepages: clear page table for sw large page emulationGerald Schaefer2012-05-161-0/+2
* s390: replace TIF_SIE with PF_VCPUMartin Schwidefsky2012-05-161-1/+1
* s390: allow absolute memory access for /dev/memMichael Holzheu2012-05-161-0/+67
* [S390] fix tlb flushing for page table pagesMartin Schwidefsky2012-04-111-3/+60
* [S390] kernel: Use local_irq_save() for memcpy_real()Michael Holzheu2012-04-111-9/+18
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-294-4/+3Star
|\
| * Disintegrate asm/system.h for S390David Howells2012-03-284-4/+3Star
* | [S390] Remove unncessary export of arch_pick_mmap_layoutBen Hutchings2012-03-231-2/+0Star
|/
* [S390] irq: external interrupt code passingHeiko Carstens2012-03-111-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-03-021-4/+26
|\
| * [S390] memory hotplug: prevent memory zone interleaveGerald Schaefer2012-02-241-4/+26
* | compat: fix compile breakage on s390Heiko Carstens2012-02-272-2/+1Star
|/
* [S390] incorrect PageTables counter for kvm page tablesMartin Schwidefsky2012-02-171-1/+1
* [S390] cleanup trap handlingMartin Schwidefsky2011-12-271-55/+46Star
* [S390] disable MACHINE_IS_VM check for pfaultCarsten Otte2011-12-271-4/+2Star