summaryrefslogtreecommitdiffstats
path: root/arch/s390/mm
Commit message (Expand)AuthorAgeFilesLines
* s390/mm: fix address space detection in exception handlingGerald Schaefer2019-06-051-1/+4
* s390: add unreachable() to dump_fault_info() to fix -Wmaybe-uninitializedMasahiro Yamada2019-05-281-1/+3
* Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-171-1/+1
|\
| * s390/kasan: adapt disabled_wait usage to avoid build errorVasily Gorbik2019-05-081-1/+1
* | mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2019-05-141-2/+3
* | mm, memory_hotplug: provide a more generic restrictions for memory hotplugMichal Hocko2019-05-141-3/+3
* | initramfs: poison freed initrd memoryChristoph Hellwig2019-05-141-8/+0Star
|/
* Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-05-077-302/+22Star
|\
| * s390/unwind: introduce stack unwind APIMartin Schwidefsky2019-05-021-0/+1
| * locking/lockdep: check for freed initmem in static_obj()Gerald Schaefer2019-04-291-0/+3
| * s390/kernel: introduce .dma sectionsGerald Schaefer2019-04-292-1/+15
| * s390/mm: convert to the generic get_user_pages_fast codeMartin Schwidefsky2019-04-232-292/+1Star
| * s390/mm: make the pxd_offset functions more robustMartin Schwidefsky2019-04-231-21/+12Star
| * s390/mm: silence compiler warning when compiling without CONFIG_PGSTEThomas Huth2019-04-101-0/+2
* | s390/tlb: Convert to generic mmu_gatherMartin Schwidefsky2019-04-031-62/+1Star
|/
* mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-061-1/+1
* mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-061-2/+4
* s390: clean up redundant facilities list setupVasily Gorbik2019-03-011-2/+0Star
* s390/extmem: print DCSS range with %pxGerald Schaefer2019-02-211-2/+2
* s390/extmem: remove code for 31 bit addressing modeGerald Schaefer2019-02-211-117/+12Star
* s390/mmap: take stack_guard_gap into account for mmap_baseMartin Schwidefsky2019-02-071-14/+19
* s390: remove the ptep_modify_prot_{start,commit} exportsChristoph Hellwig2019-01-181-2/+0Star
* Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2019-01-031-24/+0Star
|\
| * s390: use common bust_spinlocks()Sergey Senozhatsky2018-11-301-24/+0Star
* | mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+1
* | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* | kasan: rename kasan_zero_page to kasan_early_shadow_pageAndrey Konovalov2018-12-282-21/+29
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-041-1/+1
|\ \ | |/ |/|
| * s390/mm: Convert tlb_table_flush() to use call_rcu()Paul E. McKenney2018-11-091-1/+1
* | s390/mm: correct pgtable_bytes on page table downgradeMartin Schwidefsky2018-11-271-0/+1
* | Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-11-091-0/+1
|\ \ | |/ |/|
| * s390/mm: fix mis-accounting of pgtable_bytesMartin Schwidefsky2018-11-021-0/+1
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-313-5/+3Star
* | memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* | memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-2/+2
|/
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-261-2/+8
|\
| * Merge tag 'kvm-s390-next-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2018-10-041-2/+8
| |\
| | * s390/mm: optimize locking without huge pages in gmap_pmd_op_walk()David Hildenbrand2018-10-011-2/+8
* | | Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-10-237-95/+486
|\ \ \ | |/ / |/| |
| * | s390/kasan: support preemptible kernel buildVasily Gorbik2018-10-221-2/+2
| * | s390/kasan: add support for mem= kernel parameterVasily Gorbik2018-10-091-0/+3
| * | s390/kasan: optimize kasan vmemmap allocationVasily Gorbik2018-10-091-1/+2
| * | s390/kasan: avoid kasan crash with standby memory definedVasily Gorbik2018-10-091-1/+18
| * | s390/mm: improve debugfs ptdump markers walkingVasily Gorbik2018-10-091-1/+1
| * | s390/mm: optimize debugfs ptdump kasan zero page walkingVasily Gorbik2018-10-091-1/+34
| * | s390/kasan: add option for 4-level paging supportVasily Gorbik2018-10-091-6/+17
| * | s390/kasan: free early identity mapping structuresVasily Gorbik2018-10-092-2/+11
| * | s390/kasan: use noexec and large pagesVasily Gorbik2018-10-091-4/+62
| * | s390/kasan: dynamic shadow mem allocation for modulesVasily Gorbik2018-10-091-8/+3Star
| * | s390/mm: add kasan shadow to the debugfs pgtable dumpVasily Gorbik2018-10-091-6/+15