1. 47143b0 Merge branch 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 14 years ago
  2. 0b9466c Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  3. e5fa506 Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6 by Linus Torvalds · 14 years ago
  4. 3070fb8 Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 14 years ago
  5. 68ca92a Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 14 years ago
  6. c42978f Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  7. 91d95fd arch/x86/include/asm/fixmap.h: mark __set_fixmap_offset as __always_inline by Andrew Morton · 14 years ago
  8. 27af038 scripts: fix gfp-translate for recent changes to gfp.h by Mel Gorman · 14 years ago
  9. da90587 reiserfs: fix inode mutex - reiserfs lock misordering by Frederic Weisbecker · 14 years ago
  10. d1d7357 backlight: grab ops_lock before testing bd->ops by Uwe Kleine-König · 14 years ago
  11. b38eeaa drivers/misc/isl29020.c: remove incorrect kfree in isl29020_remove() by Axel Lin · 14 years ago
  12. ea251c1 pagemap: set pagemap walk limit to PMD boundary by Naoya Horiguchi · 14 years ago
  13. 5f0af70 mm: remove call to find_vma in pagewalk for non-hugetlbfs by David Sterba · 14 years ago
  14. e9959f0 mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly called under stop_machine_run() by KAMEZAWA Hiroyuki · 14 years ago
  15. a42c390 cgroups: make swap accounting default behavior configurable by Michal Hocko · 14 years ago
  16. b1dd693 memcg: avoid deadlock between move charge and try_charge() by Daisuke Nishimura · 14 years ago
  17. 11e7946 drivers/leds/leds-lp5523.c: perform SW reset before detection by Samu Onkalo · 14 years ago
  18. 95ea8ee drivers/leds/leds-lp5521.c: perform SW reset before detection by Samu Onkalo · 14 years ago
  19. 2e4840e drivers/leds/leds-lp5523.c: adjust delays and add comments to them by Samu Onkalo · 14 years ago
  20. 09c76b0 drivers/leds/leds-lp5521.c: adjust delays and add comments to them by Samu Onkalo · 14 years ago
  21. 87dbf62 drivers/leds/leds-lp5523.c: change some macros to functions by Samu Onkalo · 14 years ago
  22. 9fdb18b drivers/leds/leds-lp5521.c: change some macros to functions by Samu Onkalo · 14 years ago
  23. a0822c5 fuse: fix attributes after open(O_TRUNC) by Ken Sumrall · 14 years ago
  24. c22c7ae sgi-xpc: XPC fails to discover partitions with all nasids above 128 by Robin@sgi.com · 14 years ago
  25. 112bc2e memcg: fix false positive VM_BUG on non-SMP by Kirill A. Shutemov · 14 years ago
  26. 69e83da uml: disable winch irq before freeing handler data by Will Newton · 14 years ago
  27. 04c3496 nommu: yield CPU while disposing VM by Steven J. Magnani · 14 years ago
  28. 3a3a1af include/linux/fs.h: fix userspace build by Loïc Minier · 14 years ago
  29. 50d431e8 leds: fix bug with reading NAS SS4200 dmi code by Steven Rostedt · 14 years ago
  30. 0e91ec0 ARM: 6482/2: Fix find_next_zero_bit and related assembly by James Jones · 14 years ago
  31. f02cbbe pci root complex: support for tile architecture by Chris Metcalf · 14 years ago
  32. e5a0693 drivers/net/tile/: on-chip network drivers for the tile architecture by Chris Metcalf · 14 years ago
  33. c07a1c6 sisfb: delete osdef.h by Aaro Koskinen · 14 years ago
  34. 1f8e6ee sisfb: move the CONFIG warning to sis_main.c by Aaro Koskinen · 14 years ago
  35. ec49ec3 sisfb: replace SiS_SetMemory with memset_io by Aaro Koskinen · 14 years ago
  36. 2ad2847 sisfb: remove InPort/OutPort wrappers by Aaro Koskinen · 14 years ago
  37. f7854e5 sisfb: use CONFIG_FB_SIS_301/315 instead of SIS301/315H by Aaro Koskinen · 14 years ago
  38. b6c30ca sisfb: delete redudant #define SIS_LINUX_KERNEL by Aaro Koskinen · 14 years ago
  39. e7d828a sisfb: delete dead SIS_XORG_XF86 code by Aaro Koskinen · 14 years ago
  40. f3fff73 sisfb: delete fallback code for pci_map_rom() by Aaro Koskinen · 14 years ago
  41. 8807236 sisfb: delete obsolete PCI ROM bug workaround by Aaro Koskinen · 14 years ago
  42. be20e6c md: Call blk_queue_flush() to establish flush/fua support by Darrick J. Wong · 14 years ago
  43. 8f9e0ee md/raid1: really fix recovery looping when single good device fails. by NeilBrown · 14 years ago
  44. c26a44e md: fix return value of rdev_size_change() by Justin Maggard · 14 years ago
  45. be6528b virtio: fix format of sysfs driver/vendor files by Stephen Hemminger · 14 years ago
  46. 22e132f Char: virtio_console, fix memory leak by Jiri Slaby · 14 years ago
  47. 7ae4b86 virtio: return correct capacity to users by Michael S. Tsirkin · 14 years ago
  48. dfd62d1 module: Update prototype for ref_module (formerly use_module) by Anders Kaseorg · 14 years ago
  49. ea49b16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  50. a4ec046 Merge branch 'upstream/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 14 years ago
  51. 3cbaa0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  52. e945716 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  53. 28c22d7 ARM: 6490/1: MM: bugfix: initialize spinlock for init_mm.context by MyungJoo Ham · 14 years ago
  54. 932c42b ARM: avoid annoying <4>'s in printk output by Russell King · 14 years ago
  55. 5d61b71 SCSI: arm fas216: fix missing ';' by Russell King · 14 years ago
  56. 9e8c32c Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 14 years ago
  57. bf86f07 Merge branch 'for-2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6 into fix/asoc by Takashi Iwai · 14 years ago
  58. f6a1f21 Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 by Russell King · 14 years ago
  59. 48c88e8 ALSA: hda - Identify more variants for ALC269 by Kailang Yang · 14 years ago
  60. 1657cbd ALSA: hda - Fix wrong ALC269 variant check by Kailang Yang · 14 years ago
  61. 6027277 ALSA: hda - Enable jack sense for Thinkpad Edge 11 by Manoj Iyer · 14 years ago
  62. d090f59 ALSA: Revert "ALSA: hda - Fix switching between dmic and mic using the same mux on IDT/STAC" by Takashi Iwai · 14 years ago
  63. 9b83215 Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into upstream/for-linus by Jeremy Fitzhardinge · 14 years ago
  64. 1233471 xen/events: Use PIRQ instead of GSI value when unmapping MSI/MSI-X irqs. by Konrad Rzeszutek Wilk · 14 years ago
  65. ec35a69 xen: set IO permission early (before early_cpu_init()) by Konrad Rzeszutek Wilk · 14 years ago
  66. cf41a51 of/phylib: Use device tree properties to initialize Marvell PHYs. by David Daney · 14 years ago
  67. 9060073 phylib: Add support for Marvell 88E1149R devices. by David Daney · 14 years ago
  68. 27d916d phylib: Use common page register definition for Marvell PHYs. by David Daney · 14 years ago
  69. 84cf702 qlge: Fix incorrect usage of module parameters and netdev msg level by Sonny Rao · 14 years ago
  70. 88b2a9a ipv6: fix missing in6_ifa_put in addrconf by John Fastabend · 14 years ago
  71. b0c4d4e ARM: avoid marking decompressor .stack section as having contents by Russell King · 14 years ago
  72. 01e0f13 ALSA: hda - Fixed ALC887-VD initial error by Kailang Yang · 14 years ago
  73. 1beded5 ALSA: atmel - Fix the return value in error path by Takashi Iwai · 14 years ago
  74. 673f7a8 ALSA: hda: Use hp-laptop quirk to enable headphones automute for Asus A52J by Daniel T Chen · 14 years ago
  75. c0763e6 ALSA: snd-atmel-abdac: test wrong variable by Vasiliy Kulikov · 14 years ago
  76. 78ac07b ALSA: azt3328: period bug fix (for PA), add missing ACK on stop timer by Andreas Mohr · 14 years ago
  77. a0e90ac ALSA: hda: Add Samsung R720 SSID for subwoofer pin fixup by Daniel T Chen · 14 years ago
  78. 5dbea6b ALSA: sound/pci/asihpi/hpioctl.c: Remove unnecessary casts of pci_get_drvdata by Joe Perches · 14 years ago
  79. c80c1d5 ALSA: sound/core/pcm_lib.c: Remove unnecessary semicolons by Joe Perches · 14 years ago
  80. 2fb50f1 ALSA: sound/ppc: Use printf extension %pR for struct resource by Joe Perches · 14 years ago
  81. 0613a59 ALSA: ac97: Apply quirk for Dell Latitude D610 binding Master and Headphone controls by Daniel T Chen · 14 years ago
  82. 3561d43 Linux 2.6.37-rc3 by Linus Torvalds · 14 years ago
  83. 1142b71 ARM: 6489/1: thumb2: fix incorrect optimisation in usracc by Will Deacon · 14 years ago
  84. 8fbb97a2 ARM: 6488/1: nomadik: prevent sched_clock() wraparound by Linus Walleij · 14 years ago
  85. 963fec4 ARM: 6484/1: fix compile warning in mm/init.c by Anand Gadiyar · 14 years ago
  86. ffc43ef ARM: 6473/1: Small update to ux500 specific L2 cache code by Per Fransson · 14 years ago
  87. ddab1a3 SuperH IrDA: correct Baud rate error correction by Nicolas Kaiser · 14 years ago
  88. 33ac0b8 atl1c: Fix hardware type check for enabling OTP CLK by Ben Hutchings · 14 years ago
  89. 7a1c8e5 net: allow GFP_HIGHMEM in __vmalloc() by Eric Dumazet · 14 years ago
  90. a6c36ee bonding: change list contact to netdev@vger.kernel.org by Simon Horman · 14 years ago
  91. ab08853 e1000: fix screaming IRQ by Anupam Chanda · 14 years ago
  92. c0ba10b ARM: improve compiler's ability to optimize page tables by Russell King · 14 years ago
  93. d2a8171 xen: re-enable boot-time ballooning by Jeremy Fitzhardinge · 14 years ago
  94. 66946f6 xen/balloon: make sure we only include remaining extra ram by Jeremy Fitzhardinge · 14 years ago
  95. 2f70e0a xen/balloon: the balloon_lock is useless by Jeremy Fitzhardinge · 14 years ago
  96. 9be4d45 xen: add extra pages to balloon by Jeremy Fitzhardinge · 14 years ago
  97. b86db47 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  98. e681c04 ext4: Add EXT4_IOC_TRIM ioctl to handle batched discard by Lukas Czerner · 14 years ago
  99. 93bb41f fs: Do not dispatch FITRIM through separate super_operation by Lukas Czerner · 14 years ago
  100. 76db8ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago