aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-02s390/unwind: introduce stack unwind APIMartin Schwidefsky1-0/+1
2019-04-29locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer1-0/+3
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer2-1/+15
2019-04-23s390/mm: convert to the generic get_user_pages_fast codeMartin Schwidefsky2-292/+1
2019-04-23s390/mm: make the pxd_offset functions more robustMartin Schwidefsky1-21/+12
2019-04-10s390/mm: silence compiler warning when compiling without CONFIG_PGSTEThomas Huth1-0/+2
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V1-1/+1
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V1-2/+4
2019-03-01s390: clean up redundant facilities list setupVasily Gorbik1-2/+0
2019-02-21s390/extmem: print DCSS range with %pxGerald Schaefer1-2/+2
2019-02-21s390/extmem: remove code for 31 bit addressing modeGerald Schaefer1-117/+12
2019-02-07s390/mmap: take stack_guard_gap into account for mmap_baseMartin Schwidefsky1-14/+19
2019-01-18s390: remove the ptep_modify_prot_{start,commit} exportsChristoph Hellwig1-2/+0
2019-01-02Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-24/+0
2018-12-28mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-1/+1
2018-12-28kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2-21/+29
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2018-11-30s390: use common bust_spinlocks()Sergey Senozhatsky1-24/+0
2018-11-27s390/mm: correct pgtable_bytes on page table downgradeMartin Schwidefsky1-0/+1
2018-11-09Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+1
2018-11-08s390/mm: Convert tlb_table_flush() to use call_rcu()Paul E. McKenney1-1/+1
2018-11-02s390/mm: fix mis-accounting of pgtable_bytesMartin Schwidefsky1-0/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport3-5/+3
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-2/+2
2018-10-25Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+8
2018-10-23Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds7-95/+486
2018-10-22s390/kasan: support preemptible kernel buildVasily Gorbik1-2/+2
2018-10-09s390/kasan: add support for mem= kernel parameterVasily Gorbik1-0/+3
2018-10-09s390/kasan: optimize kasan vmemmap allocationVasily Gorbik1-1/+2
2018-10-09s390/kasan: avoid kasan crash with standby memory definedVasily Gorbik1-1/+18
2018-10-09s390/mm: improve debugfs ptdump markers walkingVasily Gorbik1-1/+1
2018-10-09s390/mm: optimize debugfs ptdump kasan zero page walkingVasily Gorbik1-1/+34
2018-10-09s390/kasan: add option for 4-level paging supportVasily Gorbik1-6/+17
2018-10-09s390/kasan: free early identity mapping structuresVasily Gorbik2-2/+11
2018-10-09s390/kasan: use noexec and large pagesVasily Gorbik1-4/+62
2018-10-09s390/kasan: dynamic shadow mem allocation for modulesVasily Gorbik1-8/+3
2018-10-09s390/mm: add kasan shadow to the debugfs pgtable dumpVasily Gorbik1-6/+15
2018-10-09s390/kasan: add initialization code and enable itVasily Gorbik3-1/+300
2018-10-09s390/mem_detect: move tprot loop to early boot phaseVasily Gorbik2-64/+1
2018-10-09s390: add support for virtually mapped kernel stacksMartin Schwidefsky1-5/+20
2018-10-09s390/pfault: do not use stack buffers for hardware dataMartin Schwidefsky1-17/+21
2018-10-04Merge tag 'kvm-s390-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini1-2/+8
2018-10-01s390/mm: optimize locking without huge pages in gmap_pmd_op_walk()David Hildenbrand1-2/+8
2018-09-12s390/mm: Check for valid vma before zapping in gmap_discardJanosch Frank1-1/+3
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-5/+8
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds9-116/+611
2018-08-09s390/mm: fix addressing exception after suspend/resumeGerald Schaefer1-1/+1
2018-07-31Merge tag 'hlp_stage1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into featuresMartin Schwidefsky4-71/+572