1. debeda0 powerpc/64s: Always define arch unmapped area calls by Nicholas Piggin · 3 years, 1 month ago
  2. b711531 powerpc: Replace _ALIGN_UP() by ALIGN() by Christophe Leroy · 4 years, 8 months ago
  3. 91a063c powerpc/mm: Mark get_slice_psize() & slice_addr_is_low() as notrace by Michael Ellerman · 5 years ago
  4. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  5. 5953fb4 powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULT by Christophe Leroy · 6 years ago
  6. 203a1fa powerpc/mm: remove a couple of #ifdef CONFIG_PPC_64K_PAGES in mm/slice.c by Christophe Leroy · 6 years ago
  7. b4baad0 powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64 by Christophe Leroy · 6 years ago
  8. fca5c1e powerpc/mm: move slice_mask_for_size() into mmu.h by Christophe Leroy · 6 years ago
  9. 6f60cc98 powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_struct by Christophe Leroy · 6 years ago
  10. 60458fb powerpc/mm: Add helpers for accessing hash translation related variables by Aneesh Kumar K.V · 6 years ago
  11. 3b4d07d powerpc/mm/hash: Handle mmap_min_addr correctly in get_unmapped_area topdown search by Aneesh Kumar K.V · 6 years ago
  12. 37e9c67 powerpc/mm: fix always true/false warning in slice.c by Christophe Leroy · 6 years ago
  13. aa5456a powerpc/mm: fix missing prototypes in slice.c by Christophe Leroy · 7 years ago
  14. 94ee4272 powerpc/64s/hash: Simplify slb_flush_and_rebolt() by Nicholas Piggin · 6 years ago
  15. 425d331 powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setup by Nicholas Piggin · 6 years ago
  16. 54be0b9 Revert "convert SLB miss handlers to C" and subsequent commits by Michael Ellerman · 6 years ago
  17. 2e16267 powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setup by Nicholas Piggin · 6 years ago
  18. 8fed04d powerpc/64s/hash: remove user SLB data from the paca by Nicholas Piggin · 6 years ago
  19. 032900e powerpc/8xx: Fix build with hugetlbfs enabled by Aneesh Kumar K.V · 7 years ago
  20. f384796c powerpc/mm: Add support for handling > 512TB address in SLB miss by Aneesh Kumar K.V · 7 years ago
  21. 0dea04b powerpc/mm/slice: Consolidate return path in slice_get_unmapped_area() by Aneesh Kumar K.V · 7 years ago
  22. 014a32b powerpc/mm/slice: remove radix calls to the slice code by Nicholas Piggin · 7 years ago
  23. d262bd5 powerpc/mm/slice: Use const pointers to cached slice masks where possible by Nicholas Piggin · 7 years ago
  24. 7490755 powerpc/mm/slice: remove dead code by Nicholas Piggin · 7 years ago
  25. b8c9354 powerpc/mm/slice: Switch to 3-operand slice bitops helpers by Nicholas Piggin · 7 years ago
  26. ae3066b powerpc/mm/slice: implement slice_check_range_fits by Nicholas Piggin · 7 years ago
  27. 5709f7c powerpc/mm/slice: implement a slice mask cache by Nicholas Piggin · 7 years ago
  28. 830fd2d powerpc/mm/slice: pass pointers to struct slice_mask where possible by Nicholas Piggin · 7 years ago
  29. 5a807e0 powerpc/mm/slice: tidy lpsizes and hpsizes update loops by Nicholas Piggin · 7 years ago
  30. 1753dd1 powerpc/mm/slice: Simplify and optimise slice context initialisation by Nicholas Piggin · 7 years ago
  31. 1547242 powerpc/mm/slice: Allow up to 64 low slices by Christophe Leroy · 7 years ago
  32. db3a528 powerpc/mm/slice: Enhance for supporting PPC32 by Christophe Leroy · 7 years ago
  33. 326691a powerpc/mm/slice: Remove intermediate bitmap copy by Christophe Leroy · 7 years ago
  34. 7a06c66 powerpc/64s/slice: Use addr limit when computing slice mask by Aneesh Kumar K.V · 7 years ago
  35. 4722476 powerpc/64s: mm_context.addr_limit is only used on hash by Nicholas Piggin · 7 years ago
  36. 35602f8 powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary by Nicholas Piggin · 7 years ago
  37. 6a72dc0 powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation by Nicholas Piggin · 7 years ago
  38. 7ece3709 powerpc/64s/hash: Fix 512T hint detection to use >= 128T by Michael Ellerman · 7 years ago
  39. 1be7107 mm: larger stack guard gap, between vmas by Hugh Dickins · 8 years ago
  40. 321f7d2 powerpc/mmap: Any hint > 128TB searches the full VA space by Aneesh Kumar K.V · 8 years ago
  41. be77e99 powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limit by Aneesh Kumar K.V · 8 years ago
  42. f4ea6dc powerpc/mm: Enable mappings above 128TB by Aneesh Kumar K.V · 8 years ago
  43. fbfef90 powerpc/mm: Switch some TASK_SIZE checks to use mm_context addr_limit by Aneesh Kumar K.V · 8 years ago
  44. 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
  45. 302413c powerpc/mm/slice: Update slice mask printing to use bitmap printing. by Aneesh Kumar K.V · 8 years ago
  46. 8218522 powerpc/mm/slice: Move slice_mask struct definition to slice.c by Aneesh Kumar K.V · 8 years ago
  47. 52b1e66 powerpc/mm: Move copy_mm_to_paca to paca.c by Aneesh Kumar K.V · 8 years ago
  48. a4d36215 powerpc/mm/slice: Update the function prototype by Aneesh Kumar K.V · 8 years ago
  49. f3207c1 powerpc/mm/slice: Convert slice_mask high slice to a bitmap by Aneesh Kumar K.V · 8 years ago
  50. 98beda7 powerpc/mm/slice: Fix off-by-1 error when computing slice mask by Aneesh Kumar K.V · 8 years ago
  51. 764041e powerpc/mm/radix: Add checks in slice code to catch radix usage by Aneesh Kumar K.V · 9 years ago
  52. dd1842a powerpc/mm: Make page table size a variable by Aneesh Kumar K.V · 9 years ago
  53. c395465da6 powerpc: Add function to copy mm_context_t to the paca by Michael Neuling · 9 years ago
  54. 8aa989b powerpc: Remove some unused functions by Michael Ellerman · 10 years ago
  55. 6643773 powerpc/mm: Fix build error with hugetlfs disabled by Aneesh Kumar K.V · 10 years ago
  56. be3ebfe powerpc/cell: Make spu_flush_all_slbs() generic by Ian Munsie · 10 years ago
  57. 1217d34 powerpc: Ensure global functions include their prototype by Anton Blanchard · 10 years ago
  58. 19751c0 powerpc/mm: Fix mmap errno when MAP_FIXED is set and mapping exceeds the allowed address space by jmarchan@redhat.com · 11 years ago
  59. 5a049f1 powerpc: ppc64 address space capped at 32TB, mmap randomisation disabled by Anton Blanchard · 11 years ago
  60. fba2369 mm: use vm_unmapped_area() on powerpc architecture by Michel Lespinasse · 12 years ago
  61. 34d0717 mm: remove free_area_cache use in powerpc architecture by Michel Lespinasse · 12 years ago
  62. 48fc7f7 Fix misspellings of "whether" in comments. by Adam Buchbinder · 12 years ago
  63. 78f1dbd powerpc/mm: Make some of the PGTABLE_RANGE dependency explicit by Aneesh Kumar K.V · 12 years ago
  64. 7aa0727 powerpc/mm: Increase the slice range to 64TB by Aneesh Kumar K.V · 12 years ago
  65. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  66. 9ba0fdb powerpc: is_hugepage_only_range() must account for both 4kB and 64kB slices by Dave Kleikamp · 16 years ago
  67. 84c3d4a Merge commit 'origin/master' by Benjamin Herrenschmidt · 16 years ago
  68. 3a8247c powerpc: Only demote individual slices rather than whole process by Paul Mackerras · 17 years ago
  69. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 17 years ago
  70. f7a75f0 spin_lock_unlocked cleanups by Roel Kluin · 17 years ago
  71. 9dfe5c53 [POWERPC] Fix non HUGETLB_PAGE build warning by Stephen Rothwell · 17 years ago
  72. d1f5a77 [POWERPC] Fix size check for hugetlbfs by Benjamin Herrenschmidt · 17 years ago
  73. d0f13e3 [POWERPC] Introduce address space "slices" by Benjamin Herrenschmidt · 18 years ago