1. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  2. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  3. 04debf2 powerpc: Remove core support for Marvell mv64x60 hostbridges by Mark Greer · 7 years ago
  4. 589b1f7 powerpc/xics: Add missing of_node_put() in error path by YueHaibing · 7 years ago
  5. c5cbde2 powerpc: cpm_gpio: Remove owner assignment from platform_driver by Fabio Estevam · 7 years ago
  6. 8a79226 powerpc/xive: Remove (almost) unused macros by Russell Currey · 7 years ago
  7. 282498d powerpc/xive: prepare all hcalls to support long busy delays by Cédric Le Goater · 7 years ago
  8. 028555a powerpc/xive: fix hcall H_INT_RESET to support long busy delays by Cédric Le Goater · 7 years ago
  9. b32e56e powerpc/xive: Fix trying to "push" an already active pool VP by Benjamin Herrenschmidt · 7 years ago
  10. 49a695b Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  11. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
  12. f437c51 Merge branch 'topic/paca' into next by Michael Ellerman · 7 years ago
  13. 16b19f1 powerpc/xive: Fix wrong xmon output caused by typo by Frederic Barrat · 7 years ago
  14. d2e6007 powerpc/64: Use array of paca pointers and allocate pacas individually by Nicholas Piggin · 7 years ago
  15. 0834d62 powerpc/mpic: Check if cpu_possible() in mpic_physmask() by Michael Ellerman · 7 years ago
  16. 8e036c8d powerpc/xive: Use hw CPU ids when configuring the CPU queues by Cédric Le Goater · 7 years ago
  17. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  18. 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  19. 03f51d4 Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  20. d2b9b20 Merge tag 'kvm-ppc-next-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Radim Krčmář · 7 years ago
  21. 414ae76 Merge branch 'pci/resource' into next by Bjorn Helgaas · 7 years ago
  22. 1d65b1c powerpc/cell: Remove axonram driver by Michael Ellerman · 7 years ago
  23. 57ad583f powerpc: Use octal numbers for file permissions by Russell Currey · 8 years ago
  24. 4afa0f3 Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 7 years ago
  25. 5400fc2 Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 7 years ago
  26. c095ff9 powerpc/sysdev: change CPM GPIO to platform_device by Christophe Leroy · 7 years ago
  27. d038386 powerpc/fsl_pci: Fix ptr_ret.cocci warnings by Vasyl Gomonovych · 7 years ago
  28. bb8651e powerpc/fsl_pci: Correct fsl_pci_mcheck_exception by Joakim Tjernlund · 7 years ago
  29. 11ed8c5 powerpc/mpic_timer: avoid struct timeval by Arnd Bergmann · 7 years ago
  30. bf4159da KVM: PPC: Book3S HV: Enable use of the new XIVE "single escalation" feature by Benjamin Herrenschmidt · 7 years ago
  31. f5abe14 powerpc/xive: Remove incorrect debug code by Benjamin Herrenschmidt · 7 years ago
  32. a37a371 powerpc: rename swiotlb_dma_ops by Christoph Hellwig · 7 years ago
  33. 7f1c410 powerpc/xive: Add interrupt flag to disable automatic EOI by Benjamin Herrenschmidt · 7 years ago
  34. 50ed578 powerpc/PCI: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  35. 2d9d6f6 powerpc: rename dma_direct_ to dma_nommu_ by Christoph Hellwig · 7 years ago
  36. 39c3fd5 kernel/irq: Extend lockdep class for request mutex by Andrew Lunn · 7 years ago
  37. 961292e powerpc: Set I/O port resource types correctly by Bjorn Helgaas · 7 years ago
  38. f2c2cbc powerpc: Use pr_warn instead of pr_warning by Joe Perches · 8 years ago
  39. 5b0e2cb Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  40. a54c61f4 Merge branch 'fixes' into next by Michael Ellerman · 7 years ago
  41. 6b148a7 powerpc/ipic: Fix status get and status clear by Christophe Leroy · 7 years ago
  42. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  43. a7cd458 powerpc/axonram: Drop unnecessary variable initialisation by Markus Elfring · 7 years ago
  44. 1249b57 Merge tag 'powerpc-4.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  45. cc56939 powerpc/xive: Clear XIVE internal structures when a CPU is removed by Cédric Le Goater · 7 years ago
  46. 74f1282 powerpc/xive: Fix IPI reset by Cédric Le Goater · 7 years ago
  47. 31d1e13 rapidio: remove global irq spinlocks from the subsystem by Ioan Nicu · 7 years ago
  48. 9b130ad treewide: make "nr_cpu_ids" unsigned by Alexey Dobriyan · 7 years ago
  49. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  50. 265601f powerpc/xive: Fix section __init warning by Cédric Le Goater · 7 years ago
  51. 5f12129 powerpc/xive: improve debugging macros by Cédric Le Goater · 7 years ago
  52. bed81ee powerpc/xive: introduce H_INT_ESB hcall by Cédric Le Goater · 7 years ago
  53. c58a14a powerpc/xive: add the HW IRQ number under xive_irq_data by Cédric Le Goater · 7 years ago
  54. 99f1225 powerpc/xive: introduce xive_esb_write() by Cédric Le Goater · 7 years ago
  55. 59fc272 powerpc/xive: rename xive_poke_esb() in xive_esb_read() by Cédric Le Goater · 7 years ago
  56. eac1e73 powerpc/xive: guest exploitation of the XIVE interrupt controller by Cédric Le Goater · 7 years ago
  57. 994ea2f powerpc/xive: introduce a common routine xive_queue_page_alloc() by Cédric Le Goater · 7 years ago
  58. fdbb945 axonram: Return directly after a failed kzalloc() in axon_ram_probe() by Markus Elfring · 8 years ago
  59. a1bddf3 axonram: Improve a size determination in axon_ram_probe() by Markus Elfring · 8 years ago
  60. c86a939 axonram: Delete an error message for a failed memory allocation in axon_ram_probe() by Markus Elfring · 8 years ago
  61. a9dadc1 powerpc/xive: Fix the size of the cpumask used in xive_find_target_in_mask() by Cédric Le Goater · 8 years ago
  62. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 8 years ago
  63. b7c670d powerpc: Convert to using %pOF instead of full_name by Rob Herring · 8 years ago
  64. 8bfa42a powerpc: Add const to bin_attribute structures by Bhumika Goyal · 8 years ago
  65. e12d94f powerpc/xmon: Exclude all of xmon from ftrace by Naveen N. Rao · 8 years ago
  66. df4c798 powerpc/xive: Fix section mismatch warnings by Michael Ellerman · 8 years ago
  67. de41ef6 powerpc/8xx: Move mpc8xx_pic.c from sysdev to platform/8xx by Christophe Leroy · 8 years ago
  68. ea16e83 powerpc/cpm1: link to CONFIG_CPM1 instead of CONFIG_8xx by Christophe Leroy · 8 years ago
  69. bfa9a2e powerpc/4xx: Create 4xx pseudo-platform in platforms/4xx by Michael Ellerman · 8 years ago
  70. cffb717 powerpc/xive: Ensure active irqd when setting affinity by Benjamin Herrenschmidt · 8 years ago
  71. 446183e powerpc/ipic: Support edge on IRQ0 by Scott Wood · 8 years ago
  72. d691b7e Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  73. b6ffe9b Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  74. 218ea31 Merge branch 'fixes' into next by Michael Ellerman · 8 years ago
  75. 89d8bb1 powerpc/xive: Silence message about VP block allocation by Benjamin Herrenschmidt · 8 years ago
  76. 5d61e43 dax: remove default copy_from_iter fallback by Dan Williams · 8 years ago
  77. 2564270 powerpc/xive: Fix offset for store EOI MMIOs by Benjamin Herrenschmidt · 8 years ago
  78. b802ab4 powerpc: Fix some spelling mistakes by Colin Ian King · 8 years ago
  79. 3c29b603 powerpc/8xx: fix mpc8xx_get_irq() return on no irq by Christophe Leroy · 8 years ago
  80. 6f55391 powerpc/sysdev/simple_gpio: Fix oops in gpio save_regs function by Christophe Leroy · 8 years ago
  81. dc2a248 Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  82. 4415b33 Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 8 years ago
  83. 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  84. 726bd22 powerpc/8xx: Adding support of IRQ in MPC8xx GPIO by Christophe Leroy · 8 years ago
  85. 5af5099 KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controller by Benjamin Herrenschmidt · 8 years ago
  86. 45b21cf powerpc/powernv: Fix oops on P9 DD1 in cause_ipi() by Michael Ellerman · 8 years ago
  87. d4b29fd7 block: remove block_device_operations ->direct_access() by Dan Williams · 8 years ago
  88. 686978b powerpc/xive: Fix missing check of rc != OPAL_BUSY by Michael Ellerman · 8 years ago
  89. 60fcd55 axon_ram: add dax_operations support by Dan Williams · 8 years ago
  90. b866cc2 powerpc: Change the doorbell IPI calling convention by Nicholas Piggin · 8 years ago
  91. 3c19d5a Merge branch 'topic/xive' (early part) into next by Michael Ellerman · 8 years ago
  92. 7644d58 powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there by Michael Ellerman · 8 years ago
  93. d381d7c powerpc: Consolidate variants of real-mode MMIOs by Benjamin Herrenschmidt · 8 years ago
  94. 243e251 powerpc/xive: Native exploitation of the XIVE interrupt controller by Benjamin Herrenschmidt · 8 years ago
  95. 672a2c8 axonram: Fix gendisk handling by Jan Kara · 8 years ago
  96. a69e2fb powerpc/xics: Work around limitations of OPAL XICS priority handling by Balbir Singh · 8 years ago
  97. f83e686 powerpc/powernv: Properly set "host-ipi" on IPIs by Benjamin Herrenschmidt · 8 years ago
  98. 9b25671 powerpc/powernv: Fix CPU hotplug to handle waking on HVI by Benjamin Herrenschmidt · 8 years ago
  99. 9728a7c powerpc/icp-opal: Fix missing KVM case and harden replay by Benjamin Herrenschmidt · 8 years ago
  100. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago