1. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  2. 921a165 new helper: done_path_create() by Al Viro · 12 years ago
  3. 25b2692 pull unlock+dput() out into do_spu_create() by Al Viro · 12 years ago
  4. 1ba44cc spufs: pull unlock-and-dput() up into spufs_create() by Al Viro · 12 years ago
  5. 66ec7b2 spufs_create_context(): simplify failure exits by Al Viro · 12 years ago
  6. 67cba9f move spu_forget() into spufs_rmdir() by Al Viro · 12 years ago
  7. f14121a Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 12 years ago
  8. 83c7f72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  9. 765927b switch dentry_open() to struct path, make it grab references itself by Al Viro · 12 years ago
  10. bf349a4 spufs: shift dget/mntget towards dentry_open() by Al Viro · 12 years ago
  11. 44ce6a5 powerpc: Merge STK_REG/PARAM/FRAMESIZE by Michael Neuling · 12 years ago
  12. c75df6f powerpc: Fix usage of register macros getting ready for %r0 change by Michael Neuling · 12 years ago
  13. 50bba07 Merge branch 'merge' into next by Benjamin Herrenschmidt · 12 years ago
  14. be2cf20 powerpc: More fixes for lazy IRQ vs. idle by Benjamin Herrenschmidt · 12 years ago
  15. 74a7f08 devicetree: add helper inline for retrieving a node's full name by Grant Likely · 12 years ago
  16. b4c3a87 powerpc/iommu: Implement IOMMU pools to improve multiqueue adapter performance by Anton Blanchard · 12 years ago
  17. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  18. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  19. 4013369 powerpc/irqdomain: Fix broken NR_IRQ references by Grant Likely · 12 years ago
  20. 6fa6c8e2 irq_domain: Move irq_virq_count into NOMAP revmap by Grant Likely · 12 years ago
  21. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  22. 059378e powerpc: Mark const init data with __initconst instead of __initdata by Uwe Kleine-König · 12 years ago
  23. 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
  24. 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
  25. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 12 years ago
  26. bfbf7d6 PowerPC: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 13 years ago
  27. 1d9a473 powerpc: Random little legacy iSeries removal tidy ups by Stephen Rothwell · 12 years ago
  28. 5375871 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  29. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  30. 640045a spufs: make register_filesystem the last potential failure exit by Al Viro · 12 years ago
  31. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  32. fb700d3 powerpc/spufs: Fix double unlocks by Benjamin Herrenschmidt · 12 years ago
  33. e55d7f7 powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flag by Kyle Moffett · 13 years ago
  34. 1dce27c Wrap accesses to the fd_sets in struct fdtable by David Howells · 12 years ago
  35. 9f70b8e irq_domain/powerpc: constify irq_domain_ops by Grant Likely · 13 years ago
  36. a8db8cf irq_domain: Replace irq_alloc_host() with revmap-specific initializers by Grant Likely · 12 years ago
  37. bae1d8f irq_domain/powerpc: Use common irq_domain structure instead of irq_host by Grant Likely · 12 years ago
  38. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  39. 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
  40. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 13 years ago
  41. 1bc9422 switch spu_create(2) to use of SYSCALL_DEFINE4, make it use umode_t by Al Viro · 13 years ago
  42. c6684b2 switch spufs guts to umode_t by Al Viro · 13 years ago
  43. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  44. edbaa60 driver-core: remove sysdev.h usage. by Kay Sievers · 13 years ago
  45. 8a25a2f cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem by Kay Sievers · 13 years ago
  46. 09dc34a powerpc/mpic: Add in-core support for cascaded MPICs by Kyle Moffett · 13 years ago
  47. be8bec5 powerpc/mpic: Invert the meaning of MPIC_PRIMARY by Kyle Moffett · 13 years ago
  48. dbfc189 powerpc/cell/iommu: Add missing of_node_put by Julia Lawall · 13 years ago
  49. a3a9f3b powerpc/irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  50. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  51. 1197ab2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  52. ead53f2 powerpc: remove non-required uses of include <linux/module.h> by Paul Gortmaker · 13 years ago
  53. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  54. 2a7156b powerpc: fix implicit notifier use in converting to export.h by Paul Gortmaker · 13 years ago
  55. 08f1e55 powerpc: cell/beat_wrapper.h is implicitly using memcpy functions by Paul Gortmaker · 13 years ago
  56. 62fe91b powerpc: Fix up implicit sched.h users by Paul Gortmaker · 13 years ago
  57. 7dfe293 powerpc: Fix up modules that should be including module.h by Paul Gortmaker · 13 years ago
  58. 66b15db powerpc: add export.h to files making use of EXPORT_SYMBOL by Paul Gortmaker · 13 years ago
  59. d24f9c6 powerpc: Use the newly added get_required_mask dma_map_ops hook by Milton Miller · 13 years ago
  60. 6a5c7be powerpc: Override dma_get_required_mask by platform hook and ops by Milton Miller · 13 years ago
  61. 3b3bceef net: fix IBM EMAC driver after rename. by Tony Breeds · 13 years ago
  62. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  63. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  64. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  65. 1ba1068 switch do_spufs_create() to user_path_create(), fix double-unlock by Al Viro · 13 years ago
  66. 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 13 years ago
  67. d5a1c19 powerpc/cell: Rename ipi functions to match current abstractions by Milton Miller · 13 years ago
  68. 7ef71d7 powerpc/cell: Use common smp ipi actions by Milton Miller · 13 years ago
  69. 880102e Merge remote branch 'origin/master' into merge by Benjamin Herrenschmidt · 13 years ago
  70. 9553361 powerpc/axon_msi: Validate msi irq via chip_data by Milton Miller · 13 years ago
  71. 6b0aea4 powerpc/spider-pic: Get pic from chip_data instead of irq_map by Milton Miller · 13 years ago
  72. da05198 powerpc: Remove irq_host_ops->remap hook by Milton Miller · 13 years ago
  73. 23d72bf powerpc: Consolidate ipi message mux and demux by Milton Miller · 13 years ago
  74. d4fc8fe powerpc: Remove stubbed beat smp support by Milton Miller · 13 years ago
  75. a56555e powerpc: Remove alloc_maybe_bootmem for zalloc version by Milton Miller · 13 years ago
  76. f107293 powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELF by Milton Miller · 13 years ago
  77. f5a592f PM / PowerPC: Use struct syscore_ops instead of sysdevs for PM by Rafael J. Wysocki · 13 years ago
  78. 104699c powerpc: Convert old cpumask API into new one by KOSAKI Motohiro · 13 years ago
  79. 476eb49 powerpc/irq: Stop exporting irq_map by Grant Likely · 13 years ago
  80. d1109b7 powerpc/pci: Make IO workarounds init implicit when first bus is registered by Michael Ellerman · 13 years ago
  81. 3cc30d0 powerpc/pci: Move IO workarounds to the common kernel dir by Michael Ellerman · 13 years ago
  82. 21176fe powerpc/pci: Split IO vs MMIO indirect access hooks by Michael Ellerman · 13 years ago
  83. de30097 powerpc/smp: smp_ops->kick_cpu() should be able to fail by Michael Ellerman · 13 years ago
  84. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  85. e122996 powerpc/cell: fixup for removal of handle_iic_irq by Stephen Rothwell · 13 years ago
  86. ec775d0 powerpc: Convert to new irq_* function names by Thomas Gleixner · 13 years ago
  87. 00e70ba powerpc: cell: Fix the irq_desc access by Thomas Gleixner · 13 years ago
  88. 98488db powerpc: Use proper accessors for IRQ_* flags by Thomas Gleixner · 13 years ago
  89. f9ba447 powerpc: cell: Use the core flow handler by Thomas Gleixner · 13 years ago
  90. 0a95d92 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  91. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  92. c9c6cac kill path_lookup() by Al Viro · 13 years ago
  93. d1ae63d powerpc: platforms/cell irq_data conversion. by Lennert Buytenhek · 13 years ago
  94. 0000612 dt/powerpc: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 13 years ago
  95. 158d5b5e powerpc/kdump: Move crash_kexec_stop_spus to kdump crash handler by Anton Blanchard · 14 years ago
  96. 2bb44d6 powerpc/kexec: Don't initialise kexec hooks to default handlers by Anton Blanchard · 14 years ago
  97. c1f784e powerpc/kdump: Remove ppc_md.machine_crash_shutdown by Anton Blanchard · 14 years ago
  98. b18ae08 powerpc/cell: Use system_wq in cpufreq_spudemand by Tejun Heo · 14 years ago
  99. 63c3b9d powerpc/spufs: Use simple_write_to_buffer by Akinobu Mita · 14 years ago
  100. 5a62f99 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago