1. 8119cef powerpc/kexec: blacklist functions called in real mode for kprobe by Hari Bathini · 3 years, 6 months ago
  2. c0b27c5 powerpc/64s/pseries: Fix hash tlbiel_all_isa300 for guest kernels by Nicholas Piggin · 4 years, 2 months ago
  3. 5844cc2 powerpc/64s: Fix hash ISA v3.0 TLBIEL instruction generation by Nicholas Piggin · 4 years, 2 months ago
  4. 05504b4 powerpc/64s: Add cp_abort after tlbiel to invalidate copy-buffer address by Nicholas Piggin · 4 years, 4 months ago
  5. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  6. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  7. d78d5da powerpc/book3s64/hash: Use secondary hash for bolted mapping if the primary is full by Aneesh Kumar K.V · 5 years ago
  8. 047e657 powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9 by Aneesh Kumar K.V · 5 years ago
  9. 09ce98c powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag by Aneesh Kumar K.V · 5 years ago
  10. 192f0f8 Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  11. 6d3ca7e powerpc/mm: mark more tlb functions as __always_inline by Masahiro Yamada · 6 years ago
  12. fe7946c powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERAT by Nicholas Piggin · 6 years ago
  13. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  14. d667edc powerpc/mm: Make some symbols static that can be by YueHaibing · 6 years ago
  15. 47d9994 powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64 by Christophe Leroy · 6 years ago[Renamed from arch/powerpc/mm/hash_native_64.c]
  16. bc276ec powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9 by Nicholas Piggin · 6 years ago
  17. 45ef599 powerpc: remove unnecessary inclusion of asm/tlbflush.h by Christophe Leroy · 7 years ago
  18. 2c86cd1 powerpc: clean inclusions of asm/feature-fixups.h by Christophe Leroy · 7 years ago
  19. 27d8959 powerpc/mm/hash: Reduce contention on hpte lock by Aneesh Kumar K.V · 7 years ago
  20. a833280 powerpc/mm/hash: Add hpte_get_old_v and use that instead of opencoding by Aneesh Kumar K.V · 7 years ago
  21. 95dff48 Merge branch 'fixes' into next by Michael Ellerman · 7 years ago
  22. a5d4b58 powerpc/mm: Fixup tlbie vs store ordering issue on POWER9 by Aneesh Kumar K.V · 7 years ago
  23. 3d4f5f5 powerpc/mm: Drop the function native_register_proc_table() by Anshuman Khandual · 7 years ago
  24. d474827 powerpc/64s: Improve local TLB flush for boot and MCE on POWER9 by Nicholas Piggin · 7 years ago
  25. a3961f8 powerpc/powernv: Fix kexec crashes caused by tlbie tracing by Mahesh Salgaonkar · 7 years ago
  26. 1b644f5 powerpc/mm: Wire up hpte_removebolted for powernv by Anton Blanchard · 8 years ago
  27. 4e287e6 powerpc: use spin loop primitives in some functions by Nicholas Piggin · 8 years ago
  28. 0428491 powerpc/mm: Trace tlbie(l) instructions by Balbir Singh · 8 years ago
  29. 88b1bf72 powerpc/mm: Add missing global TLB invalidate if cxl is active by Frederic Barrat · 8 years ago
  30. ddbefe7 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 8 years ago
  31. 6b243fc powerpc/64: Simplify adaptation to new ISA v3.00 HPTE format by Paul Mackerras · 8 years ago
  32. f923efb powerpc/hash64: Be more careful when generating tlbiel by Balbir Singh · 8 years ago
  33. 0eeede0 powerpc/mm: Speed up computation of base and actual page size for a HPTE by Paul Mackerras · 8 years ago
  34. eea8148 powerpc/mm: Move register_process_table() out of ppc_md by Michael Ellerman · 8 years ago
  35. 138ee7e powerpc/mm/hash: Add helper for finding SLBE LLP encoding by Aneesh Kumar K.V · 9 years ago
  36. 7025776 powerpc/mm: Move hash table ops to a separate structure by Benjamin Herrenschmidt · 9 years ago
  37. 83209bc powerpc/mm/radix: Update machine call back to support new HCALL. by Aneesh Kumar K.V · 9 years ago
  38. accfad7 powerpc/mm: Clear top 16 bits of va only on older cpus by Aneesh Kumar K.V · 9 years ago
  39. b5f1bf4 Merge tag 'powerpc-4.7-5' into next by Michael Ellerman · 9 years ago
  40. 027dfac powerpc: Various typo fixes by Michael Ellerman · 9 years ago
  41. 8550e2f powerpc/mm/hash: Use the correct PPP mask when updating HPTE by Aneesh Kumar K.V · 9 years ago
  42. 3b6d1eb powerpc/mm/hash: Compute the segment size correctly for ISA 3.0 by Aneesh Kumar K.V · 9 years ago
  43. 50de596 powerpc/mm/hash: Add support for Power9 Hash by Aneesh Kumar K.V · 9 years ago
  44. e34aa03 powerpc/mm: Move THP headers around by Aneesh Kumar K.V · 9 years ago
  45. fdf880a powerpc: Fix checkstop in native_hpte_clear() with lockdep by Cyril Bur · 9 years ago
  46. ec249dd cxl: Move include file cxl.h -> cxl-base.h by Michael Neuling · 10 years ago
  47. aefa568 powerpc/mm: don't do tlbie for updatepp request with NO HPTE fault by Aneesh Kumar K.V · 10 years ago
  48. d557b09 powerpc/mm/thp: Use tlbiel if possible by Aneesh Kumar K.V · 10 years ago
  49. 0ec2698 powerpc/mm: Check for matching hpte without taking hpte lock by Aneesh Kumar K.V · 10 years ago
  50. 69111ba powerpc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  51. 4c6d9ac powerpc/mm: Add hooks for cxl by Ian Munsie · 10 years ago
  52. 969b7b2 powerpc/thp: Invalidate with vpn in loop by Aneesh Kumar K.V · 10 years ago
  53. fa1f8ae powerpc/thp: Don't recompute vsid and ssize in loop on invalidate by Aneesh Kumar K.V · 10 years ago
  54. 29ef7a3 powerpc/mm: Fix tlbie to add AVAL fields for 64K pages by Aneesh Kumar K.V · 11 years ago
  55. 12f04f2 powerpc: Book 3S MMU little endian support by Anton Blanchard · 11 years ago
  56. de64095 powerpc/mm: Use the correct SLB(LLP) encoding in tlbie instruction by Aneesh Kumar K.V · 12 years ago
  57. 83383b7 powerpc/mm: Fix fallthrough bug in hpte_decode by Aneesh Kumar K.V · 12 years ago
  58. 1a52728 powerpc: Optimize hugepage invalidate by Aneesh Kumar K.V · 12 years ago
  59. db3d853 powerpc/mm: handle hugepage size correctly when invalidating hpte entries by Aneesh Kumar K.V · 12 years ago
  60. 0608d69 powerpc/mm: Always invalidate tlb on hpte invalidate and update by Aneesh Kumar K.V · 12 years ago
  61. 1f6aaac powerpc: Update tlbie/tlbiel as per ISA doc by Aneesh Kumar K.V · 12 years ago
  62. 7e74c39 powerpc: Fix hpte_decode to use the correct decoding for page sizes by Aneesh Kumar K.V · 12 years ago
  63. b1022fb powerpc: Decode the pte-lp-encoding bits correctly. by Aneesh Kumar K.V · 12 years ago
  64. 74f227b powerpc: Use encode avpn where we need only avpn values by Aneesh Kumar K.V · 12 years ago
  65. 8e16699 powerpc: Remove tlb batching hack for nighthawk by Michael Ellerman · 12 years ago
  66. 5524a27 powerpc/mm: Convert virtual address to vpn by Aneesh Kumar K.V · 12 years ago
  67. dcda287 powerpc/mm: Simplify hpte_decode by Aneesh Kumar K.V · 12 years ago
  68. beacc6d powerpc: Remove all includes of <asm/abs_addr.h> by Michael Ellerman · 12 years ago
  69. 9e368f2 KVM: PPC: book3s_hv: Add support for PPC970-family processors by Paul Mackerras · 14 years ago
  70. 969391c powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bits by Paul Mackerras · 14 years ago
  71. a32e252 powerpc: Use new CPU feature bit to select 2.06 tlbie by Michael Neuling · 14 years ago
  72. 44ae3ab powerpc: Free up some CPU feature bits by moving out MMU-related features by Matt Evans · 14 years ago
  73. 6b9c9b8 powerpc: Convert native_tlbie_lock to raw_spinlock by Thomas Gleixner · 15 years ago
  74. 66d99b8 powerpc: Convert open coded native hashtable bit lock by Anton Blanchard · 15 years ago
  75. 60dbf43 powerpc: Add 2.06 tlbie mnemonics by Milton Miller · 16 years ago
  76. 1189be6 [POWERPC] Use 1TB segments by Paul Mackerras · 17 years ago
  77. 74a0ba6 [POWERPC] Move inline asm eieio to using eieio inline function by Kumar Gala · 18 years ago
  78. 8e561e7 [POWERPC] Kill typedef-ed structs for hash PTEs and BATs by David Gibson · 18 years ago
  79. 3f1df7a [POWERPC] Move common code out of if/else by Jon Tollefson · 18 years ago
  80. 8980ae8 [POWERPC] Remove unused variable in hpte_decode() by Stephen Rothwell · 18 years ago
  81. 0c12fe5 [POWERPC] Assign correct variable in hpte_decode() by Stephen Rothwell · 18 years ago
  82. 2454c7e [POWERPC] Fix warning in hpte_decode(), and generalize it by Paul Mackerras · 18 years ago
  83. 71bf08b [POWERPC] 64K page support for kexec by Luke Browning · 18 years ago
  84. e2eb639 [POWERPC] Rename get_property to of_get_property: arch/powerpc by Stephen Rothwell · 18 years ago
  85. 035223f [POWERPC] Make pSeries_lpar_hpte_insert static by Geoff Levand · 18 years ago
  86. 7d0daae [POWERPC] powerpc: Initialise ppc_md htab pointers earlier by Michael Ellerman · 19 years ago
  87. 45c091b Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 19 years ago
  88. 19242b2 [PATCH] powerpc: Fix 64k pages on non-partitioned machines by Arnd Bergmann · 19 years ago
  89. c5cf0e3 [PATCH] powerpc: Fix buglet with MMU hash management by Benjamin Herrenschmidt · 19 years ago
  90. 47f78a4 [PATCH] powerpc64: fix spinlock recursion in native_hpte_clear by R Sharada · 19 years ago
  91. 3c726f8 [PATCH] ppc64: support 64k pages by Benjamin Herrenschmidt · 19 years ago
  92. ab1f9da powerpc: Merge arch/ppc64/mm to arch/powerpc/mm by Paul Mackerras · 19 years ago[Renamed from arch/ppc64/mm/hash_native.c]
  93. ab11d1e Merge by hand from Linus' tree. by Paul Mackerras · 19 years ago
  94. 0f9578b [PATCH] ppc64: More hugepage fixes by Benjamin Herrenschmidt · 19 years ago
  95. e5baa39 Merge from Linus' tree. by Paul Mackerras · 19 years ago
  96. 67b1081 [PATCH] ppc64: Fix huge pages MMU mapping bug by Benjamin Herrenschmidt · 19 years ago
  97. 61b1a94 [PATCH] ppc64: Store virtual address in TLB flush batches by Benjamin Herrenschmidt · 19 years ago
  98. aefd16b [PATCH] ppc64: Remove redundant uses of physRpn_to_absRpn by Michael Ellerman · 19 years ago
  99. 96e2844 [PATCH] ppc64: kill bitfields in ppc64 hash code by David Gibson · 20 years ago
  100. f4c82d5 [PATCH] ppc64 kexec: native hash clear by R Sharada · 20 years ago