1. df462b3 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 13 years ago
  2. 343800e Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 13 years ago
  3. f4e0bcf hwmon: (coretemp) Add comments describing the handling of HT CPUs by Guenter Roeck · 13 years ago
  4. 5f2e8e2 kernel/watchdog.c: Use proper ANSI C prototypes by Linus Torvalds · 13 years ago
  5. 6e9101a watchdog: Fix non-standard prototype of get_softlockup_thresh() by Ingo Molnar · 13 years ago
  6. fb66c52 ARM: mach-shmobile: Add SDHI support for AG5EVM and sh73a0 by Magnus Damm · 13 years ago
  7. 2007aea ARM: arch-shmobile: Use multiple irq vectors for SDHI by Simon Horman · 13 years ago
  8. 6b36fdd ARM: mach-shmobile: AG5EVM DSI resource string update by Magnus Damm · 13 years ago
  9. 60116a7 ARM: mach-shmobile: sh73a0 twd_base fix by Magnus Damm · 13 years ago
  10. 34154f3 ARM: mach-shmobile: headsmp.S build fix by Magnus Damm · 13 years ago
  11. 6776fba ARM: mach-shmobile: Disable sh7372 RT side MSTP bits by Magnus Damm · 13 years ago
  12. a63666c ARM: mach-shmobile: PLL does not have to run constantly for HDMI by Guennadi Liakhovetski · 13 years ago
  13. fe78e68 ARM: mach-shmobile: add DMA for MMCIF on mackerel by Guennadi Liakhovetski · 13 years ago
  14. 5bcd751 ARM: mach-shmobile: MMCIF on mackerel can also be a module by Guennadi Liakhovetski · 13 years ago
  15. c9fcf00 ARM: mach-shmobile: sh7377 UIO platform data V3 by Magnus Damm · 13 years ago
  16. 6822471 ARM: mach-shmobile: sh7372 UIO platform data V3 by Magnus Damm · 13 years ago
  17. de32835 ARM: mach-shmobile: sh7367 UIO platform data V3 by Magnus Damm · 13 years ago
  18. 1d0738e ARM: mach-shmobile: Use SCIFA and SCIFB port types on sh7377 by Magnus Damm · 13 years ago
  19. f61831e ARM: mach-shmobile: ap4evb, mackerel: fixup scif initialisation for zboot by Simon Horman · 13 years ago
  20. 3c1105d cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5) by Jeff Layton · 13 years ago
  21. 724d9f1 CIFS: Simplify mount code for further shared sb capability by Pavel Shilovsky · 13 years ago
  22. 8b1aaea Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into rmobile-latest by Paul Mundt · 13 years ago
  23. 0f61f3e perf tools: Fix sample type size calculation in 32 bits archs by Frederic Weisbecker · 13 years ago
  24. a697dc9 m68k: merge non-mmu and mmu versions of m68k_ksyms.c by Greg Ungerer · 13 years ago
  25. 2c7f3fe m68knommu: remove un-needed exporting of COLDFIRE symbols by Greg Ungerer · 13 years ago
  26. dcc4d72 m68knommu: move EXPORT of kernel_thread to function definition by Greg Ungerer · 13 years ago
  27. b33972e m68knommu: move EXPORT of local checksumming functions to definitions by Greg Ungerer · 13 years ago
  28. 67cc09e m68knommu: move EXPORT of dump_fpu to function definition by Greg Ungerer · 13 years ago
  29. b1ffa25 m68knommu: clean up mm/init_no.c by Greg Ungerer · 13 years ago
  30. f225c86 m68k: merge the mmu and non-mmu mm/Makefile by Greg Ungerer · 13 years ago
  31. 1bccc43 m68k: mv kmap_mm.c to kmap.c by Greg Ungerer · 13 years ago
  32. 593732b m68knommu: remove stubs for __ioremap() and iounmap() by Greg Ungerer · 13 years ago
  33. 92474a2 m68knommu: remove unused kernel_set_cachemode() by Greg Ungerer · 13 years ago
  34. 9461702 m68k: let Makefile sort out compiling mmu and non-mmu lib/checksum.c by Greg Ungerer · 13 years ago
  35. 66d83ab m68k: remove duplicate memcpy() implementation by Greg Ungerer · 13 years ago
  36. d10ed2f m68k: remove duplicate memset() implementation by Greg Ungerer · 13 years ago
  37. 80160de m68k: remove duplicate memmove() implementation by Greg Ungerer · 13 years ago
  38. b82ed87 m68k: merge mmu and non-mmu versions of lib/Makefile by Greg Ungerer · 13 years ago
  39. 98d655a m68k: merge mmu and non-mmu versions of muldi3 by Greg Ungerer · 13 years ago
  40. 931474c4 Merge branch 'drm-radeon-next' of /ssd/git/drm-radeon-next into drm-core-next by Dave Airlie · 13 years ago
  41. 2ec8a5f drivers/gpu/drm/radeon/atom.c: fix warning by Andrew Morton · 13 years ago
  42. d19c37a5 drm/radeon/kms: bump kms version number by Alex Deucher · 13 years ago
  43. 5bfa487 drm/radeon/kms: properly set num banks for fusion asics by Alex Deucher · 13 years ago
  44. ac89af1 drm/radeon/kms/atom: move dig phy init out of modesetting by Alex Deucher · 13 years ago
  45. bb92091 drm/radeon/kms/cayman: fix typo in register mask by Alex Deucher · 13 years ago
  46. d0ae3e8 drm/radeon/kms: fix typo in spread spectrum code by Alex Deucher · 13 years ago
  47. 5e152b4 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  48. c2b6773 jbd: Fix comment to match the code in journal_start() by Eryu Guan · 13 years ago
  49. 4e2d949 PM / Hibernate: Update some comments in core hibernate code by Rafael J. Wysocki · 13 years ago
  50. a77febb Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 13 years ago
  51. 42cd71b Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  52. f503993 Documentation: update GregKH links by Vikram Narayanan · 13 years ago
  53. f14d8d3 Documentation: fix vgaarbiter.txt typos etc. by Nicolas Kaiser · 13 years ago
  54. 8208266 Documentation: update LXR web link by Harry Wei · 13 years ago
  55. 52307a9 Documentation: update epoll sysctl text by Lucian Adrian Grijincu · 13 years ago
  56. 56dab6c Documentation: update dontdiff file by Randy Dunlap · 13 years ago
  57. 6c4a5cb net: filter: Use WARN_RATELIMIT by Joe Perches · 13 years ago
  58. b3eec79 bug.h: Add WARN_RATELIMIT by Joe Perches · 13 years ago
  59. 8efa885 sch_sfq: avoid giving spurious NET_XMIT_CN signals by Eric Dumazet · 13 years ago
  60. a4910b7 ehea: Fix multicast registration on semi-promiscuous mode by Breno Leitao · 13 years ago
  61. 86ff9baa ptp: Fix dp83640 build warning when building statically by John Stultz · 13 years ago
  62. 418f275 snap: remove one synchronize_net() by Eric Dumazet · 13 years ago
  63. 19a76fa net: ping: cleanups ping_v4_unhash() by Eric Dumazet · 13 years ago
  64. cb646e2 ptp: Added a clock driver for the National Semiconductor PHYTER. by Richard Cochran · 13 years ago
  65. 32bd93e ptp: Added a clock driver for the IXP46x. by Richard Cochran · 13 years ago
  66. c78275f ptp: Added a clock that uses the eTSEC found on the MPC85xx. by Richard Cochran · 13 years ago
  67. d94ba80 ptp: Added a brand new class driver for ptp clocks. by Richard Cochran · 13 years ago
  68. 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
  69. 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
  70. 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
  71. 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
  72. b18bf09 x86, apic: Include module.h header in apic_flat_64.c by Randy Dunlap · 13 years ago
  73. 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
  74. 072bd7e ext4: use truncate_setsize() unconditionally by Theodore Ts'o · 13 years ago
  75. 37bb04e CIFS: Simplify connection structure search calls by Pavel Shilovsky · 13 years ago
  76. bb74e8c hwmon: (coretemp) Fix compile error if CONFIG_SMP is not defined by Guenter Roeck · 13 years ago
  77. d6c0cb3 Merge branch 'cleanups_and_fixes' into inode_numbers by Chris Mason · 13 years ago
  78. 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
  79. 737b94e IB/srp: Fix integer -> pointer cast warnings by Roland Dreier · 13 years ago
  80. 9a55d97 Merge branch 'devel-stable' into for-linus by Russell King · 13 years ago
  81. ec19628 Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and 'spear' into for-linus by Russell King · 13 years ago
  82. 313d2c0 ALSA: hda - Fix initial capture-source with auto-mic for Cxt auto-parser by Takashi Iwai · 13 years ago
  83. c3af098 IB: Add devnode methods to cm_class and umad_class by Roland Dreier · 13 years ago
  84. c8367c4 IB/mad: Return EPROTONOSUPPORT when an RDMA device lacks the QP required by Ira Weiny · 13 years ago
  85. 71c29bd IB/uverbs: Add devnode method to set path/mode by Roland Dreier · 13 years ago
  86. c02324a cifs: remove unused SMB2 config and mount options by Christoph Hellwig · 13 years ago
  87. 506a419 ALSA: hda - Fix auto-mic detection in Conexant codec-parser by Takashi Iwai · 13 years ago
  88. 825cdcb splice: add wakeup_pipe_readers() by Namhyung Kim · 13 years ago
  89. 04ea2f8 RDMA/ucma: Add .nodename/.mode to tell userspace where to create device node by Roland Dreier · 13 years ago
  90. 4cbadbd blk-cgroup: Initialize ioc->cgroup_changed at ioc creation time by Vivek Goyal · 13 years ago
  91. 1f78160 Btrfs: using rcu lock in the reader side of devices list by Xiao Guangrong · 13 years ago
  92. 4622470 Btrfs: drop unnecessary device lock by Xiao Guangrong · 13 years ago
  93. 0c1daee Btrfs: fix the race between remove dev and alloc chunk by Xiao Guangrong · 13 years ago
  94. c9513ed Btrfs: fix the race between reading and updating devices by Xiao Guangrong · 13 years ago
  95. 4f6c932 Btrfs: fix bh leak on __btrfs_open_devices path by Xiao Guangrong · 13 years ago
  96. c7f895a Btrfs: fix unsafe usage of merge_state by Xiao Guangrong · 13 years ago
  97. 8233767 Btrfs: allocate extent state and check the result properly by Xiao Guangrong · 13 years ago
  98. b083916 fs/btrfs: Add missing btrfs_free_path by Julia Lawall · 13 years ago
  99. 37daa4f Btrfs: check return value of btrfs_inc_extent_ref() by Tsutomu Itoh · 13 years ago
  100. c00e949 Btrfs: return error to caller if read_one_inode() fails by Tsutomu Itoh · 13 years ago