1. e101541 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
  2. d4bab1b Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 14 years ago
  3. 09003ed [S390] smsgiucv: declare char pointers as "const" by Hendrik Brueckner · 14 years ago
  4. 584dfdd [S390] remove unused qdio flags in zfcp and qeth by Ursula Braun · 14 years ago
  5. b1e2ba8 [S390] Cleanup xtime usage by John Stultz · 14 years ago
  6. 596a95c [S390] uaccess: make sure copy_from_user_overflow is builtin by Heiko Carstens · 14 years ago
  7. a07e415 sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes by Eric W. Biederman · 14 years ago
  8. 91a99df platform-drivers: move probe to .devinit.text in arch/arm by Uwe Kleine-König · 14 years ago
  9. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 15 years ago
  10. 5fbcae5 sysdev: fix missing s390 conversion by Heiko Carstens · 14 years ago
  11. c9be0a3 sysdev: Pass attribute in sysdev_class attributes show/store by Andi Kleen · 15 years ago
  12. 322aafa Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  13. 4a31c08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  14. 2ddb3b1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 14 years ago
  15. 08b8499 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 14 years ago
  16. 42747d7 [WATCHDOG] watchdog_info constify by Wim Van Sebroeck · 15 years ago
  17. 6ee7765 parisc: use __ratelimit in unaligned.c by Akinobu Mita · 14 years ago
  18. c601852 parisc: Convert to read/update_persistent_clock by john stultz · 15 years ago
  19. eef83af parisc: Simplify param.h by including <asm-generic/param.h> by Robert P. J. Day · 15 years ago
  20. 1d747c7 parisc: drop unnecessary cast in __ldcw_align() macro by Helge Deller · 15 years ago
  21. 888c31f parisc: add strict copy size checks (v2) by Helge Deller · 15 years ago
  22. a3bee03 parisc: remove trailing space in messages by Frans Pop · 14 years ago
  23. 81e4a5e parisc: ditto sys_accept4 by Kyle McMartin · 15 years ago
  24. 9ceb38e parisc: wire up sys_recvmmsg by Helge Deller · 15 years ago
  25. 8d9032b elf coredump: add extended numbering support by Daisuke HATAYAMA · 14 years ago
  26. 1fcccba elf coredump: replace ELF_CORE_EXTRA_* macros by functions by Daisuke HATAYAMA · 14 years ago
  27. 72c3368 nodemask.h: remove macro any_online_node by H Hartley Sweeten · 14 years ago
  28. 3b2a8c8 um: tell git to ignore generated files by WANG Cong · 14 years ago
  29. 03315b5 uml: line.c: avoid NULL pointer dereference by Alexander Beregalov · 14 years ago
  30. be14945 cris v32: typo in crisv32_arbiter_unwatch()? by Roel Kluin · 14 years ago
  31. cda1c5a cryptocop: fix assertion in create_output_descriptors() by Roel Kluin · 14 years ago
  32. ba875ba cris: convert to use arch_gettimeoffset() by john stultz · 14 years ago
  33. 77079db alpha: PTR_ERR overwrites -EINVAL in syscall osf_mount by Roel Kluin · 14 years ago
  34. 6822190 frv: remove pci_dma_sync_single() and pci_dma_sync_sg() by FUJITA Tomonori · 14 years ago
  35. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 14 years ago
  36. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 14 years ago
  37. 12926dc [WATCHDOG] ep93xx: added platform side support for TS-72xx WDT driver by Mika Westerberg · 15 years ago
  38. c812a51 Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  39. 6c550ee x86: fix mtrr missing kernel-doc by Randy Dunlap · 14 years ago
  40. 660f6a3 Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  41. 0272282 sh: Convert sh to use read/update_persistent_clock by John Stultz · 14 years ago
  42. 6895210 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  43. 9bb6769 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  44. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  45. 62c8cbb sh: Move PMB debugfs entry initialization to later stage by Pawel Moll · 14 years ago
  46. e5a1101 x86: Issue at least one memory barrier in stop_machine_text_poke() by Masami Hiramatsu · 14 years ago
  47. b07f6b3 sh: Fix up flush_cache_vmap() on SMP. by Paul Mundt · 14 years ago
  48. 281983d sh: fix up MMU reset with variable PMB mapping sizes. by Paul Mundt · 14 years ago
  49. dd58ffc Merge branch 'coh' into dmaengine by Dan Williams · 14 years ago
  50. c7bbf52 x86, mrst: Fix whitespace breakage in apb_timer.c by H. Peter Anvin · 14 years ago
  51. 3010673 x86, mrst: Fix APB timer per cpu clockevent by Jacob Pan · 14 years ago
  52. f1771ff Simplify failure exits in s390/hypfs fill_super() by Al Viro · 15 years ago
  53. 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 15 years ago
  54. 2a32f2d Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  55. 8a4fd1e sparc64: Make prom entry spinlock NMI safe. by David S. Miller · 14 years ago
  56. 7f5b09c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  57. fb7b096 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  58. a626b46 Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  59. c7d5a00 sparc64: Kill off old sys_perfctr system call and state. by David S. Miller · 14 years ago
  60. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  61. 6c5ae5b sparc: Update defconfigs. by David S. Miller · 14 years ago
  62. 1bff4db sparc: Provide io{read,write}{16,32}be(). by David S. Miller · 14 years ago
  63. 09e1172 sh: establish PMB mappings for NUMA nodes. by Paul Mundt · 14 years ago
  64. a1042aa sh: check for existing mappings for bolted PMB entries. by Paul Mundt · 14 years ago
  65. d8111cd x86, mrst: Remove X86_MRST dependency on PCI_IOAPIC by Jacob Pan · 14 years ago
  66. 640e95a USB: atmel uaba: Adding invert vbus_pin by Eirik Aanonsen · 14 years ago
  67. bce54fe arm: defconfig: rx51: enable phonet and g_nokia by Felipe Balbi · 15 years ago
  68. 4e0fa90 USB: MXC: add platform resources for i.MX21 USB host controller. by Martin Fuzzey · 15 years ago
  69. 3eb352c USB: MXC: use DMA_BIT_MASK macro rather than hardcoded constants. by Martin Fuzzey · 15 years ago
  70. 23d3e7a USB: MXC: Add i.MX21 specific USB host controller driver. by Martin Fuzzey · 15 years ago
  71. b87108a DMAENGINE: COH 901 318 descriptor pool refactoring by Linus Walleij · 14 years ago
  72. 3a5b27b Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 14 years ago
  73. 5057bfa Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  74. b7f3a20 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 14 years ago
  75. 6d6b89b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  76. 6eb3c73 sh: fixed virt/phys mapping helpers for PMB. by Paul Mundt · 14 years ago
  77. 4cfa8e7 sh: make pmb iomapping configurable. by Paul Mundt · 14 years ago
  78. 90e7d64 sh: reworked dynamic PMB mapping. by Paul Mundt · 14 years ago
  79. 94316cd sh: Fix up cpumask_of_pcibus() for the NUMA build. by Paul Mundt · 14 years ago
  80. 7d0b0a4 sh: Fix up ctrl_read/write stragglers in migor setup. by Paul Mundt · 14 years ago
  81. 9adae97 Merge branches 'sh/dmaengine', 'sh/hw-breakpoints' and 'sh/trivial' by Paul Mundt · 14 years ago
  82. c014906 dmaengine: shdma: extend .device_terminate_all() to record partial transfer by Guennadi Liakhovetski · 14 years ago
  83. c8e3149 sh: merge sh7722 and sh7724 DMA register definitions by Guennadi Liakhovetski · 14 years ago
  84. bff932c sh: activate runtime PM for dmaengine on sh7722 and sh7724 by Guennadi Liakhovetski · 14 years ago
  85. 8b1935e dmaengine: shdma: separate DMA headers. by Guennadi Liakhovetski · 14 years ago
  86. 027811b dmaengine: shdma: convert to platform device resources by Guennadi Liakhovetski · 14 years ago
  87. 920925f sh: audio support for the sh7722 Migo-R board by Guennadi Liakhovetski · 15 years ago
  88. 331af0c sh: add DMA slave definitions and SIU platform data to sh7722 setup by Guennadi Liakhovetski · 15 years ago
  89. d702d12 Merge with mainline to remove plat-omap/Kconfig conflict by Tony Lindgren · 14 years ago
  90. 13dda80 Merge branch 'davinci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci by Linus Torvalds · 14 years ago
  91. 8724fdb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 14 years ago
  92. bc53515 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 14 years ago
  93. 5f19daa DaVinci DM365: Adding support for SPI EEPROM by Sandeep Paulraj · 15 years ago
  94. a3e13e8 DaVinci DM365: Adding DM365 SPI support by Sandeep Paulraj · 15 years ago
  95. 15e8658 DaVinci DM355: Modifications to DM355 SPI support by Sandeep Paulraj · 15 years ago
  96. 8e2a001 DaVinci: SPI: Adding header file for SPI support. by Sandeep Paulraj · 15 years ago
  97. c564191 davinci: dm646x: CDCE clocks: davinci_clk converted to clk_lookup by Kevin Hilman · 15 years ago
  98. d03ab7f Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 14 years ago
  99. 8098a7e Merge branch 'for-linus' of git://repo.or.cz/cris-mirror by Linus Torvalds · 14 years ago
  100. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago