1. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  2. 6aba74f Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  3. eead4d5 powerpc: qe_ic: Rename get_irq_desc_data and get_irq_desc_chip by Richard Cochran · 14 years ago
  4. 78c8982 genirq: Remove the now obsolete config options and select statements by Thomas Gleixner · 14 years ago
  5. d4db35e powerpc/qe_ic: Fix another breakage from the irq_data conversion by Benjamin Herrenschmidt · 14 years ago
  6. b3cf2bb powerpc/8xx: Fix another breakage from the irq_data conversion by Benjamin Herrenschmidt · 14 years ago
  7. 8987ecc powerpc/cell: Use handle_edge_eoi_irq for real by Thomas Gleixner · 14 years ago
  8. 23c6211 powerpc/pseries: Enable Chelsio network and iWARP drivers by Anton Blanchard · 14 years ago
  9. 8449380 powerpc/mm: Move the STAB0 location to 0x8000 to make room in low memory by Benjamin Herrenschmidt · 14 years ago
  10. ad5d1c8 powerpc: Fix accounting of softirq time when idle by Anton Blanchard · 14 years ago
  11. 2d86938 powerpc/pseries/smp: query-cpu-stopped-state support won't change by Milton Miller · 14 years ago
  12. 943739f powerpc/xics: Use hwirq for xics domain irq number by Milton Miller · 14 years ago
  13. 4f1fc48 powerpc/xics: Fix numberspace mismatch from irq_desc conversion by Milton Miller · 14 years ago
  14. 834796a powerpc: Wire up new syscalls by Stephen Rothwell · 14 years ago
  15. 05e02d7 powerpc/booke: Correct the SPRN_MAS5 definition. by Varun Sethi · 14 years ago
  16. 67eb549 powerpc: ARCH_PFN_OFFSET should be unsigned long by Scott Wood · 14 years ago
  17. 6090912 powerpc: Implement dma_mmap_coherent() by Benjamin Herrenschmidt · 14 years ago
  18. 15d260b powerpc/nvram: Don't overwrite oops/panic report on normal shutdown by Jim Keniston · 14 years ago
  19. ff56535 powerpc: Restore some misc devices to our configs by Stephen Rothwell · 14 years ago
  20. 433c9c6 powerpc: Use generic show_interrupts() by Thomas Gleixner · 14 years ago
  21. ec775d0 powerpc: Convert to new irq_* function names by Thomas Gleixner · 14 years ago
  22. 7bfbc1f powerpc: irq: Use irqdata based information by Thomas Gleixner · 14 years ago
  23. ddaedd1 powerpc-fsl-msi-use-irqd.patch by Thomas Gleixner · 14 years ago
  24. 773e20d powerpc: xilinx: Cleanup flow type handling by Thomas Gleixner · 14 years ago
  25. 1ac06cd powerpc: uic: Cleanup flow type handling by Thomas Gleixner · 14 years ago
  26. 24a3f2e powerpc: mpic: Cleanup flow type handling by Thomas Gleixner · 14 years ago
  27. 5fed97a powerpc: mpc8xx_pic: Cleanup flow type handling by Thomas Gleixner · 14 years ago
  28. ecf4b19 powerpc: ipic: Cleanup flow type handling by Thomas Gleixner · 14 years ago
  29. 7bf811a8 powerpc: cpm2_pic: Use IRQCHIP_EOI_IF_HANDLED by Thomas Gleixner · 14 years ago
  30. a28ab38 powerpc: cpm2_pic: Cleanup flow type handling by Thomas Gleixner · 14 years ago
  31. 00e70ba powerpc: cell: Fix the irq_desc access by Thomas Gleixner · 14 years ago
  32. 8c99f56 powerpc: mac: pic: Use irqd_is_level_type() by Thomas Gleixner · 14 years ago
  33. 212d786 powerpc: media5200: Remove pointless set_irq_type() by Thomas Gleixner · 14 years ago
  34. 98488db powerpc: Use proper accessors for IRQ_* flags by Thomas Gleixner · 14 years ago
  35. f9ba447 powerpc: cell: Use the core flow handler by Thomas Gleixner · 14 years ago
  36. b2b755b lib, arch: add filter argument to show_mem and fix private implementations by David Rientjes · 14 years ago
  37. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  38. 93a7205 crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn by Olaf Hering · 14 years ago
  39. 8547727 remove dma64_addr_t by FUJITA Tomonori · 14 years ago
  40. c1256eb rapidio: remove mport resource reservation from common RIO code by Alexandre Bounine · 14 years ago
  41. 569fccb rapidio: modify mport ID assignment by Alexandre Bounine · 14 years ago
  42. 2f80998 rapidio: modify subsystem and driver initialization sequence by Alexandre Bounine · 14 years ago
  43. 388b78a rapidio: modify configuration to support PCI-SRIO controller by Alexandre Bounine · 14 years ago
  44. f8f0626 rapidio: add architecture specific callbacks by Alexandre Bounine · 14 years ago
  45. 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 14 years ago
  46. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 14 years ago
  47. 0664996 bitops: introduce CONFIG_GENERIC_FIND_BIT_LE by Akinobu Mita · 14 years ago
  48. f57d7ff powerpc: introduce little-endian bitops by Akinobu Mita · 14 years ago
  49. a56560b asm-generic: change little-endian bitops to take any pointer types by Akinobu Mita · 14 years ago
  50. c4945b9 asm-generic: rename generic little-endian bitops functions by Akinobu Mita · 14 years ago
  51. cae5d39 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm by Stephen Wilson · 14 years ago
  52. 83b964b mm: arch: make in_gate_area take an mm_struct instead of a task_struct by Stephen Wilson · 14 years ago
  53. 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 14 years ago
  54. 3e50594 add the common dma_addr_t typedef to include/linux/types.h by FUJITA Tomonori · 14 years ago
  55. b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 14 years ago
  56. a71f5d5 powerpc/ptrace: Remove BUG_ON when full register set not available by Mike Wolf · 14 years ago
  57. d6a2639 powerpc: Factoring mpic cpu id fetching into a function by Meador Inge · 14 years ago
  58. dfec220 powerpc: Make MPIC honor the "pic-no-reset" device tree property by Meador Inge · 14 years ago
  59. 90407c9 powerpc/pci: Fix crash in PCI code on ppc64 when matching device nodes by Benjamin Herrenschmidt · 14 years ago
  60. 6192978 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  61. 0a95d92 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  62. ec0afc9 Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  63. 61ef46f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 14 years ago
  64. bc9c193 KVM: PPC: Fix SPRG get/set for Book3S and BookE by Peter Tyser · 14 years ago
  65. 8315320 Merge remote branch 'jwb/next' into next by Benjamin Herrenschmidt · 14 years ago
  66. 4c5811b Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  67. e6bee32 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  68. a5e6b13 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  69. 7ca64e2 [CPUFREQ] Remove the pm_message_t argument from driver suspend by Rafael J. Wysocki · 14 years ago
  70. 79d8a8f Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  71. 0837e32 perf, powerpc: Handle events that raise an exception without overflowing by Anton Blanchard · 14 years ago
  72. d109028 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  73. 0586bed Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  74. b80cd62 Merge branch 'core-futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  75. b0aea14 powerpc/85xx: Fix signedness bug in cache-sram by Vasiliy Kulikov · 14 years ago
  76. 6820fea powerpc/fsl_msi: Handle msi-available-ranges better by Scott Wood · 14 years ago
  77. afc0a07 powerpc/85xx: Fix SPE float to integer conversion failure by Shan Hai · 14 years ago
  78. cf77370 powerpc/85xx: Update sata controller compatible for p1022ds board by Xulei · 14 years ago
  79. d1dcfbb powerpc/mpc8xxx_gpio: simplify searching for 'fsl, qoriq-gpio' compatiable by Anatolij Gustschin · 14 years ago
  80. 3cc5a0f powerpc/8xx: remove obsolete mgsuvd board by Holger Brunck · 14 years ago
  81. c513e7c powerpc/82xx: rename and update mgcoge board support by Holger Brunck · 14 years ago
  82. 93e2b95 powerpc/83xx: rename and update kmeter1 by Holger Brunck · 14 years ago
  83. ac6f120 powerpc/85xx: Workaroudn e500 CPU erratum A005 by Liu Yu · 14 years ago
  84. f4154e1 powerpc/fsl_pci: Add support for FSL PCIe controllers v2.x by Prabhakar Kushwaha · 14 years ago
  85. decbb28 powerpc/85xx: Fix writing to spin table 'cpu-release-addr' on ppc64e by Kumar Gala · 14 years ago
  86. c9c6cac kill path_lookup() by Al Viro · 14 years ago
  87. 8d7718a futex: Sanitize futex ops argument types by Michel Lespinasse · 14 years ago
  88. 37a9d91 futex: Sanitize cmpxchg_futex_value_locked API by Michel Lespinasse · 14 years ago
  89. 964a299 powerpc/pseries: Disable MSI using new interface if possible by Nishanth Aravamudan · 14 years ago
  90. 17b9f9e powerpc: Enable GENERIC_HARDIRQS_NO_DEPRECATED. by Lennert Buytenhek · 14 years ago
  91. e118028 powerpc: core irq_data conversion. by Lennert Buytenhek · 14 years ago
  92. 73909af powerpc: sysdev/xilinx_intc irq_data conversion. by Lennert Buytenhek · 14 years ago
  93. 42a07ae powerpc: sysdev/uic irq_data conversion. by Lennert Buytenhek · 14 years ago
  94. 11afe2b powerpc: sysdev/tsi108_pci irq_data conversion. by Lennert Buytenhek · 14 years ago
  95. 3a0adfa powerpc: sysdev/qe_lib/qe_ic irq_data conversion. by Lennert Buytenhek · 14 years ago
  96. 41f3863 powerpc: sysdev/mv64x60_pic irq_data conversion. by Lennert Buytenhek · 14 years ago
  97. 94347cb powerpc: sysdev/mpc8xxx_gpio irq_data conversion. by Lennert Buytenhek · 14 years ago
  98. febd401 powerpc: sysdev/mpc8xx_pic irq_data conversion. by Lennert Buytenhek · 14 years ago
  99. 687228a powerpc: sysdev/ipic irq_data conversion. by Lennert Buytenhek · 14 years ago
  100. d420118 powerpc: sysdev/i8259 irq_data conversion. by Lennert Buytenhek · 14 years ago