1. 02505ce powerpc/mm: PTE_RPN_MAX is not used, remove the same by Aneesh Kumar K.V · 9 years ago
  2. b4b56f9 powerpc/tm: Abort syscalls in active transactions by Sam bobroff · 9 years ago
  3. b592643 powerpc/iommu/ioda2: Enable compile with IOV=on and IOMMU_API=off by Alexey Kardashevskiy · 9 years ago
  4. cdf2bc1 powerpc/include: Add opal-prd to installed uapi headers by Jeremy Kerr · 9 years ago
  5. 7185795 powerpc/powernv: fix construction of opal PRD messages by Jeremy Kerr · 9 years ago
  6. 02b6505 powerpc/powernv: Increase opal-irqchip initcall priority by Alistair Popple · 9 years ago
  7. 3609d81 powerpc: Make doorbell check preemption safe by Shreyas B. Prabhu · 10 years ago
  8. 4bece97 powerpc/powernv: pnv_init_idle_states() should only run on powernv by Michael Ellerman · 9 years ago
  9. 2dc710e macintosh/nvram: Remove as unused by Finn Thain · 9 years ago
  10. 238abec powerpc: Don't use gcc specific options on clang by Anton Blanchard · 9 years ago
  11. 92d6cf2 powerpc: Don't use -mno-strict-align on clang by Anton Blanchard · 9 years ago
  12. a50a862 powerpc: Only use -mtraceback=no, -mno-string and -msoft-float if toolchain supports it by Anton Blanchard · 9 years ago
  13. 1fb3f5a powerpc: Only use -mabi=altivec if toolchain supports it by Anton Blanchard · 9 years ago
  14. b91c1e3 powerpc: Fix duplicate const clang warning in user access code by Anton Blanchard · 9 years ago
  15. e633bc8 vfio: powerpc/spapr: Support Dynamic DMA windows by Alexey Kardashevskiy · 9 years ago
  16. 2157e7b vfio: powerpc/spapr: Register memory and define IOMMU v2 by Alexey Kardashevskiy · 9 years ago
  17. 15b244a powerpc/mmu: Add userspace-to-physical addresses translation cache by Alexey Kardashevskiy · 9 years ago
  18. 46d3e1e vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership control by Alexey Kardashevskiy · 9 years ago
  19. 0054719 powerpc/iommu/ioda2: Add get_table_size() to calculate the size of future table by Alexey Kardashevskiy · 9 years ago
  20. c035e37 powerpc/powernv/ioda2: Use new helpers to do proper cleanup on PE release by Alexey Kardashevskiy · 9 years ago
  21. 4793d65 vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows API by Alexey Kardashevskiy · 9 years ago
  22. bbb845c powerpc/powernv: Implement multilevel TCE tables by Alexey Kardashevskiy · 9 years ago
  23. 43cb60a powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_set_window by Alexey Kardashevskiy · 9 years ago
  24. aca6913 powerpc/powernv/ioda2: Introduce helpers to allocate TCE pages by Alexey Kardashevskiy · 9 years ago
  25. e5aad1e powerpc/powernv/ioda2: Rework iommu_table creation by Alexey Kardashevskiy · 9 years ago
  26. 05c6cfb powerpc/iommu/powernv: Release replaced TCE by Alexey Kardashevskiy · 9 years ago
  27. c5bb44e powerpc/powernv: Implement accessor to TCE entry by Alexey Kardashevskiy · 9 years ago
  28. e57080f powerpc/powernv/ioda2: Add TCE invalidation for all attached groups by Alexey Kardashevskiy · 9 years ago
  29. 5780fb0 powerpc/powernv/ioda2: Move TCE kill register address to PE by Alexey Kardashevskiy · 9 years ago
  30. b82c75b powerpc/iommu: Fix IOMMU ownership control functions by Alexey Kardashevskiy · 9 years ago
  31. f87a886 vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership control by Alexey Kardashevskiy · 9 years ago
  32. 0eaf4de powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group by Alexey Kardashevskiy · 9 years ago
  33. b348aa6 powerpc/spapr: vfio: Replace iommu_table with iommu_table_group by Alexey Kardashevskiy · 9 years ago
  34. decbda2 powerpc/powernv/ioda/ioda2: Rework TCE invalidation in tce_build()/tce_free() by Alexey Kardashevskiy · 9 years ago
  35. da004c3 powerpc/iommu: Move tce_xxx callbacks from ppc_md to iommu_table by Alexey Kardashevskiy · 9 years ago
  36. 10b35b2 powerpc/powernv: Do not set "read" flag if direction==DMA_NONE by Alexey Kardashevskiy · 9 years ago
  37. 22af485 vfio: powerpc/spapr: Rework groups attaching by Alexey Kardashevskiy · 9 years ago
  38. 649354b vfio: powerpc/spapr: Moving pinning/unpinning to helpers by Alexey Kardashevskiy · 9 years ago
  39. 3c56e82 vfio: powerpc/spapr: Disable DMA mappings on disabled container by Alexey Kardashevskiy · 9 years ago
  40. 2d270df vfio: powerpc/spapr: Move locked_vm accounting to helpers by Alexey Kardashevskiy · 9 years ago
  41. 00663d4 vfio: powerpc/spapr: Use it_page_size by Alexey Kardashevskiy · 9 years ago
  42. e432bc7 vfio: powerpc/spapr: Check that IOMMU page is fully contained by system page by Alexey Kardashevskiy · 9 years ago
  43. 9b14a1f vfio: powerpc/spapr: Move page pinning from arch code to VFIO IOMMU driver by Alexey Kardashevskiy · 9 years ago
  44. 8aca92d powerpc/iommu: Always release iommu_table in iommu_free_table() by Alexey Kardashevskiy · 9 years ago
  45. ac9a588 powerpc/iommu: Put IOMMU group explicitly by Alexey Kardashevskiy · 9 years ago
  46. c577382 powerpc/powernv/ioda: Clean up IOMMU group registration by Alexey Kardashevskiy · 9 years ago
  47. 4617082 powerpc/iommu/powernv: Get rid of set_iommu_table_base_and_group by Alexey Kardashevskiy · 9 years ago
  48. ea30e99 powerpc/eeh/ioda2: Use device::iommu_group to check IOMMU group by Alexey Kardashevskiy · 9 years ago
  49. 1cbb4a1 mtd: powernv: Add powernv flash MTD abstraction driver by Cyril Bur · 9 years ago
  50. cfcb3d8 powerpc/mm: Add trace point for tracking hash pte fault by Aneesh Kumar K.V · 10 years ago
  51. 809fac6 selftests/powerpc: Add gitignore file for the new DSCR tests by Anshuman Khandual · 10 years ago
  52. af0be08 selftests/powerpc: Add thread based stress test for DSCR sysfs interfaces by Michael Ellerman · 9 years ago
  53. ebd5858 selftests/powerpc: Add test for all DSCR sysfs interfaces by Anshuman Khandual · 10 years ago
  54. 6f84426 selftests/powerpc: Add test for DSCR inheritence across fork & exec by Anshuman Khandual · 10 years ago
  55. cf9c4a5 selftests/powerpc: Add test for DSCR value inheritence across fork by Anshuman Khandual · 10 years ago
  56. cc6a93f selftests/powerpc: Add test for DSCR SPR numbers by Anshuman Khandual · 10 years ago
  57. 1554f21 selftests/powerpc: Add test for explicitly changing DSCR value by Anshuman Khandual · 10 years ago
  58. 4c6315f selftests/powerpc: Add test for system wide DSCR default by Anshuman Khandual · 10 years ago
  59. 4eb2088 powerpc/dscr: Add documentation for DSCR support by Anshuman Khandual · 10 years ago
  60. d3cb06e powerpc/dscr: Add some in-code documentation by Anshuman Khandual · 10 years ago
  61. 1db3652 powerpc/kernel: Rename PACA_DSCR to PACA_DSCR_DEFAULT by Anshuman Khandual · 10 years ago
  62. 280e109 powerpc/kernel: Remove the unused extern dscr_default by Anshuman Khandual · 10 years ago
  63. c952c1c powerpc: Fix handling of DSCR related facility unavailable exception by Anshuman Khandual · 10 years ago
  64. f67b493 cxl: Reset default context for vPHB on release by Michael Neuling · 9 years ago
  65. 502f159 powerpc/eeh: Fix trivial error in eeh_restore_dev_state() by David Gibson · 9 years ago
  66. 0d7cd85 powerpc/powernv: Add opal-prd channel by Jeremy Kerr · 9 years ago
  67. 594fcb9 powerpc/powernv: Expose OPAL APIs required by PRD interface by Jeremy Kerr · 10 years ago
  68. 48c0615 powerpc/powernv: Merge common platform device initialisation by Jeremy Kerr · 10 years ago
  69. 1872522 powerpc/config: Enable bnx2x on ppc64 and pseries defconfigs by Anton Blanchard · 10 years ago
  70. 14aae78 powerpc/powernv: convert OPAL codes returned by sysparam calls by Cédric Le Goater · 10 years ago
  71. 6f7f0b3 cxl: Add AFU virtual PHB and kernel API by Michael Neuling · 9 years ago
  72. 0520336 cxl: Export file ops for use by API by Michael Neuling · 9 years ago
  73. ec249dd cxl: Move include file cxl.h -> cxl-base.h by Michael Neuling · 9 years ago
  74. 406e12e cxl: Cleanup Makefile by Michael Neuling · 9 years ago
  75. 7bb5d91a cxl: Rework context lifetimes by Michael Neuling · 9 years ago
  76. 2f66352 cxl: Configure PSL for kernel contexts and merge code by Michael Neuling · 9 years ago
  77. c358d84b cxl: Split afu_register_irqs() function by Michael Neuling · 9 years ago
  78. a6b07d8 cxl: Only check pid for userspace contexts by Michael Neuling · 9 years ago
  79. 1a1a94b cxl: Export some symbols by Michael Neuling · 9 years ago
  80. b12994f cxl: cxl_afu_reset() -> __cxl_afu_reset() by Michael Neuling · 9 years ago
  81. eda3693 cxl: Rework detach context functions by Michael Neuling · 9 years ago
  82. 6428832 cxl: Add cookie parameter to afu_release_irqs() by Michael Neuling · 9 years ago
  83. bfcdc8f cxl: Dump debug info on the AFU configuration record by Michael Neuling · 9 years ago
  84. 7f436b5 cxl: Fix error path on probe by Michael Neuling · 9 years ago
  85. bee30c7 cxl: Re-order card init to check the VSEC earlier by Ian Munsie · 9 years ago
  86. 69c3a73 cxl: Remove unnecessarily verbose print in cxl_remove() by Michael Neuling · 9 years ago
  87. aa70775 cxl: Add shutdown hook by Michael Neuling · 9 years ago
  88. aee85fb cxl: Document external user of existing API by Michael Neuling · 9 years ago
  89. abeeed6 powerpc/pci: Add pcibios_disable_device() hook by Michael Neuling · 9 years ago
  90. 7a8e6bb powerpc/pci: Add shutdown hook to pci_controller_ops by Michael Neuling · 9 years ago
  91. f46580a powerpc: Add cxl context to device archdata by Michael Neuling · 9 years ago
  92. 10e7963 powerpc/pci: Add release_device() hook to phb ops by Michael Neuling · 9 years ago
  93. 5b64d2c powerpc/pci: Export symbols for CXL by Daniel Axtens · 9 years ago
  94. 85a97da powerpc/copro: Fix faulting kernel segments by Michael Neuling · 9 years ago
  95. 8ac75b9 cxl: Use call_rcu to reduce latency when releasing the afu fd by Ian Munsie · 10 years ago
  96. e36f6fe cxl: Export AFU error buffer via sysfs by Vaibhav Jain · 9 years ago
  97. 27d4dc7 cxl: Implement an ioctl to fetch afu card-id, offset-id and mode by Vaibhav Jain · 10 years ago
  98. 989898b selftests/powerpc: Add install support to more powerpc tests by Michael Ellerman · 9 years ago
  99. ea4d1a8 powerpc/configs: Replace pseries_le_defconfig with a Makefile target using merge_config by Cyril Bur · 9 years ago
  100. a1c97df powerpc/configs: Merge pseries_defconfig and pseries_le_defconfig by Cyril Bur · 9 years ago