summaryrefslogtreecommitdiff
path: root/arch/s390/mm
AgeCommit message (Expand)AuthorFilesLines
2023-03-20s390/mm: make use of atomic_fetch_xor()Heiko Carstens1-7/+1
2023-03-20Merge branch 'decompressor-memory-tracking' into featuresHeiko Carstens4-306/+11
2023-03-20s390/kasan: move shadow mapping to decompressorVasily Gorbik3-301/+11
2023-03-20s390/mm,pageattr: allow KASAN shadow memoryVasily Gorbik1-2/+0
2023-03-20s390/boot: rework decompressor reserved trackingVasily Gorbik1-21/+18
2023-03-20s390/boot: rename mem_detect to physmem_infoVasily Gorbik1-3/+3
2023-03-20s390: simplify one-level sysctl registration for page_table_sysctlLuis Chamberlain1-11/+1
2023-03-20s390: simplify one level sysctl registration for cmm_tableLuis Chamberlain1-11/+1
2023-03-03Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-5/+7
2023-03-01s390/extmem: return correct segment type in __segment_load()Gerald Schaefer1-5/+7
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+7
2023-02-15s390/kfence: fix page fault reportingHeiko Carstens1-14/+35
2023-02-14s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik1-2/+2
2023-02-14s390/mm: add support for RDP (Reset DAT-Protection)Gerald Schaefer1-0/+25
2023-02-14s390/mm: define private VM_FAULT_* reasons from top bitsPeter Xu1-5/+9
2023-02-10mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan1-1/+5
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-2/+1
2023-02-09Merge branch 'cmpxchg_user_key' into featuresHeiko Carstens1-2/+7
2023-02-06s390/kasan: avoid mapping KASAN shadow for standby memoryVasily Gorbik1-21/+5
2023-02-06s390/mem_detect: handle online memory limit just onceVasily Gorbik1-2/+0
2023-02-06s390/vmem: remove unnecessary KASAN checksVasily Gorbik1-12/+1
2023-02-06s390/vmem: fix empty page tables cleanup under KASANVasily Gorbik1-3/+3
2023-02-06s390/kasan: update kasan memory layout noteVasily Gorbik1-30/+26
2023-01-31s390/mm,ptdump: avoid Kasan vs Memcpy Real markers swappingVasily Gorbik1-8/+8
2023-01-22s390/vmem: use swap() instead of open coding itJiapeng Chong1-7/+1
2023-01-19mm: remove zap_page_range and create zap_vma_pagesMike Kravetz1-1/+1
2023-01-13s390/mm: allocate Absolute Lowcore Area in decompressorAlexander Gordeev1-3/+2
2023-01-13s390/mm: allocate Real Memory Copy Area in decompressorAlexander Gordeev1-8/+1
2023-01-13s390/kasan: remove identity mapping supportAlexander Gordeev1-22/+5
2023-01-13s390/maccess: remove dead DAT-off codeAlexander Gordeev1-9/+5
2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev3-120/+96
2023-01-13s390/kasan: use set_pXe_bit() for pgtable entries setupAlexander Gordeev1-11/+26
2023-01-13s390/kasan: cleanup setup of untracked memory pgtablesAlexander Gordeev1-4/+3
2023-01-13s390/kasan: cleanup setup of zero pgtableAlexander Gordeev1-7/+5
2023-01-13s390/kasan: sort out physical vs virtual memory confusionAlexander Gordeev1-2/+2
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-77/+82
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+2
2022-12-13Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2022-12-06s390/sclp: keep sclp_early_sccbHeiko Carstens1-3/+0
2022-12-01s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()Anshuman Khandual1-3/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-25[s390] memcpy_real(): WRITE is "data source", not destination...Al Viro1-1/+1
2022-11-23s390/mm: remove unused get_page_state() functionHeiko Carstens1-11/+0
2022-11-23s390/mm: provide minimal setup_per_cpu_areas() implementationHeiko Carstens1-0/+36
2022-11-21s390/extable: add EX_TABLE_UA_LOAD_REGPAIR() macroHeiko Carstens1-2/+7
2022-11-07s390/mm: fix virtual-physical address confusion for swiotlbNico Boehr1-6/+6
2022-10-26s390/mm: gmap: sort out physical vs virtual pointers usageNico Boehr1-71/+76
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-12/+4
2022-09-27s390: remove vma linked list walksMatthew Wilcox (Oracle)1-2/+4