| Commit message (Expand) | Author | Age | Files | Lines |
* | arm64: mm: use single quantity to represent the PA to VA translation | Ard Biesheuvel | 2020-10-15 | 1 | -2/+2 |
* | Merge branch 'for-next/mte' into for-next/core | Will Deacon | 2020-10-02 | 1 | -1/+45 |
|\ |
|
| * | arm64: mte: Enable swap of tagged pages | Steven Price | 2020-09-04 | 1 | -0/+32 |
| * | arm64: mte: Add PROT_MTE support to mmap() and mprotect() | Catalin Marinas | 2020-09-04 | 1 | -1/+6 |
| * | arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE | Catalin Marinas | 2020-09-04 | 1 | -0/+7 |
| | | |
| \ | |
*-. \ | Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp... | Will Deacon | 2020-10-02 | 1 | -12/+52 |
|\ \ \
| |_|/
|/| | |
|
| | * | arm64: mm: Make flush_tlb_fix_spurious_fault() a no-op | Will Deacon | 2020-10-01 | 1 | -0/+8 |
| | * | arm64/mm: Enable THP migration | Anshuman Khandual | 2020-09-11 | 1 | -0/+5 |
| | * | arm64/mm: Change THP helpers to comply with generic MM semantics | Anshuman Khandual | 2020-09-11 | 1 | -3/+31 |
| |/
|/| |
|
| * | arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR() | Gavin Shan | 2020-09-14 | 1 | -9/+8 |
|/ |
|
* | arm64: tlb: Set the TTL field in flush_*_tlb_range | Zhenyu Ye | 2020-07-07 | 1 | -0/+10 |
* | arm64: pgtable: Clear the GP bit for non-executable kernel pages | Will Deacon | 2020-06-16 | 1 | -1/+1 |
* | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport | 2020-06-09 | 1 | -22/+14 |
* | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 1 | -3/+1 |
* | arm64: add support for folded p4d page tables | Mike Rapoport | 2020-06-05 | 1 | -14/+23 |
* | mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid() | Anshuman Khandual | 2020-06-04 | 1 | -1/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-06-02 | 1 | -0/+3 |
|\ |
|
| * | mm: enforce that vmap can't map pages executable | Christoph Hellwig | 2020-06-02 | 1 | -0/+3 |
* | | Merge branch 'for-next/bti' into for-next/core | Will Deacon | 2020-05-28 | 1 | -1/+1 |
|\ \ |
|
| * | | arm64: Basic Branch Target Identification support | Dave Martin | 2020-03-16 | 1 | -1/+1 |
| |/ |
|
* | | arm64/kernel: Fix range on invalidating dcache for boot page tables | Gavin Shan | 2020-04-28 | 1 | -0/+1 |
* | | arm64/mm: Use phys_to_page() to access pgtable memory | Gavin Shan | 2020-04-28 | 1 | -3/+3 |
|/ |
|
* | arm64: mm: add p?d_leaf() definitions | Steven Price | 2020-02-04 | 1 | -0/+2 |
* | arm64: Revert support for execute-only user mappings | Catalin Marinas | 2020-01-06 | 1 | -7/+3 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2019-11-26 | 1 | -1/+15 |
|\ |
|
| *---. | Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '... | Catalin Marinas | 2019-11-08 | 1 | -1/+15 |
| |\ \ \ |
|
| | | | * | arm64: pgtable: Correct typo in comment | Mark Brown | 2019-10-25 | 1 | -1/+1 |
| | | |/
| | |/| |
|
| | | * | arm64: mm: implement arch_faults_on_old_pte() on arm64 | Jia He | 2019-10-18 | 1 | -0/+14 |
| | |/ |
|
* | / | arm64: Do not mask out PTE_RDONLY in pte_same() | Catalin Marinas | 2019-11-06 | 1 | -17/+0 |
|/ / |
|
* / | arm64: Fix kcore macros after 52-bit virtual addressing fallout | Chris von Recklinghausen | 2019-10-11 | 1 | -3/+0 |
|/ |
|
* | mm: consolidate pgtable_cache_init() and pgd_cache_init() | Mike Rapoport | 2019-09-25 | 1 | -2/+0 |
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2019-09-19 | 1 | -0/+12 |
|\ |
|
| * | arm64: document the choice of page attributes for pgprot_dmacoherent | Christoph Hellwig | 2019-08-29 | 1 | -0/+8 |
| * | dma-mapping: remove arch_dma_mmap_pgprot | Christoph Hellwig | 2019-08-29 | 1 | -0/+4 |
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2019-09-16 | 1 | -8/+15 |
|\ \
| |/
|/| |
|
| *---. | Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro... | Will Deacon | 2019-08-30 | 1 | -8/+15 |
| |\ \ \ |
|
| | | | * | arm64: mm: Add ISB instruction to set_pgd() | Will Deacon | 2019-08-27 | 1 | -0/+1 |
| | | | * | Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}" | Will Deacon | 2019-08-27 | 1 | -3/+9 |
| | |_|/
| |/| | |
|
| | * | | arm64: memory: rename VA_START to PAGE_END | Mark Rutland | 2019-08-14 | 1 | -2/+2 |
| | * | | arm64: mm: Separate out vmemmap | Steve Capper | 2019-08-09 | 1 | -2/+2 |
| | * | | arm64: mm: Flip kernel VA space | Steve Capper | 2019-08-09 | 1 | -1/+1 |
| |/ / |
|
* / / | arm64: mm: add missing PTE_SPECIAL in pte_mkdevmap on arm64 | Jia He | 2019-08-08 | 1 | -2/+5 |
|/ / |
|
* | | arm64/mm: fix variable 'pud' set but not used | Qian Cai | 2019-08-01 | 1 | -2/+2 |
* | | arm64: mm: Drop pte_huge() | Anshuman Khandual | 2019-07-22 | 1 | -1/+0 |
|/ |
|
* | arm64: mm: implement pte_devmap support | Robin Murphy | 2019-07-17 | 1 | -0/+21 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2019-07-08 | 1 | -19/+37 |
|\ |
|
| * | arm64: mm: avoid redundant READ_ONCE(*ptep) | Mark Rutland | 2019-06-10 | 1 | -17/+30 |
| * | arm64/mm: Simplify protection flag creation for kernel huge mappings | Anshuman Khandual | 2019-06-04 | 1 | -2/+7 |
* | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2019-06-21 | 1 | -12/+1 |
|\ \ |
|
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 1 | -12/+1 |
| |/ |
|