index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Optimize hugepage invalidate
Aneesh Kumar K.V
2013-06-21
2
-2
/
+83
*
powerpc/THP: Enable THP on PPC64
Aneesh Kumar K.V
2013-06-21
1
-0
/
+29
*
powerpc: split hugepage when using subpage protection
Aneesh Kumar K.V
2013-06-21
1
-0
/
+48
*
powerpc: disable assert_pte_locked for collapse_huge_page
Aneesh Kumar K.V
2013-06-21
1
-0
/
+8
*
powerpc: Prevent gcc to re-read the pagetables
Aneesh Kumar K.V
2013-06-21
2
-5
/
+5
*
powerpc: Make linux pagetable walk safe with THP enabled
Aneesh Kumar K.V
2013-06-21
4
-38
/
+68
*
powerpc/THP: Add code to handle HPTE faults for hugepages
Aneesh Kumar K.V
2013-06-21
3
-4
/
+190
*
powerpc: Update gup_pmd_range to handle transparent hugepages
Aneesh Kumar K.V
2013-06-21
1
-2
/
+8
*
powerpc: Replace find_linux_pte with find_linux_pte_or_hugepte
Aneesh Kumar K.V
2013-06-21
3
-5
/
+20
*
powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepages
Aneesh Kumar K.V
2013-06-21
1
-6
/
+26
*
powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common code
Aneesh Kumar K.V
2013-06-21
2
-124
/
+129
*
powerpc/THP: Implement transparent hugepages for ppc64
Aneesh Kumar K.V
2013-06-21
2
-0
/
+404
*
powerpc/THP: Double the PMD table size for THP
Aneesh Kumar K.V
2013-06-21
1
-3
/
+6
*
powerpc/mm: handle hugepage size correctly when invalidating hpte entries
Aneesh Kumar K.V
2013-06-21
4
-89
/
+65
*
powerpc/mm: Make mmap_64.c compile on 32bit powerpc
Daniel Walker
2013-06-20
2
-3
/
+2
*
powerpc/mm/nohash: Ignore NULL stale_map entries
Scott Wood
2013-06-20
1
-3
/
+6
*
powerpc/mm: Always invalidate tlb on hpte invalidate and update
Aneesh Kumar K.V
2013-06-01
1
-8
/
+22
*
powerpc: Exception hooks for context tracking subsystem
Li Zhong
2013-05-14
2
-23
/
+54
*
powerpc: Fix build errors STRICT_MM_TYPECHECKS
Aneesh Kumar K.V
2013-05-14
1
-1
/
+2
*
powerpc/tm: Fix null pointer deference in flush_hash_page
Michael Neuling
2013-05-06
1
-0
/
+1
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2013-05-02
14
-379
/
+929
|
\
|
*
powerpc: Update tlbie/tlbiel as per ISA doc
Aneesh Kumar K.V
2013-04-30
1
-2
/
+30
|
*
powerpc: Print page size info during boot
Aneesh Kumar K.V
2013-04-30
1
-5
/
+5
|
*
powerpc: print both base and actual page size on hash failure
Aneesh Kumar K.V
2013-04-30
2
-6
/
+8
|
*
powerpc: Fix hpte_decode to use the correct decoding for page sizes
Aneesh Kumar K.V
2013-04-30
1
-31
/
+22
|
*
powerpc: Decode the pte-lp-encoding bits correctly.
Aneesh Kumar K.V
2013-04-30
3
-87
/
+191
|
*
powerpc: Use encode avpn where we need only avpn values
Aneesh Kumar K.V
2013-04-30
1
-4
/
+4
|
*
powerpc: Reduce PTE table memory wastage
Aneesh Kumar K.V
2013-04-30
2
-0
/
+155
|
*
powerpc: Switch 16GB and 16MB explicit hugepages to a different page table fo...
Aneesh Kumar K.V
2013-04-30
2
-30
/
+164
|
*
powerpc: New hugepage directory format
Aneesh Kumar K.V
2013-04-30
2
-20
/
+9
|
*
powerpc: Don't hard code the size of pte page
Aneesh Kumar K.V
2013-04-30
1
-2
/
+2
|
*
powerpc/pseries: Correct builds break when CONFIG_SMP not defined
Nathan Fontenot
2013-04-30
1
-0
/
+8
|
*
powerpc: Fix build failure after merge of the cgroup tree
Stephen Rothwell
2013-04-30
1
-0
/
+1
|
*
Merge remote-tracking branch 'kumar/next' into next
Benjamin Herrenschmidt
2013-04-30
1
-2
/
+16
|
|
\
|
|
*
powerpc/fsl-booke: Support detection of page sizes on e6500
Kumar Gala
2013-03-06
1
-2
/
+16
|
*
|
mm: use vm_unmapped_area() on powerpc architecture
Michel Lespinasse
2013-04-30
1
-45
/
+78
|
*
|
mm: remove free_area_cache use in powerpc architecture
Michel Lespinasse
2013-04-30
2
-90
/
+20
|
*
|
powerpc/pseries: Add /proc interface to control topology updates
Nathan Fontenot
2013-04-26
1
-1
/
+61
|
*
|
powerpc/pseries: RE-enable Virtual Processor Home Node updating
Jesse Larrew
2013-04-26
1
-2
/
+1
|
*
|
powerpc/pseries: Update NUMA VDSO information when updating CPU maps
Jesse Larrew
2013-04-26
1
-1
/
+7
|
*
|
powerpc/pseries: Use stop machine to update cpu maps
Nathan Fontenot
2013-04-26
1
-19
/
+65
|
*
|
powerpc/pseries: Update CPU maps when device tree is updated
Jesse Larrew
2013-04-26
1
-24
/
+75
|
*
|
powerpc/pseries: Update numa.c to use updated firmware_has_feature()
Nathan Fontenot
2013-04-26
1
-19
/
+3
|
*
|
powerpc: Try to insert the hptes repeatedly in kernel_map_linear_page()
Li Zhong
2013-04-18
1
-6
/
+7
|
*
|
powerpc: Split the code trying to insert hpte repeatedly as an helper function
Li Zhong
2013-04-18
2
-25
/
+41
|
*
|
powerpc: Move the setting of rflags out of loop in __hash_page_huge
Li Zhong
2013-04-18
1
-4
/
+4
|
*
|
powerpc: fix annotation of fake_numa_create_new_node()
Stephen Rothwell
2013-04-18
1
-1
/
+1
|
*
|
powerpc: fix numa distance for form0 device tree
Vaidyanathan Srinivasan
2013-04-18
1
-1
/
+1
|
*
|
powerpc: Fix typo "CONFIG_ICSWX_PID"
Paul Bolle
2013-04-18
1
-1
/
+1
|
*
|
powerpc: place EXPORT_SYMBOL macro right after declaration
Valentina Manea
2013-04-18
1
-2
/
+1
[next]