| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: remove free_area_cache | Michel Lespinasse | 2013-07-10 | 1 | -2/+0 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2013-07-04 | 19 | -263/+1076 |
|\ |
|
| * | Merge tag 'v3.10' into next | Benjamin Herrenschmidt | 2013-07-01 | 1 | -1/+7 |
| |\ |
|
| * | | powerpc/numa: Do not update sysfs cpu registration from invalid context | Nathan Fontenot | 2013-07-01 | 1 | -2/+3 |
| * | | powerpc: Delete __cpuinit usage from all users | Paul Gortmaker | 2013-07-01 | 5 | -12/+11 |
| * | | 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 |
* | | | mm/PPC: prepare for killing free_all_bootmem_node() | Jiang Liu | 2013-07-03 | 1 | -15/+1 |
* | | | mm/ppc: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2013-07-03 | 1 | -44/+12 |
* | | | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 2013-07-03 | 1 | -3/+2 |
* | | | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
* | | | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
* | | | mm/hugetlb: use already existing interface huge_page_shift | Wanpeng Li | 2013-07-03 | 1 | -1/+1 |
* | | | Merge 3.10-rc7 into driver-core-next | Greg Kroah-Hartman | 2013-06-24 | 1 | -1/+7 |
|\ \ \
| | |/
| |/| |
|
| * | | powerpc: Fix bad pmd error with book3E config | Aneesh Kumar K.V | 2013-06-20 | 1 | -1/+7 |
| |/ |
|
* | | Merge 3.10-rc6 into driver-core-next | Greg Kroah-Hartman | 2013-06-17 | 1 | -8/+22 |
|\ \
| |/ |
|
| * | powerpc/mm: Always invalidate tlb on hpte invalidate and update | Aneesh Kumar K.V | 2013-06-01 | 1 | -8/+22 |
* | | Finally eradicate CONFIG_HOTPLUG | Stephen Rothwell | 2013-06-03 | 1 | -2/+2 |
|/ |
|
* | 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-05 | 1 | -2/+16 |