1. 4013369 powerpc/irqdomain: Fix broken NR_IRQ references by Grant Likely · 12 years ago
  2. 6fa6c8e2 irq_domain: Move irq_virq_count into NOMAP revmap by Grant Likely · 13 years ago
  3. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  4. 059378e powerpc: Mark const init data with __initconst instead of __initdata by Uwe Kleine-König · 12 years ago
  5. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  6. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  7. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 12 years ago
  8. bfbf7d6 PowerPC: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 13 years ago
  9. 1d9a473 powerpc: Random little legacy iSeries removal tidy ups by Stephen Rothwell · 12 years ago
  10. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  11. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  12. 640045a spufs: make register_filesystem the last potential failure exit by Al Viro · 12 years ago
  13. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  14. fb700d3 powerpc/spufs: Fix double unlocks by Benjamin Herrenschmidt · 13 years ago
  15. e55d7f7 powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag by Kyle Moffett · 13 years ago
  16. 1dce27c Wrap accesses to the fd_sets in struct fdtable by David Howells · 13 years ago
  17. 9f70b8e irq_domain/powerpc: constify irq_domain_ops by Grant Likely · 13 years ago
  18. a8db8cf irq_domain: Replace irq_alloc_host() with revmap-specific initializers by Grant Likely · 13 years ago
  19. bae1d8f irq_domain/powerpc: Use common irq_domain structure instead of irq_host by Grant Likely · 13 years ago
  20. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  21. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  22. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  23. 1bc9422 switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_t by Al Viro · 13 years ago
  24. c6684b2 switch spufs guts to umode_t by Al Viro · 13 years ago
  25. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  26. edbaa60 driver-core: remove sysdev.h usage. by Kay Sievers · 13 years ago
  27. 8a25a2f cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  28. 09dc34a powerpc/mpic: Add in-core support for cascaded MPICs by Kyle Moffett · 13 years ago
  29. be8bec5 powerpc/mpic: Invert the meaning of MPIC_PRIMARY by Kyle Moffett · 13 years ago
  30. dbfc189 powerpc/cell/iommu: Add missing of_node_put by Julia Lawall · 13 years ago
  31. a3a9f3b powerpc/irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  32. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  33. 1197ab2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  34. ead53f2 powerpc: remove non-required uses of include <linux/module.h> by Paul Gortmaker · 13 years ago
  35. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  36. 2a7156b powerpc: fix implicit notifier use in converting to export.h by Paul Gortmaker · 13 years ago
  37. 08f1e55 powerpc: cell/beat_wrapper.h is implicitly using memcpy functions by Paul Gortmaker · 13 years ago
  38. 62fe91b powerpc: Fix up implicit sched.h users by Paul Gortmaker · 13 years ago
  39. 7dfe293 powerpc: Fix up modules that should be including module.h by Paul Gortmaker · 13 years ago
  40. 66b15db powerpc: add export.h to files making use of EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  41. d24f9c6 powerpc: Use the newly added get_required_mask dma_map_ops hook by Milton Miller · 13 years ago
  42. 6a5c7be powerpc: Override dma_get_required_mask by platform hook and ops by Milton Miller · 13 years ago
  43. 3b3bcee net: fix IBM EMAC driver after rename. by Tony Breeds · 13 years ago
  44. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  45. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  46. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  47. 1ba1068 switch do_spufs_create() to user_path_create(), fix double-unlock by Al Viro · 13 years ago
  48. 28f65c1 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  49. d5a1c19 powerpc/cell: Rename ipi functions to match current abstractions by Milton Miller · 13 years ago
  50. 7ef71d7 powerpc/cell: Use common smp ipi actions by Milton Miller · 13 years ago
  51. 880102e Merge remote branch 'origin/master' into merge by Benjamin Herrenschmidt · 13 years ago
  52. 9553361 powerpc/axon_msi: Validate msi irq via chip_data by Milton Miller · 13 years ago
  53. 6b0aea4 powerpc/spider-pic: Get pic from chip_data instead of irq_map by Milton Miller · 13 years ago
  54. da05198 powerpc: Remove irq_host_ops->remap hook by Milton Miller · 13 years ago
  55. 23d72bf powerpc: Consolidate ipi message mux and demux by Milton Miller · 13 years ago
  56. d4fc8fe powerpc: Remove stubbed beat smp support by Milton Miller · 13 years ago
  57. a56555e powerpc: Remove alloc_maybe_bootmem for zalloc version by Milton Miller · 13 years ago
  58. f107293 powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELF by Milton Miller · 13 years ago
  59. f5a592f PM / PowerPC: Use struct syscore_ops instead of sysdevs for PM by Rafael J. Wysocki · 13 years ago
  60. 104699c powerpc: Convert old cpumask API into new one by KOSAKI Motohiro · 13 years ago
  61. 476eb49 powerpc/irq: Stop exporting irq_map by Grant Likely · 13 years ago
  62. d1109b7 powerpc/pci: Make IO workarounds init implicit when first bus is registered by Michael Ellerman · 13 years ago
  63. 3cc30d0 powerpc/pci: Move IO workarounds to the common kernel dir by Michael Ellerman · 13 years ago
  64. 21176fe powerpc/pci: Split IO vs MMIO indirect access hooks by Michael Ellerman · 13 years ago
  65. de30097 powerpc/smp: smp_ops->kick_cpu() should be able to fail by Michael Ellerman · 13 years ago
  66. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  67. e122996 powerpc/cell: fixup for removal of handle_iic_irq by Stephen Rothwell · 13 years ago
  68. ec775d0 powerpc: Convert to new irq_* function names by Thomas Gleixner · 13 years ago
  69. 00e70ba powerpc: cell: Fix the irq_desc access by Thomas Gleixner · 13 years ago
  70. 98488db powerpc: Use proper accessors for IRQ_* flags by Thomas Gleixner · 13 years ago
  71. f9ba447 powerpc: cell: Use the core flow handler by Thomas Gleixner · 13 years ago
  72. 0a95d92 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  73. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  74. c9c6cac kill path_lookup() by Al Viro · 14 years ago
  75. d1ae63d powerpc: platforms/cell irq_data conversion. by Lennert Buytenhek · 14 years ago
  76. 0000612 dt/powerpc: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  77. 158d5b5e powerpc/kdump: Move crash_kexec_stop_spus to kdump crash handler by Anton Blanchard · 14 years ago
  78. 2bb44d6 powerpc/kexec: Don't initialise kexec hooks to default handlers by Anton Blanchard · 14 years ago
  79. c1f784e powerpc/kdump: Remove ppc_md.machine_crash_shutdown by Anton Blanchard · 14 years ago
  80. b18ae08 powerpc/cell: Use system_wq in cpufreq_spudemand by Tejun Heo · 14 years ago
  81. 63c3b9d powerpc/spufs: Use simple_write_to_buffer by Akinobu Mita · 14 years ago
  82. 5a62f99 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  83. fa0d7e3 fs: icache RCU free inodes by Nick Piggin · 14 years ago
  84. dc0474b fs: dcache rationalise dget variants by Nick Piggin · 14 years ago
  85. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  86. da50295 fs: dcache scale d_unhashed by Nick Piggin · 14 years ago
  87. b7ab39f fs: dcache scale dentry refcount by Nick Piggin · 14 years ago
  88. 467d93a powerpc/cell: Use vzalloc rather than vmalloc and memset in spu_alloc_lscsa_std by Jesper Juhl · 14 years ago
  89. 741d204 powerpc/cell: Beat dma ops cleanup by Nishanth Aravamudan · 14 years ago
  90. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  91. d4429f6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  92. fc15351 powerpc/spufs: Use llseek in all file operations by Arnd Bergmann · 14 years ago
  93. 1c9db52 pci: Convert msi to new irq_chip functions by Thomas Gleixner · 14 years ago
  94. 182f30e powerpc/cell: Add of_node_put to avoid memory leak by Julia Lawall · 14 years ago
  95. 7aa241f powerpc: Fix bogus it_blocksize in VIO iommu code by Anton Blanchard · 14 years ago
  96. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  97. 0f3f63a spufs conversion to ->evict_inode() by Al Viro · 14 years ago
  98. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  99. c0dd394 of: remove of_default_bus_ids by Jonas Bonn · 14 years ago
  100. a454dc5 powerpc: remove references to of_device and to_of_device by Grant Likely · 14 years ago