1. ae6b4d8 pinctrl: add a pin config interface by Linus Walleij · 13 years ago
  2. b4e3ac7 pinctrl/coh901: driver to request its pins by Linus Walleij · 13 years ago
  3. f812f0f pinctrl: u300-pinmux: register proper GPIO ranges by Linus Walleij · 13 years ago
  4. ca402d3 pinctrl: move the U300 GPIO driver to pinctrl by Linus Walleij · 13 years ago
  5. 59b099b pinctrl: make it possible to add multiple maps by Linus Walleij · 13 years ago
  6. 97607d1 pinctrl: make a copy of pinmux map by Linus Walleij · 13 years ago
  7. 542e704 pinctrl: GPIO direction support for muxing by Linus Walleij · 13 years ago
  8. 75d6642 pinctrl: print pin range in GPIO range debugs by Linus Walleij · 13 years ago
  9. 3c739ad pinctrl: add a pin_base for sparse gpio-ranges by Chanho Park · 13 years ago
  10. 33d5894 pinctrl: unify pin type from signed to unsigned by Marek Belisko · 13 years ago
  11. 336cdba0 pinctrl: documentation update by Linus Walleij · 13 years ago
  12. 3712a3c pinctrl: add explicit gpio_disable_free pinmux_op by Stephen Warren · 13 years ago
  13. d2f6a1c pinctrl: remove double pin validity check. by Marek Belisko · 13 years ago
  14. 7afde8b pinctrl: move group lookup to core by Linus Walleij · 13 years ago
  15. b84e673 pinctrl: iterate over u300_pmx_mask's in u300_pmx_endisable by Rajendra Nayak · 13 years ago
  16. cc96ffb pinctrl: remove two unused global variables by Uwe Kleine-König · 13 years ago
  17. 3838d32 pinctrl: make the "Debug PINCTRL calls" entry actually do something by Uwe Kleine-König · 13 years ago
  18. f59d28d pinctrl/sirf: fix pin number typo for SPI1 by Barry Song · 13 years ago
  19. 9b82e65d6 Merge git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  20. e6af578 virtio-pci: make reset operation safer by Michael S. Tsirkin · 13 years ago
  21. fe1a7fe virtio-mmio: Correct the name of the guest features selector by Sasha Levin · 13 years ago
  22. bd20817 virtio: add HAS_IOMEM dependency to MMIO platform bus driver by Heiko Carstens · 13 years ago
  23. 8174a06 Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-dev by Linus Torvalds · 13 years ago
  24. 0952157 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  25. 5907c5f Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 13 years ago
  26. 0a2c986 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 13 years ago
  27. 2d0f240 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 13 years ago
  28. 780dc9b regulator: TPS65910: Fix VDD1/2 voltage selector count by Afzal Mohammed · 13 years ago
  29. eff245c i2c: Make i2cdev_notifier_call static by Shubhrajyoti D · 13 years ago
  30. cbb4451 i2c: Fix device name for 10-bit slave address by Jean Delvare · 13 years ago
  31. cc6bcf7 i2c-algo-bit: Generate correct i2c address sequence for 10-bit target by Jeffrey (Sheng-Hui) Chu · 13 years ago
  32. a5cd335 drm: integer overflow in drm_mode_dirtyfb_ioctl() by Xi Wang · 13 years ago
  33. b4bbb02 Revert "of/irq: of_irq_find_parent: check for parent equal to child" by Linus Torvalds · 13 years ago
  34. 2db1125 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  35. c916874 drivers/gpu/vga/vgaarb.c: add missing kfree by Julia Lawall · 13 years ago
  36. 21240f9 drm/radeon/kms/atom: unify i2c gpio table handling by Alex Deucher · 13 years ago
  37. d724502 drm/radeon/kms: fix up gpio i2c mask bits for r4xx for real by Alex Deucher · 13 years ago
  38. 26cc40a ttm: Don't return the bo reserved on error path by Thomas Hellstrom · 13 years ago
  39. cdaeb57 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux into drm-fixes by Dave Airlie · 13 years ago
  40. 866d43c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  41. 1b464d8 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 13 years ago
  42. bbbc479 Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 13 years ago
  43. 3c68814 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  44. 3b9abc7 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  45. 0cda569 Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  46. b0d8166 Merge branch 'char-misc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 13 years ago
  47. b464133 iio: fix a leak due to improper use of anon_inode_getfd() by Al Viro · 13 years ago
  48. 6fe4c6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  49. bb893d1 Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  50. 2d360fc Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  51. e70f224 drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CS by Marek Olšák · 13 years ago
  52. a767835 Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 13 years ago
  53. ddddefa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide by Linus Torvalds · 13 years ago
  54. c9fb041 staging: fix more ET131X build errors by Randy Dunlap · 13 years ago
  55. 0337510 staging: et131x depends on NET by Randy Dunlap · 13 years ago
  56. 07de7a5 staging: slicoss depends on NET by Randy Dunlap · 13 years ago
  57. 2e9ff8d linux-next: et131x: Fix build error when CONFIG_PM_SLEEP not enabled by Mark Einon · 13 years ago
  58. b1ffb4c USB: Fix Corruption issue in USB ftdi driver ftdi_sio.c by Andrew Worsley · 13 years ago
  59. 4aa3648 USB: option: add PID of Huawei E173s 3G modem by Ferenc Wagner · 13 years ago
  60. c618759 OHCI: final fix for NVIDIA problems (I hope) by Alan Stern · 13 years ago
  61. 46b5a27 USB: option: release new PID for ZTE 3G modem by zheng.zhijian@zte.com.cn · 13 years ago
  62. e253dec usb: Netlogic: Fix HC_LENGTH call in ehci-xls.c by Jayachandran C · 13 years ago
  63. 6ac2afb misc: ad525x_dpot: Fix AD8400 spi transfer size. by Michael Hennerich · 13 years ago
  64. 91a13c2 drivers/base/node.c: fix compilation error with older versions of gcc by Claudio Scordino · 13 years ago
  65. b684452 Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  66. 15bd1cf Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  67. 9545eb6 Merge branch 'unicore32' of git://github.com/gxt/linux by Linus Torvalds · 13 years ago
  68. 148b00b Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  69. 282edce sky2: fix hang in napi_disable by stephen hemminger · 13 years ago
  70. 738a849 sky2: enforce minimum ring size by stephen hemminger · 13 years ago
  71. 4a8bb7e bonding: Don't allow mode change via sysfs with slaves present by Veaceslav Falico · 13 years ago
  72. 596a1b7 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
  73. 38ff1ed f_phonet: fix page offset of first received fragment by Rémi Denis-Courmont · 13 years ago
  74. 04b3867 drm/i915: Fix inconsistent backlight level during disabled by Takashi Iwai · 13 years ago
  75. 457eafc drm, i915: Fix memory leak in i915_gem_busy_ioctl(). by Rakib Mullick · 13 years ago
  76. 8b258cc PM Sleep: Do not extend wakeup paths to devices with ignore_children set by Rafael J. Wysocki · 13 years ago
  77. 0c73c08 TTY: ldisc, wait for ldisc infinitely in hangup by Jiri Slaby · 13 years ago
  78. 3004207 TTY: ldisc, move wait idle to caller by Jiri Slaby · 13 years ago
  79. df92d05 TTY: ldisc, allow waiting for ldisc arbitrarily long by Jiri Slaby · 13 years ago
  80. c4be3c2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 13 years ago
  81. a9098b3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 by Linus Torvalds · 13 years ago
  82. bd29e56 fix typo/thinko in get_random_bytes() by Luck, Tony · 13 years ago
  83. 869f8df platform/x86: fix dell-laptop function prototypes by Randy Dunlap · 13 years ago
  84. d29387e media/staging: fix allyesconfig build error by Randy Dunlap · 13 years ago
  85. 3627902 hwmon: (exynos4_tmu) Fix Kconfig dependency by Donggeun Kim · 13 years ago
  86. 102463b stmmac: fix pm functions avoiding sleep on spinlock by Francesco Virlinzi · 13 years ago
  87. 989508b stmmac: remove spin_lock in stmmac_ioctl. by Srinivas Kandagatla · 13 years ago
  88. 19e30c1 stmmac: parameters auto-tuning through HW cap reg by Giuseppe CAVALLARO · 13 years ago
  89. c5b9b4e stmmac: fix advertising 1000Base capabilties for non GMII iface by Srinivas Kandagatla · 13 years ago
  90. bbc1754 stmmac: use mdelay on timeout of sw reset by Francesco Virlinzi · 13 years ago
  91. aab9440 libata: fix build without BMDMA by Alexander Beregalov · 13 years ago
  92. ff95613 [libata] ahci_platform: fix DT probing by Rob Herring · 13 years ago
  93. 9a10f40 drm/i915: Use DPCD value for max DP lanes. by Keith Packard · 13 years ago
  94. b34f1f0 drm/i915: Initiate DP link training only on the lanes we'll be using by Keith Packard · 13 years ago
  95. f2e8b18 drm/i915: Remove trailing white space by Keith Packard · 13 years ago
  96. cdb0e95 drm/i915: Try harder during dp pattern 1 link training by Keith Packard · 13 years ago
  97. 21264c6 drm/i915: Make DP prepare/commit consistent with DP dpms by Keith Packard · 13 years ago
  98. 99ea712 drm/i915: Let panel power sequencing hardware do its job by Keith Packard · 13 years ago
  99. 417e822 drm/i915: Treat PCH eDP like DP in most places by Keith Packard · 13 years ago
  100. 93f62da drm/i915: Remove link_status field from intel_dp structure by Keith Packard · 13 years ago