1. bfcdc8f cxl: Dump debug info on the AFU configuration record by Michael Neuling · 10 years ago
  2. 7f436b5 cxl: Fix error path on probe by Michael Neuling · 10 years ago
  3. bee30c7 cxl: Re-order card init to check the VSEC earlier by Ian Munsie · 10 years ago
  4. 69c3a73 cxl: Remove unnecessarily verbose print in cxl_remove() by Michael Neuling · 10 years ago
  5. aa70775 cxl: Add shutdown hook by Michael Neuling · 10 years ago
  6. aee85fb cxl: Document external user of existing API by Michael Neuling · 10 years ago
  7. abeeed6 powerpc/pci: Add pcibios_disable_device() hook by Michael Neuling · 10 years ago
  8. 7a8e6bb powerpc/pci: Add shutdown hook to pci_controller_ops by Michael Neuling · 10 years ago
  9. f46580a powerpc: Add cxl context to device archdata by Michael Neuling · 10 years ago
  10. 10e7963 powerpc/pci: Add release_device() hook to phb ops by Michael Neuling · 10 years ago
  11. 5b64d2c powerpc/pci: Export symbols for CXL by Daniel Axtens · 10 years ago
  12. 85a97da powerpc/copro: Fix faulting kernel segments by Michael Neuling · 10 years ago
  13. 8ac75b9 cxl: Use call_rcu to reduce latency when releasing the afu fd by Ian Munsie · 10 years ago
  14. e36f6fe cxl: Export AFU error buffer via sysfs by Vaibhav Jain · 10 years ago
  15. 27d4dc7 cxl: Implement an ioctl to fetch afu card-id, offset-id and mode by Vaibhav Jain · 10 years ago
  16. 989898b selftests/powerpc: Add install support to more powerpc tests by Michael Ellerman · 9 years ago
  17. ea4d1a8 powerpc/configs: Replace pseries_le_defconfig with a Makefile target using merge_config by Cyril Bur · 10 years ago
  18. a1c97df powerpc/configs: Merge pseries_defconfig and pseries_le_defconfig by Cyril Bur · 10 years ago
  19. c1231a7 powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 10 years ago
  20. d20be43 powerpc: Non relocatable system call doesn't need a trampoline by Anton Blanchard · 10 years ago
  21. 05b05f2 powerpc: Relocatable system call no longer uses the LR by Anton Blanchard · 10 years ago
  22. 72e349f powerpc/perf: Fix book3s kernel to userspace backtraces by Anton Blanchard · 10 years ago
  23. 09f3f32 powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOC by Michael Ellerman · 9 years ago
  24. 763d2d8 powerpc/powernv: Move dma_set_mask() from pnv_phb to pci_controller_ops by Daniel Axtens · 10 years ago
  25. 3405c25 powerpc/pci: add dma_set_mask to pci_controller_ops by Daniel Axtens · 10 years ago
  26. 92ae035 powerpc/powernv: Specialise pci_controller_ops for each controller type by Daniel Axtens · 10 years ago
  27. 1f88d58 powerpc: Remove MSI-related PCI controller ops from ppc_md by Daniel Axtens · 10 years ago
  28. 14f95ac powerpc/mpic_u3msi: Move MSI-related ops to pci_controller_ops by Daniel Axtens · 10 years ago
  29. 83922966 powerpc/pasemi: Move MSI-related ops to pci_controller_ops by Daniel Axtens · 10 years ago
  30. f2c800a powerpc/ppc4xx_hsta_msi: Move MSI-related ops to pci_controller_ops by Daniel Axtens · 10 years ago
  31. b7eba2f powerpc/ppc4xx_msi: Move MSI-related ops to pci_controller_ops by Daniel Axtens · 10 years ago
  32. 00e2539 powerpc/fsl_msi: Move MSI-related ops to pci_controller_ops by Daniel Axtens · 10 years ago
  33. 1d14b87 powerpc/pseries: Move MSI-related ops to pci_controller_ops by Daniel Axtens · 10 years ago
  34. 7e3d6c5 powerpc/cell: Move MSI-related ops to pci_controller_ops by Daniel Axtens · 10 years ago
  35. d638111 powerpc/powernv: Move MSI-related ops to pci_controller_ops by Daniel Axtens · 10 years ago
  36. e059b10 powerpc: Add MSI operations to pci_controller_ops struct by Daniel Axtens · 10 years ago
  37. 81f2f7c opal: Remove events notifier by Alistair Popple · 10 years ago
  38. 8034f71 powernv/opal-dump: Convert to irq domain by Alistair Popple · 10 years ago
  39. 74159a7 powernv/elog: Convert elog to opal irq domain by Alistair Popple · 10 years ago
  40. a295af2 powernv/opal: Convert opal message events to opal irq domain by Alistair Popple · 10 years ago
  41. 7923144 powernv/eeh: Update the EEH code to use the opal irq domain by Alistair Popple · 10 years ago
  42. 2def86a hvc: Convert to using interrupts instead of opal events by Alistair Popple · 10 years ago
  43. dce143c ipmi/powernv: Convert to irq event interface by Alistair Popple · 10 years ago
  44. 9f0fd04 powerpc/powernv: Add a virtual irqchip for opal events by Alistair Popple · 10 years ago
  45. 96e023e powerpc/powernv: Reorder OPAL subsystem initialisation by Alistair Popple · 10 years ago
  46. 5703d2f powerpc/powernv: Introduce sysfs control for fastsleep workaround behavior by Shreyas B. Prabhu · 10 years ago
  47. d405a98 powerpc/powernv: Move cpuidle related code from setup.c to new file by Shreyas B. Prabhu · 10 years ago
  48. e602ffb powerpc: Fix cpu_online_cores_map to return only online threads mask by Shreyas B. Prabhu · 10 years ago
  49. 7978f76 powerpc: Enable sys_kcmp() for CRIU by Laurent Dufour · 10 years ago
  50. d4d4add powerpc: Little endian should depend on PPC_BOOK3S_64 by Michael Ellerman · 10 years ago
  51. f77ceb7 powerpc/eeh: remove unused macro IS_BRIDGE by Wei Yang · 10 years ago
  52. e17866d powerpc/eeh: fix powernv_eeh_wait_state delay logic by Wei Yang · 10 years ago
  53. 2ac3990 powerpc/eeh: fix comment for wait_state() by Wei Yang · 10 years ago
  54. 3721352 powerpc/eeh: fix start/end/flags type in struct pci_io_addr_range{} by Wei Yang · 10 years ago
  55. 68cbbc3 drivers/vfio: Support EEH error injection by Gavin Shan · 10 years ago
  56. ec33d36 powerpc/eeh: Introduce eeh_pe_inject_err() by Gavin Shan · 10 years ago
  57. ed3e81f powerpc/eeh: Move PE state constants around by Gavin Shan · 10 years ago
  58. 38c0488 powerpc/powernv: Silence SYSPARAM warning on boot by Joel Stanley · 10 years ago
  59. a14ab6b powerpc/cell: Drop cbe-oss-dev mailing list from MAINTAINERS by Michael Ellerman · 10 years ago
  60. e0d0059 powerpc/vdso: Disable building the 32-bit VDSO on little endian by Michael Ellerman · 10 years ago
  61. 6e5c077 powerpc/vdso: Combine start/size variables by Michael Ellerman · 10 years ago
  62. 63da88d powerpc/vdso: Remove unused debug code by Michael Ellerman · 10 years ago
  63. 60e065f powerpc: Reject binutils 2.24 when building little endian by Michael Ellerman · 10 years ago
  64. e79c838 powerpc: Don't do gcc version checks if we're building with clang by Michael Ellerman · 10 years ago
  65. 5c0aebf powerpc: Show utsname->machine in boot-up banner by Michael Ellerman · 10 years ago
  66. 5af7a6f powerpc/pasemi: Only the build the pasemi MSI code for PASEMI=y by Michael Ellerman · 10 years ago
  67. f1e7c20 powerpc: Make STRICT_MM_TYPECHECKS a config option by Michael Ellerman · 10 years ago
  68. 2222ce0f powerpc/pseries: Fix possible leaked device node reference by Nathan Fontenot · 10 years ago
  69. 202648a powerpc: Constify irq_domain_ops by Krzysztof Kozlowski · 10 years ago
  70. 030bbdb Linux 4.1-rc3 by Linus Torvalds · 10 years ago
  71. 01d0735 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  72. 332545b Merge tag 'drm-intel-fixes-2015-05-08' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 10 years ago
  73. fdb68e0 drm: Zero out invalid vblank timestamp in drm_update_vblank_count. by Mario Kleiner · 10 years ago
  74. 41f2a93 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  75. 8425ac7 Merge tag 'samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 10 years ago
  76. 8f59ae0 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  77. 51dfcb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
  78. 9d88f22 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  79. 95f3b1f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  80. 1a9f064 m32r: make flush_cpumask non-volatile. by Rusty Russell · 10 years ago
  81. 7e96c1b mnt: Fix fs_fully_visible to verify the root directory is visible by Eric W. Biederman · 10 years ago
  82. 95c607d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  83. f15133d path_openat(): fix double fput() by Al Viro · 10 years ago
  84. 766c4cb namei: d_is_negative() should be checked before ->d_seq validation by Al Viro · 10 years ago
  85. af64728 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  86. 5d5df5e Merge tag 'dm-4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 10 years ago
  87. 1daac19 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  88. 41c64bb Merge tag 'gpio-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  89. a8a0811 Merge tag 'mmc-4.1-rc2' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 10 years ago
  90. 26b293e Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  91. 8cf5e6d ARM: dts: Add keep-power-in-suspend to WiFi SDIO node for exynos5250-snow by Javier Martinez Canillas · 10 years ago
  92. cb0f7c8 ARM: dts: Fix typo in trip point temperature for exynos5420/5440 by Abhilash Kesavan · 10 years ago
  93. ee2020a ARM: dts: add 'rtc_src' clock to rtc node for exynos4412-odroid boards by Markus Reichl · 10 years ago
  94. 0d74776 ARM: dts: Make DP a consumer of DISP1 power domain on Exynos5420 by Javier Martinez Canillas · 10 years ago
  95. c9d862c MAINTAINERS: add Conexant Digicolor machines entry by Baruch Siach · 10 years ago
  96. efadb75 MAINTAINERS: socfpga: update the git repo for SoCFPGA by Dinh Nguyen · 10 years ago
  97. 3790e39 drm/tegra: Don't use vblank_disable_immediate on incapable driver. by Mario Kleiner · 10 years ago
  98. 94754c1 Merge tag 'drm-amdkfd-fixes-2015-05-07' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes by Dave Airlie · 10 years ago
  99. 7122e50 Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  100. 4de3bf6 mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLE by Zhangfei Gao · 10 years ago