1. 07f8ac4 bridge: add export of multicast database adjacent to net_dev by Linus Lüssing · 10 years ago
  2. dc4eb53 bridge: adhere to querier election mechanism specified by RFCs by Linus Lüssing · 10 years ago
  3. 90010b3 bridge: rename struct bridge_mcast_query/querier by Linus Lüssing · 10 years ago
  4. 2346829 ipip, sit: fix ipv4_{update_pmtu,redirect} calls by Dmitry Popov · 10 years ago
  5. fb5a515 powerpc: Remove platforms/wsp and associated pieces by Michael Ellerman · 10 years ago
  6. 9431429 powerpc: Remove check for CONFIG_SERIAL_TEXT_DEBUG by Paul Bolle · 10 years ago
  7. dd58a09 powerpc: Add AT_HWCAP2 to indicate V.CRYPTO category support by Benjamin Herrenschmidt · 10 years ago
  8. bc1dfff Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next by Dave Airlie · 10 years ago
  9. f1900c7 Merge MTD pullreq from 3.15-rc5 by Brian Norris · 10 years ago
  10. 1ae5a62 drm/nouveau/disp/dp: fix tmds passthrough on dp connector by Ben Skeggs · 10 years ago
  11. 8777c5c drm/nouveau/dp: probe dpcd to determine connectedness by Ben Skeggs · 10 years ago
  12. efa366f drm/nv50-: trigger update after all connectors disabled by Ben Skeggs · 10 years ago
  13. e84a35a drm/nv50-: prepare for attaching a SOR to multiple heads by Ben Skeggs · 10 years ago
  14. e32d68c drm/gf119-/disp: fix debug output on update failure by Ben Skeggs · 10 years ago
  15. c33ba68 drm/nouveau/disp/dp: make use of postcursor when its available by Ben Skeggs · 10 years ago
  16. 3e1eb5c drm/g94-/disp/dp: take max pullup value across all lanes by Ben Skeggs · 10 years ago
  17. 7a14bc7 drm/nouveau/bios/dp: parse lane postcursor data by Ben Skeggs · 10 years ago
  18. 4874322 drm/nouveau/dp: fix support for dpms by Ben Skeggs · 10 years ago
  19. 8894f49 drm/nouveau: register a drm_dp_aux channel for each dp connector by Ben Skeggs · 10 years ago
  20. ebd6acb drm/g94-/disp: add method to power-off dp lanes by Ben Skeggs · 10 years ago
  21. 55f083c drm/nouveau/disp/dp: maintain link in response to hpd signal by Ben Skeggs · 10 years ago
  22. 13a6175 drm/g94-/disp: bash and wait for something after changing lane power regs by Ben Skeggs · 10 years ago
  23. 1ecee1c drm/nouveau/disp/dp: split link config/power into two steps by Ben Skeggs · 10 years ago
  24. b17932c drm/nv50/disp: train PIOR-attached DP from second supervisor by Ben Skeggs · 10 years ago
  25. 3b52a1f drm/nouveau/disp/dp: make use of existing output data for link training by Ben Skeggs · 10 years ago
  26. 2bd651e drm/gf119/disp: start removing direct vbios parsing from supervisor by Ben Skeggs · 10 years ago
  27. 415f12e drm/nv50/disp: start removing direct vbios parsing from supervisor by Ben Skeggs · 10 years ago
  28. bb7ef1e drm/nouveau/disp/dp: maintain receiver caps in response to hpd signal by Ben Skeggs · 10 years ago
  29. b8407c9 drm/nouveau/disp/dp: create subclass for dp outputs by Ben Skeggs · 10 years ago
  30. 456b057 drm/nouveau: use connector events for HPD instead of GPIO watching by Ben Skeggs · 10 years ago
  31. 7a014a8 drm/nouveau/disp: add internal representaion of output paths and connectors by Ben Skeggs · 10 years ago
  32. 20014cb drm/nouveau/bios: extend connector table parsing by Ben Skeggs · 10 years ago
  33. 377b1f1 drm/nouveau/disp: nothing to see here by Ben Skeggs · 10 years ago
  34. 37da5b8 drm/nouveau/i2c/anx9805: add debugging to aux transactions by Ben Skeggs · 10 years ago
  35. 9efc583 drm/nouveau/i2c: introduce locking at a per-port level by Ben Skeggs · 10 years ago
  36. d2ae2eb drm/nouveau/i2c: balance port acquire/release by Ben Skeggs · 10 years ago
  37. 0ff3297 drm/gk104/i2c: add aux channel interrupt driver by Ben Skeggs · 10 years ago
  38. d78fa39 drm/g94/i2c: add aux channel interrupt driver by Ben Skeggs · 10 years ago
  39. 3668a33 drm/nouveau/i2c: add interfaces to support handling aux channel interrupts by Ben Skeggs · 10 years ago
  40. c26fe84 drm/nouveau/i2c: start hiding subdev-internal interfaces by Ben Skeggs · 10 years ago
  41. 0bac987 drm/nouveau/i2c: remove unnecessary i2c_set_adapdata() by Ben Skeggs · 10 years ago
  42. 842c295 drm/nouveau/i2c: properly hand aux reply back to caller, and only retry on defer by Ben Skeggs · 10 years ago
  43. febb844 drm/nv50-/mc: also pass PMGR interrupts onto I2C subdev by Ben Skeggs · 10 years ago
  44. 20a8007 drm/nouveau/gpio: send separate event types for high/low transitions by Ben Skeggs · 10 years ago
  45. bc3b0c4 drm/nouveau/gpio: use base constructor for all implementations by Ben Skeggs · 10 years ago
  46. f4277a0 drm/nouveau/gpio: move on-reset intr disable-and-ack to common code by Ben Skeggs · 10 years ago
  47. 5693c0f drm/nouveau/gpio: split "toggled" interrupt into "went high" / "went low" by Ben Skeggs · 10 years ago
  48. 7356859 drm/nouveau/gpio: split g92 class from nv50 by Ben Skeggs · 10 years ago
  49. d93174e drm/nouveau/gpio: use indirect pointer to base class definition by Ben Skeggs · 10 years ago
  50. 1f86ca1 drm/nouveau/disp/dp: support training to highest rate, rather than a target by Ben Skeggs · 10 years ago
  51. 04e7e92 drm/nouveau/disp/dp: support postcursor in link training by Ben Skeggs · 10 years ago
  52. 8e8832e drm/nouveau/core: allow event source to handle multiple event types per index by Ben Skeggs · 10 years ago
  53. c4d4c25 Merge branch 'cxgb4' by David S. Miller · 10 years ago
  54. c887ad0 cxgb4: Change default Interrupt Holdoff Packet Count Threshold by Hariprasad Shenai · 10 years ago
  55. b408ff2 iw_cxgb4: don't truncate the recv window size by Hariprasad Shenai · 10 years ago
  56. 92e7ae7 iw_cxgb4: Choose appropriate hw mtu index and ISS for iWARP connections by Hariprasad Shenai · 10 years ago
  57. cf38be6 iw_cxgb4: Allocate and use IQs specifically for indirect interrupts by Hariprasad Shenai · 10 years ago
  58. f8c1b7c gre: allow changing mac address when device is up by stephen hemminger · 10 years ago
  59. 6cc55e0 tcp: add gfp parameter to tcp_fragment by Octavian Purdila · 10 years ago
  60. 27fa589d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 10 years ago
  61. 227f064 PCI: Merge multi-line quoted strings by Ryan Desfosses · 10 years ago
  62. 3c78bc6 PCI: Whitespace cleanup by Ryan Desfosses · 10 years ago
  63. dfb9454 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 10 years ago
  64. c5aec4c Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 10 years ago
  65. 22001f6 rbd: only set disk to read-only once by Josh Durgin · 11 years ago
  66. 77f33c0 rbd: move calls that may sleep out of spin lock range by Josh Durgin · 11 years ago
  67. 131fd9f rbd: add ioctl for rbd by Guangliang Zhao · 11 years ago
  68. e8bca47 PM / sleep: trace events for device PM callbacks by Todd E Brandt · 10 years ago
  69. c1a6e9f Merge branch 'topic/ipu-destaging' of git://git.pengutronix.de/git/pza/linux into drm-next by Dave Airlie · 10 years ago
  70. 2937f5e Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 10 years ago
  71. 3f6eec9 Merge branch 'for-v3.16/ti-clk-drv' of github.com:t-kristo/linux-pm into clk-next by Mike Turquette · 10 years ago
  72. f82bdd0 hp-wmi: Enable hotkeys on some systems by Kyle Evans · 10 years ago
  73. 8b9dd4f thinkpad_acpi: Add mappings for F9 - F12 hotkeys on X240 / T440 / T540 by Hans de Goede · 10 years ago
  74. 4738d8a platform: x86: dell-smo8800: Dell Latitude freefall driver (ACPI SMO8800/SMO8810) by Pali Rohár · 10 years ago
  75. b3facd7 ideapad_laptop: Introduce the use of the managed version of kzalloc by Himangi Saraogi · 10 years ago
  76. b02fdfc platform/x86: Fix run-time dependencies of OLPC drivers by Jean Delvare · 10 years ago
  77. 8ad3be1 platform: x86: asus-wmi.c: Cleaning up uninitialized variables by Rickard Strandqvist · 10 years ago
  78. 14627e3 ix86/mid/thermal: Introduce the use of the managed version of kzalloc by Himangi Saraogi · 10 years ago
  79. eec3b95 platform x86 Kconfig: Refer to the laptop list in the Compal driver help by Ismael Luceno · 10 years ago
  80. 4cbfdac Documentation: Add list of laptop models supported by the Compal driver by Ismael Luceno · 10 years ago
  81. 85093f7 ideapad-laptop: Blacklist rfkill control on the Lenovo Yoga 2 11 by Hans de Goede · 10 years ago
  82. c08db55 asus-wmi: Set WAPF to 4 for Asus X550CA by Andreas Utterberg · 10 years ago
  83. bc2ef88 alienware-wmi: For WMAX HDMI method, introduce a way to query HDMI cable status by Mario Limonciello · 10 years ago
  84. 4d048b0 x86, vdso: Remove one final use of htole16() by H. Peter Anvin · 10 years ago
  85. 9ee4d7a Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago
  86. a0347f2 rtc: s5m: consolidate two device type switch statements by Krzysztof Kozlowski · 10 years ago
  87. 0c5deb1 rtc: s5m: add support for S2MPS14 RTC by Krzysztof Kozlowski · 10 years ago
  88. f8b23bb rtc: s5m: support different register layout by Krzysztof Kozlowski · 10 years ago
  89. 0c5f5d9 rtc: s5m: use shorter time of register update by Krzysztof Kozlowski · 10 years ago
  90. fe787a5 rtc: s5m: remove undocumented time init on first boot by Krzysztof Kozlowski · 10 years ago
  91. 602cb5b mfd/rtc: sec/s5m: rename SEC* symbols to S5M by Krzysztof Kozlowski · 10 years ago
  92. a992bf8 gcov: add support for GCC 4.9 by Yuan Pengfei · 10 years ago
  93. 79deb3c ocfs2/o2net: incorrect to terminate accepting connections loop upon rejecting an invalid one by Tariq Saeed · 10 years ago
  94. dbd1abb decode_stacktrace: make stack dump output useful again by Sasha Levin · 10 years ago
  95. d1e1cda Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
  96. 0788823 Merge tag 'mmc-updates-for-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 10 years ago
  97. 23adbe1 fs,userns: Change inode_capable to capable_wrt_inode_uidgid by Andy Lutomirski · 10 years ago
  98. 5fbfbcd cpufreq: cpufreq-cpu0: remove dependency on THERMAL and REGULATOR by Viresh Kumar · 10 years ago
  99. 40cc549 cpufreq: tegra: update comment for clarity by Viresh Kumar · 10 years ago
  100. 830bcac cpufreq: intel_pstate: Remove duplicate CPU ID check by Stratos Karafotis · 10 years ago