1. eab861a powerpc: Add plain English description for alignment exception oopses by Anton Blanchard · 9 years ago
  2. 9d90f03 Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 9 years ago
  3. 8d7804a Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  4. 8809aa2 mm: clarify that the function operates on hugepage pte by Aneesh Kumar K.V · 9 years ago
  5. f28b6ff powerpc/mm: use generic version of pmdp_clear_flush() by Aneesh Kumar K.V · 9 years ago
  6. 15a25b2 mm/thp: split out pmd collapse flush into separate functions by Aneesh Kumar K.V · 9 years ago
  7. e81f2d2 mm/hugetlb: reduce arch dependent code about huge_pmd_unshare by Zhang Zhen · 9 years ago
  8. 08d183e Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  9. 6096f88 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 9 years ago
  10. 6f11428 powerpc: don't use module_init for non-modular core hugetlb code by Paul Gortmaker · 9 years ago
  11. 15b244a powerpc/mmu: Add userspace-to-physical addresses translation cache by Alexey Kardashevskiy · 9 years ago
  12. cfcb3d8 powerpc/mm: Add trace point for tracking hash pte fault by Aneesh Kumar K.V · 9 years ago
  13. 987aec3 Merge 4.1-rc7 into driver-core-next by Greg Kroah-Hartman · 9 years ago
  14. ec249dd cxl: Move include file cxl.h -> cxl-base.h by Michael Neuling · 9 years ago
  15. 85a97da powerpc/copro: Fix faulting kernel segments by Michael Neuling · 9 years ago
  16. 6c0cc62 powerpc/mm: Use PFN_PHYS() in devmem_is_allowed() by Scott Wood · 9 years ago
  17. c89ca8a powerpc/e6500: Optimize hugepage TLB misses by Scott Wood · 9 years ago
  18. f407a82 Merge branch 'linus' into sched/core, to resolve conflict by Ingo Molnar · 9 years ago
  19. 09f3f32 powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOC by Michael Ellerman · 9 years ago
  20. 06931e6 sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() by Bartosz Golaszewski · 9 years ago
  21. ecc8617 module: add extra argument for parse_params() callback by Luis R. Rodriguez · 9 years ago
  22. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 9 years ago
  23. 2cb7c9c sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* by David Hildenbrand · 9 years ago
  24. 7b868e8 powerpc/mm: Return NULL for not present hugetlb page by Aneesh Kumar K.V · 9 years ago
  25. 13bd817 powerpc/thp: Serialize pmd clear against a linux page table walk. by Aneesh Kumar K.V · 9 years ago
  26. 2e826695 powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabled by Aneesh Kumar K.V · 9 years ago
  27. 7d6e7f7 powerpc/mm/thp: Return pte address if we find trans_splitting. by Aneesh Kumar K.V · 9 years ago
  28. 691e95f powerpc/mm/thp: Make page table walk safe against thp split/collapse by Aneesh Kumar K.V · 9 years ago
  29. 1cbee46 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into fixes by Michael Ellerman · 9 years ago
  30. d19d5ef Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  31. 50c6a66 powerpc/hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range() by Scott Wood · 9 years ago
  32. 2b68f6c mm: expose arch_mmap_rnd when available by Kees Cook · 9 years ago
  33. ed63227 powerpc: standardize mmap_rnd() usage by Kees Cook · 9 years ago
  34. f691fa1 powerpc: Replace mem_init_done with slab_is_available() by Michael Ellerman · 9 years ago
  35. 4f9c53c powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabled by Michael Ellerman · 9 years ago
  36. 5dd4e4f powerpc/mm: Change setbat() to take a pgprot_t rather than flags by Michael Ellerman · 9 years ago
  37. 9110833 powerpc/mm: Remove duplicate declaration of setbat() by Michael Ellerman · 9 years ago
  38. df60f57 Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into test by Michael Ellerman · 9 years ago
  39. e77553c powerpc/mm: Free string after creating kmem cache by Yanjiang Jin · 9 years ago
  40. cc83458 powerpc/32: %pF is only for function pointers by Scott Wood · 9 years ago
  41. 3af229f powerpc/numa: Reset node_possible_map to only node_online_map by Nishanth Aravamudan · 9 years ago
  42. 3338a65 powerpc/vphn: parsing code rewrite by Greg Kurz · 9 years ago
  43. 4b6cfb2 powerpc/vphn: move VPHN parsing logic to a separate file by Greg Kurz · 9 years ago
  44. b1fc948 powerpc/vphn: move endianness fixing to vphn_unpack_associativity() by Greg Kurz · 9 years ago
  45. 9d0e6d9 powerpc/vphn: clarify the H_HOME_NODE_ASSOCIATIVITY API by Greg Kurz · 9 years ago
  46. b05ae4e powerpc: Remove duplicate cacheable_memcpy/memzero functions by Kyle Moffett · 13 years ago
  47. 780fc56 powerpc: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 9 years ago
  48. c833e17 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux by Linus Torvalds · 9 years ago
  49. 842915f ppc64: add paranoid warnings for unexpected DSISR_PROTFAULT by Mel Gorman · 9 years ago
  50. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 9 years ago
  51. 59d5373 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  52. d3f180e Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  53. 1757bbd arch/powerpc/mm/subpage-prot.c: use walk->vma and walk_page_vma() by Naoya Horiguchi · 9 years ago
  54. 61f77ed mm/hugetlb: reduce arch dependent code around follow_huge_* by Naoya Horiguchi · 9 years ago
  55. c2c896b powerpc/mm: Warn on flushing tlb page in kernel context by Arseny Solokha · 10 years ago
  56. 0dc294f powerpc/mm: bail out early when flushing TLB page by Arseny Solokha · 10 years ago
  57. ce67f5d powerpc32: Use kmem_cache memory for PGDIR by LEROY Christophe · 10 years ago
  58. debddd9 powerpc/8xx: reduce pressure on TLB due to context switches by LEROY Christophe · 10 years ago
  59. a7b9f67 powerpc32: adds handling of _PAGE_RO by LEROY Christophe · 10 years ago
  60. 238cac1 powerpc: Remove duplicate tlbcam_index declarations by Emil Medve · 10 years ago
  61. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  62. 8aa989b powerpc: Remove some unused functions by Michael Ellerman · 10 years ago
  63. da1a288 ppc/hugetlbfs: Replace ACCESS_ONCE with READ_ONCE by Christian Borntraeger · 10 years ago
  64. 031bc57 mm/debug-pagealloc: make debug-pagealloc boottime configurable by Joonsoo Kim · 10 years ago
  65. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  66. 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
  67. 7ef58b3 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  68. b64bb1d Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  69. aefa568 powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault by Aneesh Kumar K.V · 10 years ago
  70. b5be75d Merge remote-tracking branch 'benh/next' into next by Michael Ellerman · 10 years ago
  71. d557b09 powerpc/mm/thp: Use tlbiel if possible by Aneesh Kumar K.V · 10 years ago
  72. f1581bf powerpc/mm/thp: Remove code duplication by Aneesh Kumar K.V · 10 years ago
  73. c4f3eb5 powerpc/mm/hugetlb: Sanity check gigantic hugepage count by James Yang · 10 years ago
  74. 0ec2698 powerpc/mm: Check for matching hpte without taking hpte lock by Aneesh Kumar K.V · 10 years ago
  75. f5242e5 of/reconfig: Always use the same structure for notifiers by Grant Likely · 10 years ago
  76. a020010 Merge Linus' tree to be be to apply submitted patches to newer code than by Jiri Kosina · 10 years ago
  77. e39f223f powerpc: Remove more traces of bootmem by Michael Ellerman · 10 years ago
  78. 35891d40 Merge remote-tracking branch 'scottwood/next' into next by Michael Ellerman · 10 years ago
  79. fb7332a mmu_gather: move minimal range calculations into generic code by Will Deacon · 10 years ago
  80. b30e759 powerpc/mm: Switch to generic RCU get_user_pages_fast by Aneesh Kumar K.V · 10 years ago
  81. 0674352 powerpc/mm: Add missing pmd accessors by Aneesh Kumar K.V · 10 years ago
  82. d1d5304 powerpc/mm: Use PAGE_FACTOR by Gavin Shan · 10 years ago
  83. 21098b9 powerpc: Move sparse_init() into initmem_init by Anton Blanchard · 10 years ago
  84. 68cf0d6 powerpc: Remove superfluous bootmem includes by Anton Blanchard · 10 years ago
  85. 14ed740 powerpc: Remove some old bootmem related comments by Anton Blanchard · 10 years ago
  86. 1023973 powerpc: Remove bootmem allocator by Anton Blanchard · 10 years ago
  87. c51a6821 powerpc/8xx: Invalidate non present TLB as early as possible by LEROY Christophe · 10 years ago
  88. 16d0f5c powerpc: Remove ppc_md.remove_memory by Anton Blanchard · 10 years ago
  89. dd521d1 Merge branch 'topic/get-cpu-var' into next by Michael Ellerman · 10 years ago
  90. 69111ba powerpc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  91. 94966b7 powerpc: Fix section mismatch warning by Fabian Frederick · 10 years ago
  92. b823982 powerpc: Fix comment typo 'CONIFG_8xx' by Paul Bolle · 10 years ago
  93. 2c0a33f powerpc/numa: ensure per-cpu NUMA mappings are correct on topology update by Nishanth Aravamudan · 10 years ago
  94. 49f8d8c powerpc/numa: use cached value of update->cpu in update_cpu_topology by Nishanth Aravamudan · 10 years ago
  95. 03f5439 powerpc/mm: Use appropriate ESID mask in copro_calculate_slb() by Ian Munsie · 10 years ago
  96. 6643773 powerpc/mm: Fix build error with hugetlfs disabled by Aneesh Kumar K.V · 10 years ago
  97. dc30340 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 10 years ago
  98. 5c9fb18 powerpc/vphn: NUMA node code expects big-endian by Greg Kurz · 10 years ago
  99. 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
  100. 2d73bae powerpc/numa: Add ability to disable and debug topology updates by Nishanth Aravamudan · 10 years ago