1. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  2. 92d9dfd powerpc/mm/4k: Limit 4k page size config to 64TB virtual address space by Aneesh Kumar K.V · 7 years ago
  3. bfb9956 powerpc/mm: Fix crash in page table dump with huge pages by Michael Ellerman · 8 years ago
  4. ad61dd3 scripts/spelling.txt: add regsiter -> register spelling mistake by Stephen Boyd · 8 years ago
  5. 7246f60 Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  6. 3c9ac2b powerpc/mm/radix: Drop support for CPUs without lockless tlbie by Michael Ellerman · 8 years ago
  7. b13f668 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 8 years ago
  8. 2505820 powerpc/mm: Rename table dump file name by Christophe Leroy · 8 years ago
  9. 78a18db powerpc/mm: On PPC32, display 32 bits addresses in page table dump by Christophe Leroy · 8 years ago
  10. fd893fe powerpc/mm: Fix missing page attributes in page table dump by Christophe Leroy · 8 years ago
  11. 6c01bbd powerpc/mm: Fix page table dump build on PPC32 by Christophe Leroy · 8 years ago
  12. a5998fc powerpc/mm/radix: Optimise tlbiel flush all case by Aneesh Kumar K.V · 8 years ago
  13. cf4f08b powerpc/mm/radix: Optimise Page Walk Cache flush by Aneesh Kumar K.V · 8 years ago
  14. b409946 powerpc/mm: Fix possible out-of-bounds shift in arch_mmap_rnd() by Michael Ellerman · 8 years ago
  15. 9fea59b powerpc/mm: Add support for runtime configuration of ASLR limits by Michael Ellerman · 8 years ago
  16. e889e96 powerpc/iommu: Do not call PageTransHuge() on tail pages by Alexey Kardashevskiy · 8 years ago
  17. 321f7d2 powerpc/mmap: Any hint > 128TB searches the full VA space by Aneesh Kumar K.V · 8 years ago
  18. be77e99 powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limit by Aneesh Kumar K.V · 8 years ago
  19. 5f81226 powerpc/mm/hash: Don't open code VMALLOC_INDEX by Aneesh Kumar K.V · 8 years ago
  20. 9e4114b powerpc/mm: Fix hash table dump when memory is not contiguous by Rashmica Gupta · 8 years ago
  21. aaa2295 powerpc/mm: Add physical address to Linux page table dump by Oliver O'Halloran · 8 years ago
  22. 70538ea powerpc/mm: Fix missing _PAGE_NON_IDEMPOTENT in pgtable dump by Oliver O'Halloran · 8 years ago
  23. ea61455 powerpc/mm: Remove reduntant initmem information from log by Anshuman Khandual · 8 years ago
  24. 4868e35 powerpc/nohash: Fix use of mmu_has_feature() in setup_initial_memory_limit() by Michael Ellerman · 8 years ago
  25. 7644d58 powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there by Michael Ellerman · 8 years ago
  26. f7327e0 powerpc/mm/radix: Remove unnecessary ptesync by Aneesh Kumar K.V · 8 years ago
  27. f6b0df5 powerpc/mm/radix: Don't do page walk cache flush when doing full mm flush by Aneesh Kumar K.V · 8 years ago
  28. 88b1bf72 powerpc/mm: Add missing global TLB invalidate if cxl is active by Frederic Barrat · 8 years ago
  29. 1ab66d1 powerpc/powernv: Introduce address translation services for Nvlink2 by Alistair Popple · 8 years ago
  30. f6f9195 powerpc/mm: Remove stale comment about the DART hole by Oliver O'Halloran · 8 years ago
  31. a7a9dcd powerpc: Avoid taking a data miss on every userspace instruction miss by Anton Blanchard · 8 years ago
  32. f4ea6dc powerpc/mm: Enable mappings above 128TB by Aneesh Kumar K.V · 8 years ago
  33. fbfef90 powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limit by Aneesh Kumar K.V · 8 years ago
  34. 82228e3 powerpc/pseries: Skip using reserved virtual address range by Aneesh Kumar K.V · 8 years ago
  35. bb18322 powerpc/mm/hash: Store addr_limit in PACA by Aneesh Kumar K.V · 8 years ago
  36. 957b778 powerpc/mm: Add addr_limit to mm_context and use it to derive max slice index by Aneesh Kumar K.V · 8 years ago
  37. e6f81a9 powerpc/mm/hash: Support 68 bit VA by Aneesh Kumar K.V · 8 years ago
  38. 941711a powerpc/mm/hash: Use context ids 1-4 for the kernel by Aneesh Kumar K.V · 8 years ago
  39. 760573c powerpc/mm: Split radix vs hash mm context initialisation by Michael Ellerman · 8 years ago
  40. c1ff840 powerpc/mm/hash: Pull hash constants into hash__alloc_context_id() by Michael Ellerman · 8 years ago
  41. a336f2f powerpc/mm/hash: Abstract context id allocation for KVM by Michael Ellerman · 8 years ago
  42. 302413c powerpc/mm/slice: Update slice mask printing to use bitmap printing. by Aneesh Kumar K.V · 8 years ago
  43. 8218522 powerpc/mm/slice: Move slice_mask struct definition to slice.c by Aneesh Kumar K.V · 8 years ago
  44. 1b2fa5a powerpc/mm: Remove checks that TASK_SIZE_USER64 is too small by Aneesh Kumar K.V · 8 years ago
  45. 52b1e66 powerpc/mm: Move copy_mm_to_paca to paca.c by Aneesh Kumar K.V · 8 years ago
  46. a4d36215 powerpc/mm/slice: Update the function prototype by Aneesh Kumar K.V · 8 years ago
  47. f3207c1 powerpc/mm/slice: Convert slice_mask high slice to a bitmap by Aneesh Kumar K.V · 8 years ago
  48. 6aa59f5 powerpc/mm: Move hash specific pte bits to be top bits of RPN by Aneesh Kumar K.V · 8 years ago
  49. a525108 powerpc/mm/hugetlb: Filter out hugepage size not supported by page table layout by Aneesh Kumar K.V · 8 years ago
  50. ddb014b powerpc/mm/radix: rename _PAGE_LARGE to R_PAGE_LARGE by Aneesh Kumar K.V · 8 years ago
  51. 98beda7 powerpc/mm/slice: Fix off-by-1 error when computing slice mask by Aneesh Kumar K.V · 8 years ago
  52. b42279f powerpc/mm/nohash: MM_SLICE is only used by book3s 64 by Aneesh Kumar K.V · 8 years ago
  53. 6b5c19c powerpc/mmu: Add real mode support for IOMMU preregistered memory by Alexey Kardashevskiy · 8 years ago
  54. 3072601 powerpc/32: Remove Mac-on-Linux/rtlinux hooks by Ben Hutchings · 8 years ago
  55. 819cdcd powerpc/mm: Move mmap_sem unlocking in do_page_fault() by Laurent Dufour · 8 years ago
  56. 14c02e4 powerpc/mm: Handle VM_FAULT_RETRY earlier by Laurent Dufour · 8 years ago
  57. c2294e0 powerpc/mm: Move mmap_sem unlock up from do_sigbus by Laurent Dufour · 8 years ago
  58. fc36a90 Revert "powerpc/64: Disable use of radix under a hypervisor" by Paul Mackerras · 8 years ago
  59. f7d6a72 Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  60. 014d02c powerpc: Update to new option-vector-5 format for CAS by Suraj Jitindar Singh · 8 years ago
  61. 7a70d72 powerpc/64: Invalidate process table caching after setting process table by Paul Mackerras · 8 years ago
  62. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  63. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  64. 0104260 sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  65. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  66. b286ced Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  67. 38705613 Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  68. c618f6b powerpc/mm: Fix typo in set_pte_at() by Gavin Shan · 8 years ago
  69. a90e883 powerpc/mm: Blacklist SLB symbols from kprobe by Michael Ellerman · 8 years ago
  70. e471c39 powerpc/mm: Convert slb_finish_load[_1T] to local symbols by Michael Ellerman · 8 years ago
  71. 3f91a89 powerpc/64: Disable use of radix under a hypervisor by Paul Mackerras · 8 years ago
  72. 18061c1 powerpc/mm: Update PROTFAULT handling in the page fault path by Aneesh Kumar K.V · 8 years ago
  73. da0e7e6 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 8 years ago
  74. a05ef16 powerpc/mm: Fix build break when CMA=n && SPAPR_TCE_IOMMU=y by Michael Ellerman · 8 years ago
  75. be9ba9f powerpc: Drop GPL from of_node_to_nid() export to match other arches by Shailendra Singh · 8 years ago
  76. 438cc81 powerpc/pseries: Automatically resize HPT for memory hot add/remove by David Gibson · 8 years ago
  77. dbcf929 powerpc/pseries: Add support for hash table resizing by David Gibson · 8 years ago
  78. 90c1e3c powerpc/mm/radix: Update ERAT flushes when invalidating TLB by Benjamin Herrenschmidt · 8 years ago
  79. d7df244 powerpc/mm: Fix spurrious segfaults on radix with autonuma by Benjamin Herrenschmidt · 8 years ago
  80. 16ed141 powerpc/64: Make type of partition table flush depend on partition type by Paul Mackerras · 8 years ago
  81. ba9b399 powerpc/64: Export pgtable_cache and pgtable_cache_add for KVM by Paul Mackerras · 8 years ago
  82. cc3d294 powerpc/64: Enable use of radix MMU under hypervisor on POWER9 by Paul Mackerras · 8 years ago
  83. 18569c1 powerpc/64: Don't try to use radix MMU under a hypervisor by Paul Mackerras · 8 years ago
  84. 0d0a4bc powerpc/mm: unstub radix__vmemmap_remove_mapping() by Reza Arbab · 8 years ago
  85. 4b5d62c powerpc/mm: add radix__remove_section_mapping() by Reza Arbab · 8 years ago
  86. 6cc2734 powerpc/mm: add radix__create_section_mapping() by Reza Arbab · 8 years ago
  87. b5200ec powerpc/mm: refactor radix physical page mapping by Reza Arbab · 8 years ago
  88. 1d0761d powerpc/powernv: Initialise nest mmu by Alistair Popple · 8 years ago
  89. 2a8628d powerpc/mm: Allow memory hotplug into an offline node by Reza Arbab · 8 years ago
  90. 7656cd8 powerpc/mm: Simplify loop control in parse_numa_properties() by Reza Arbab · 8 years ago
  91. a0615a1 powerpc/mm: Use the correct pointer when setting a 2MB pte by Reza Arbab · 8 years ago
  92. a967f16 powerpc/mm: Return directly after a failed __copy_from_user() in sys_subpage_prot() by Markus Elfring · 8 years ago
  93. 9859f0c powerpc/mm: Remove the debug hugepd_ok check by Aneesh Kumar K.V · 8 years ago
  94. 20717e1 powerpc/mm: Fix little-endian 4K hugetlb by Aneesh Kumar K.V · 8 years ago
  95. ff8b857 powerpc/mm/hugetlb: Don't panic when we don't find the default huge page size by Aneesh Kumar K.V · 8 years ago
  96. bf5ca68 powerpc: Fix pgtable pmd cache init by Nicholas Piggin · 8 years ago
  97. 32b53c0 powerpc/mm: Fix memory hotplug BUG() on radix by Reza Arbab · 8 years ago
  98. b272f73 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  99. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  100. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago