index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/mm/hash: hard disable irq in the SLB insert path
Aneesh Kumar K.V
2018-06-03
1
-0
/
+13
*
powerpc/mm/hugetlb: Update hugetlb related locks
Aneesh Kumar K.V
2018-06-03
2
-15
/
+30
*
powerpc/64s: Fix compiler store ordering to SLB shadow area
Nicholas Piggin
2018-06-03
1
-4
/
+4
*
powerpc/64s/radix: flush remote CPUs out of single-threaded mm_cpumask
Nicholas Piggin
2018-06-03
1
-27
/
+121
*
powerpc/64s/radix: optimise pte_update
Nicholas Piggin
2018-06-03
2
-3
/
+14
*
powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flags
Nicholas Piggin
2018-06-03
1
-1
/
+1
*
powerpc/64s/radix: prefetch user address in update_mmu_cache
Nicholas Piggin
2018-06-03
2
-2
/
+5
*
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
3
-7
/
+10
*
powerpc/mm: Change function prototype
Aneesh Kumar K.V
2018-06-03
3
-8
/
+24
*
powerpc/mm/radix: Move function from radix.h to pgtable-radix.c
Aneesh Kumar K.V
2018-06-03
1
-0
/
+22
*
powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call __ptep_set_acce...
Aneesh Kumar K.V
2018-06-03
1
-2
/
+31
*
powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINEx
Christophe Leroy
2018-06-03
1
-0
/
+4
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-06-03
2
-0
/
+208
|
\
|
*
powerpc: Export tm_enable()/tm_disable/tm_abort() APIs
Simon Guo
2018-05-24
1
-0
/
+1
|
*
powerpc/mm/radix: implement LPID based TLB flushes to be used by KVM
Nicholas Piggin
2018-05-17
1
-0
/
+207
*
|
powerpc/sparse: Fix plain integer as NULL pointer warning
Mathieu Malaterre
2018-05-25
2
-6
/
+6
*
|
powerpc/mm: Only read faulting instruction when necessary in do_page_fault()
Christophe Leroy
2018-05-25
1
-16
/
+34
*
|
powerpc/mm: Use instruction symbolic names in store_updates_sp()
Christophe Leroy
2018-05-25
1
-13
/
+13
*
|
powerpc/mm: Use page fragments for allocation page table at PMD level
Aneesh Kumar K.V
2018-05-15
4
-6
/
+1
*
|
powerpc/mm: Implement helpers for pagetable fragment support at PMD level
Aneesh Kumar K.V
2018-05-15
4
-6
/
+119
*
|
powerpc/book3s64/mm: Simplify the rcu callback for page table free
Aneesh Kumar K.V
2018-05-15
1
-19
/
+26
*
|
powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragment
Aneesh Kumar K.V
2018-05-15
2
-13
/
+8
*
|
powerpc/mm/nohash: Remove pte fragment dependency from nohash
Aneesh Kumar K.V
2018-05-15
2
-114
/
+114
*
|
powerpc/mm: Rename pte fragment functions
Aneesh Kumar K.V
2018-05-15
1
-4
/
+5
*
|
powerpc/mm: Use pmd_lockptr instead of opencoding it
Aneesh Kumar K.V
2018-05-15
3
-6
/
+8
*
|
powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64
Aneesh Kumar K.V
2018-05-15
2
-56
/
+54
*
|
powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINE
Al Viro
2018-05-10
1
-1
/
+3
*
|
powerpc/fadump: Do not use hugepages when fadump is active
Hari Bathini
2018-05-03
2
-2
/
+11
|
/
*
powerpc/mm: Flush cache on memory hot(un)plug
Balbir Singh
2018-04-24
1
-0
/
+2
*
Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-04-15
2
-3
/
+3
|
\
|
*
powerpc/mm/radix: Fix checkstops caused by invalid tlbiel
Michael Ellerman
2018-04-12
1
-3
/
+2
|
*
powerpc/8xx: Fix build with hugetlbfs enabled
Aneesh Kumar K.V
2018-04-11
1
-0
/
+1
*
|
exec: pass stack rlimit into mm layout functions
Kees Cook
2018-04-11
1
-12
/
+16
*
|
mm, migrate: remove reason argument from new_page_t
Michal Hocko
2018-04-11
1
-2
/
+1
|
/
*
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-04-07
24
-445
/
+662
|
\
|
*
powerpc/mm/radix: Parse disable_radix commandline correctly.
Aneesh Kumar K.V
2018-04-04
1
-1
/
+1
|
*
powerpc/mm/hugetlb: initialize the pagetable cache correctly for hugetlb
Aneesh Kumar K.V
2018-04-04
1
-5
/
+13
|
*
powerpc/mm/radix: Update pte fragment count from 16 to 256 on radix
Aneesh Kumar K.V
2018-04-04
1
-6
/
+2
|
*
powerpc/mm/keys: Update documentation and remove unnecessary check
Aneesh Kumar K.V
2018-04-04
2
-23
/
+16
|
*
powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXT
Mathieu Malaterre
2018-04-01
1
-1
/
+1
|
*
powerpc/64s: Remove POWER4 support
Nicholas Piggin
2018-04-01
1
-4
/
+5
|
*
powerpc/mm/32: Remove the reserved memory hack
Jonathan Neuschäfer
2018-04-01
3
-8
/
+1
|
*
powerpc/mm/32: Use page_is_ram to check for RAM
Jonathan Neuschäfer
2018-04-01
1
-0
/
+1
|
*
powerpc/mm: Use memblock API for PPC32 page_is_ram
Jonathan Neuschäfer
2018-04-01
1
-4
/
+0
|
*
powerpc/mm: Simplify page_is_ram by using memblock_is_memory
Jonathan Neuschäfer
2018-04-01
1
-7
/
+1
|
*
Merge branch 'topic/paca' into next
Michael Ellerman
2018-03-31
6
-86
/
+169
|
|
\
|
|
*
powerpc/mm: Pass node id into create_section_mapping
Nicholas Piggin
2018-03-31
4
-15
/
+15
|
|
*
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
[next]