1. 1e49639 powerpc/powernv/ioda2: Add __printf format/argument verification by Joe Perches · 8 years ago
  2. 29b861e Documentation: powerpc: Expand the DAWR acronym by Joel Stanley · 6 years ago
  3. e1619e8 powerpc/configs: Add (back) MLX5 ethernet support to skiroot_defconfig by Joel Stanley · 6 years ago
  4. de26912 powerpc/hmi: Fix kernel hang when TB is in error state. by Mahesh Salgaonkar · 6 years ago
  5. 0acb5f6 powerpc/xmon: add read-only mode by Christopher M. Riedl · 6 years ago
  6. 5d085ec powerpc/boot: Fix missing check of lseek() return value by Bo YU · 6 years ago
  7. 90437bf powerpc/entry: Remove unneeded need_resched() loop by Valentin Schneider · 6 years ago
  8. 32eebf9 powerpc/dts/fsl: add crypto node alias for B4 by Horia Geantă · 6 years ago
  9. d7fbe2a powerpc/prom_init: get rid of PROM_SCRATCH_SIZE by Christophe Leroy · 6 years ago
  10. 398af57 powerpc/security: Show powerpc_security_features in debugfs by Michael Ellerman · 6 years ago
  11. 453d87f powerpc/mm: Warn if W+X pages found on boot by Russell Currey · 6 years ago
  12. 5f18cbd powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointers by Russell Currey · 6 years ago
  13. c9e0fc3 powerpc: remove the __kernel_io_end export by Christoph Hellwig · 6 years ago
  14. 4c1bd90 MAINTAINERS: Update cxl/ocxl email address by Andrew Donnellan · 6 years ago
  15. e2b36d5 powerpc/64: Don't trace code that runs with the soft irq mask unreconciled by Nicholas Piggin · 6 years ago
  16. 502523f powerpc/irq: drop __irq_offset_value by Christophe Leroy · 6 years ago
  17. 65184f2 powerpc/setup: replace ifdefs by IS_ENABLED() wherever possible. by Christophe Leroy · 6 years ago
  18. 48018e4 powerpc/setup: cleanup the #ifdef CONFIG_TAU block by Christophe Leroy · 6 years ago
  19. b5064ef powerpc/setup: cleanup ifdef mess in check_cache_coherency() by Christophe Leroy · 6 years ago
  20. e9e9b25 powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVEC by Christophe Leroy · 6 years ago
  21. 93f2cd8 powerpc/mm: define an empty mm_iommu_init() by Christophe Leroy · 6 years ago
  22. 9c1d38b powerpc/fadump: define an empty fadump_cleanup() by Christophe Leroy · 6 years ago
  23. d1865e7 powerpc/32: Don't add dummy frames when calling trace_hardirqs_on/off by Christophe Leroy · 6 years ago
  24. 38b4564 powerpc/32: don't do syscall stuff in transfer_to_handler by Christophe Leroy · 6 years ago
  25. 1a4b739 powerpc/32: implement fast entry for syscalls on BOOKE by Christophe Leroy · 6 years ago
  26. b86fb88 powerpc/32: implement fast entry for syscalls on non BOOKE by Christophe Leroy · 6 years ago
  27. 40530db powerpc: Fix 32-bit handling of MSR_EE on exceptions by Christophe Leroy · 6 years ago
  28. 1ae99b4 powerpc/32: get rid of COPY_EE in exception entry by Christophe Leroy · 6 years ago
  29. 642770d powerpc/32: Enter exceptions with MSR_EE unset by Christophe Leroy · 6 years ago
  30. f97dec2 powerpc/32: enter syscall with MSR_EE inconditionaly set by Christophe Leroy · 6 years ago
  31. ef42912 powerpc/fsl_booke: ensure SPEFloatingPointException() reenables interrupts by Christophe Leroy · 6 years ago
  32. 90f204b powerpc/40x: Refactor exception entry macros by using head_32.h by Christophe Leroy · 6 years ago
  33. 7271fc9 powerpc/40x: Split and rename NORMAL_EXCEPTION_PROLOG by Christophe Leroy · 6 years ago
  34. bd82904 powerpc/40x: add exception frame marker by Christophe Leroy · 6 years ago
  35. 57bc13a powerpc/40x: Don't use SPRN_SPRG_SCRATCH2 in EXCEPTION_PROLOG by Christophe Leroy · 6 years ago
  36. 1d3034a powerpc/32: make the 6xx/8xx EXC_XFER_TEMPLATE() similar to the 40x/booke one by Christophe Leroy · 6 years ago
  37. 37737a2 powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use it by Christophe Leroy · 6 years ago
  38. 8a23fdec powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.S by Christophe Leroy · 6 years ago
  39. e4dccf9 powerpc/mm: print hash info in a helper by Christophe Leroy · 6 years ago
  40. 8f156c2 powerpc/32s: don't try to print hash table address. by Christophe Leroy · 6 years ago
  41. 57e0491 powerpc/32s: drop Hash_end by Christophe Leroy · 6 years ago
  42. da3a3b0 powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_RO by Christophe Leroy · 6 years ago
  43. 215b8237 powerpc/32s: set up an early static hash table for KASAN. by Christophe Leroy · 6 years ago
  44. 72f208c powerpc/32s: move hash code patching out of MMU_init_hw() by Christophe Leroy · 6 years ago
  45. 2edb16e powerpc/32: Add KASAN support by Christophe Leroy · 6 years ago
  46. f072015 powerpc: disable KASAN instrumentation on early/critical files. by Christophe Leroy · 6 years ago
  47. b4abe38 powerpc/32: prepare shadow area for KASAN by Christophe Leroy · 6 years ago
  48. a67beca powerpc/32: make KVIRT_TOP dependent on FIXMAP_START by Christophe Leroy · 6 years ago
  49. 7934cea powerpc/32: use memset() instead of memset_io() to zero BSS by Christophe Leroy · 6 years ago
  50. adcf591 powerpc: don't use direct assignation during early boot. by Christophe Leroy · 6 years ago
  51. 450e7dd powerpc/prom_init: don't use string functions from lib/ by Christophe Leroy · 6 years ago
  52. cbe46bd powerpc: remove CONFIG_CMDLINE #ifdef mess by Christophe Leroy · 6 years ago
  53. 26deb04 powerpc: prepare string/mem functions for KASAN by Christophe Leroy · 6 years ago
  54. d69ca6b powerpc/32: Move early_init() in a separate file by Christophe Leroy · 6 years ago
  55. 0692391 powerpc/mm: refactor pgd_alloc() and pgd_free() on nohash by Christophe Leroy · 6 years ago
  56. 8a2cc87 powerpc/mm: refactor pmd_pgtable() by Christophe Leroy · 6 years ago
  57. 7cec90e powerpc/mm: refactor pgtable freeing functions on nohash by Christophe Leroy · 6 years ago
  58. bf8156c powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32 by Christophe Leroy · 6 years ago
  59. e80789a powerpc/mm: refactor definition of pgtable_cache[] by Christophe Leroy · 6 years ago
  60. dc09686 powerpc/mm: refactor pte_alloc_one() and pte_free() families definition. by Christophe Leroy · 6 years ago
  61. b0124ff powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32 by Christophe Leroy · 6 years ago
  62. 4a6d8cf powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32 by Christophe Leroy · 6 years ago
  63. 627f06c powerpc/book3e: move early_alloc_pgtable() to init section by Christophe Leroy · 6 years ago
  64. e7a7be5 powerpc/Kconfig: select PPC_MM_SLICES from subarch type by Christophe Leroy · 6 years ago
  65. 7a792d5 powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.h by Christophe Leroy · 6 years ago
  66. 696dffa powerpc/mm: move pgtable_t in asm/mmu.h by Christophe Leroy · 6 years ago
  67. 737b434 powerpc/mm: convert Book3E 64 to pte_fragment by Christophe Leroy · 6 years ago
  68. 447def3 powerpc/mm: drop __bad_pte() by Christophe Leroy · 6 years ago
  69. 26e66b0 powerpc/mm: flatten function __find_linux_pte() step 3 by Christophe Leroy · 6 years ago
  70. e2fb251 powerpc/mm: flatten function __find_linux_pte() step 2 by Christophe Leroy · 6 years ago
  71. fab9a11 powerpc/mm: flatten function __find_linux_pte() step 1 by Christophe Leroy · 6 years ago
  72. 4df4b27 powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.c by Christophe Leroy · 6 years ago
  73. c5710cd2 powerpc/mm: cleanup HPAGE_SHIFT setup by Christophe Leroy · 6 years ago
  74. 45d0ba5 powerpc/mm: move hugetlb_disabled into asm/hugetlb.h by Christophe Leroy · 6 years ago
  75. 723f268 powerpc/mm: cleanup ifdef mess in add_huge_page_size() by Christophe Leroy · 6 years ago
  76. 5fb84fe powerpc/mm: add a helper to populate hugepd by Christophe Leroy · 6 years ago
  77. 8197af2 powerpc/mm: split asm/hugetlb.h into dedicated subarch files by Christophe Leroy · 6 years ago
  78. 0001e5a powerpc/mm: make gup_hugepte() static by Christophe Leroy · 6 years ago
  79. b7dcf96 powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGE by Christophe Leroy · 6 years ago
  80. 0caed4d powerpc/mm: move __find_linux_pte() out of hugetlbpage.c by Christophe Leroy · 6 years ago
  81. 3dea733 powerpc/book3e: hugetlbpage is only for CONFIG_PPC_FSL_BOOK3E by Christophe Leroy · 6 years ago
  82. 5874cab powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGES by Christophe Leroy · 6 years ago
  83. a521c44 powerpc/book3e: drop mmu_get_tsize() by Christophe Leroy · 6 years ago
  84. 5953fb4 powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULT by Christophe Leroy · 6 years ago
  85. 43ed790 powerpc/mm: define get_slice_psize() all the time by Christophe Leroy · 6 years ago
  86. 33f128c powerpc/8xx: get rid of #ifdef CONFIG_HUGETLB_PAGE for slices by Christophe Leroy · 6 years ago
  87. 203a1fa powerpc/mm: remove a couple of #ifdef CONFIG_PPC_64K_PAGES in mm/slice.c by Christophe Leroy · 6 years ago
  88. b4baad0 powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64 by Christophe Leroy · 6 years ago
  89. 8774612 powerpc/mm: get rid of mm_ctx_slice_mask_xxx() by Christophe Leroy · 6 years ago
  90. fca5c1e powerpc/mm: move slice_mask_for_size() into mmu.h by Christophe Leroy · 6 years ago
  91. 6f60cc98 powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_struct by Christophe Leroy · 6 years ago
  92. 02f89ae powerpc/mm: no slice for nohash/64 by Christophe Leroy · 6 years ago
  93. 5ba666d powerpc/mm: fix erroneous duplicate slb_addr_limit init by Christophe Leroy · 6 years ago
  94. 27e23b5 powerpc/mm: Move nohash specifics in subdirectory mm/nohash by Christophe Leroy · 6 years ago
  95. 17312f2 powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64 by Christophe Leroy · 6 years ago
  96. 47d9994 powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64 by Christophe Leroy · 6 years ago
  97. 9d9f2cc powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h> by Christophe Leroy · 6 years ago
  98. 71faf81 powerpc/nohash64: clean pgtable.h by Christophe Leroy · 6 years ago
  99. a1ac2a9 powerpc/book3e: drop BUG_ON() in map_kernel_page() by Christophe Leroy · 6 years ago
  100. e620d45 powerpc/tm: Avoid machine crash on rt_sigreturn() by Breno Leitao · 6 years ago