index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
pgtable-radix.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/mm/radix: Display if mappings are exec or not
Michael Ellerman
2018-10-20
1
-12
/
+17
*
powerpc/mm/radix: Simplify split mapping logic
Michael Ellerman
2018-10-20
1
-22
/
+10
*
powerpc/mm/radix: Remove the retry in the split mapping logic
Michael Ellerman
2018-10-20
1
-7
/
+5
*
powerpc/mm/radix: Fix small page at boundary when splitting
Michael Ellerman
2018-10-20
1
-2
/
+2
*
powerpc/mm/radix: Fix overuse of small pages in splitting logic
Michael Ellerman
2018-10-20
1
-2
/
+2
*
powerpc/mm/radix: Fix off-by-one in split mapping logic
Michael Ellerman
2018-10-20
1
-2
/
+2
*
powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transition
Aneesh Kumar K.V
2018-08-23
1
-3
/
+5
*
powerpc/mm/book3s/radix: Add mapping statistics
Aneesh Kumar K.V
2018-08-13
1
-5
/
+14
*
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
2018-07-16
1
-58
/
+2
*
powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flags
Nicholas Piggin
2018-06-03
1
-1
/
+1
*
powerpc/64s/radix: do not flush TLB when relaxing access
Nicholas Piggin
2018-06-03
1
-1
/
+6
*
powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang
Aneesh Kumar K.V
2018-06-03
1
-4
/
+10
*
powerpc/mm: Change function prototype
Aneesh Kumar K.V
2018-06-03
1
-3
/
+3
*
powerpc/mm/radix: Move function from radix.h to pgtable-radix.c
Aneesh Kumar K.V
2018-06-03
1
-0
/
+22
*
powerpc/mm: Use page fragments for allocation page table at PMD level
Aneesh Kumar K.V
2018-05-15
1
-1
/
+0
*
powerpc/mm: Implement helpers for pagetable fragment support at PMD level
Aneesh Kumar K.V
2018-05-15
1
-0
/
+2
*
powerpc/mm: Use pmd_lockptr instead of opencoding it
Aneesh Kumar K.V
2018-05-15
1
-1
/
+1
*
powerpc/mm/radix: Update pte fragment count from 16 to 256 on radix
Aneesh Kumar K.V
2018-04-04
1
-6
/
+2
*
Merge branch 'topic/paca' into next
Michael Ellerman
2018-03-31
1
-63
/
+137
|
\
|
*
powerpc/mm: Pass node id into create_section_mapping
Nicholas Piggin
2018-03-31
1
-9
/
+9
|
*
powerpc/64s/radix: Allocate kernel page tables node-local if possible
Nicholas Piggin
2018-03-31
1
-24
/
+80
|
*
powerpc/64s/radix: Split early page table mapping to its own function
Nicholas Piggin
2018-03-31
1
-47
/
+65
*
|
powerpc/mm: Fix section mismatch warning in stop_machine_change_mapping()
Mauricio Faria de Oliveira
2018-03-27
1
-6
/
+6
*
|
powerpc/mm: Fix crashes with 16G huge pages
Aneesh Kumar K.V
2018-02-13
1
-0
/
+1
*
|
powerpc/mm/radix: Split linear mapping on hot-unplug
Balbir Singh
2018-02-08
1
-21
/
+74
*
|
powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PID
Nicholas Piggin
2018-02-08
1
-1
/
+20
|
/
*
powerpc/pseries: lift RTAS limit for radix
Nicholas Piggin
2018-01-18
1
-17
/
+4
*
powerpc/pseries: radix is not subject to RMA limit, remove it
Nicholas Piggin
2018-01-18
1
-7
/
+4
*
powerpc/powernv: Remove real mode access limit for early allocations
Nicholas Piggin
2018-01-18
1
-16
/
+21
*
powerpc/64s: Improve local TLB flush for boot and MCE on POWER9
Nicholas Piggin
2018-01-18
1
-0
/
+6
*
powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
Balbir Singh
2017-11-12
1
-0
/
+10
*
powerpc/mm/radix: Prettify mapped memory range print out
Michael Ellerman
2017-08-31
1
-1
/
+6
*
powerpc/mm/radix: Add pr_fmt() to pgtable-radix.c
Michael Ellerman
2017-08-31
1
-0
/
+4
*
Merge branch 'fixes' into next
Michael Ellerman
2017-08-23
1
-1
/
+33
|
\
|
*
powerpc/mm/radix: Workaround prefetch issue with KVM
Benjamin Herrenschmidt
2017-07-26
1
-1
/
+33
*
|
powerpc/mm: Don't send IPI to all cpus on THP updates
Aneesh Kumar K.V
2017-08-17
1
-4
/
+4
*
|
powerpc/mm: Properly invalidate when setting process table base
Suraj Jitindar Singh
2017-08-10
1
-2
/
+6
*
|
powerpc/mm/book3s64: Make KERN_IO_START a variable
Michael Ellerman
2017-08-08
1
-0
/
+1
*
|
powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
Benjamin Herrenschmidt
2017-08-02
1
-1
/
+4
|
/
*
powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y
Michael Ellerman
2017-07-18
1
-0
/
+8
*
powerpc/mm/radix: Refactor radix__mark_rodata_ro()
Michael Ellerman
2017-07-18
1
-5
/
+15
*
powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for Radix
Balbir Singh
2017-07-04
1
-1
/
+66
*
powerpc/mm/radix: Fix execute permissions for interrupt_vectors
Balbir Singh
2017-07-03
1
-1
/
+2
*
powerpc/mm: Add devmap support for ppc64
Oliver O'Halloran
2017-07-02
1
-1
/
+2
*
powerpc/mm: Trace tlbie(l) instructions
Balbir Singh
2017-06-23
1
-0
/
+5
*
powerpc/mm/radix: Only add X for pages overlapping kernel text
Michael Ellerman
2017-06-15
1
-3
/
+11
*
Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-03-07
1
-0
/
+4
|
\
|
*
powerpc/64: Invalidate process table caching after setting process table
Paul Mackerras
2017-03-03
1
-0
/
+4
*
|
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
2017-03-02
1
-1
/
+1
|
/
*
Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-02-22
1
-39
/
+222
|
\
[next]