1. 690d137 Reduce the number of expensive division instructions done by _parse_integer() by David Howells · 12 years ago
  2. d65b4e9 Linux 3.3-rc3 by Linus Torvalds · 12 years ago
  3. 6308240 Merge branch 'iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
  4. 19e75ed Merge branch '3.3-rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  5. 4d39aa1 Merge tag 'md-3.3-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  6. 4a68d54 Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  7. 15a4635 Merge branch 'akpm' (Andrew's tree) by Linus Torvalds · 12 years ago
  8. 025e4ab pcmcia: fix socket refcount decrementing on each resume by Russell King · 12 years ago
  9. b9980cd mm: fix UP THP spin_is_locked BUGs by Hugh Dickins · 12 years ago
  10. ec44fd4 drivers/leds/leds-lm3530.c: fix setting pltfm->als_vmax by Axel Lin · 12 years ago
  11. dc90860 mm: compaction: check for overlapping nodes during isolation for migration by Mel Gorman · 12 years ago
  12. 1ecd3c7 nilfs2: avoid overflowing segment numbers in nilfs_ioctl_clean_segments() by Xi Wang · 12 years ago
  13. e862f2e Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  14. 982d411 Merge tag 'asoc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 12 years ago
  15. a7c4183 ASoC: wm8994: Disable line output discharge prior to ramping VMID by Mark Brown · 12 years ago
  16. f647e15 ASoC: wm8994: Fix typo in VMID ramp setting by Mark Brown · 12 years ago
  17. 2492250 ALSA: oxygen, virtuoso: fix exchanged L/R volumes of aux and CD inputs by Clemens Ladisch · 12 years ago
  18. 927c942 ALSA: usb-audio: add Edirol UM-3G support by Clemens Ladisch · 12 years ago
  19. 98e9685 Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 12 years ago
  20. 8eef05d checkpatch: Warn on code with 6+ tab indentation by Joe Perches · 12 years ago
  21. 6bd113f Merge tag 'ib-srpt-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  22. 95025d6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 12 years ago
  23. 59c1204 ACPI: remove duplicated lines of merging problems with acpi_processor_add by Yinghai Lu · 12 years ago
  24. 84f8bf3 Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  25. e25c173 Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  26. abaaf3e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  27. 416846d ALSA: hda - add support for Uniwill ECS M31EI notebook by Jaroslav Kysela · 12 years ago
  28. 217c8b2 HID: wiimote: fix invalid power_supply_powers call by Jiri Kosina · 12 years ago
  29. b97f6bf ALSA: hda - Fix error handling in patch_ca0132.c by Takashi Iwai · 12 years ago
  30. cfd0d11 Merge tag 'asoc-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus by Takashi Iwai · 12 years ago
  31. 67236c4 target: Fix unsupported WRITE_SAME sense payload by Martin Svec · 12 years ago
  32. 9f9ef6d iscsi: use IP_FREEBIND socket option by Dax Kelson · 12 years ago
  33. 5c55125 iblock: fix handling of large requests by Christoph Hellwig · 12 years ago
  34. 3011684 target: handle empty string writes in sysfs by Dan Carpenter · 12 years ago
  35. c3bc93d iscsi_target: in_aton needs linux/inet.h by Stephen Rothwell · 12 years ago
  36. 7347b5f target: Fix iblock se_dev_attrib.unmap_granularity by Marco Sanvido · 12 years ago
  37. 735703c target: Fix target_submit_cmd() exception handling by Nicholas Bellinger · 12 years ago
  38. 1edcdb4 target: Change target_submit_cmd() to return void by Andy Grover · 12 years ago
  39. 95fe1ee target: accept REQUEST_SENSE with 18bytes by Sebastian Andrzej Siewior · 12 years ago
  40. db91ff5 md: two small fixes to handling interrupt resync. by NeilBrown · 12 years ago
  41. 71ea4ef Documentation: update quilt tree location for Documentation patches by Randy Dunlap · 12 years ago
  42. f5fe184 Documentation: add missing tainted bits to Documentation/sysctl/kernel.txt by Larry Finger · 12 years ago
  43. 14fdbf7 Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  44. 8597559 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  45. 105e518 Merge tag 'hwmon-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  46. 96e02d1 exec: fix use-after-free bug in setup_new_exec() by Heiko Carstens · 12 years ago
  47. 715252d IB/srpt: Don't return freed pointer from srpt_alloc_ioctx_ring() by Jesper Juhl · 12 years ago
  48. d7cb3db HID: wacom: Fix invalid power_supply_powers calls by Przemo Firszt · 12 years ago
  49. d4730ac Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into upstream-fixes by Jiri Kosina · 12 years ago
  50. db966f8 ASoC: wm8994: Enabling VMID should take a runtime PM reference by Mark Brown · 12 years ago
  51. eedec3d ALSA: hda/realtek - Fix a wrong condition by Takashi Iwai · 12 years ago
  52. 226e01e ALSA: emu8000: Remove duplicate linux/moduleparam.h include from emu8000_patch.c by Jesper Juhl · 12 years ago
  53. c88db23 spi-topcliff-pch: rename pch_spi_pcidev to pch_spi_pcidev_driver by Danny Kukawka · 12 years ago
  54. b1a4874 spi: Add spi-s3c64xx driver dependency on ARCH_EXYNOS4 by Sylwester Nawrocki · 12 years ago
  55. 585c0fd hwmon: (w83627ehf) Fix number of fans for NCT6776F by Guenter Roeck · 12 years ago
  56. 23783f8 Merge tag 'pm-fixes-for-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  57. d020283 PM / QoS: CPU C-state breakage with PM Qos change by Venkatesh Pallipadi · 12 years ago
  58. 379e0be PM / Freezer: Thaw only kernel threads if freezing of kernel threads fails by Srivatsa S. Bhat · 12 years ago
  59. d914202 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  60. ca43784 ARM: bcmring: fix build failure in mach-bcmring/arch.c by Paul Gortmaker · 12 years ago
  61. 864e5e3 ARM: bcmring: remove unused DMA map code by JD Zheng · 12 years ago
  62. 31c150a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  63. 4554c13 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 12 years ago
  64. 82bdc84 Merge branch 'akpm' by Linus Torvalds · 12 years ago
  65. 71b1b20 Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3 by Linus Torvalds · 12 years ago
  66. 5008231 Revert "mtd: atmel_nand: optimize read/write buffer functions" by Artem Bityutskiy · 12 years ago
  67. d125666 Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  68. 0bf380b mm: compaction: check pfn_valid when entering a new MAX_ORDER_NR_PAGES block during isolation for migration by Mel Gorman · 12 years ago
  69. 3deaa71 readahead: fix pipeline break caused by block plug by Shaohua Li · 12 years ago
  70. 55ca614 kprobes: fix a memory leak in function pre_handler_kretprobe() by Jiang Liu · 12 years ago
  71. cbcb834 drivers/tty/vt/vt_ioctl.c: fix KDFONTOP 32bit compatibility layer by Samuel Thibault · 12 years ago
  72. 9261818 lkdtm: avoid calling lkdtm_do_action() with spinlock held by Cong Wang · 12 years ago
  73. 99f02ef mm/filemap_xip.c: fix race condition in xip_file_fault() by Carsten Otte · 12 years ago
  74. 82b3f2a mm/memcontrol.c: fix warning with CONFIG_NUMA=n by Andrew Morton · 12 years ago
  75. 31e0017 avr32: select generic atomic64_t support by Fabio Baltieri · 12 years ago
  76. 35512ec mm: postpone migrated page mapping reset by Konstantin Khlebnikov · 12 years ago
  77. a1b58c2 xtensa: fix memscan() by Akinobu Mita · 12 years ago
  78. 070f420 MAINTAINERS: update lguest F: patterns by Joe Perches · 12 years ago
  79. cdb7232 MAINTAINERS: remove staging sections by Joe Perches · 12 years ago
  80. 0960e7d MAINTAINERS: remove iMX5 section by Joe Perches · 12 years ago
  81. 20d16fe MAINTAINERS: update partitions block F: patterns by Joe Perches · 12 years ago
  82. 7c7ed8e Merge tag 'kmemleak-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux by Linus Torvalds · 12 years ago
  83. 7f06db3 Merge tag 'sound-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 12 years ago
  84. 2bd05db mfd: Avoid twl6040-codec PLL reconfiguration when not needed by Peter Ujfalusi · 12 years ago
  85. f8447d6 mfd: Store twl6040-codec mclk configuration by Peter Ujfalusi · 12 years ago
  86. 3af3363 IB/srpt: Fix ERR_PTR() vs. NULL checking confusion by Dan Carpenter · 13 years ago
  87. 5a97d0a ARM: 7314/1: kuser: consistently use usr_ret for returning from helpers by Will Deacon · 12 years ago
  88. b544d1e ALSA: hda/realtek - Add missing Bass and CLFE as vmaster slaves by Takashi Iwai · 12 years ago
  89. 82b982c Input: i8042 - add Lenovo Ideapad U455 to 'reset' blacklist by Igor Murzov · 12 years ago
  90. 6c073a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  91. ff05f60 include/linux/lp8727.h: Remove executable bit by Josh Triplett · 12 years ago
  92. de47a41 cifs: Fix oops in session setup code for null user mounts by Shirish Pargaonkar · 12 years ago
  93. d23a4b3 rbd: fix safety of rbd_put_client() by Alex Elder · 12 years ago
  94. ebfded8 IB/srpt: Remove unneeded <linux/version.h> include by Jesper Juhl · 12 years ago
  95. f225066 IB/srpt: Use ARRAY_SIZE() instead of open-coding by Roland Dreier · 12 years ago
  96. 486d8b9 IB/srpt: Use DEFINE_SPINLOCK()/LIST_HEAD() by Roland Dreier · 12 years ago
  97. 8cdb878 Fix race in process_vm_rw_core by Christopher Yeoh · 12 years ago
  98. 97bb59a rbd: fix a memory leak in rbd_get_client() by Alex Elder · 12 years ago
  99. d8fb02a ceph: create a new session lock to avoid lock inversion by Alex Elder · 12 years ago
  100. 32852a8 ceph: fix length validation in parse_reply_info() by Xi Wang · 12 years ago