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
/
powerpc
/
mm
/
pgtable_64.c
Age
Commit message (
Expand
)
Author
2018-10-14
powerpc/mm: use pte helpers in generic code
Christophe Leroy
2018-10-14
powerpc: handover page flags with a pgprot_t parameter
Christophe Leroy
2018-10-14
powerpc/mm: properly set PAGE_KERNEL flags in ioremap()
Christophe Leroy
2018-10-13
powerpc/32: Add ioremap_wt() and ioremap_coherent()
Christophe Leroy
2018-10-03
powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_huge
Aneesh Kumar K.V
2018-05-15
powerpc/mm: Use page fragments for allocation page table at PMD level
Aneesh Kumar K.V
2018-05-15
powerpc/mm/nohash: Remove pte fragment dependency from nohash
Aneesh Kumar K.V
2018-05-15
powerpc/mm: Rename pte fragment functions
Aneesh Kumar K.V
2018-05-15
powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64
Aneesh Kumar K.V
2018-03-31
powerpc/mm/hash64: Increase the VA range
Aneesh Kumar K.V
2018-03-23
powerpc/mm: Fixup tlbie vs store ordering issue on POWER9
Aneesh Kumar K.V
2018-02-13
powerpc/mm: Fix crashes with 16G huge pages
Aneesh Kumar K.V
2018-02-13
powerpc/mm: Flush radix process translations when setting MMU type
Alexey Kardashevskiy
2018-01-16
powerpc/mm: extend _PAGE_PRIVILEGED to all CPUs
Christophe Leroy
2017-11-16
Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-11-15
mm: remove cold parameter from free_hot_cold_page*
Mel Gorman
2017-11-06
powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64
Michael Ellerman
2017-08-08
powerpc/mm/book3s64: Make KERN_IO_START a variable
Michael Ellerman
2017-07-18
powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y
Michael Ellerman
2017-07-04
powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for Radix
Balbir Singh
2017-07-04
powerpc/mm/hash: Implement mark_rodata_ro() for hash
Balbir Singh
2017-07-02
powerpc/mm: Add devmap support for ppc64
Oliver O'Halloran
2017-06-23
powerpc/mm: Trace tlbie(l) instructions
Balbir Singh
2017-06-05
powerpc/mm/book(e)(3s)/64: Add page table accounting
Balbir Singh
2017-02-14
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2017-01-31
powerpc/64: Make type of partition table flush depend on partition type
Paul Mackerras
2017-01-30
powerpc/powernv: Initialise nest mmu
Alistair Popple
2016-11-23
powerpc/64: Provide functions for accessing POWER9 partition table
Paul Mackerras
2016-06-24
tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
Michal Hocko
2016-05-11
powerpc/mm: THP is only available on hash64 as of now
Aneesh Kumar K.V
2016-05-11
powerpc/mm: pte_frag abstraction
Aneesh Kumar K.V
2016-05-11
powerpc/mm: vmalloc abstraction in preparation for radix
Aneesh Kumar K.V
2016-05-11
powerpc/mm: Add radix pgalloc details
Aneesh Kumar K.V
2016-05-11
powerpc/mm: Make 4K and 64K use pte_t for pgtable_t
Aneesh Kumar K.V
2016-05-11
powerpc/mm: Rename function to indicate we are allocating fragments
Aneesh Kumar K.V
2016-05-01
powerpc/mm: Make page table size a variable
Aneesh Kumar K.V
2016-05-01
powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix
Aneesh Kumar K.V
2016-05-01
powerpc/mm: Move hash and no hash code to separate files
Aneesh Kumar K.V
2016-05-01
powerpc/mm/hash: Add support for Power9 Hash
Aneesh Kumar K.V
2016-05-01
powerpc/mm: Use generic version of pmdp_clear_flush_young()
Aneesh Kumar K.V
2016-05-01
powerpc/mm: Drop WIMG in favour of new constants
Aneesh Kumar K.V
2016-05-01
powerpc/mm: Use a helper for finding pte bits mapping I/O area
Aneesh Kumar K.V
2016-05-01
powerpc/mm: Remove RPN_SHIFT and RPN_SIZE
Aneesh Kumar K.V
2016-05-01
powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
Aneesh Kumar K.V
2016-05-01
powerpc/mm: Use _PAGE_READ to indicate Read access
Aneesh Kumar K.V
2016-05-01
powerpc/mm: Use big endian Linux page tables for book3s 64
Aneesh Kumar K.V
2016-05-01
powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()
Aneesh Kumar K.V
2016-03-19
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-03-17
mm: introduce page reference manipulation functions
Joonsoo Kim
2016-03-03
mm: Some arch may want to use HPAGE_PMD related values as variables
Kirill A. Shutemov
[next]