1. 49a7d46 powerpc: Implement smp_cond_load_relaxed() by Nicholas Piggin · 4 years, 6 months ago
  2. 2f6560e powerpc/qspinlock: Optimised atomic_try_cmpxchg_lock() that adds the lock hint by Nicholas Piggin · 4 years, 6 months ago
  3. 20c0e82 powerpc/pseries: Implement paravirt qspinlocks for SPLPAR by Nicholas Piggin · 4 years, 6 months ago
  4. aa65ff6 powerpc/64s: Implement queued spinlocks and rwlocks by Nicholas Piggin · 4 years, 6 months ago
  5. 12d0b9d powerpc: Move spinlock implementation to simple_spinlock by Nicholas Piggin · 4 years, 6 months ago
  6. 20d444d powerpc/pseries: Move some PAPR paravirt functions to their own file by Nicholas Piggin · 4 years, 6 months ago
  7. dbce456 powerpc/numa: Limit possible nodes to within num_possible_nodes by Srikar Dronamraju · 4 years, 6 months ago
  8. 3327e58 macintosh/via-macii: Clarify definition of macii_init() by Finn Thain · 4 years, 6 months ago
  9. 046ace8 macintosh/via-macii: Use the stack for reset request storage by Finn Thain · 4 years, 6 months ago
  10. 5c0c15a macintosh/via-macii: Use unsigned type for autopoll_devs variable by Finn Thain · 4 years, 6 months ago
  11. f87a162 macintosh/via-macii: Use bool type for reading_reply variable by Finn Thain · 4 years, 6 months ago
  12. 624cf5b macintosh/via-macii: Handle poll replies correctly by Finn Thain · 4 years, 6 months ago
  13. b16b676 macintosh/via-macii: Remove read_done state by Finn Thain · 4 years, 6 months ago
  14. b4d76c2 macintosh/via-macii: Handle /CTLR_IRQ signal correctly by Finn Thain · 4 years, 6 months ago
  15. f93bfeb macintosh/via-macii: Poll the device most likely to respond by Finn Thain · 4 years, 6 months ago
  16. 59ea38f macintosh/via-macii: Access autopoll_devs when inside lock by Finn Thain · 4 years, 6 months ago
  17. c66da95 macintosh/adb-iop: Implement SRQ autopolling by Finn Thain · 4 years, 7 months ago
  18. e2954e5 macintosh/adb-iop: Implement sending -> idle state transition by Finn Thain · 4 years, 7 months ago
  19. 32226e8 macintosh/adb-iop: Implement idle -> sending state transition by Finn Thain · 4 years, 7 months ago
  20. 56b732e macintosh/adb-iop: Resolve static checker warnings by Finn Thain · 4 years, 7 months ago
  21. aac840e macintosh/adb-iop: Access current_req and adb_iop_state when inside lock by Finn Thain · 4 years, 7 months ago
  22. 303511e macintosh/adb-iop: Adopt bus reset algorithm from via-macii driver by Finn Thain · 4 years, 7 months ago
  23. ff785e1 macintosh/adb-iop: Correct comment text by Finn Thain · 4 years, 7 months ago
  24. 8384c82 macintosh/adb-iop: Remove dead and redundant code by Finn Thain · 4 years, 7 months ago
  25. 65156f2 powerpc/perf: Initialize power10 PMU registers in cpu setup routine by Athira Rajeev · 4 years, 6 months ago
  26. 84d8505 powerpc/powernv/sriov: Remove vfs_expanded by Oliver O'Halloran · 4 years, 6 months ago
  27. 4c51f3e powerpc/powernv/sriov: Make single PE mode a per-BAR setting by Oliver O'Halloran · 4 years, 6 months ago
  28. a0be516 powerpc/powernv/sriov: Refactor M64 BAR setup by Oliver O'Halloran · 4 years, 6 months ago
  29. 39efc03 powerpc/powernv/sriov: Move M64 BAR allocation into a helper by Oliver O'Halloran · 4 years, 6 months ago
  30. 052da31 powerpc/powernv/sriov: De-indent setup and teardown by Oliver O'Halloran · 4 years, 6 months ago
  31. d29a248 powerpc/powernv/sriov: Drop iov->pe_num_map[] by Oliver O'Halloran · 4 years, 6 months ago
  32. a4bc676 powerpc/powernv/pci: Refactor pnv_ioda_alloc_pe() by Oliver O'Halloran · 4 years, 6 months ago
  33. a610d35 powerpc/powernv/sriov: Factor out M64 BAR setup by Oliver O'Halloran · 4 years, 6 months ago
  34. ad9add5 powerpc/powernv/sriov: Simplify used window tracking by Oliver O'Halloran · 4 years, 6 months ago
  35. fac248f powerpc/powernv/sriov: Rename truncate_iov by Oliver O'Halloran · 4 years, 6 months ago
  36. ff79e11 powerpc/powernv/sriov: Explain how SR-IOV works on PowerNV by Oliver O'Halloran · 4 years, 6 months ago
  37. 37b59ef powerpc/powernv/sriov: Move SR-IOV into a separate file by Oliver O'Halloran · 4 years, 6 months ago
  38. 3696336 powerpc/powernv/pci: Initialise M64 for IODA1 as a 1-1 window by Oliver O'Halloran · 4 years, 6 months ago
  39. 01e1262 powerpc/powernv/pci: Add explicit tracking of the DMA setup state by Oliver O'Halloran · 4 years, 6 months ago
  40. 7a52ffa powerpc/powernv/pci: Always tear down DMA windows on PE release by Oliver O'Halloran · 4 years, 6 months ago
  41. 5609ffd powerpc/powernv/pci: Add pci_bus_to_pnvhb() helper by Oliver O'Halloran · 4 years, 6 months ago
  42. a131bfc powerpc/eeh: Move PE tree setup into the platform by Oliver O'Halloran · 4 years, 6 months ago
  43. 31595ae powerpc/eeh: Drop pdn use in eeh_pe_tree_insert() by Oliver O'Halloran · 4 years, 6 months ago
  44. d923ab7 powerpc/eeh: Rename eeh_{add_to|remove_from}_parent_pe() by Oliver O'Halloran · 4 years, 6 months ago
  45. 768a428 powerpc/eeh: Remove class code field from edev by Oliver O'Halloran · 4 years, 6 months ago
  46. 1a303d8 powerpc/eeh: Remove spurious use of pci_dn in eeh_dump_dev_log by Oliver O'Halloran · 4 years, 6 months ago
  47. 17d2a48 powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config() by Oliver O'Halloran · 4 years, 6 months ago
  48. 8225d54 powerpc/eeh: Pass eeh_dev to eeh_ops->resume_notify() by Oliver O'Halloran · 4 years, 6 months ago
  49. 0c2c765 powerpc/eeh: Pass eeh_dev to eeh_ops->restore_config() by Oliver O'Halloran · 4 years, 6 months ago
  50. 21b43bd powerpc/eeh: Remove VF config space restoration by Oliver O'Halloran · 4 years, 6 months ago
  51. a40db93 powerpc/eeh: Kill off eeh_ops->get_pe_addr() by Oliver O'Halloran · 4 years, 6 months ago
  52. c408ce9 powerpc/pseries: Stop using pdn->pe_number by Oliver O'Halloran · 4 years, 6 months ago
  53. dffa915 powerpc/eeh: Move vf_index out of pci_dn and into eeh_dev by Oliver O'Halloran · 4 years, 6 months ago
  54. d74ee8e powerpc/eeh: Remove eeh_dev.c by Oliver O'Halloran · 4 years, 6 months ago
  55. 475028e powerpc/eeh: Remove eeh_dev_phb_init_dynamic() by Oliver O'Halloran · 4 years, 6 months ago
  56. 3f31e49 powerpc/watchpoint: Remove 512 byte boundary by Ravi Bangoria · 4 years, 6 months ago
  57. deb2bd9 powerpc/watchpoint: Return available watchpoints dynamically by Ravi Bangoria · 4 years, 6 months ago
  58. 03f3e54 powerpc/watchpoint: Guest support for 2nd DAWR hcall by Ravi Bangoria · 4 years, 6 months ago
  59. 6f3fe29 powerpc/watchpoint: Rename current H_SET_MODE DAWR macro by Ravi Bangoria · 4 years, 6 months ago
  60. 8f45ca3 powerpc/watchpoint: Set CPU_FTR_DAWR1 based on pa-features bit by Ravi Bangoria · 4 years, 6 months ago
  61. dc1cedc powerpc/dt_cpu_ftrs: Add feature for 2nd DAWR by Ravi Bangoria · 4 years, 6 months ago
  62. 8f460a8 powerpc/watchpoint: Enable watchpoint functionality on power10 guest by Ravi Bangoria · 4 years, 6 months ago
  63. f3c832f powerpc/watchpoint: Fix DAWR exception for CACHEOP by Ravi Bangoria · 4 years, 6 months ago
  64. f6780ce powerpc/watchpoint: Fix DAWR exception constraint by Ravi Bangoria · 4 years, 6 months ago
  65. 3190ecb powerpc/watchpoint: Fix 512 byte boundary limit by Ravi Bangoria · 4 years, 6 months ago
  66. 269e829 powerpc/book3s64/pkey: Disable pkey on POWER6 and before by Aneesh Kumar K.V · 4 years, 6 months ago
  67. 826b07b powerpc/sstep: Fix incorrect CONFIG symbol in scv handling by Michael Ellerman · 4 years, 6 months ago
  68. 70cc062 powerpc/test_emulate_sstep: Fix build error by Michael Ellerman · 4 years, 6 months ago
  69. 335aca5 Merge branch 'scv' support into next by Michael Ellerman · 4 years, 6 months ago
  70. 8ac9b9d selftests/powerpc: Add test of memcmp at end of page by Michael Ellerman · 4 years, 6 months ago
  71. 5c92fb1 powerpc/powernv/idle: Exclude mfspr on HID1, 4, 5 on P9 and above by Pratik Rajesh Sampat · 4 years, 6 months ago
  72. dcbbfa6 powerpc/powernv/idle: Rename pnv_first_spr_loss_level variable by Pratik Rajesh Sampat · 4 years, 6 months ago
  73. 8747bf3 powerpc/powernv/idle: Replace CPU feature check with PVR check by Pratik Rajesh Sampat · 4 years, 6 months ago
  74. 69507b9 powerpc/mm/hash64: Remove comment that is no longer valid by Santosh Sivaraj · 4 years, 6 months ago
  75. 0f10228 KVM: PPC: Fix typo on H_DISABLE_AND_GET hcall by Leonardo Bras · 4 years, 6 months ago
  76. 7c7ff88 powerpc/spufs: Fix the type of ret in spufs_arch_write_note by Christoph Hellwig · 4 years, 7 months ago
  77. 201220b powerpc/powernv: Machine check handler for POWER10 by Nicholas Piggin · 4 years, 6 months ago
  78. 5a090f7 powerpc/pseries: PCIE PHB reset by Wen Xiong · 4 years, 6 months ago
  79. 2384b36 powerpc: Select ARCH_HAS_MEMBARRIER_SYNC_CORE by Nicholas Piggin · 4 years, 6 months ago
  80. 147c134 powerpc/64: Fix an out of date comment about MMIO ordering by Palmer Dabbelt · 4 years, 6 months ago
  81. e93ad65 powerpc/test_emulate_step: Move extern declaration to sstep.h by Balamuruhan S · 4 years, 7 months ago
  82. 68a180a powerpc/sstep: Introduce macros to retrieve Prefix instruction operands by Balamuruhan S · 4 years, 7 months ago
  83. 7e67c73b powerpc/test_emulate_step: Add negative tests for prefixed addi by Balamuruhan S · 4 years, 7 months ago
  84. 93c3a0b powerpc/test_emulate_step: Enhancement to test negative scenarios by Balamuruhan S · 4 years, 7 months ago
  85. 8b98afc powerpc/xmon: Improve dumping prefixed instructions by Jordan Niethe · 4 years, 7 months ago
  86. 50428fd powerpc: Add a ppc_inst_as_str() helper by Jordan Niethe · 4 years, 7 months ago
  87. 4f82590 powerpc/sstep: Add tests for Prefixed Add Immediate by Jordan Niethe · 4 years, 8 months ago
  88. 301ebf7 powerpc/sstep: Let compute tests specify a required cpu feature by Jordan Niethe · 4 years, 8 months ago
  89. 1c89cf7 powerpc/sstep: Set NIP in instruction emulation tests by Jordan Niethe · 4 years, 8 months ago
  90. 0396de6 powerpc/sstep: Add tests for prefixed floating-point load/stores by Jordan Niethe · 4 years, 8 months ago
  91. b6b54b4 powerpc/sstep: Add tests for prefixed integer load/stores by Jordan Niethe · 4 years, 8 months ago
  92. 7fa95f9 powerpc/64s: system call support for scv/rfscv instructions by Nicholas Piggin · 4 years, 7 months ago
  93. b2dc297 powerpc/64s/exception: treat NIA below __end_interrupts as soft-masked by Nicholas Piggin · 4 years, 7 months ago
  94. 1cade52 powerpc/perf: BHRB control to disable BHRB logic when not used by Athira Rajeev · 4 years, 6 months ago
  95. 80350a4 powerpc/perf: Add Power10 BHRB filter support for PERF_SAMPLE_BRANCH_IND_CALL/COND by Athira Rajeev · 4 years, 6 months ago
  96. bfe3b19 powerpc/perf: Ignore the BHRB kernel address filtering for P10 by Athira Rajeev · 4 years, 6 months ago
  97. a64e697 powerpc/perf: power10 Performance Monitoring support by Athira Rajeev · 4 years, 6 months ago
  98. 9908c82 powerpc/perf: Add Power10 PMU feature to DT CPU features by Madhavan Srinivasan · 4 years, 6 months ago
  99. 1979ae8 powerpc/xmon: Add PowerISA v3.1 PMU SPRs by Madhavan Srinivasan · 4 years, 6 months ago
  100. 5752fe0 KVM: PPC: Book3S HV: Save/restore new PMU registers by Athira Rajeev · 4 years, 6 months ago