1. 08f8ba0 Merge commit 'v2.6.35-rc4' into perf/core by Ingo Molnar · 14 years ago
  2. 815c416 Linux 2.6.35-rc4 by Linus Torvalds · 14 years ago
  3. 7166596 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  4. 3f7d7b4 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
  5. ff49d74 module: initialize module dynamic debug later by Yehuda Sadeh · 14 years ago
  6. e3668dd Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  7. 744c557 Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  8. 62fd985 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/i7core by Linus Torvalds · 14 years ago
  9. 4045044 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 14 years ago
  10. 446a5a8 ARM: 6205/1: perf: ensure counter delta is treated as unsigned by Will Deacon · 14 years ago
  11. 39827be IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags() by Ben Hutchings · 14 years ago
  12. 44b451f xfrm: fix xfrm by MARK logic by Peter Kosyh · 14 years ago
  13. e5a0c1f bnx2: Update version to 2.0.16. by Michael Chan · 14 years ago
  14. 5804a8f bnx2: Dump some config space registers during TX timeout. by Michael Chan · 14 years ago
  15. fdc8541 bnx2: Add support for skb->rxhash. by Michael Chan · 14 years ago
  16. 3d5f3a7 bnx2: Always enable MSI-X on 5709. by Michael Chan · 14 years ago
  17. f45f432 netdevice.h: Change netif_<level> macros to call netdev_<level> functions by Joe Perches · 14 years ago
  18. 256df2f netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functions by Joe Perches · 14 years ago
  19. 99bcf21 device.h drivers/base/core.c Convert dev_<level> logging macros to functions by Joe Perches · 14 years ago
  20. 7db6f5f vsprintf: Recursive vsnprintf: Add "%pV", struct va_format by Joe Perches · 14 years ago
  21. 7adde04 slab: fix caller tracking on !CONFIG_DEBUG_SLAB && CONFIG_TRACING by Xiaotian Feng · 14 years ago
  22. ce93a37 ASoC: Add SmartQ sound driver by Maurus Cuelenaere · 14 years ago
  23. 0d9c15e ASoC: codec: Add WM8987 device id to WM8750 driver by Maurus Cuelenaere · 14 years ago
  24. 312e8e8 Input: mcs - Add MCS touchkey driver by Joonyoung Shim · 14 years ago
  25. b8f2e7b spi/bitbang: reinitialize transfer parameters for every message by Brian Niebuhr · 14 years ago
  26. 3c8e1a8 spi/spi-gpio: add support for controllers without MISO or MOSI pin by Marek Szyprowski · 14 years ago
  27. 04bb2a0 spi/bitbang: add support for SPI_MASTER_NO_{TX, RX} modes by Marek Szyprowski · 14 years ago
  28. 5c2818c SPI100k: Fix 8-bit and RX-only transfers by Cory Maccarrone · 14 years ago
  29. 4751c1c spi/mmc_spi: mmc_spi adaptations for SPI bus locking API by Ernst Schwab · 15 years ago
  30. 866d7d7 Input: release pressed keys when resuming device by Oliver Neukum · 14 years ago
  31. 3eac5c7 Input: ads7846 - extend the driver for ads7845 controller support by Anatolij Gustschin · 14 years ago
  32. 0f622bf Input: ads7846 - do not allow altering platform data by Dmitry Torokhov · 14 years ago
  33. af6e1d9 Input: adxl34 - make enable/disable separate from suspend/resume by Dmitry Torokhov · 14 years ago
  34. 963ce8a Input: ad7879 - report EV_KEY/BTN_TOUCH events by Michael Hennerich · 14 years ago
  35. 447b9065 Input: ad7879 - fix spi word size to 16 bit by Michael Hennerich · 14 years ago
  36. 16ea10a Input: ad7879 - use i2c_smbus_read_i2c_block_data() to lower overhead by Michael Hennerich · 14 years ago
  37. 14fbbc3 Input: ad7879 - add open and close methods by Dmitry Torokhov · 14 years ago
  38. 4397c98 Input: ad7879 - split bus logic out by Mike Frysinger · 14 years ago
  39. f287d33 perf, x86: Fix incorrect branches event on AMD CPUs by Vince Weaver · 14 years ago
  40. e490c1de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  41. 8bd3945 Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by David S. Miller · 14 years ago
  42. 58eba97 virtio_net: fix oom handling on tx by Rusty Russell · 14 years ago
  43. 1788f495 virtio_net: do not reschedule rx refill forever by Michael S. Tsirkin · 14 years ago
  44. 4a49043 s2io: resolve statistics issues by Jon Mason · 14 years ago
  45. 94e6721 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 14 years ago
  46. e2aec37 linux/net.h: fix kernel-doc warnings by Randy Dunlap · 14 years ago
  47. f0796d5 net: decreasing real_num_tx_queues needs to flush qdisc by John Fastabend · 14 years ago
  48. 4ef6acf sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lock by John Fastabend · 14 years ago
  49. 7ae80ab qlge: fix a eeh handler to not add a pending timer by Breno Leitao · 14 years ago
  50. 72046d8 qlge: Replacing add_timer() to mod_timer() by Breno Leitao · 14 years ago
  51. 0dacca7 usbnet: Set parent device early for netdev_printk() by Ben Hutchings · 14 years ago
  52. 7b00ac5 net: Revert "rndis_host: Poll status channel before control channel" by Ben Hutchings · 14 years ago
  53. 3e6b02d of/dma: fix build breakage in ppc4xx adma driver by Dan Williams · 14 years ago
  54. 67c8931 MAINTAINERS: Add an entry for i7core_edac by Mauro Carvalho Chehab · 14 years ago
  55. 2d95d81 i7core_edac: Avoid doing multiple probes for the same card by Mauro Carvalho Chehab · 14 years ago
  56. bda1428 i7core_edac: Properly discover the first QPI device by Mauro Carvalho Chehab · 14 years ago
  57. c8312fa iwlwifi: adding enhance sensitivity table entries by Wey-Yi Guy · 14 years ago
  58. bf3c7fd iwlwifi: generic parameter define for _agn device by Wey-Yi Guy · 14 years ago
  59. 4bf49a9 iwlwifi: debugfs file for txfifo command testing by Wey-Yi Guy · 14 years ago
  60. 6555063 iwlwifi: add support for device tx flush request by Wey-Yi Guy · 14 years ago
  61. 716c74b iwlwifi: add mac80211 flush callback support by Wey-Yi Guy · 14 years ago
  62. 947279e iwlwifi: tx fifo queue flush command by Wey-Yi Guy · 14 years ago
  63. ad8d833 iwlwifi: add debug print for parsing firmware TLV by Wey-Yi Guy · 14 years ago
  64. c04f9f2 iwlwifi: fix fw_restart module parameter by Wey-Yi Guy · 14 years ago
  65. ecc3d5a minstrel_ht: fix check for downgrading of top2 rate by Ming Lei · 14 years ago
  66. 009271f minstrel_ht: fix updating rate with best probability by Ming Lei · 14 years ago
  67. 8e67ca7 ath9k: fix crash with WEP in ad-hoc mode by Felix Fietkau · 14 years ago
  68. 347809f ath9k: fix false positives in the baseband hang check by Felix Fietkau · 14 years ago
  69. 54bd500 ath9k_hw: clean up the noise floor calibration code to reduce code duplication by Felix Fietkau · 14 years ago
  70. f2552e2 ath9k_hw: sanitize noise floor values properly on all chips by Felix Fietkau · 14 years ago
  71. ba17bc5 ath9k_hw: sync initvals for ar9001 and ar9002 with Atheros by Felix Fietkau · 14 years ago
  72. 2e1f256 ath9k_hw: reformat the ar5008, ar9001 and ar9002 initvals to match ar9003 by Felix Fietkau · 14 years ago
  73. f504f5f ath9k_hw: fix a few inconsistencies in initval array names by Felix Fietkau · 14 years ago
  74. e4c0647 iwlwifi: remove key information during device restart by Reinette Chatre · 14 years ago
  75. 123f94f Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  76. 4b78c11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 14 years ago
  77. 41c3104 amd64_edac: Fix syndrome calculation on K8 by Borislav Petkov · 14 years ago
  78. 167a58f perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not available by Conny Seidel · 14 years ago
  79. 246cf9c kbuild: Warn on selecting symbols with unmet direct dependencies by Catalin Marinas · 14 years ago
  80. 5e8e1cc scripts/dtc: Fix a resource leak by Martin Ettl · 15 years ago
  81. 62052be Merge branch 'setlocalversion-speedup' into kbuild/rc-fixes by Michal Marek · 14 years ago
  82. 42c4daf ARM: 6202/1: Do not ARM_DMA_MEM_BUFFERABLE on RealView boards with L210/L220 by Catalin Marinas · 14 years ago
  83. 2503a5e ARM: 6201/1: RealView: Do not use outer_sync() on ARM11MPCore boards with L220 by Catalin Marinas · 14 years ago
  84. 088bcc2 sh: remove bogus highest / lowest logic from clock rate rounding by Guennadi Liakhovetski · 14 years ago
  85. c45f6f1 sh: move a debug printk() to a more meaningful location in the clock driver by Guennadi Liakhovetski · 14 years ago
  86. c7fc77f workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND instead by Tejun Heo · 14 years ago
  87. f342179 workqueue: implement unbound workqueue by Tejun Heo · 14 years ago
  88. bdbc5dd workqueue: prepare for WQ_UNBOUND implementation by Tejun Heo · 14 years ago
  89. ad72cf9 libata: take advantage of cmwq and remove concurrency limitations by Tejun Heo · 14 years ago
  90. f40fd0e Merge branch 'v2.6.35-rc3-iommu-for-next' of git://gitorious.org/~doyu/lk/mainline into omap-for-linus by Tony Lindgren · 14 years ago
  91. 499031a netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECT by Eric Dumazet · 14 years ago
  92. d313dd8 workqueue: fix worker management invocation without pending works by Tejun Heo · 14 years ago
  93. a1e453d workqueue: fix incorrect cpu number BUG_ON() in get_work_gcwq() by Tejun Heo · 14 years ago
  94. 4ce48b3 workqueue: fix race condition in flush_workqueue() by Tejun Heo · 14 years ago
  95. cb44476 workqueue: use worker_set/clr_flags() only from worker itself by Tejun Heo · 14 years ago
  96. 4df53d8 bridge: add per bridge device controls for invoking iptables by Patrick McHardy · 14 years ago
  97. 358aa70 sh: Drop dependence for 29bit mode of trigger_address_error() by Nobuhiro Iwamatsu · 14 years ago
  98. 59615ec sh: Provide a global TLB flush for U/I-TLB clear. by Paul Mundt · 14 years ago
  99. 0a17d8c ixgbe: use NETIF_F_LRO by Stanislaw Gruszka · 14 years ago
  100. de42edd igb: Add comment by Greg Rose · 14 years ago