Age | Commit message (Expand) | Author | Files | Lines |
2023-02-03 | mm: add vma_alloc_zeroed_movable_folio() | Matthew Wilcox (Oracle) | 1 | -2/+2 |
2021-10-01 | arm64/mm: drop HAVE_ARCH_PFN_VALID | Anshuman Khandual | 1 | -1/+0 |
2021-08-25 | Partially revert "arm64/mm: drop HAVE_ARCH_PFN_VALID" | Will Deacon | 1 | -0/+1 |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2021-07-01 | arm64/mm: drop HAVE_ARCH_PFN_VALID | Anshuman Khandual | 1 | -1/+0 |
2021-07-01 | arm64: decouple check whether pfn is in linear map from pfn_valid() | Mike Rapoport | 1 | -1/+2 |
2021-06-04 | arm64: mte: handle tags zeroing at page allocation time | Peter Collingbourne | 1 | -2/+6 |
2021-06-04 | mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable() | Peter Collingbourne | 1 | -3/+3 |
2020-09-04 | arm64: mte: Add PROT_MTE support to mmap() and mprotect() | Catalin Marinas | 1 | -1/+1 |
2020-09-04 | arm64: Avoid unnecessary clear_user_page() indirection | Catalin Marinas | 1 | -2/+1 |
2020-09-04 | arm64: mte: Tags-aware copy_{user_,}highpage() implementations | Vincenzo Frascino | 1 | -3/+11 |
2020-04-11 | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS | Anshuman Khandual | 1 | -3/+1 |
2020-03-17 | arm64: define __alloc_zeroed_user_highpage | glider@google.com | 1 | -0/+4 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 1 | -12/+1 |
2018-09-21 | arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODEL | James Morse | 1 | -2/+0 |
2017-08-15 | arm64: factor out PAGE_* and CONT_* definitions | Mark Rutland | 1 | -11/+1 |
2016-06-03 | arm64: move {PAGE,CONT}_SHIFT into Kconfig | Mark Rutland | 1 | -10/+2 |
2016-04-28 | arm64: kernel: Include _AC definition in page.h | James Morse | 1 | -0/+2 |
2016-02-03 | arm64: asm: Explicitly include linux/personality.h in asm/page.h | Mark Brown | 1 | -0/+1 |
2015-10-19 | arm64: Add 16K page size support | Suzuki K. Poulose | 1 | -0/+3 |
2015-10-19 | arm64: Move swapper pagetable definitions | Suzuki K. Poulose | 1 | -18/+0 |
2015-10-08 | arm64: Add contiguous page flag shifts and constants | Jeremy Linton | 1 | -1/+7 |
2015-04-16 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -2/+4 |
2015-04-15 | arm64: expose number of page table levels on Kconfig level | Kirill A. Shutemov | 1 | -2/+2 |
2015-03-23 | arm64: mm: increase VA range of identity map | Ard Biesheuvel | 1 | -2/+4 |
2014-08-09 | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | 1 | -3/+0 |
2014-07-23 | arm64: Add support for 48-bit VA space with 64KB page configuration | Catalin Marinas | 1 | -7/+9 |
2014-07-23 | arm64: Remove asm/pgtable-*level-types.h files | Catalin Marinas | 1 | -7/+1 |
2014-07-23 | arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELS | Catalin Marinas | 1 | -3/+3 |
2014-07-23 | arm64: mm: Implement 4 levels of translation tables | Jungseok Lee | 1 | -3/+10 |
2014-07-23 | arm64: Introduce VA_BITS and translation level options | Jungseok Lee | 1 | -1/+1 |
2014-07-23 | arm64: Do not initialise the fixmap page tables in head.S | Catalin Marinas | 1 | -4/+4 |
2014-07-10 | arm64: place initial page tables above the kernel | Mark Rutland | 1 | -0/+9 |
2012-09-17 | arm64: MMU fault handling and page table management | Catalin Marinas | 1 | -0/+67 |