1. 780fc56 powerpc: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 10 years ago
  2. c833e17 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 10 years ago
  3. 842915f ppc64: add paranoid warnings for unexpected DSISR_PROTFAULT by Mel Gorman · 10 years ago
  4. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 10 years ago
  5. 59d5373 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  6. d3f180e Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  7. 1757bbd arch/powerpc/mm/subpage-prot.c: use walk->vma and walk_page_vma() by Naoya Horiguchi · 10 years ago
  8. 61f77ed mm/hugetlb: reduce arch dependent code around follow_huge_* by Naoya Horiguchi · 10 years ago
  9. c2c896b powerpc/mm: Warn on flushing tlb page in kernel context by Arseny Solokha · 10 years ago
  10. 0dc294f powerpc/mm: bail out early when flushing TLB page by Arseny Solokha · 10 years ago
  11. ce67f5d powerpc32: Use kmem_cache memory for PGDIR by LEROY Christophe · 10 years ago
  12. debddd9 powerpc/8xx: reduce pressure on TLB due to context switches by LEROY Christophe · 10 years ago
  13. a7b9f67 powerpc32: adds handling of _PAGE_RO by LEROY Christophe · 10 years ago
  14. 238cac1 powerpc: Remove duplicate tlbcam_index declarations by Emil Medve · 10 years ago
  15. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  16. 8aa989b powerpc: Remove some unused functions by Michael Ellerman · 10 years ago
  17. da1a288 ppc/hugetlbfs: Replace ACCESS_ONCE with READ_ONCE by Christian Borntraeger · 10 years ago
  18. 031bc57 mm/debug-pagealloc: make debug-pagealloc boottime configurable by Joonsoo Kim · 10 years ago
  19. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  20. 140cd7f Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  21. 7ef58b3 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  22. b64bb1d Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  23. aefa568 powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault by Aneesh Kumar K.V · 10 years ago
  24. b5be75d Merge remote-tracking branch 'benh/next' into next by Michael Ellerman · 10 years ago
  25. d557b09 powerpc/mm/thp: Use tlbiel if possible by Aneesh Kumar K.V · 10 years ago
  26. f1581bf powerpc/mm/thp: Remove code duplication by Aneesh Kumar K.V · 10 years ago
  27. c4f3eb5 powerpc/mm/hugetlb: Sanity check gigantic hugepage count by James Yang · 10 years ago
  28. 0ec2698 powerpc/mm: Check for matching hpte without taking hpte lock by Aneesh Kumar K.V · 10 years ago
  29. f5242e5 of/reconfig: Always use the same structure for notifiers by Grant Likely · 10 years ago
  30. a020010 Merge Linus' tree to be be to apply submitted patches to newer code than by Jiri Kosina · 10 years ago
  31. e39f223f powerpc: Remove more traces of bootmem by Michael Ellerman · 10 years ago
  32. 35891d40 Merge remote-tracking branch 'scottwood/next' into next by Michael Ellerman · 10 years ago
  33. fb7332a mmu_gather: move minimal range calculations into generic code by Will Deacon · 10 years ago
  34. b30e759 powerpc/mm: Switch to generic RCU get_user_pages_fast by Aneesh Kumar K.V · 10 years ago
  35. 0674352 powerpc/mm: Add missing pmd accessors by Aneesh Kumar K.V · 10 years ago
  36. d1d5304 powerpc/mm: Use PAGE_FACTOR by Gavin Shan · 10 years ago
  37. 21098b9 powerpc: Move sparse_init() into initmem_init by Anton Blanchard · 10 years ago
  38. 68cf0d6 powerpc: Remove superfluous bootmem includes by Anton Blanchard · 10 years ago
  39. 14ed740 powerpc: Remove some old bootmem related comments by Anton Blanchard · 10 years ago
  40. 1023973 powerpc: Remove bootmem allocator by Anton Blanchard · 10 years ago
  41. c51a6821 powerpc/8xx: Invalidate non present TLB as early as possible by LEROY Christophe · 10 years ago
  42. 16d0f5c powerpc: Remove ppc_md.remove_memory by Anton Blanchard · 10 years ago
  43. dd521d1 Merge branch 'topic/get-cpu-var' into next by Michael Ellerman · 10 years ago
  44. 69111ba powerpc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  45. 94966b7 powerpc: Fix section mismatch warning by Fabian Frederick · 10 years ago
  46. b823982 powerpc: Fix comment typo 'CONIFG_8xx' by Paul Bolle · 10 years ago
  47. 2c0a33f powerpc/numa: ensure per-cpu NUMA mappings are correct on topology update by Nishanth Aravamudan · 10 years ago
  48. 49f8d8c powerpc/numa: use cached value of update->cpu in update_cpu_topology by Nishanth Aravamudan · 10 years ago
  49. 03f5439 powerpc/mm: Use appropriate ESID mask in copro_calculate_slb() by Ian Munsie · 10 years ago
  50. 6643773 powerpc/mm: Fix build error with hugetlfs disabled by Aneesh Kumar K.V · 10 years ago
  51. dc30340 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  52. 5c9fb18 powerpc/vphn: NUMA node code expects big-endian by Greg Kurz · 10 years ago
  53. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  54. 2d73bae powerpc/numa: Add ability to disable and debug topology updates by Nishanth Aravamudan · 10 years ago
  55. 2d15b9b powerpc/numa: check error return from proc_create by Nishanth Aravamudan · 10 years ago
  56. 4c6d9ac powerpc/mm: Add hooks for cxl by Ian Munsie · 10 years ago
  57. a1dca346 powerpc/mm: Add new hash_page_mm() by Ian Munsie · 10 years ago
  58. 8ca7a82 powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psize by Ian Munsie · 10 years ago
  59. be3ebfe powerpc/cell: Make spu_flush_all_slbs() generic by Ian Munsie · 10 years ago
  60. 73d16a6 powerpc/cell: Move data segment faulting code out of cell platform by Ian Munsie · 10 years ago
  61. e83d016 powerpc/cell: Move spu_handle_mm_fault() out of cell platform by Ian Munsie · 10 years ago
  62. 75d43b2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git by Michael Ellerman · 10 years ago
  63. 3e47d14 powerpc: Remove powerpc specific cmd_line by Anton Blanchard · 10 years ago
  64. 9d57472 powerpc: Fill in si_addr_lsb siginfo field by Anton Blanchard · 10 years ago
  65. 3913fdd powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handler by Anton Blanchard · 10 years ago
  66. 63af526 powerpc: Simplify do_sigbus by Anton Blanchard · 10 years ago
  67. 9e34992 powerpc/mm: Unindent htab_dt_scan_page_sizes() by Michael Ellerman · 10 years ago
  68. 297cf50 powerpc: some changes in numa_setup_cpu() by Li Zhong · 10 years ago
  69. bc3c432 powerpc: Only set numa node information for present cpus at boottime by Li Zhong · 10 years ago
  70. 70ad237 powerpc: Fix warning reported by verify_cpu_node_mapping() by Li Zhong · 10 years ago
  71. f6026df powerpc: Move htab_remove_mapping function prototype into header file by Anton Blanchard · 10 years ago
  72. 1217d34 powerpc: Ensure global functions include their prototype by Anton Blanchard · 10 years ago
  73. e51df2c powerpc: Make a bunch of things static by Anton Blanchard · 10 years ago
  74. e1802b0 powerpc: Move more symbol exports next to function definitions by Anton Blanchard · 10 years ago
  75. 6db35ad powerpc/mm: Use common paging_init() for NUMA by Scott Wood · 10 years ago
  76. a70857e sched: Add helper for task stack page overrun checking by Aaron Tomlin · 10 years ago
  77. d4311ff init/main.c: Give init_task a canary by Aaron Tomlin · 10 years ago
  78. 1c98025 powerpc: Dynamic DMA zone limits by Scott Wood · 10 years ago
  79. 9e81330 powerpc/thp: Add tracepoints to track hugepage invalidate by Aneesh Kumar K.V · 10 years ago
  80. 7e46724 powerpc/thp: Use ACCESS_ONCE when loading pmdp by Aneesh Kumar K.V · 10 years ago
  81. 969b7b2 powerpc/thp: Invalidate with vpn in loop by Aneesh Kumar K.V · 10 years ago
  82. fc04795 powerpc/thp: Handle combo pages in invalidate by Aneesh Kumar K.V · 10 years ago
  83. 629149f powerpc/thp: Invalidate old 64K based hash page mapping before insert of 4k pte by Aneesh Kumar K.V · 10 years ago
  84. fa1f8ae powerpc/thp: Don't recompute vsid and ssize in loop on invalidate by Aneesh Kumar K.V · 10 years ago
  85. b0aa44a powerpc/thp: Add write barrier after updating the valid bit by Aneesh Kumar K.V · 10 years ago
  86. 2fabf08 powerpc: reorder per-cpu NUMA information's initialization by Nishanth Aravamudan · 10 years ago
  87. 5d61a21 powerpc/nohash: Split __early_init_mmu() into boot and secondary by Scott Wood · 10 years ago
  88. 308c09f lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig by Laura Abbott · 10 years ago
  89. f536b3c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  90. f51202d memory-hotplug: ppc: suitable memory should go to ZONE_MOVABLE by Wang Nan · 10 years ago
  91. 16a05bf powerpc: start loop at section start of start in vmemmap_populated() by Li Zhong · 10 years ago
  92. 71b0bfe powerpc: implement vmemmap_free() by Li Zhong · 10 years ago
  93. ed5694a powerpc: implement vmemmap_remove_mapping() for BOOK3S by Li Zhong · 10 years ago
  94. bd8cb03 powerpc: implement vmemmap_list_free() by Li Zhong · 10 years ago
  95. 7d17622 powerpc/64e: Add __ref to early_alloc_pgtable() by Scott Wood · 10 years ago
  96. b00fc6e powerpc/mm/numa: Fix break placement by Andrey Utkin · 10 years ago
  97. 9287b95 Merge remote-tracking branch 'scott/next' into next by Benjamin Herrenschmidt · 10 years ago
  98. 48cd9b5 powerpc/e6500: Work around erratum A-008139 by Scott Wood · 10 years ago
  99. 0f36910 powerpc: Remove power3 from comments by Michael Ellerman · 10 years ago
  100. c3993f1 powerpc: Remove CONFIG_POWER3 by Michael Ellerman · 10 years ago