index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
pgtable.h
Age
Commit message (
Expand
)
Author
2015-02-26
arm64: enable PTE type bit in the mask for pte_modify
Feng Kan
2015-02-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-02-11
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2015-02-11
mm: make FIRST_USER_ADDRESS unsigned long on all archs
Kirill A. Shutemov
2015-02-10
arm64: drop PTE_FILE and pte_file()-related helpers
Kirill A. Shutemov
2015-01-28
arm64:mm: free the useless initial page table
zhichang.yuan
2015-01-12
arm64/mm: add create_pgd_mapping() to create private page tables
Ard Biesheuvel
2014-12-23
arm64: mm: Add pgd_page to support RCU fast_gup
Jungseok Lee
2014-12-10
mm: fix huge zero page accounting in smaps report
Kirill A. Shutemov
2014-10-18
Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-10-10
arm64: kvm: define PAGE_S2_DEVICE as read-only by default
Ard Biesheuvel
2014-10-09
Merge branch 'akpm' (fixes from Andrew Morton)
Linus Torvalds
2014-10-09
arm64: mm: enable RCU fast_gup
Steve Capper
2014-10-09
Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2014-09-30
arm64: Add architectural support for PCI
Liviu Dudau
2014-09-08
arm64: Introduce {set,clear}_pte_bit
Laura Abbott
2014-07-24
arm64: Fix barriers used for page table modifications
Catalin Marinas
2014-07-23
arm64: asm/pgtable.h pmd/pud definitions clean-up
Catalin Marinas
2014-07-23
arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITS
Catalin Marinas
2014-07-23
arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELS
Catalin Marinas
2014-07-23
arm64: mm: Implement 4 levels of translation tables
Jungseok Lee
2014-07-23
arm64: Introduce VA_BITS and translation level options
Jungseok Lee
2014-07-17
arm64: Remove duplicate (SWAPPER|IDMAP)_DIR_SIZE definitions
Catalin Marinas
2014-07-04
arm64: mm: Fix horrendous config typo
Steve Capper
2014-06-18
arm64: mm: remove broken &= operator from pmd_mknotpresent
Will Deacon
2014-06-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2014-06-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2014-05-29
arm64: mm: fix pmd_write CoW brokenness
Will Deacon
2014-05-16
Revert "arm64: Introduce execute-only page access permissions"
Catalin Marinas
2014-05-09
arm64: barriers: make use of barrier options with explicit barriers
Will Deacon
2014-05-09
arm64: mm: Create gigabyte kernel logical mappings where possible
Steve Capper
2014-05-09
arm64: Clean up the default pgprot setting
Catalin Marinas
2014-05-09
arm64: Introduce execute-only page access permissions
Catalin Marinas
2014-05-05
arm64: mm: Remove superfluous "the" in comment
Geert Uytterhoeven
2014-03-31
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2014-03-24
arm64: Remove pgprot_dmacoherent()
Catalin Marinas
2014-03-14
arm64: mm: Route pmd thp functions through pte equivalents
Steve Capper
2014-03-13
arm64: Do not synchronise I and D caches for special ptes
Catalin Marinas
2014-03-13
arm64: Make DMA coherent and strongly ordered mappings not executable
Catalin Marinas
2014-02-28
arm64: mm: Add double logical invert to pte accessors
Steve Capper
2014-01-31
arm64: mm: Introduce PTE_WRITE
Steve Capper
2014-01-31
arm64: mm: Remove PTE_BIT_FUNC macro
Steve Capper
2013-11-29
arm64: Move PTE_PROT_NONE higher up
Catalin Marinas
2013-11-29
arm64: Use Normal NonCacheable memory for writecombine
Catalin Marinas
2013-11-05
arm64: Use 42-bit address space with 64K pages
Catalin Marinas
2013-07-03
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/c...
Linus Torvalds
2013-07-01
Merge branch 'for-next/hugepages' of git://git.linaro.org/people/stevecapper/...
Catalin Marinas
2013-06-29
consolidate io_remap_pfn_range definitions
Al Viro
2013-06-14
ARM64: mm: THP support.
Steve Capper
2013-06-14
ARM64: mm: HugeTLB support.
Steve Capper
[next]