index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-03
Merge tag 's390-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-5
/
+7
2023-03-01
s390/extmem: return correct segment type in __segment_load()
Gerald Schaefer
1
-5
/
+7
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+7
2023-02-15
s390/kfence: fix page fault reporting
Heiko Carstens
1
-14
/
+35
2023-02-14
s390/mem_detect: do not truncate online memory ranges info
Vasily Gorbik
1
-2
/
+2
2023-02-14
s390/mm: add support for RDP (Reset DAT-Protection)
Gerald Schaefer
1
-0
/
+25
2023-02-14
s390/mm: define private VM_FAULT_* reasons from top bits
Peter Xu
1
-5
/
+9
2023-02-09
mm: replace vma->vm_flags indirect modification in ksm_madvise
Suren Baghdasaryan
1
-1
/
+5
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-2
/
+1
2023-02-09
Merge branch 'cmpxchg_user_key' into features
Heiko Carstens
1
-2
/
+7
2023-02-06
s390/kasan: avoid mapping KASAN shadow for standby memory
Vasily Gorbik
1
-21
/
+5
2023-02-06
s390/mem_detect: handle online memory limit just once
Vasily Gorbik
1
-2
/
+0
2023-02-06
s390/vmem: remove unnecessary KASAN checks
Vasily Gorbik
1
-12
/
+1
2023-02-06
s390/vmem: fix empty page tables cleanup under KASAN
Vasily Gorbik
1
-3
/
+3
2023-02-06
s390/kasan: update kasan memory layout note
Vasily Gorbik
1
-30
/
+26
2023-01-31
s390/mm,ptdump: avoid Kasan vs Memcpy Real markers swapping
Vasily Gorbik
1
-8
/
+8
2023-01-22
s390/vmem: use swap() instead of open coding it
Jiapeng Chong
1
-7
/
+1
2023-01-18
mm: remove zap_page_range and create zap_vma_pages
Mike Kravetz
1
-1
/
+1
2023-01-13
s390/mm: allocate Absolute Lowcore Area in decompressor
Alexander Gordeev
1
-3
/
+2
2023-01-13
s390/mm: allocate Real Memory Copy Area in decompressor
Alexander Gordeev
1
-8
/
+1
2023-01-13
s390/kasan: remove identity mapping support
Alexander Gordeev
1
-22
/
+5
2023-01-13
s390/maccess: remove dead DAT-off code
Alexander Gordeev
1
-9
/
+5
2023-01-13
s390/mm: start kernel with DAT enabled
Alexander Gordeev
3
-120
/
+96
2023-01-13
s390/kasan: use set_pXe_bit() for pgtable entries setup
Alexander Gordeev
1
-11
/
+26
2023-01-13
s390/kasan: cleanup setup of untracked memory pgtables
Alexander Gordeev
1
-4
/
+3
2023-01-13
s390/kasan: cleanup setup of zero pgtable
Alexander Gordeev
1
-7
/
+5
2023-01-13
s390/kasan: sort out physical vs virtual memory confusion
Alexander Gordeev
1
-2
/
+2
2022-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-77
/
+82
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+2
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2022-12-06
s390/sclp: keep sclp_early_sccb
Heiko Carstens
1
-3
/
+0
2022-11-30
s390/mm: use pmd_pgtable_page() helper in __gmap_segment_gaddr()
Anshuman Khandual
1
-3
/
+2
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-1
/
+1
2022-11-25
[s390] memcpy_real(): WRITE is "data source", not destination...
Al Viro
1
-1
/
+1
2022-11-23
s390/mm: remove unused get_page_state() function
Heiko Carstens
1
-11
/
+0
2022-11-23
s390/mm: provide minimal setup_per_cpu_areas() implementation
Heiko Carstens
1
-0
/
+36
2022-11-21
s390/extable: add EX_TABLE_UA_LOAD_REGPAIR() macro
Heiko Carstens
1
-2
/
+7
2022-11-07
s390/mm: fix virtual-physical address confusion for swiotlb
Nico Boehr
1
-6
/
+6
2022-10-26
s390/mm: gmap: sort out physical vs virtual pointers usage
Nico Boehr
1
-71
/
+76
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-12
/
+4
2022-09-26
s390: remove vma linked list walks
Matthew Wilcox (Oracle)
1
-2
/
+4
2022-09-16
s390/mm: fix no previous prototype warnings in maccess.c
Alexander Gordeev
1
-0
/
+1
2022-09-14
s390/mm,ptdump: add real memory copy page markers
Alexander Gordeev
1
-0
/
+7
2022-09-14
s390/mm: rework memcpy_real() to avoid DAT-off mode
Alexander Gordeev
2
-62
/
+47
2022-09-14
s390/smp,ptdump: add absolute lowcore markers
Alexander Gordeev
1
-0
/
+7
2022-09-14
s390/smp: rework absolute lowcore access
Alexander Gordeev
3
-38
/
+128
2022-09-14
Merge branch 'fixes' into features
Vasily Gorbik
1
-2
/
+0
2022-09-11
s390/hugetlb: switch to generic version of follow_huge_pud()
Gerald Schaefer
1
-10
/
+0
2022-09-07
s390/ptdump: add missing amode31 markers
Heiko Carstens
1
-0
/
+6
[next]