1. e5c8dbb vmwgfx: Unreference surface on cursor error path by Jakob Bornecrantz · 13 years ago
  2. 55bde5b vmwgfx: Free prefered mode on error path by Jakob Bornecrantz · 13 years ago
  3. d982640 vmwgfx: Use pointer return error codes by Jakob Bornecrantz · 13 years ago
  4. da7653d vmwgfx: Fix hw cursor position by Thomas Hellstrom · 13 years ago
  5. 6987427 vmwgfx: Infrastructure for explicit placement by Thomas Hellstrom · 13 years ago
  6. 1543b4d vmwgfx: Make the preferred autofit mode have a 60Hz vrefresh by Thomas Hellstrom · 13 years ago
  7. 0e708bc vmwgfx: Remove screen object active list by Thomas Hellstrom · 13 years ago
  8. d4528b8 vmwgfx: Screen object cleanups by Thomas Hellstrom · 13 years ago
  9. c9a1be9 drm/radeon/kms: consolidate GART code, fix segfault after GPU lockup V2 by Jerome Glisse · 13 years ago
  10. 0e2c978 drm/radeon/kms: don't poll forever if MC GDDR link training fails by Alex Deucher · 13 years ago
  11. cf2aff6 drm/radeon/kms: fix DP setup on TRAVIS bridges by Alex Deucher · 13 years ago
  12. 64912e9 drm/radeon/kms: set HPD polarity in hpd_init() by Alex Deucher · 13 years ago
  13. a18cee1 drm/radeon/kms: add MSI module parameter by Alex Deucher · 13 years ago
  14. 01e718e drm/radeon/kms: Add MSI quirk for Dell RS690 by Alex Deucher · 13 years ago
  15. b362105 drm/radeon/kms: Add MSI quirk for HP RS690 by Alex Deucher · 13 years ago
  16. 8f6c25c drm/radeon/kms: split MSI check into a separate function by Alex Deucher · 13 years ago
  17. cd2b89e vmwgfx: Reinstate the update_layout ioctl by Thomas Hellstrom · 13 years ago
  18. bc1c4dc drm/radeon/kms: always do extended edid probe by Alex Deucher · 13 years ago
  19. fab249e drm/radeon/kms: remove useless radeon_ddc_dump() by Alex Deucher · 13 years ago
  20. a3b0829 drm/radeon/kms: make atombios_dig_transmitter_setup() version based by Alex Deucher · 13 years ago
  21. 58cdcb8 drm/radeon/kms: make atombios_dig_encoder_setup() version based by Alex Deucher · 13 years ago
  22. 24153dd drm/radeon/kms: make atombios_dvo_setup() version based by Alex Deucher · 13 years ago
  23. 3f03ced drm/radeon/kms: move atom encoder setup to a new file by Alex Deucher · 13 years ago
  24. 16cdf04 drm/radeon/kms: allocate vram scratch page on 6xx+ by Alex Deucher · 13 years ago
  25. 996d5c5 drm/radeon/kms: check for DP MST mode in a few more places (v2) by Alex Deucher · 13 years ago
  26. c41384f drm/radeon/kms/atom: rework encoder dpms by Alex Deucher · 13 years ago
  27. fdca78c drm/radeon/kms: only require 2.7 Ghz DP clock for NUTMEG by Alex Deucher · 13 years ago
  28. 1d33e1f drm/radeon/kms: rework DP bridge checks by Alex Deucher · 13 years ago
  29. 54bd5206 drm/radeon/kms: use defined constants for crtc/hpd count instead of hard-coded value 6 by Ilija Hadzic · 13 years ago
  30. 77b1bad drm/radeon: flush read cache for gtt with fence on r6xx and newer GPU V3 by Jerome Glisse · 13 years ago
  31. 8ab250d drm/radeon: set hpd polarity at init time so hotplug detect works by Jerome Glisse · 13 years ago
  32. b4f15f8 drm/radeon/kms: cleanup atombios_adjust_pll() by Alex Deucher · 13 years ago
  33. 00dfb8d drm/radeon/kms: properly set panel mode for eDP by Alex Deucher · 13 years ago
  34. 06c9c23 drm/radeon/kms/cayman/blit: specify CP_COHER_CNTL2 with surface_sync by Alex Deucher · 13 years ago
  35. 9bb7703 drm/radeon/kms: rework texture cache flush in r6xx+ blit code by Alex Deucher · 13 years ago
  36. 3407644 drm/radeon: avoid bouncing connector status btw disconnected & unknown by Jerome Glisse · 13 years ago
  37. 305151e vmwgfx: Use "Virtual" connectors and encoders rather than "LVDS". by Thomas Hellstrom · 13 years ago
  38. a7331e5 drm: Introduce "Virtual" connectors and encoders by Thomas Hellstrom · 13 years ago
  39. 094803e Merge branch 'akpm' (Andrew's incoming) by Linus Torvalds · 13 years ago
  40. d8805e6 epoll: fix spurious lockdep warnings by Nelson Elhage · 13 years ago
  41. 15662b3 checkpatch: add a --strict check for utf-8 in commit logs by Joe Perches · 13 years ago
  42. 67d0a07 kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsolete by Joe Perches · 13 years ago
  43. fc23af3 llist-return-whether-list-is-empty-before-adding-in-llist_add-fix by Andrew Morton · 13 years ago
  44. 67220a9 wireless: at76c50x: follow rename pack_hex_byte to hex_byte_pack by Andy Shevchenko · 13 years ago
  45. 0a90e0f fat: follow rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  46. 0247311 security: follow rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  47. 50e1499 kgdb: follow rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  48. 55036ba lib: rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  49. 66f6958 lib/string.c: fix strim() semantics for strings that have only blanks by Michael Holzheu · 13 years ago
  50. e3816c5 lib/idr.c: fix comment for ida_get_new_above() by Wang Sheng-Hui · 13 years ago
  51. 3a8495c lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdef by Glauber Costa · 13 years ago
  52. b9c321f lib/bitmap.c: quiet sparse noise about address space by H Hartley Sweeten · 13 years ago
  53. 4e101b0 lib/spinlock_debug.c: print owner on spinlock lockup by Akinobu Mita · 13 years ago
  54. 1dff46d lib/kstrtox: common code between kstrto*() and simple_strto*() functions by Alexey Dobriyan · 13 years ago
  55. b3c49c0 drivers/leds/leds-lp5521.c: check if reset is successful by Srinidhi KASAGAR · 13 years ago
  56. 488bc35 leds: turn the blink_timer off before starting to blink by Antonio Ospite · 13 years ago
  57. 6123b0e leds: save the delay values after a successful call to blink_set() by Antonio Ospite · 13 years ago
  58. dabc69c drivers/leds/leds-gpio.c: use gpio_get_value_cansleep() when initializing by David Daney · 13 years ago
  59. 93f5398 drivers/leds/leds-lm3530.c: add __devexit_p where needed by Axel Lin · 13 years ago
  60. fa0ea0e drivers/leds/leds-lp5521.c: avoid writing uninitialized value to LP5521_REG_OP_MODE register by Axel Lin · 13 years ago
  61. 2b67c95 drivers/leds/leds-renesas-tpu.c: move Renesas TPU LED driver platform data by Magnus Damm · 13 years ago
  62. 02c3294 drivers/leds/leds-renesas-tpu.c: update driver to use workqueue by Magnus Damm · 13 years ago
  63. 3edc580 drivers/leds/leds-lm3530.c: remove obsolete cleanup for clientdata by Wolfram Sang · 13 years ago
  64. cba4c2a drivers/leds/led-triggers.c: fix memory leak by Masakazu Mokuno · 13 years ago
  65. f59b6f9 leds: Renesas TPU LED driver by Magnus Damm · 13 years ago
  66. 1bff3a2 backlight: rename corgibl_limit_intensity() to genericbl_limit_intensity() by Axel Lin · 13 years ago
  67. 4f5a66b drivers/video/backlight/l4f00242t03.c: use gpio_request_one() to simplify error handling by Fabio Estevam · 13 years ago
  68. 0556dc3 backlight: fix broken regulator API usage in l4f00242t03 by Mark Brown · 13 years ago
  69. 2967b0a video/backlight: remove obsolete cleanup for clientdata by Wolfram Sang · 13 years ago
  70. 1330b0d MAINTAINERS: add ASLR maintainer by Jiri Kosina · 13 years ago
  71. 03535ab MAINTAINERS: Linas has moved by Linas Vepstas · 13 years ago
  72. c41d5a1 MAINTAINERS: add new entry for ideapad-laptop by Ike Panhc · 13 years ago
  73. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  74. ae29bc9 printk: remove bounds checking for log_prefix by William Douglas · 13 years ago
  75. 48e4189 printk: fix bounds checking for log_prefix by William Douglas · 13 years ago
  76. 134620f printk: add console_suspend module parameter by Yanmin Zhang · 13 years ago
  77. 0eca6b7 printk: add module parameter ignore_loglevel to control ignore_loglevel by Yanmin Zhang · 13 years ago
  78. 73efc03 kernel/sysctl.c: add cap_last_cap to /proc/sys/kernel by Dan Ballard · 13 years ago
  79. 4ff8195 watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTL by Vasily Averin · 13 years ago
  80. f445027 stop_machine: make stop_machine safe and efficient to call early by Jeremy Fitzhardinge · 13 years ago
  81. aaaa287 drivers/misc/ad525x_dpot-i2c.c: add i2c support for AD5161 by Peter Korsgaard · 13 years ago
  82. e58a0f8 driver/misc/fsa9480.c fix potential null-pointer dereference by Jonghwan Choi · 13 years ago
  83. ec400c9 lis3lv02d: make regulator API usage unconditional by Mark Brown · 13 years ago
  84. 895c156 lis3: remove the references to the global variable in core driver by Éric Piel · 13 years ago
  85. e1e5687 lis3: change exported function to use passed parameter by Éric Piel · 13 years ago
  86. d7f81d4 lis3: use consistent naming of variables by Éric Piel · 13 years ago
  87. 0021586 lis3: free regulators if probe() fails by Éric Piel · 13 years ago
  88. d0b6a97 hp_accel: add HP ProBook 655x by Éric Piel · 13 years ago
  89. cdeaf62 lis3: add support for HP EliteBook 8540w by Éric Piel · 13 years ago
  90. a17b81b lis3: add support for HP EliteBook 2730p by Éric Piel · 13 years ago
  91. bd35665 lis3: update maintainer information by Éric Piel · 13 years ago
  92. 1510dd5 lis3lv02d: avoid divide by zero due to unchecked by Éric Piel · 13 years ago
  93. 6580704 drivers/hwmon/hwmon.c: convert idr to ida and use ida_simple_get() by Jonathan Cameron · 13 years ago
  94. 4ca5f46 hwmon: convert idr to ida and use ida_simple interface by Jonathan Cameron · 13 years ago
  95. c51eaac lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUT by Jiaju Zhang · 13 years ago
  96. d70ef97 fs/pipe.c: add ->statfs callback for pipefs by Pavel Emelyanov · 13 years ago
  97. a8aff21 alpha: wire up sendmmsg syscall by Michael Cree · 13 years ago
  98. 0a8c384 alpha: wire up accept4 syscall by Michael Cree · 13 years ago
  99. a1cb2c6 mm/vmstat.c: cache align vm_stat by Dimitri Sivanich · 13 years ago
  100. 3d470fc mm: munlock use mapcount to avoid terrible overhead by Hugh Dickins · 13 years ago