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
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-02
powerpc/mm: Use PFN_PHYS() in devmem_is_allowed()
Scott Wood
1
-1
/
+1
2015-06-02
powerpc/e6500: Optimize hugepage TLB misses
Scott Wood
1
-3
/
+48
2015-04-23
powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabled
Aneesh Kumar K.V
1
-0
/
+1
2015-04-17
powerpc/mm/thp: Return pte address if we find trans_splitting.
Aneesh Kumar K.V
1
-5
/
+4
2015-04-17
powerpc/mm/thp: Make page table walk safe against thp split/collapse
Aneesh Kumar K.V
2
-7
/
+17
2015-04-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/scottw...
Michael Ellerman
1
-0
/
+1
2015-04-16
Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
15
-78
/
+118
2015-04-15
powerpc/hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range()
Scott Wood
1
-0
/
+1
2015-04-14
mm: expose arch_mmap_rnd when available
Kees Cook
1
-2
/
+2
2015-04-14
powerpc: standardize mmap_rnd() usage
Kees Cook
1
-11
/
+15
2015-04-10
powerpc: Replace mem_init_done with slab_is_available()
Michael Ellerman
3
-10
/
+6
2015-04-10
powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabled
Michael Ellerman
7
-9
/
+9
2015-04-07
powerpc/mm: Change setbat() to take a pgprot_t rather than flags
Michael Ellerman
2
-2
/
+3
2015-04-07
powerpc/mm: Remove duplicate declaration of setbat()
Michael Ellerman
1
-3
/
+0
2015-03-26
Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/ben...
Michael Ellerman
1
-1
/
+1
2015-03-26
powerpc/mm: Free string after creating kmem cache
Yanjiang Jin
1
-0
/
+1
2015-03-23
powerpc/32: %pF is only for function pointers
Scott Wood
1
-1
/
+1
2015-03-23
powerpc/numa: Reset node_possible_map to only node_online_map
Nishanth Aravamudan
1
-0
/
+7
2015-03-18
powerpc/vphn: parsing code rewrite
Greg Kurz
2
-20
/
+40
2015-03-18
powerpc/vphn: move VPHN parsing logic to a separate file
Greg Kurz
4
-58
/
+70
2015-03-18
powerpc/vphn: move endianness fixing to vphn_unpack_associativity()
Greg Kurz
1
-4
/
+6
2015-03-18
powerpc/vphn: clarify the H_HOME_NODE_ASSOCIATIVITY API
Greg Kurz
1
-2
/
+6
2015-03-17
powerpc: Remove duplicate cacheable_memcpy/memzero functions
Kyle Moffett
1
-1
/
+1
2015-02-16
powerpc: drop _PAGE_FILE and pte_file()-related helpers
Kirill A. Shutemov
1
-1
/
+1
2015-02-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...
Linus Torvalds
1
-2
/
+2
2015-02-12
ppc64: add paranoid warnings for unexpected DSISR_PROTFAULT
Mel Gorman
2
-13
/
+15
2015-02-12
mm: convert p[te|md]_numa users to p[te|md]_protnone_numa
Mel Gorman
3
-9
/
+10
2015-02-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-4
/
+10
2015-02-11
Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
5
-37
/
+65
2015-02-11
arch/powerpc/mm/subpage-prot.c: use walk->vma and walk_page_vma()
Naoya Horiguchi
1
-4
/
+2
2015-02-11
mm/hugetlb: reduce arch dependent code around follow_huge_*
Naoya Horiguchi
1
-0
/
+8
2015-02-04
powerpc/mm: Warn on flushing tlb page in kernel context
Arseny Solokha
1
-1
/
+5
2015-01-30
powerpc/mm: bail out early when flushing TLB page
Arseny Solokha
1
-1
/
+4
2015-01-29
powerpc32: Use kmem_cache memory for PGDIR
LEROY Christophe
1
-2
/
+14
2015-01-29
powerpc/8xx: reduce pressure on TLB due to context switches
LEROY Christophe
1
-1
/
+42
2015-01-29
powerpc32: adds handling of _PAGE_RO
LEROY Christophe
1
-1
/
+1
2015-01-29
powerpc: Remove duplicate tlbcam_index declarations
Emil Medve
2
-3
/
+0
2015-01-29
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
2
-1
/
+3
2015-01-28
powerpc: Remove some unused functions
Michael Ellerman
1
-29
/
+0
2015-01-19
ppc/hugetlbfs: Replace ACCESS_ONCE with READ_ONCE
Christian Borntraeger
1
-2
/
+2
2014-12-13
mm/debug-pagealloc: make debug-pagealloc boottime configurable
Joonsoo Kim
2
-2
/
+2
2014-12-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2014-12-11
Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
17
-704
/
+264
2014-12-11
Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2014-12-09
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+0
2014-12-05
powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault
Aneesh Kumar K.V
6
-37
/
+58
2014-12-02
Merge remote-tracking branch 'benh/next' into next
Michael Ellerman
5
-118
/
+110
2014-12-02
powerpc/mm/thp: Use tlbiel if possible
Aneesh Kumar K.V
4
-10
/
+33
2014-12-02
powerpc/mm/thp: Remove code duplication
Aneesh Kumar K.V
3
-107
/
+63
2014-12-02
powerpc/mm/hugetlb: Sanity check gigantic hugepage count
James Yang
1
-0
/
+7
[next]