1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  2. 874f2f9 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 14 years ago
  3. 7cc8a5e powerpc: Convert beat_htab_lock to raw_spinlock by Thomas Gleixner · 14 years ago
  4. 5181e79 powerpc: Convert beatic_irq_mask_lock to raw_spinlock by Thomas Gleixner · 14 years ago
  5. fc380c0 powerpc: Remove whitespace in irq chip name fields by Anton Blanchard · 14 years ago
  6. 71a157e of: add 'of_' prefix to machine_is_compatible() by Grant Likely · 14 years ago
  7. 0ada0a7 Merge commit 'v2.6.33-rc5' into secretlab/test-devicetree by Grant Likely · 14 years ago
  8. 6016a36 of: unify phandle name in struct device_node by Grant Likely · 14 years ago
  9. 4bf936b powerpc: Use helpers for rlimits by Jiri Slaby · 14 years ago
  10. 5a865c0 Merge branch 'for-33' of git://repo.or.cz/linux-kbuild by Linus Torvalds · 14 years ago
  11. 239007b genirq: Convert irq_desc.lock to raw_spinlock by Thomas Gleixner · 15 years ago
  12. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  13. 96f1304 kbuild: drop include2/ used for O=... builds by Sam Ravnborg · 15 years ago
  14. 40d50cf powerpc: Make "intspec" pointers in irq_host->xlate() const by Roman Fietze · 15 years ago
  15. b27df67 powerpc: Fixup last users of irq_chip->typename by Thomas Gleixner · 15 years ago
  16. 17e3767 powerpc/spufs: Fix test in spufs_switch_log_read() by roel kluin · 15 years ago
  17. 6cff46f powerpc: Remove get_irq_desc() by Michael Ellerman · 15 years ago
  18. 6b7487f percpu: make percpu symbols in powerpc unique by Tejun Heo · 15 years ago
  19. aee7a28 powerpc: Fix memory leak in axon_msi.c by Michael Ellerman · 15 years ago
  20. 828c095 const: constify remaining file_operations by Alexey Dobriyan · 15 years ago
  21. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  22. 738ef42 powerpc: Change archdata dma_data to a union by Becky Bruce · 15 years ago
  23. 6e1d5dc const: mark remaining inode_operations as const by Alexey Dobriyan · 15 years ago
  24. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  25. fc53776 tracing: Remove markers by Christoph Hellwig · 15 years ago
  26. 45223c5 powerpc: use dma_map_ops struct by FUJITA Tomonori · 15 years ago
  27. ae142e0 powerpc/sputrace: Use the generic event tracer by Christoph Hellwig · 15 years ago
  28. cf54dc7 powerpc: Move definitions of secondary CPU spinloop to header file by Benjamin Herrenschmidt · 15 years ago
  29. 2e2ddb2 powerpc/cell: Replace strncpy by strlcpy by roel kluin · 15 years ago
  30. 33875f0 powerpc/cell: Use pr_devel() in axon_msi.c by Michael Ellerman · 15 years ago
  31. c4007a2 powerpc: Use one common impl. of RTAS timebase sync and use raw spinlock by Benjamin Herrenschmidt · 15 years ago
  32. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 15 years ago
  33. 517d086 Merge branch 'akpm' by Linus Torvalds · 15 years ago
  34. ae52bb2 fbdev: move logo externs to header file by Geert Uytterhoeven · 15 years ago
  35. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 15 years ago
  36. 86c2765 powerpc/cell: Use driver_data acessors, not platform_data in Axon MSI by Michael Ellerman · 15 years ago
  37. 5c6fc8d powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h> by Geert Uytterhoeven · 15 years ago
  38. 1babddb powerpc/spufs: Remove unused error path by Stephen Rothwell · 15 years ago
  39. 45db924 powerpc/spufs: Remove double check for non-negative dentry by Jan Blunck · 15 years ago
  40. 58513dc powerpc/pci: Clean up direct access to sysdata by celleb platforms by Kumar Gala · 15 years ago
  41. 37cd8ed powerpc/cell: Make ptcal more reliable by Gerhard Stenzel · 15 years ago
  42. ff61e5c powerpc/cell: Select PCI for IBM_CELL_BLADE AND CELLEB by Michael Ellerman · 15 years ago
  43. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  44. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  45. 9ff9a26 Merge commit 'origin/master' into next by Benjamin Herrenschmidt · 15 years ago
  46. a841696 Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  47. 2a7d55f powerpc/cell: Fix iommu exception reporting by Jeremy Kerr · 15 years ago
  48. d746286 powerpc: setup default archdata for {of_}platform via bus_register_notifier by Kumar Gala · 15 years ago
  49. 56aa412 cpumask: Use mm_cpumask() wrapper instead of cpu_vm_mask by Rusty Russell · 15 years ago
  50. a6bc326 sparseirq, powerpc/cell: fix unused variable warning in interrupt.c by Stephen Rothwell · 15 years ago
  51. 28794d3 powerpc/kconfig: Kill PPC_MULTIPLATFORM by Benjamin Herrenschmidt · 15 years ago
  52. 47c3c6e powerpc/cell: Fix Axon MSI driver dependencies by Michael Ellerman · 15 years ago
  53. 2fb4423 powerpc/spufs: Fix incorrect buffer offset in regs write by Jeremy Kerr · 15 years ago
  54. d219889 powerpc/spufs: Check file offset before calculating write size in fixed-sized files by Jeremy Kerr · 15 years ago
  55. 8f748aa powerpc/spufs: Initialize ctx->stats.tstamp correctly by Arnd Bergmann · 15 years ago
  56. 1cdab55 powerpc: Wire up /proc/vmallocinfo to our ioremap() by Benjamin Herrenschmidt · 15 years ago
  57. 41fd81c powerpc/cell: Add rtas rtc calls for the QPACE platform by Benjamin Krill · 15 years ago
  58. 6ed8d12 powerpc/cell: Fix dependency in cpufreq by Arnd Bergmann · 15 years ago
  59. 7425464 powerpc/spufs: Constify context contents and coredump callback constants by Jeremy Kerr · 15 years ago
  60. 3688b46 powerpc/spufs: Clear purge status before setting up isolated mode by Jeremy Kerr · 15 years ago
  61. 60ee031 powerpc/spufs: Use correct return value for spu_handle_mm_fault by Jeremy Kerr · 15 years ago
  62. 7401922 timers: add mod_timer_pending() by Ingo Molnar · 15 years ago
  63. 8f8573a Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core by Ingo Molnar · 15 years ago
  64. 9477e45 powerpc: Cleanup from l64 to ll64 change: arch code by Stephen Rothwell · 15 years ago
  65. fe33332 powerpc: Change u64/s64 to a long long integer type by Ingo Molnar · 15 years ago
  66. ae04d14 powerpc: Fix cpufreq drivers after cpufreq core changes by Benjamin Herrenschmidt · 15 years ago
  67. dee4102 sparseirq: use kstat_irqs_cpu instead by Yinghai Lu · 15 years ago
  68. 85da1fb Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  69. 73ac36e fix similar typos to successfull by Coly Li · 15 years ago
  70. b36ac9e powerpc/cell: Fix some u64 vs. long types by Ingo Molnar · 15 years ago
  71. 19b0bd0 powerpc/cell: Use correct types in beat files by Ingo Molnar · 15 years ago
  72. 54cfd0d powerpc/cell: local_irq_save takes an unsigned long by Stephen Rothwell · 15 years ago
  73. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 16 years ago
  74. 33edcf1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by Rusty Russell · 15 years ago
  75. 3c92ec8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 15 years ago
  76. 86c6f27 cpumask: powerpc: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumask by Rusty Russell · 15 years ago
  77. cbacc2c Merge branch 'next' into for-linus by James Morris · 15 years ago
  78. 5be8554 powerpc: Remove default kexec/crash_kernel ops assignments by Anton Vorontsov · 16 years ago
  79. def434c powerpc/cell: add QPACE as a separate Cell platform by Benjamin Krill · 16 years ago
  80. e68558d powerpc/cell: fix build breakage with CONFIG_SPUFS disabled by Arnd Bergmann · 15 years ago
  81. 64b3d0e powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDED by Benjamin Herrenschmidt · 15 years ago
  82. 1e1c568 Merge branch 'merge' into next by Paul Mackerras · 16 years ago
  83. 23e0e8a powerpc/cell/axon-msi: Fix MSI after kexec by Arnd Bergmann · 16 years ago
  84. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
  85. 5274918 Merge branch 'merge' by Paul Mackerras · 16 years ago
  86. 960cedb powerpc/cell: Fix GDB watchpoints, again by Arnd Bergmann · 16 years ago
  87. d015fe9 powerpc/cell/axon-msi: Retry on missing interrupt by Arnd Bergmann · 16 years ago
  88. 3f9b5d4 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jk/spufs into merge by Paul Mackerras · 16 years ago
  89. 6065726 powerpc/spufs: Fix spinning in spufs_ps_fault on signal by Jeremy Kerr · 16 years ago
  90. ba82efb powerpc: Use of_find_node_with_property() in cell_iommu_fixed_mapping_init() by Michael Ellerman · 16 years ago
  91. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  92. 745ca24 CRED: Pass credentials through dentry_open() by David Howells · 16 years ago
  93. 1330deb CRED: Wrap task credential accesses in the PowerPC arch by David Howells · 16 years ago
  94. 9c8b4af powerpc/cell: Fix compile error in ras.c by Alexey Dobriyan · 16 years ago
  95. f9226d5 powerpc: Update remaining dma_mapping_ops to use map/unmap_page by Mark Nelson · 16 years ago
  96. 62a8bd6 powerpc: Use is_kdump_kernel() by Milton Miller · 16 years ago
  97. 5ed487b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  98. 2c552d8 [PATCH] don't pass bogus flags to LOOKUP_PARENT lookup in spufs by Al Viro · 16 years ago
  99. 54622f1 powerpc: Support for relocatable kdump kernel by Mohan Kumar M · 16 years ago
  100. a02efb9 Merge commit 'origin' into master by Benjamin Herrenschmidt · 16 years ago