1. 5330367 powerpc/hugetlb: Handle mmap_min_addr correctly in get_unmapped_area callback by Aneesh Kumar K.V · 6 years ago
  2. 6cd96c5 selftests/powerpc: Remove duplicate header by Michael Ellerman · 6 years ago
  3. 6324320 powerpc sstep: Add support for modsd, modud instructions by Sandipan Das · 6 years ago
  4. 6c18007 powerpc sstep: Add support for modsw, moduw instructions by PrasannaKumar Muralidharan · 6 years ago
  5. 3e751ac powerpc sstep: Add support for extswsli instruction by Sandipan Das · 6 years ago
  6. 32628b5 powerpc sstep: Add support for cnttzw, cnttzd instructions by Sandipan Das · 6 years ago
  7. a23987e powerpc: sstep: Add support for darn instruction by Sandipan Das · 6 years ago
  8. 930d628 powerpc: sstep: Add support for maddhd, maddhdu, maddld instructions by Sandipan Das · 6 years ago
  9. d608898 powerpc: clean stack pointers naming by Christophe Leroy · 6 years ago
  10. c911d2e powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFO by Christophe Leroy · 6 years ago
  11. f7354cc powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU by Christophe Leroy · 6 years ago
  12. 7c19c2e powerpc: 'current_set' is now a table of task_struct pointers by Christophe Leroy · 6 years ago
  13. a7916a1 powerpc: regain entire stack space by Christophe Leroy · 6 years ago
  14. ed1cd6d powerpc: Activate CONFIG_THREAD_INFO_IN_TASK by Christophe Leroy · 6 years ago
  15. 7aef376 powerpc/idle/6xx: Use r1 with CURRENT_THREAD_INFO() by Christophe Leroy · 6 years ago
  16. b72cc2e powerpc: Use task_stack_page() in current_pt_regs() by Christophe Leroy · 6 years ago
  17. 3733304 powerpc: Use linux/thread_info.h in processor.h by Christophe Leroy · 6 years ago
  18. 5497c25 powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMIT by Christophe Leroy · 6 years ago
  19. 678c668 powerpc/64: Use task_stack_page() to initialise paca->kstack by Christophe Leroy · 6 years ago
  20. 4e67bfd powerpc: Update comments in preparation for THREAD_INFO_IN_TASK by Christophe Leroy · 6 years ago
  21. 05b9879 powerpc: Replace current_thread_info()->task with current by Christophe Leroy · 6 years ago
  22. 7306e83 powerpc: Don't use CURRENT_THREAD_INFO to find the stack by Christophe Leroy · 6 years ago
  23. 1e35f29 powerpc: call_do_[soft]irq() takes a pointer to the stack by Christophe Leroy · 6 years ago
  24. 8c1fc5a powerpc: Rename THREAD_INFO to TASK_STACK by Christophe Leroy · 6 years ago
  25. 018cce3 powerpc: prep stack walkers for THREAD_INFO_IN_TASK by Christophe Leroy · 6 years ago
  26. 0548608 powerpc: Only use task_struct 'cpu' field on SMP by Christophe Leroy · 6 years ago
  27. 92ab45c powerpc: Avoid circular header inclusion in mmu-hash.h by Christophe Leroy · 6 years ago
  28. c8e409a powerpc/irq: use memblock functions returning virtual address by Christophe Leroy · 6 years ago
  29. eafd825 powerpc/64: Simplify __secondary_start paca->kstack handling by Michael Ellerman · 6 years ago
  30. e7fda7e powerpc/64s: Remove MSR_RI optimisation in system_call_exit() by Michael Ellerman · 6 years ago
  31. fb0b0a7 powerpc: Enable kcov by Andrew Donnellan · 6 years ago
  32. 8f54a6f powerpc/kconfig: make _etext and data areas alignment configurable on 8xx by Christophe Leroy · 6 years ago
  33. d5f17ee powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWX by Christophe Leroy · 6 years ago
  34. 0f4a904 powerpc/kconfig: make _etext and data areas alignment configurable on Book3s 32 by Christophe Leroy · 6 years ago
  35. 63b2bc6 powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX by Christophe Leroy · 6 years ago
  36. 5e04ae8 powerpc/mm/32s: add setibat() clearibat() and update_bats() by Christophe Leroy · 6 years ago
  37. 166d97d powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFT by Christophe Leroy · 6 years ago
  38. 555f4fd powerpc/kconfig: define PAGE_SHIFT inside Kconfig by Christophe Leroy · 6 years ago
  39. 28ea38b powerpc/mmu: add is_strict_kernel_rwx() helper by Christophe Leroy · 6 years ago
  40. 02d5d13 powerpc/32: add helper to write into segment registers by Christophe Leroy · 6 years ago
  41. df25f86 powerpc/mm/32s: use _PAGE_EXEC in setbat() by Christophe Leroy · 6 years ago
  42. 160985f powerpc/wii: remove wii_mmu_mapin_mem2() by Christophe Leroy · 6 years ago
  43. d2f15e09 powerpc/32: always populate page tables for Abatron BDI. by Christophe Leroy · 6 years ago
  44. 9e849f2 powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks. by Christophe Leroy · 6 years ago
  45. e4d6654 powerpc/mm/32s: rework mmu_mapin_ram() by Christophe Leroy · 6 years ago
  46. 14e609d powerpc/mm/32: add base address to mmu_mapin_ram() by Christophe Leroy · 6 years ago
  47. 6d183ca powerpc/wii: properly disable use of BATs when requested. by Christophe Leroy · 6 years ago
  48. e4470bd powerpc/8xx: Map 32Mb of RAM at init. by Christophe Leroy · 6 years ago
  49. 665bed2 powerpc/8xx: replace most #ifdef by IS_ENABLED() in 8xx_mmu.c by Christophe Leroy · 6 years ago
  50. 78a8da0 powerpc: sstep: Add tests for addc[.] instruction by Sandipan Das · 6 years ago
  51. 44dea17 powerpc: sstep: Add tests for add[.] instruction by Sandipan Das · 6 years ago
  52. 84022ac1 powerpc: sstep: Add tests for compute type instructions by Sandipan Das · 6 years ago
  53. f68e792 Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling" by Michael Ellerman · 6 years ago
  54. e66c320 powerpc: Move page table dump files in a dedicated subdirectory by Christophe Leroy · 6 years ago
  55. cabe813 powerpc: dump as a single line areas mapping a single physical page. by Christophe Leroy · 6 years ago
  56. fa7b9a8 tools/selftest/vm: allow choosing mem size and page size in map_hugetlb by Christophe Leroy · 6 years ago
  57. 6b9166f powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/booke by Christophe Leroy · 6 years ago
  58. 78ca110 powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling by Christophe Leroy · 6 years ago
  59. 84de6ab powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers. by Christophe Leroy · 6 years ago
  60. 451b3ec powerpc/603: Don't worry about _PAGE_USER in TLB miss handlers by Christophe Leroy · 6 years ago
  61. f8b58c6 powerpc/603: let's handle PAGE_DIRTY directly by Christophe Leroy · 6 years ago
  62. 54a05a3 powerpc/603: Don't handle _PAGE_RW and _PAGE_DIRTY on ITLB misses by Christophe Leroy · 6 years ago
  63. a8a1219 powerpc/603: Don't handle kernel page TLB misses when not need by Christophe Leroy · 6 years ago
  64. 6790dae powerpc/hash32: use physical address directly in hash handlers. by Christophe Leroy · 6 years ago
  65. 2c12393 powerpc/603: use physical address directly in TLB miss handlers. by Christophe Leroy · 6 years ago
  66. 93c4a16 powerpc/6xx: Store PGDIR physical address in a SPRG by Christophe Leroy · 6 years ago
  67. 0df977e powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTAS by Christophe Leroy · 6 years ago
  68. 4005833 powerpc: simplify BDI switch by Christophe Leroy · 6 years ago
  69. 36da5ff powerpc/83xx: Also save/restore SPRG4-7 during suspend by Christophe Leroy · 6 years ago
  70. 0bbea75 powerpc/traps: fix recoverability of machine check handling on book3s/32 by Christophe Leroy · 6 years ago
  71. ab44840 powerpc/32: Remove unneccessary MSR[RI] clearing for 8xx by Christophe Leroy · 6 years ago
  72. e995265 powerpc/setup: display reason for not booting by Christophe Leroy · 6 years ago
  73. 32ceaa6 powerpc/8xx: hide itlbie and dtlbie symbols by Christophe Leroy · 6 years ago
  74. beb4f47 powerpc/selftest: fix type of mftb() in null_syscall by Christophe Leroy · 6 years ago
  75. 19f8a5b powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit by Paul Mackerras · 6 years ago
  76. 8cfaf10 powerpc/64s: Fix logic when handling unknown CPU features by Michael Ellerman · 6 years ago
  77. 6fe243f powerpc/smp: Make __smp_send_nmi_ipi() static by Nicholas Piggin · 6 years ago
  78. 88b9a3d powerpc/smp: Fix NMI IPI xmon timeout by Nicholas Piggin · 6 years ago
  79. 1b5fc84 powerpc/smp: Fix NMI IPI timeout by Nicholas Piggin · 6 years ago
  80. bba4363 powerpc: Make PPC_64K_PAGES depend on only 44x or PPC_BOOK3S_64 by Michael Ellerman · 6 years ago
  81. 81dac81 powerpc/64: Make sys_switch_endian() traceable by Michael Ellerman · 6 years ago
  82. 5c285dd powerpc/dts: Standardize DTS status assignments from "ok" to "okay" by Robert P. J. Day · 7 years ago
  83. c746ca0 powerpc/book3s: Remove pgd/pud/pmd_set() interfaces by Aneesh Kumar K.V · 6 years ago
  84. fe1ef6b powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guest by Mark Cave-Ayland · 6 years ago
  85. 9f3ba36 powerpc/pseries: export timebase register sample in lparcfg by Tyrel Datwyler · 6 years ago
  86. aa7150b powerpc/44x: Force PCI on for CURRITUCK by Michael Ellerman · 6 years ago
  87. 954bd99 powerpc/eeh: Add eeh_force_recover to debugfs by Oliver O'Halloran · 6 years ago
  88. 6b493f6 powerpc/eeh: Allow disabling recovery by Oliver O'Halloran · 6 years ago
  89. 67060cb powerpc/pci: Add pci_find_controller_for_domain() by Oliver O'Halloran · 6 years ago
  90. c8f02f2 powerpc/eeh_cache: Bump log level of eeh_addr_cache_print() by Oliver O'Halloran · 6 years ago
  91. 5ca85ae powerpc/eeh_cache: Add a way to dump the EEH address cache by Oliver O'Halloran · 6 years ago
  92. e67fbbe powerpc/eeh_cache: Add pr_debug() prints for insert/remove by Oliver O'Halloran · 6 years ago
  93. 46ee7c3 powerpc/eeh: Use debugfs_create_u32 for eeh_max_freezes by Oliver O'Halloran · 6 years ago
  94. d065ee9 powerpc: drop unused GENERIC_CSUM Kconfig item by Christophe Leroy · 6 years ago
  95. 7104dcc powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instruction by Nicholas Piggin · 6 years ago
  96. 3d8810e powerpc/mm/hash: Increase vmalloc space to 512T with hash MMU by Michael Ellerman · 6 years ago
  97. ca6d5149 powerpc/ptrace: Simplify vr_get/set() to avoid GCC warning by Michael Ellerman · 6 years ago
  98. 1b58a97 powerpc/powernv/npu: Remove redundant change_pte() hook by Peter Xu · 6 years ago
  99. e121ee6 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 6 years ago
  100. c057720 powerpc/64s: Better printing of machine check info for guest MCEs by Paul Mackerras · 6 years ago