summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* [S390] fix tlb flushing vs. concurrent /proc accessesMartin Schwidefsky2010-08-241-0/+2
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2010-08-101-2/+9
|\
| * [S390] cmm, smsgiucv_app: convert sender to uppercaseHendrik Brueckner2010-08-091-0/+7
| * [S390] cmm: add missing __init/__exit annotationsHeiko Carstens2010-08-091-2/+2
* | mm: provide init_mm mm_context initializerHeiko Carstens2010-08-101-4/+0Star
|/
* [S390] appldata/extmem/kvm: add missing GFP_KERNEL flagHeiko Carstens2010-06-081-9/+10
* [S390] cmm: get rid of CMM_PROC config optionHeiko Carstens2010-05-261-9/+0Star
* [S390] cmm: remove superfluous EXPORT_SYMBOLs plus cleanupsHeiko Carstens2010-05-261-53/+29Star
* [S390] cmm: fix crash on module unloadHeiko Carstens2010-05-261-9/+9
* [S390] debug: enable exception-trace debug facilityHeiko Carstens2010-05-171-15/+17
* [S390] s390: disable change bit overrideChristian Borntraeger2010-04-091-8/+3Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-305-1/+5
* [S390] zcore: CPU registers are not saved under LPARMichael Holzheu2010-03-241-0/+26
* [S390] smsgiucv: declare char pointers as "const"Hendrik Brueckner2010-03-081-1/+1
* [S390] use kprobes_built_in() in mm/fault codeHeiko Carstens2010-02-261-3/+1Star
* [S390] Cleanup struct _lowcore usage and defines.Heiko Carstens2010-02-261-0/+1
* [S390] free_initmem: reduce code duplicationHeiko Carstens2010-02-261-16/+17
* [S390] Replace ENOTSUPP usage with EOPNOTSUPPHeiko Carstens2010-02-261-6/+6
* [S390] use helpers for rlimitsJiri Slaby2010-01-131-2/+2
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-12-104-202/+250
|\
| * [S390] s390: use change recording override for kernel mappingChristian Borntraeger2009-12-071-3/+8
| * [S390] cmm: free pages on hibernate.Martin Schwidefsky2009-12-071-11/+50
| * [S390] Use do_exception() in pagetable walk usercopy functions.Gerald Schaefer2009-12-071-0/+23
| * [S390] fault handler access flags check.Martin Schwidefsky2009-12-071-17/+13Star
| * [S390] fault handler performance optimization.Martin Schwidefsky2009-12-071-129/+129
| * [S390] Improve notify_page_fault implementation.Martin Schwidefsky2009-12-071-10/+4Star
| * [S390] Improve address space mode selection.Martin Schwidefsky2009-12-072-3/+3
| * [S390] Improve address space check.Martin Schwidefsky2009-12-071-54/+45Star
* | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-3/+3
* | sysctl s390: Remove dead sysctl binary supportEric W. Biederman2009-11-121-3/+2Star
|/
* [S390] fix build breakage with CONFIG_AIO=nMartin Schwidefsky2009-10-061-2/+8
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-241-2/+2
* Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-09-232-18/+51
|\
| * [S390] Change kernel_page_present coding style.Heiko Carstens2009-09-221-10/+7Star
| * [S390] hibernation: fix guest page hinting related crashHeiko Carstens2009-09-221-8/+44
* | arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2009-09-221-1/+1
|/
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-4/+4
* [S390] Wire up page fault events for software perf counters.Heiko Carstens2009-09-111-4/+9
* [S390] Enable guest page hinting by default.Heiko Carstens2009-09-112-6/+4Star
* [S390] fix recursive locking on page_table_lockMartin Schwidefsky2009-09-112-12/+13
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0Star
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* [S390] pm: add kernel_page_presentHans-Joachim Picht2009-06-161-0/+19
* [S390] maccess: arch specific probe_kernel_write() implementationHeiko Carstens2009-06-122-1/+62
* [S390] vmalloc: add vmalloc kernel parameter supportHeiko Carstens2009-06-121-3/+13
* [S390] implement is_compat_taskHeiko Carstens2009-06-122-7/+7
* [S390] cpumask: use mm_cpumask() wrapperRusty Russell2009-03-261-1/+1
* [S390] move EXPORT_SYMBOLs to definitionsHeiko Carstens2009-03-261-0/+2
* [S390] check addressing mode in s390_enable_sieCarsten Otte2009-03-261-0/+4
* [S390] page fault: invoke oom-killerHeiko Carstens2009-03-261-26/+2Star