index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
mm
/
pgtable.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-07
mm/treewide: replace pud_large() with pud_leaf()
Peter Xu
1
-1
/
+1
2024-03-07
mm/treewide: replace pmd_large() with pmd_leaf()
Peter Xu
1
-3
/
+3
2024-02-22
mm: convert mm_counter() to take a folio
Kefeng Wang
1
-1
/
+1
2024-02-22
s390: use pfn_swap_entry_folio() in ptep_zap_swap_entry()
Kefeng Wang
1
-2
/
+2
2024-01-11
Merge tag 's390-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-19
/
+10
2023-12-11
s390/mm: convert pgste locking functions to C
Claudio Imbrenda
1
-19
/
+10
2023-11-14
KVM: s390/mm: Properly reset no-dat
Claudio Imbrenda
1
-1
/
+1
2023-06-20
s390: allow pte_offset_map_lock() to fail
Hugh Dickins
1
-3
/
+9
2023-02-14
s390/mm: add support for RDP (Reset DAT-Protection)
Gerald Schaefer
1
-0
/
+25
2022-06-01
s390/mm: use non-quiescing sske for KVM switch to keyed guest
Christian Borntraeger
1
-1
/
+1
2022-03-01
s390/mm,pgtable: don't use pte_val()/pXd_val() as lvalue
Heiko Carstens
1
-11
/
+11
2022-03-01
s390/mm: use set_pXd()/set_pte() helper functions everywhere
Heiko Carstens
1
-11
/
+11
2021-10-25
s390/mm: optimize reset_guest_reference_bit()
David Hildenbrand
1
-2
/
+12
2021-10-25
s390/mm: optimize set_guest_storage_key()
David Hildenbrand
1
-2
/
+12
2021-10-25
s390/mm: no need for pte_alloc_map_lock() if we know the pmd is present
David Hildenbrand
1
-12
/
+3
2021-10-25
s390/mm: fix VMA and page table handling code in storage key handling functions
David Hildenbrand
1
-18
/
+39
2021-10-25
s390/mm: validate VMA in PGSTE manipulation functions
David Hildenbrand
1
-0
/
+13
2021-09-07
s390/mm: fix kernel doc comments
Heiko Carstens
1
-2
/
+2
2021-07-01
mm: remove special swap entry functions
Alistair Popple
1
-1
/
+1
2020-09-14
s390/pci: Implement ioremap_wc/prot() with MIO
Niklas Schnelle
1
-0
/
+20
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
1
-1
/
+0
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2019-04-10
s390/mm: silence compiler warning when compiling without CONFIG_PGSTE
Thomas Huth
1
-0
/
+2
2019-03-06
mm: update ptep_modify_prot_commit to take old pte value as arg
Aneesh Kumar K.V
1
-1
/
+1
2019-03-06
mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg
Aneesh Kumar K.V
1
-2
/
+4
2019-01-18
s390: remove the ptep_modify_prot_{start,commit} exports
Christoph Hellwig
1
-2
/
+0
2018-07-31
s390/mm: Add huge page gmap linking support
Janosch Frank
1
-4
/
+4
2018-07-30
s390/mm: Add huge pmd storage key handling
Janosch Frank
1
-10
/
+98
2018-07-30
s390/mm: Add huge page dirty sync support
Janosch Frank
1
-31
/
+3
2018-07-30
s390/mm: Add gmap pmd invalidation and clearing
Janosch Frank
1
-3
/
+14
2018-05-17
KVM: s390: Add storage key facility interpretation control
Janosch Frank
1
-2
/
+2
2017-11-24
s390: mm: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
1
-0
/
+1
2017-09-07
Merge tag 'kvm-s390-next-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel...
Radim Krčmář
1
-34
/
+126
2017-08-29
KVM: s390: expose no-DAT to guest and migration support
Claudio Imbrenda
1
-1
/
+5
2017-07-25
s390/mm,kvm: use nodat PGSTE tag to optimize TLB flushing
Martin Schwidefsky
1
-17
/
+30
2017-07-25
s390/mm: add guest ASCE TLB flush optimization
Martin Schwidefsky
1
-12
/
+24
2017-07-25
s390/mm: add no-dat TLB flush optimization
Martin Schwidefsky
1
-24
/
+87
2017-07-13
s390/mm: set change and reference bit on lazy key enablement
Christian Borntraeger
1
-3
/
+3
2017-06-12
s390/mm: implement 5 level pages tables
Martin Schwidefsky
1
-1
/
+5
2017-04-20
s390/kvm: Add PGSTE manipulation functions
Claudio Imbrenda
1
-0
/
+153
2017-03-02
KVM: s390: Fix guest migration for huge guests resulting in panic
Janosch Frank
1
-1
/
+18
2017-02-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2017-02-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-0
/
+2
2017-02-08
s390: add no-execute support
Martin Schwidefsky
1
-0
/
+2
2017-01-30
KVM: s390: Fix RRBE return code not being CC
Janosch Frank
1
-1
/
+1
2017-01-24
s390/mm: Fix cmma unused transfer from pgste into pte
Christian Borntraeger
1
-3
/
+4
2016-08-24
s390/mm: merge local / non-local IDTE helper
Martin Schwidefsky
1
-5
/
+5
2016-08-24
s390/mm: merge local / non-local IPTE helper
Martin Schwidefsky
1
-4
/
+4
2016-08-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-35
/
+174
2016-07-06
s390/mm: add support for 2GB hugepages
Gerald Schaefer
1
-0
/
+39
[next]