aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-2/+9
2010-08-09mm: provide init_mm mm_context initializerHeiko Carstens1-4/+0
2010-08-09[S390] cmm, smsgiucv_app: convert sender to uppercaseHendrik Brueckner1-0/+7
2010-08-09[S390] cmm: add missing __init/__exit annotationsHeiko Carstens1-2/+2
2010-06-08[S390] appldata/extmem/kvm: add missing GFP_KERNEL flagHeiko Carstens1-9/+10
2010-05-26[S390] cmm: get rid of CMM_PROC config optionHeiko Carstens1-9/+0
2010-05-26[S390] cmm: remove superfluous EXPORT_SYMBOLs plus cleanupsHeiko Carstens1-53/+29
2010-05-26[S390] cmm: fix crash on module unloadHeiko Carstens1-9/+9
2010-05-17[S390] debug: enable exception-trace debug facilityHeiko Carstens1-15/+17
2010-04-09[S390] s390: disable change bit overrideChristian Borntraeger1-8/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-1/+5
2010-03-24[S390] zcore: CPU registers are not saved under LPARMichael Holzheu1-0/+26
2010-03-08[S390] smsgiucv: declare char pointers as "const"Hendrik Brueckner1-1/+1
2010-02-26[S390] use kprobes_built_in() in mm/fault codeHeiko Carstens1-3/+1
2010-02-26[S390] Cleanup struct _lowcore usage and defines.Heiko Carstens1-0/+1
2010-02-26[S390] free_initmem: reduce code duplicationHeiko Carstens1-16/+17
2010-02-26[S390] Replace ENOTSUPP usage with EOPNOTSUPPHeiko Carstens1-6/+6
2010-01-13[S390] use helpers for rlimitsJiri Slaby1-2/+2
2009-12-09Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds4-202/+250
2009-12-07[S390] s390: use change recording override for kernel mappingChristian Borntraeger1-3/+8
2009-12-07[S390] cmm: free pages on hibernate.Martin Schwidefsky1-11/+50
2009-12-07[S390] Use do_exception() in pagetable walk usercopy functions.Gerald Schaefer1-0/+23
2009-12-07[S390] fault handler access flags check.Martin Schwidefsky1-17/+13
2009-12-07[S390] fault handler performance optimization.Martin Schwidefsky1-129/+129
2009-12-07[S390] Improve notify_page_fault implementation.Martin Schwidefsky1-10/+4
2009-12-07[S390] Improve address space mode selection.Martin Schwidefsky2-3/+3
2009-12-07[S390] Improve address space check.Martin Schwidefsky1-54/+45
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-3/+3
2009-11-12sysctl s390: Remove dead sysctl binary supportEric W. Biederman1-3/+2
2009-10-06[S390] fix build breakage with CONFIG_AIO=nMartin Schwidefsky1-2/+8
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-2/+2
2009-09-23Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds2-18/+51
2009-09-22[S390] Change kernel_page_present coding style.Heiko Carstens1-10/+7
2009-09-22[S390] hibernation: fix guest page hinting related crashHeiko Carstens1-8/+44
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-4/+4
2009-09-11[S390] Wire up page fault events for software perf counters.Heiko Carstens1-4/+9
2009-09-11[S390] Enable guest page hinting by default.Heiko Carstens2-6/+4
2009-09-11[S390] fix recursive locking on page_table_lockMartin Schwidefsky2-12/+13
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-06-16[S390] pm: add kernel_page_presentHans-Joachim Picht1-0/+19
2009-06-12[S390] maccess: arch specific probe_kernel_write() implementationHeiko Carstens2-1/+62
2009-06-12[S390] vmalloc: add vmalloc kernel parameter supportHeiko Carstens1-3/+13
2009-06-12[S390] implement is_compat_taskHeiko Carstens2-7/+7
2009-03-26[S390] cpumask: use mm_cpumask() wrapperRusty Russell1-1/+1
2009-03-26[S390] move EXPORT_SYMBOLs to definitionsHeiko Carstens1-0/+2
2009-03-26[S390] check addressing mode in s390_enable_sieCarsten Otte1-0/+4
2009-03-26[S390] page fault: invoke oom-killerHeiko Carstens1-26/+2
2009-03-18[S390] make page table upgrade work againMartin Schwidefsky1-14/+30