1. a4910b7 ehea: Fix multicast registration on semi-promiscuous mode by Breno Leitao · 13 years ago
  2. 86ff9baa ptp: Fix dp83640 build warning when building statically by John Stultz · 13 years ago
  3. 418f275 snap: remove one synchronize_net() by Eric Dumazet · 13 years ago
  4. 19a76fa net: ping: cleanups ping_v4_unhash() by Eric Dumazet · 13 years ago
  5. cb646e2 ptp: Added a clock driver for the National Semiconductor PHYTER. by Richard Cochran · 13 years ago
  6. 32bd93e ptp: Added a clock driver for the IXP46x. by Richard Cochran · 13 years ago
  7. c78275f ptp: Added a clock that uses the eTSEC found on the MPC85xx. by Richard Cochran · 13 years ago
  8. d94ba80 ptp: Added a brand new class driver for ptp clocks. by Richard Cochran · 13 years ago
  9. ea2b50e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  10. 15a3d11 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  11. 1f3a8e0 Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 13 years ago
  12. c44dead Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  13. b18bf09 x86, apic: Include module.h header in apic_flat_64.c by Randy Dunlap · 13 years ago
  14. 99dff58 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  15. 072bd7e ext4: use truncate_setsize() unconditionally by Theodore Ts'o · 13 years ago
  16. 37bb04e CIFS: Simplify connection structure search calls by Pavel Shilovsky · 13 years ago
  17. bb74e8c hwmon: (coretemp) Fix compile error if CONFIG_SMP is not defined by Guenter Roeck · 13 years ago
  18. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  19. 30cb6d5 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  20. 737b94e IB/srp: Fix integer -> pointer cast warnings by Roland Dreier · 13 years ago
  21. 9a55d97 Merge branch 'devel-stable' into for-linus by Russell King · 13 years ago
  22. ec19628 Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and 'spear' into for-linus by Russell King · 13 years ago
  23. 313d2c0 ALSA: hda - Fix initial capture-source with auto-mic for Cxt auto-parser by Takashi Iwai · 13 years ago
  24. c3af098 IB: Add devnode methods to cm_class and umad_class by Roland Dreier · 13 years ago
  25. c8367c4 IB/mad: Return EPROTONOSUPPORT when an RDMA device lacks the QP required by Ira Weiny · 13 years ago
  26. 71c29bd IB/uverbs: Add devnode method to set path/mode by Roland Dreier · 13 years ago
  27. c02324a cifs: remove unused SMB2 config and mount options by Christoph Hellwig · 13 years ago
  28. 506a419 ALSA: hda - Fix auto-mic detection in Conexant codec-parser by Takashi Iwai · 13 years ago
  29. 825cdcb splice: add wakeup_pipe_readers() by Namhyung Kim · 13 years ago
  30. 04ea2f8 RDMA/ucma: Add .nodename/.mode to tell userspace where to create device node by Roland Dreier · 13 years ago
  31. 4cbadbd blk-cgroup: Initialize ioc->cgroup_changed at ioc creation time by Vivek Goyal · 13 years ago
  32. 1f78160 Btrfs: using rcu lock in the reader side of devices list by Xiao Guangrong · 13 years ago
  33. 4622470 Btrfs: drop unnecessary device lock by Xiao Guangrong · 13 years ago
  34. 0c1daee Btrfs: fix the race between remove dev and alloc chunk by Xiao Guangrong · 13 years ago
  35. c9513ed Btrfs: fix the race between reading and updating devices by Xiao Guangrong · 13 years ago
  36. 4f6c932 Btrfs: fix bh leak on __btrfs_open_devices path by Xiao Guangrong · 13 years ago
  37. c7f895a Btrfs: fix unsafe usage of merge_state by Xiao Guangrong · 13 years ago
  38. 8233767 Btrfs: allocate extent state and check the result properly by Xiao Guangrong · 13 years ago
  39. b083916 fs/btrfs: Add missing btrfs_free_path by Julia Lawall · 13 years ago
  40. 37daa4f Btrfs: check return value of btrfs_inc_extent_ref() by Tsutomu Itoh · 13 years ago
  41. c00e949 Btrfs: return error to caller if read_one_inode() fails by Tsutomu Itoh · 13 years ago
  42. 1cd3079 Btrfs: BUG_ON is deleted from the caller of btrfs_truncate_item & btrfs_extend_item by Tsutomu Itoh · 13 years ago
  43. 65a246c Btrfs: return error code to caller when btrfs_del_item fails by Tsutomu Itoh · 13 years ago
  44. b0b802d Btrfs: return error code to caller when btrfs_previous_item fails by Tsutomu Itoh · 13 years ago
  45. 27160b6 btrfs: fix typo 'testeing' -> 'testing' by Sergei Trofimovich · 13 years ago
  46. 9694b3f btrfs: typo: 'btrfS' -> 'btrfs' by Sergei Trofimovich · 13 years ago
  47. c4f675c btrfs: don't spin in shrink_delalloc if there is nothing to free by Sergei Trofimovich · 13 years ago
  48. 4867faa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  49. 0f3b708 btrfs: Delete unused version.sh script. by Jamey Sharp · 13 years ago
  50. e215686 btrfs: Ensure the tree search ioctl returns the right number of records by Hugo Mills · 13 years ago
  51. 0956c79 BTRFS: Remove unused node_lock by Andi Kleen · 13 years ago
  52. 4b60e5f Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generic', 'consolidate-smp', 'consolidate-stmp' and 'consolidate-zones' into consolidate by Russell King · 13 years ago
  53. e8765af ARM: bcmring: convert to use sp804 clockevents by Russell King · 13 years ago
  54. 82d6373 ARM: bcmring: convert to sp804 clocksource by Russell King · 13 years ago
  55. ede2e23 ARM: 6912/1: bcmring: Add clkdev table in init_early by Jiandong Zheng · 13 years ago
  56. 23828a7 clockevents: ARM sp804: obtain sp804 timer rate via clks by Russell King · 13 years ago
  57. 57cc4f7 clockevents: ARM sp804: allow clockevent name to be specified by Russell King · 13 years ago
  58. 7ff550d clocksource: ARM sp804: obtain sp804 timer rate via clks by Russell King · 13 years ago
  59. fb593cf clocksource: ARM sp804: allow clocksource name to be specified by Russell King · 13 years ago
  60. 933e54a clocksource: convert OMAP1 to 32-bit down counting clocksource by Russell King · 13 years ago
  61. 5c61ddc clocksource: convert MXS timrotv2 to 32-bit down counting clocksource by Russell King · 13 years ago
  62. d6e15d7 clocksource: convert SPEAr platforms 16-bit up counting clocksource by Russell King · 13 years ago
  63. c5039f5 clocksource: convert Integrator/AP 16-bit down counting clocksource by Russell King · 13 years ago
  64. 6fa5d5f clocksource: convert W90x900 24-bit down counting clocksource by Russell King · 13 years ago
  65. bfe45e0 clocksource: convert ARM 32-bit down counting clocksources by Russell King · 13 years ago
  66. 234b6ce clocksource: convert ARM 32-bit up counting clocksources by Russell King · 13 years ago
  67. 442c817 clocksource: add common mmio clocksource by Russell King · 13 years ago
  68. 1ba4c3c ARM: update sa1100 to reflect PXA updates by Russell King · 13 years ago
  69. 111c775 ARM: omap1: convert to using readl/writel instead of volatile struct by Russell King · 13 years ago
  70. 29d668d ARM: omap1: delete useless interrupt handler by Russell King · 13 years ago
  71. df4c144 ARM: s5p: consolidate selection of timer register by Russell King · 13 years ago
  72. d90c732 Btrfs: leave spinning on lookup and map the leaf by Josef Bacik · 13 years ago
  73. 207dde8 Btrfs: check for duplicate entries in the free space cache by Josef Bacik · 13 years ago
  74. cca1c81 Btrfs: don't try to allocate from a block group that doesn't have enough space by Josef Bacik · 13 years ago
  75. 026fd31 Btrfs: don't always do readahead by Josef Bacik · 13 years ago
  76. 589d8ad Btrfs: try not to sleep as much when doing slow caching by Josef Bacik · 13 years ago
  77. d82a6f1 Btrfs: kill BTRFS_I(inode)->block_group by Josef Bacik · 13 years ago
  78. 7e2355b Btrfs: don't look at the extent buffer level 3 times in a row by Josef Bacik · 13 years ago
  79. cb25c2e Btrfs: map the node block when looking for readahead targets by Josef Bacik · 13 years ago
  80. af60bed Btrfs: set range_start to the right start in count_range_bits by Josef Bacik · 13 years ago
  81. fcb80c2 Btrfs: fix how we do space reservation for truncate by Josef Bacik · 13 years ago
  82. a4abeea Btrfs: kill trans_mutex by Josef Bacik · 13 years ago
  83. 2a1eb46 Btrfs: if we've already started a trans handle, use that one by Josef Bacik · 13 years ago
  84. 7a7eaa4 Btrfs: take away the num_items argument from btrfs_join_transaction by Josef Bacik · 13 years ago
  85. 74b2107 Btrfs: make sure to use the delalloc reserve when filling delalloc by Josef Bacik · 13 years ago
  86. bfb91fb Merge branch 'slab/next' into for-linus by Pekka Enberg · 13 years ago
  87. 1a717c0 davinci: move DM64XX_VDD3P3V_PWDN to devices.c by Manjunath Hadli · 13 years ago
  88. 6fad2b5 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 13 years ago
  89. 1950482 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  90. 603605a ARM: 6939/1: fix missing 'cpu_relax()' declaration by Marc Zyngier · 13 years ago
  91. 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  92. ee9ec4f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 13 years ago
  93. e0c6b8a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/apm by Linus Torvalds · 13 years ago
  94. 4d5336d ARM: 6895/1: mach-ux500: fix SMP secondary startup regression by Linus Walleij · 13 years ago
  95. 0f7b332 ARM: consolidate SMP cross call implementation by Russell King · 13 years ago
  96. 710421cc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  97. d7ef64a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  98. ff2a994 block: move bd_set_size() above rescan_partitions() in __blkdev_get() by Tejun Heo · 13 years ago
  99. dc7ad3b ARM: Fix generic irq chip by Russell King · 13 years ago
  100. 901025d dlm: make plock operation killable by David Teigland · 13 years ago