1. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  2. 36ef159 mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit by Qi Zheng · 3 years ago
  3. 29ec39f Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years ago
  4. 4eb766f Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years ago
  5. 29562a9 powerpc/code-patching: Move patch_exception() outside code-patching.c by Christophe Leroy · 3 years, 1 month ago
  6. af5304a powerpc/code-patching: Remove init_mem_is_free by Christophe Leroy · 3 years, 1 month ago
  7. 62479e6 powerpc/mm/book3s64/hash: Switch pre 2.06 tlbiel to .long by Alexey Kardashevskiy · 3 years, 1 month ago
  8. d51f86c powerpc/mm: Switch obsolete dssall to .long by Alexey Kardashevskiy · 3 years, 1 month ago
  9. c13f2b2 powerpc/mm: Add __init attribute to eligible functions by Nick Child · 3 years, 1 month ago
  10. 8d84fca powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversion by Michael Ellerman · 3 years, 1 month ago
  11. 467ba14 powerpc/64s/radix: Fix huge vmap false positive by Nicholas Piggin · 3 years, 1 month ago
  12. 60f20d8 of/fdt: Rework early_init_dt_scan_chosen() to call directly by Rob Herring · 3 years, 2 months ago
  13. 0d76914 powerpc/inst: Optimise copy_inst_from_kernel_nofault() by Christophe Leroy · 3 years, 2 months ago
  14. c545b9f powerpc/inst: Define ppc_inst_t by Christophe Leroy · 3 years, 2 months ago
  15. 37eb7ca powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATs by Christophe Leroy · 3 years, 2 months ago
  16. 57bc963 powerpc/kuap: Wire-up KUAP on book3e/64 by Christophe Leroy · 3 years, 3 months ago
  17. fcf9bb6 powerpc/kuap: Wire-up KUAP on 40x by Christophe Leroy · 3 years, 3 months ago
  18. 43afcf8 powerpc: Add KUAP support for BOOKE and 40x by Christophe Leroy · 3 years, 3 months ago
  19. 25ae981 powerpc/nohash: Move setup_kuap out of 8xx.c by Christophe Leroy · 3 years, 3 months ago
  20. 6754862 powerpc/kuep: Remove 'nosmep' boot time parameter except for book3s/64 by Christophe Leroy · 3 years, 3 months ago
  21. 70428da powerpc/32s: Save content of sr0 to avoid 'mfsr' by Christophe Leroy · 3 years, 3 months ago
  22. 526d4a4 powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly by Christophe Leroy · 3 years, 3 months ago
  23. df415cd powerpc/32s: Remove capability to disable KUEP at boottime by Christophe Leroy · 3 years, 3 months ago
  24. ee263160 powerpc/44x: Activate KUEP at all time by Christophe Leroy · 3 years, 3 months ago
  25. 13dac4e powerpc/8xx: Activate KUEP at all time by Christophe Leroy · 3 years, 3 months ago
  26. 6c1fa60 Revert "powerpc: Inline setup_kup()" by Christophe Leroy · 3 years, 3 months ago
  27. 387e220 powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU by Nicholas Piggin · 3 years, 2 months ago
  28. c285737 powerpc/64s: Make hash MMU support configurable by Nicholas Piggin · 3 years, 2 months ago
  29. debeda0 powerpc/64s: Always define arch unmapped area calls by Nicholas Piggin · 3 years, 2 months ago
  30. af3a0ea powerpc/64s: Fix radix MMU when MMU_FTR_HPTE_TABLE is clear by Nicholas Piggin · 3 years, 2 months ago
  31. 8dbfc00 powerpc/64e: remove mmu_linear_psize by Nicholas Piggin · 3 years, 2 months ago
  32. 2062617 powerpc: make memremap_compat_align 64s-only by Nicholas Piggin · 3 years, 2 months ago
  33. f43d2ff powerpc/64s: Rename hash_hugetlbpage.c to hugetlbpage.c by Nicholas Piggin · 3 years, 2 months ago
  34. bdad5d5 powerpc/64s: move page size definitions from hash specific file by Nicholas Piggin · 3 years, 2 months ago
  35. 162b088 powerpc/64s: move THP trace point creation out of hash specific file by Nicholas Piggin · 3 years, 2 months ago
  36. 935b534 powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specific by Nicholas Piggin · 3 years, 2 months ago
  37. a4135cb powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVE by Nicholas Piggin · 3 years, 2 months ago
  38. 7ebc490 powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVE by Nicholas Piggin · 3 years, 2 months ago
  39. af11dee powerpc/32s: Fix shift-out-of-bounds in KASAN init by Christophe Leroy · 3 years, 2 months ago
  40. 5402e23 powerpc/64s: Get LPID bit width from device tree by Nicholas Piggin · 3 years, 2 months ago
  41. cdc81ae powerpc/ptdump: Fix display a BAT's size unit by Christophe Leroy · 3 years, 2 months ago
  42. ff47a95 powerpc/mm: Move tlbcam_sz() and make it static by Michael Ellerman · 3 years, 2 months ago
  43. af3fdce Revert "powerpc/code-patching: Improve verification of patchability" by Michael Ellerman · 3 years, 2 months ago
  44. 8b8a8f0 powerpc/code-patching: Improve verification of patchability by Christophe Leroy · 3 years, 2 months ago
  45. 46f9caf powerpc/64s: Keep AMOR SPR a constant ~0 at runtime by Nicholas Piggin · 3 years, 2 months ago
  46. 5b54860 powerpc/book3e: Fix TLBCAM preset at boot by Christophe Leroy · 3 years, 2 months ago
  47. 3020394 powerpc/pseries: Fix numa FORM2 parsing fallback code by Nicholas Piggin · 3 years, 2 months ago
  48. 0bd8127 powerpc/pseries: rename numa_dist_table to form2_distances by Nicholas Piggin · 3 years, 2 months ago
  49. 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  50. 843a1ff powerpc/mm: use core_kernel_text() helper by Kefeng Wang · 3 years, 2 months ago
  51. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  52. b538908 hugetlbfs: extend the definition of hugepages parameter to support node allocation by Zhenguo Yao · 3 years, 2 months ago
  53. f8c0e36 powerpc: Don't provide __kernel_map_pages() without ARCH_SUPPORTS_DEBUG_PAGEALLOC by Christophe Leroy · 3 years, 3 months ago
  54. 44c1450 powerpc/fsl_booke: Fix setting of exec flag when setting TLBCAMs by Christophe Leroy · 3 years, 3 months ago
  55. b6cb20f powerpc/book3e: Fix set_memory_x() and set_memory_nx() by Christophe Leroy · 3 years, 3 months ago
  56. c7d1918 powerpc/32: Don't use a struct based type for pte_t by Christophe Leroy · 3 years, 4 months ago
  57. 63f501e powerpc/8xx: Simplify TLB handling by Christophe Leroy · 3 years, 4 months ago
  58. d597004 powerpc/fsl_booke: Update of TLBCAMs after init by Christophe Leroy · 3 years, 3 months ago
  59. 0b2859a powerpc/fsl_booke: Allocate separate TLBCAMs for readonly memory by Christophe Leroy · 3 years, 3 months ago
  60. 52bda69 powerpc/fsl_booke: Tell map_mem_in_cams() if init is done by Christophe Leroy · 3 years, 3 months ago
  61. a97dd9e powerpc/fsl_booke: Enable reloading of TLBCAM without switching to AS1 by Christophe Leroy · 3 years, 3 months ago
  62. 01116e6 powerpc/fsl_booke: Take exec flag into account when setting TLBCAMs by Christophe Leroy · 3 years, 3 months ago
  63. 3a75fd7 powerpc/fsl_booke: Rename fsl_booke.c to fsl_book3e.c by Christophe Leroy · 3 years, 3 months ago
  64. 4f703e7 powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOC by Joel Stanley · 3 years, 3 months ago
  65. 602946e powerpc: Set max_mapnr correctly by Christophe Leroy · 3 years, 3 months ago
  66. 7eff9bc powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype for 'create_section_mapping' by Christophe Leroy · 3 years, 4 months ago
  67. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  68. 65a2aa5 mm/memory_hotplug: remove nid parameter from arch_remove_memory() by David Hildenbrand · 3 years, 4 months ago
  69. 7cca308 Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 4 months ago
  70. a331426 Merge branch 'fixes' into next by Michael Ellerman · 3 years, 4 months ago
  71. b14b8b1 powerpc/ptdump: Fix generic ptdump for 64-bit by Michael Ellerman · 3 years, 5 months ago
  72. 9a245d0 powerpc/numa: Update cpu_cpu_map on CPU online/offline by Srikar Dronamraju · 3 years, 5 months ago
  73. 544a09e powerpc/numa: Print debug statements only when required by Srikar Dronamraju · 3 years, 5 months ago
  74. 506c207 powerpc/numa: convert printk to pr_xxx by Srikar Dronamraju · 3 years, 5 months ago
  75. 544af64 powerpc/numa: Drop dbg in favour of pr_debug by Srikar Dronamraju · 3 years, 5 months ago
  76. 806c0e6 powerpc: Refactor verification of MSR_RI by Christophe Leroy · 3 years, 5 months ago
  77. e084728 powerpc/ptdump: Convert powerpc to GENERIC_PTDUMP by Christophe Leroy · 3 years, 6 months ago
  78. cf98d2b powerpc/ptdump: Reduce level numbers by 1 in note_page() and add p4d level by Christophe Leroy · 3 years, 6 months ago
  79. 64b87b0 powerpc/ptdump: Remove unused 'page_size' parameter by Christophe Leroy · 3 years, 6 months ago
  80. 11f27a7 powerpc/ptdump: Use DEFINE_SHOW_ATTRIBUTE() by Christophe Leroy · 3 years, 6 months ago
  81. f5007db powerpc/booke: Avoid link stack corruption in several places by Christophe Leroy · 3 years, 5 months ago
  82. 1bdc3d5 Merge tag 'powerpc-5.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 5 months ago
  83. 9f7853d powerpc/mm: Fix set_memory_*() against concurrent accesses by Michael Ellerman · 3 years, 5 months ago
  84. 1c6b5a7 powerpc/pseries: Add support for FORM2 associativity by Aneesh Kumar K.V · 3 years, 5 months ago
  85. ef31cb8 powerpc/pseries: Add a helper for form1 cpu distance by Aneesh Kumar K.V · 3 years, 5 months ago
  86. 8ddc644 powerpc/pseries: Consolidate different NUMA distance update code paths by Aneesh Kumar K.V · 3 years, 5 months ago
  87. 0eacd06 powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITY by Aneesh Kumar K.V · 3 years, 5 months ago
  88. 7e35ef6 powerpc/pseries: rename min_common_depth to primary_domain_index by Aneesh Kumar K.V · 3 years, 5 months ago
  89. dbf77fed powerpc: rename powerpc_debugfs_root to arch_debugfs_dir by Aneesh Kumar K.V · 3 years, 5 months ago
  90. 3e188b1 powerpc/book3s64/radix: make tlb_single_page_flush_ceiling a debugfs entry by Aneesh Kumar K.V · 3 years, 5 months ago
  91. d144f4d pseries/drmem: update LMBs after LPM by Laurent Dufour · 3 years, 8 months ago
  92. 9c7248b powerpc/numa: Consider the max NUMA node for migratable LPAR by Laurent Dufour · 3 years, 8 months ago
  93. 8119cef powerpc/kexec: blacklist functions called in real mode for kprobe by Hari Bathini · 3 years, 6 months ago
  94. d8a7190 Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge" by Jonathan Marek · 3 years, 6 months ago
  95. 1459718 Merge tag 'powerpc-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 6 months ago
  96. cec6515 powerpc/book3s64/mm: update flush_tlb_range to flush page walk cache by Aneesh Kumar K.V · 3 years, 6 months ago
  97. dc4875f mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t * by Aneesh Kumar K.V · 3 years, 6 months ago
  98. 9cf6fa2 mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * by Aneesh Kumar K.V · 3 years, 6 months ago
  99. cd5d5e6 powerpc/mm: Fix lockup on kernel exec fault by Christophe Leroy · 3 years, 7 months ago
  100. 019b3fd Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 7 months ago