index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
book3s
/
64
/
radix.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-10
powerpc/mm: thread pgprot_t through create_section_mapping()
Logan Gunthorpe
1
-1
/
+2
2020-03-25
powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...
Aneesh Kumar K.V
1
-0
/
+5
2019-09-29
Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+7
2019-09-24
powerpc/book3s64: Export has_transparent_hugepage() related functions.
Aneesh Kumar K.V
1
-1
/
+7
2019-08-27
powerpc/mm: refactor ioremap_range() and use ioremap_page_range()
Christophe Leroy
1
-3
/
+0
2019-06-19
powerpc/64s/radix: ioremap use ioremap_page_range
Nicholas Piggin
1
-0
/
+3
2019-04-21
powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
Aneesh Kumar K.V
1
-22
/
+19
2019-04-21
powerpc/mm/hash64: Add a variable to track the end of IO mapping
Aneesh Kumar K.V
1
-0
/
+1
2019-03-05
arch/powerpc/mm: Nest MMU workaround for mprotect RW upgrade
Aneesh Kumar K.V
1
-0
/
+4
2018-08-13
powerpc/mm/book3s/radix: Add mapping statistics
Aneesh Kumar K.V
1
-0
/
+3
2018-07-30
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
Christophe Leroy
1
-0
/
+2
2018-07-16
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
1
-30
/
+5
2018-06-03
powerpc/64s/radix: optimise pte_update
Nicholas Piggin
1
-12
/
+13
2018-06-03
powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flags
Nicholas Piggin
1
-1
/
+18
2018-06-03
powerpc/64s/radix: make ptep_get_and_clear_full non-atomic for the full case
Nicholas Piggin
1
-8
/
+2
2018-06-03
powerpc/mm: Change function prototype
Aneesh Kumar K.V
1
-2
/
+3
2018-06-03
powerpc/mm/radix: Move function from radix.h to pgtable-radix.c
Aneesh Kumar K.V
1
-28
/
+3
2018-03-31
powerpc/mm: Pass node id into create_section_mapping
Nicholas Piggin
1
-1
/
+1
2018-01-31
mm/thp: remove pmd_huge_split_prepare()
Aneesh Kumar K.V
1
-6
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-08
powerpc/mm/book3s64: Make KERN_IO_START a variable
Michael Ellerman
1
-0
/
+2
2017-07-18
powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y
Michael Ellerman
1
-0
/
+1
2017-07-04
powerpc/mm/hash: Implement mark_rodata_ro() for hash
Balbir Singh
1
-0
/
+4
2017-07-02
powerpc/mm: Add devmap support for ppc64
Oliver O'Halloran
1
-1
/
+1
2017-03-31
powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGE
Aneesh Kumar K.V
1
-2
/
+2
2017-03-31
powerpc/mm: Cleanup bits definition between hash and radix.
Aneesh Kumar K.V
1
-0
/
+6
2017-02-15
powerpc/mm/radix: Skip ptesync in pte update helpers
Aneesh Kumar K.V
1
-3
/
+0
2017-02-15
powerpc/mm/radix: Use ptep_get_and_clear_full when clearing pte for full mm
Aneesh Kumar K.V
1
-1
/
+22
2017-02-15
powerpc/mm/radix: Update pte update sequence for pte clear case
Aneesh Kumar K.V
1
-9
/
+3
2017-01-31
powerpc/mm: add radix__remove_section_mapping()
Reza Arbab
1
-0
/
+1
2017-01-31
powerpc/mm: add radix__create_section_mapping()
Reza Arbab
1
-0
/
+4
2016-11-28
powerpc/mm: Batch tlb flush when invalidating pte entries
Aneesh Kumar K.V
1
-3
/
+10
2016-11-28
powerpc/mm: update radix__pte_update to not do full mm tlb flush
Aneesh Kumar K.V
1
-7
/
+1
2016-11-28
powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flush
Aneesh Kumar K.V
1
-8
/
+3
2016-11-28
powerpc/mm: Introduce _PAGE_LARGE software pte bits
Aneesh Kumar K.V
1
-0
/
+2
2016-09-13
powerpc/mm/radix: Use different pte update sequence for different POWER9 revs
Aneesh Kumar K.V
1
-15
/
+60
2016-09-13
powerpc/mm/radix: Use different RTS encoding for different POWER9 revs
Aneesh Kumar K.V
1
-4
/
+9
2016-06-17
powerpc/mm/radix: Update Radix tree size as per ISA 3.0
Aneesh Kumar K.V
1
-0
/
+15
2016-05-11
powerpc/mm/radix: Add radix THP callbacks
Aneesh Kumar K.V
1
-0
/
+22
2016-05-11
powerpc/mm: vmalloc abstraction in preparation for radix
Aneesh Kumar K.V
1
-0
/
+68
2016-05-01
powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()
Aneesh Kumar K.V
1
-0
/
+6
2016-05-01
powerpc/mm/radix: Add radix callbacks for early init routines
Aneesh Kumar K.V
1
-0
/
+2
2016-05-01
powerpc/mm/radix: Add radix callback for pmd accessors
Aneesh Kumar K.V
1
-0
/
+9
2016-05-01
powerpc/mm/radix: Add radix pte #defines
Aneesh Kumar K.V
1
-0
/
+125