1. 22a85e4 spi/imx: add device tree probe support by Shawn Guo · 14 years ago
  2. c2387cb spi/imx: copy gpio number passed by platform data into driver private data by Shawn Guo · 14 years ago
  3. 04ee585 spi/imx: use soc name in spi device type naming scheme by Shawn Guo · 14 years ago
  4. 2a64a90 spi/imx: merge type SPI_IMX_VER_0_7 into SPI_IMX_VER_0_4 by Shawn Guo · 14 years ago
  5. 66de757 spi/imx: do not use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macro by Shawn Guo · 14 years ago
  6. 3451fb1 spi/imx: use mx21 to name SPI_IMX_VER_0_0 function and macro by Shawn Guo · 14 years ago
  7. edd501bb spi/imx: do not make copy of spi_imx_devtype_data by Shawn Guo · 14 years ago
  8. 40bfff8 spi/dw: Add spi number into spi irq desc by Liu, ShuoX · 14 years ago
  9. 22032c7 spi/tegra: Use engineering names in DT compatible property by Stephen Warren · 14 years ago
  10. fb64409 spi/fsl_spi: fix CPM spi driver by Holger Brunck · 14 years ago
  11. c25ded1 mach-s3c2410: remove unused spi-gpio.h file by Peter Korsgaard · 14 years ago
  12. 45fae7d spi: remove obsolete spi-s3c24xx-gpio driver by Peter Korsgaard · 14 years ago
  13. 947b35d mach-gta2: remove unused spi-gpio.h include by Peter Korsgaard · 14 years ago
  14. aa35316 mach-qt2410: convert to spi_gpio by Peter Korsgaard · 14 years ago
  15. 932036c mach-jive: convert to spi_gpio by Peter Korsgaard · 14 years ago
  16. a2274ce spi/pxa2xx: Remove unavailable ssp_type from documentation by Stefan Schmidt · 14 years ago
  17. c52d4e5 spi/bfin_spi: uninline fat queue funcs by Mike Frysinger · 14 years ago
  18. ddc0bf1 spi/bfin_spi: constify pin array by Mike Frysinger · 14 years ago
  19. 47885ce spi/bfin_spi: use structs for accessing hardware regs by Mike Frysinger · 14 years ago
  20. f8db4cc Merge branch 'spi/merge' into spi/next by Grant Likely · 14 years ago
  21. e479c60 spi/bfin_spi: fix handling of default bits per word setting by Mike Frysinger · 14 years ago
  22. 2e2de2e3 spi/topcliff-pch: Support new device ML7223 IOH by Tomoya MORINAGA · 14 years ago
  23. 78b2b91 spi/pl022: strengthen FIFO watermark level checks by Linus Walleij · 14 years ago
  24. bcda6ff spi/pl022: support runtime PM by Rabin Vincent · 14 years ago
  25. 083be3f spi/pl022: initialize burstsize from FIFO trigger level by Linus Walleij · 14 years ago
  26. e892bac gpio/tegra: Move Tegra gpio driver to drivers/gpio by Grant Likely · 14 years ago
  27. 2c53b43 Linux 3.0-rc3 by Linus Torvalds · 14 years ago
  28. 4077985 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  29. ffdb8f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  30. 80dadf8 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  31. c78a9b9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  32. 842c895 Merge branches 'x86-urgent-for-linus' and 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  33. 562d1ff Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  34. acb11bc Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 14 years ago
  35. 33a5388 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  36. e3f88ae spi-pl022: Add missing return value update by Virupax Sadashivpetimath · 14 years ago
  37. 3c25fa7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  38. 9d6fa8f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  39. c7ca6b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6 by Linus Torvalds · 14 years ago
  40. 08d63aa Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  41. 152b92d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  42. b99ca60 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  43. 84860c7 ISDN, hfcsusb: Don't leak in hfcsusb_ph_info() by Jesper Juhl · 14 years ago
  44. 83fe32d netpoll: call dev_put() on error in netpoll_setup() by Dan Carpenter · 14 years ago
  45. f1c089e net: ep93xx_eth: fix DMA API violations by Mika Westerberg · 14 years ago
  46. 1f758a4 net: ep93xx_eth: drop GFP_DMA from call to dma_alloc_coherent() by Mika Westerberg · 14 years ago
  47. 3247a1f net: ep93xx_eth: allocate buffers using kmalloc() by Mika Westerberg · 14 years ago
  48. fc9b491 net: ep93xx_eth: pass struct device to DMA API functions by Mika Westerberg · 14 years ago
  49. fa70cf4 ep93xx: set DMA masks for the ep93xx_eth by Mika Westerberg · 14 years ago
  50. 0b5c9db vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check by Jiri Pirko · 14 years ago
  51. 06866bf dl2k: EEPROM CRC calculation wrong endianess on bigendian machine by Daniel Hellstrom · 14 years ago
  52. f777737 NET: am79c961: fix assembler warnings by Russell King - ARM Linux · 14 years ago
  53. bfc6501 NET: am79c961: ensure multicast filter is correctly set at open by Russell King - ARM Linux · 14 years ago
  54. d814dee NET: am79c961: ensure asm() statements are marked volatile by Russell King - ARM Linux · 14 years ago
  55. 3307d0d ide-cd: signedness warning fix again by Connor Hansen · 14 years ago
  56. 56a2105 linux/seqlock.h should #include asm/processor.h for cpu_relax() by David Howells · 14 years ago
  57. 30b4caf Btrfs: use join_transaction in btrfs_evict_inode() by Li Zefan · 14 years ago
  58. 071d73c nilfs2: fix problem in setting checkpoint interval by Ryusuke Konishi · 14 years ago
  59. d409905 nilfs2: fix missing block address termination in btree node shrinking by Ryusuke Konishi · 14 years ago
  60. fe744fd nilfs2: fix incorrect block address termination in node concatenation by Ryusuke Konishi · 14 years ago
  61. 8e2943c spi: Convert uses of struct resource * to resource_size(ptr) by Joe Perches · 14 years ago
  62. 22b63a2 Btrfs - use %pU to print fsid by Ilya Dryomov · 14 years ago
  63. 08d2f34 Btrfs: fix extent state leak on failed nodatasum reads by Jan Schmidt · 14 years ago
  64. 0e73587 Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arne/btrfs-unstable-arne into for-linus by Chris Mason · 14 years ago
  65. 5be7675 btrfs: fix unlocked access of delalloc_inodes by David Sterba · 14 years ago
  66. 027ed2f Btrfs: avoid stack bloat in btrfs_ioctl_fs_info() by Li Zefan · 14 years ago
  67. 9eb9104 btrfs: remove 64bit alignment padding to allow extent_buffer to fit into one fewer cacheline by richard kennedy · 14 years ago
  68. 38e8805 Btrfs: clear current->journal_info on async transaction commit by Sage Weil · 14 years ago
  69. 38e8788 Btrfs: make sure to recheck for bitmaps in clusters by Chris Mason · 14 years ago
  70. 05e2054 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 14 years ago
  71. e5ea3f1 gpio/basic_mmio: add missing include of spinlock_types.h by Jamie Iles · 14 years ago
  72. 7ab1fc0 ALSA: hda: Fix inaudible internal speakers on CyberpowerPC Gamer Xplorer N57001 laptop by Daniel T Chen · 14 years ago
  73. 890ee02 ALSA: Use %pV for snd_printk() by Takashi Iwai · 14 years ago
  74. c0a2026 ALSA: hda - Fix initialization of hp pins with master_mute in Realtek by Takashi Iwai · 14 years ago
  75. 20f5e0b ALSA: hda - Fix invalid unsol tag for some alc262 model quirks by Takashi Iwai · 14 years ago
  76. 6eef312 btrfs: remove unneeded includes from scrub.c by Arne Jansen · 14 years ago
  77. 632dd77 btrfs: reinitialize scrub workers by Arne Jansen · 14 years ago
  78. 8c51032 btrfs: scrub: errors in tree enumeration by Arne Jansen · 14 years ago
  79. ad3e34b Btrfs: don't map extent buffer if path->skip_locking is set by Josef Bacik · 14 years ago
  80. 3319550 ASoC: SAMSUNG: Fix the incorrect referencing of I2SCON register by Sangbeom Kim · 14 years ago
  81. 13863a6 genirq: Prevent potential NULL dereference in irq_set_irq_wake() by Jesper Juhl · 14 years ago
  82. 45694c2 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 14 years ago
  83. 7f45e5c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 14 years ago
  84. 6aeccec Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  85. 10f0d07 sparc32, leon: bugfix in LEON SMP interrupt init by Daniel Hellstrom · 14 years ago
  86. a7d82a0 sparc32, sun4m: bugfix in SMP IPI traphandler by Daniel Hellstrom · 14 years ago
  87. b4c8cc8 ethtool.h: fix typos by Yegor Yefremov · 14 years ago
  88. 5587912 ep93xx_eth: Update MAINTAINERS by H Hartley Sweeten · 14 years ago
  89. 96d7303 ipv4: Fix packet size calculation for raw IPsec packets in __ip_append_data by Steffen Klassert · 14 years ago
  90. 5d61b9f perf: Use make kernelversion instead of parsing the Makefile by Michal Marek · 14 years ago
  91. bfe5424 kbuild: Hack for depmod not handling X.Y versions by Michal Marek · 14 years ago
  92. fc4da9a kbuild: Move depmod call to a separate script by Michal Marek · 14 years ago
  93. 78d3bb4 kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL by Michal Marek · 14 years ago
  94. cacd54e kbuild: Fix KERNELVERSION for empty SUBLEVEL or PATCHLEVEL by Michal Marek · 14 years ago
  95. 33d7864 gpio/nomadik: fix sleepmode for elder Nomadik by Linus Walleij · 14 years ago
  96. dfb863a Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  97. 461df4d Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 14 years ago
  98. 361932b Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb-2.6 by Linus Torvalds · 14 years ago
  99. 90494cc Merge branch 'stable/broadcom.ibft-bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/ibft-2.6 by Linus Torvalds · 14 years ago
  100. 5ebe550 Merge branch 'unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32 by Linus Torvalds · 14 years ago