summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/page.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-05Revert "s390: Relocate vmlinux ELF data to virtual address space"Alexander Gordeev1-2/+2
2024-05-01s390: Relocate vmlinux ELF data to virtual address spaceAlexander Gordeev1-2/+2
2024-04-17s390/boot: Rework deployment of the kernel imageAlexander Gordeev1-0/+3
2024-04-17s390: Map kernel at fixed location when KASLR is disabledAlexander Gordeev1-0/+4
2024-04-17s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev1-4/+10
2024-04-17s390/boot: Make identity mapping base address explicitAlexander Gordeev1-2/+4
2024-04-17s390/boot: Uncouple virtual and physical kernel offsetsAlexander Gordeev1-0/+2
2024-04-17s390/mm: Create virtual memory layout structureAlexander Gordeev1-1/+10
2024-04-17s390/mm: Move KASLR related to <asm/page.h>Alexander Gordeev1-0/+14
2024-03-13s390/mm: provide simple ARCH_HAS_DEBUG_VIRTUAL supportHeiko Carstens1-2/+28
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-1/+1
2023-11-06s390/cmma: move arch_set_page_dat() to header fileHeiko Carstens1-1/+0
2023-08-16s390/mm: make virt_to_pfn() a static inlineLinus Walleij1-2/+10
2023-07-03s390/mm: fence off VM macros from asm and linkerAlexander Gordeev1-2/+2
2023-07-03s390/ptrace: remove PSW_DEFAULT_KEY from uapiHeiko Carstens1-1/+1
2023-02-03mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)1-3/+2
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-5/+25
2022-03-01s390/mm: convert pte_val()/pXd_val() into functionsHeiko Carstens1-5/+25
2022-02-14KVM: s390: Honor storage keys when accessing guest memoryJanis Schoetterl-Glausch1-0/+2
2021-08-18s390/mm: remove unused cmma functionsDavid Hildenbrand1-3/+0
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-6/+9
2021-06-18s390/page: use register pair instead of register asmHeiko Carstens1-6/+9
2021-06-04mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Peter Collingbourne1-3/+3
2020-04-11mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-2/+1
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-9/+9
2020-03-31Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-1/+1
2020-03-06s390/mm: cleanup phys_to_pfn() and friendsAlexander Gordeev1-9/+9
2020-02-27s390/mm: provide memory management functions for protected KVM guestsClaudio Imbrenda1-0/+5
2020-02-17s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init...Nathan Chancellor1-1/+1
2020-01-30s390/mm: fix dynamic pagetable upgrade for hugetlbfsGerald Schaefer1-0/+2
2019-11-01dma/direct: turn ARCH_ZONE_DMA_BITS into a variableNicolas Saenz Julienne1-2/+0
2019-07-26s390/dma: provide proper ARCH_ZONE_DMA_BITS valueHalil Pasic1-0/+2
2018-10-09s390/mm: add missing pfn_to_kaddr helperVasily Gorbik1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-09s390/mm: add missing virt_to_pfn() etc. helper functionsHeiko Carstens1-7/+17
2017-07-26s390/mm: introduce defines to reflect the hardware mmuHeiko Carstens1-3/+7
2017-07-25s390/mm: tag normal pages vs pages used in page tablesMartin Schwidefsky1-0/+3
2017-06-12s390/mm: implement 5 level pages tablesMartin Schwidefsky1-0/+3
2016-08-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+6
2016-07-06s390/mm: add support for 2GB hugepagesGerald Schaefer1-0/+1
2016-06-20s390: introduce page_to_virt() and pfn_to_virt()David Hildenbrand1-0/+2
2016-06-14s390/mm: fix compile for PAGE_DEFAULT_KEY != 0Heiko Carstens1-3/+4
2016-06-10KVM: s390: handle missing storage-key facilityDavid Hildenbrand1-3/+4
2015-07-18revert "s390/mm: make hugepages_supported a boot time decision"Dominik Dingel1-4/+4
2015-07-18revert "s390/mm: change HPAGE_SHIFT type to int"Dominik Dingel1-1/+1
2015-06-26s390/mm: change HPAGE_SHIFT type to intDominik Dingel1-1/+1
2015-06-26s390/mm: make hugepages_supported a boot time decisionDominik Dingel1-4/+4
2015-02-26s390: let the compiler do page clearingChristian Borntraeger1-10/+1
2014-08-09arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski1-2/+0
2013-11-20s390/mm: optimize copy_pageHeiko Carstens1-25/+13