1. 4def8a3 Merge branch 'acpi-video' by Rafael J. Wysocki · 9 years ago
  2. 763d949 Merge branches 'acpi-battery' and 'acpi-processor' by Rafael J. Wysocki · 9 years ago
  3. 0cddc58 Merge branches 'acpi-ac', 'acpi-soc' and 'acpi-assorted' by Rafael J. Wysocki · 9 years ago
  4. feabe39 Merge branch 'acpi-ec' by Rafael J. Wysocki · 9 years ago
  5. 4f1fd90 Merge branches 'acpi-pm', 'acpi-apei', 'acpi-osl' and 'acpi-pci' by Rafael J. Wysocki · 9 years ago
  6. 3a5cf05 Merge branches 'acpi-init', 'acpi-pnp', 'acpi-scan', 'acpi-proc' and 'acpi-doc' by Rafael J. Wysocki · 9 years ago
  7. 9695a98 Merge branch 'acpica' by Rafael J. Wysocki · 9 years ago
  8. 1a147ed ACPI: Constify ACPI device IDs in documentation by Mathias Krause · 9 years ago
  9. eb34866 ACPI / enumeration: Document the rules regarding the PRP0001 device ID by Rafael J. Wysocki · 9 years ago
  10. e7d024c ACPI / video: Make acpi_video_unregister_backlight() private by Hans de Goede · 9 years ago
  11. d0a530b acpi-video-detect: Remove old API by Hans de Goede · 9 years ago
  12. 234b7cf toshiba-acpi: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  13. b33c6ce thinkpad-acpi: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  14. 56d5c34 sony-laptop: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  15. 6c07229 samsung-laptop: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  16. 33a4edf msi-wmi: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  17. 2cc6c71 msi-laptop: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  18. 76d0a35 intel-oaktrail: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  19. 26bff5f ideapad-laptop: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  20. 413226f fujitsu-laptop: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  21. 21db4b1 eeepc-laptop: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  22. 18bd769 dell-wmi: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  23. ee4cfe2 dell-laptop: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  24. 358fefe compal-laptop: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  25. 62c4aa1 asus-wmi: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  26. 8b9e6b7 asus-laptop: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  27. 86ac056 apple-gmux: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  28. 9a65f0d acer-wmi: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  29. 2a8b18e ACPI / video: Fix acpi_video _register vs _unregister_backlight race by Hans de Goede · 9 years ago
  30. 7ee33ba ACPI / video: Move dmi_check_system from module_init to acpi_video_register by Hans de Goede · 9 years ago
  31. 93a291d ACPI / video: Move backlight notifier to video_detect.c by Hans de Goede · 9 years ago
  32. 3bd6bce ACPI / video: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  33. da882e5 drm: i915: Port to new backlight interface selection API by Hans de Goede · 9 years ago
  34. 5fd677b acpi-video-detect: Unregister acpi_video backlight when dmi quirks are added by Hans de Goede · 9 years ago
  35. 87521e1 acpi-video-detect: Rewrite backlight interface selection logic by Hans de Goede · 9 years ago
  36. 14ca7a47 acpi-video-detect: video: Make video_detect code part of the video module by Hans de Goede · 9 years ago
  37. a87878b acpi-video-detect: Move acpi_osi_is_win8 to osl.c by Hans de Goede · 9 years ago
  38. adc8bb8 acpi-video-detect: Move acpi_is_video_device() to acpi/scan.c by Hans de Goede · 9 years ago
  39. fb105d9 acpi-video-detect: Make acpi_video_get_capabilities a private function by Hans de Goede · 9 years ago
  40. 7f3b62c acpi-video-detect: Remove the unused acpi_video_dmi_demote_vendor() function by Hans de Goede · 9 years ago
  41. a341b8a apple-gmux: Stop using acpi_video_dmi_demote_vendor() by Hans de Goede · 9 years ago
  42. acf5493 samsung-laptop: Use acpi_video_unregister_backlight instead of acpi_video_unregister by Hans de Goede · 9 years ago
  43. 4c27feb asus-wmi: Use acpi_video_unregister_backlight instead of acpi_video_unregister by Hans de Goede · 9 years ago
  44. 10bffa6 apple_gmux: Use acpi_video_unregister_backlight instead of acpi_video_unregister by Hans de Goede · 9 years ago
  45. 0f1b414 ACPI / PNP: Avoid conflicting resource reservations by Rafael J. Wysocki · 9 years ago
  46. e08f84e Merge branch 'acpi-scan' into acpi-video by Rafael J. Wysocki · 9 years ago
  47. 66db383 ACPI / EC: Fix a code coverity issue when QR_EC transactions are failed. by Lv Zheng · 9 years ago
  48. 3cb02ae ACPI / EC: Fix EC_FLAGS_QUERY_HANDSHAKE platforms using new event clearing timing. by Lv Zheng · 9 years ago
  49. 1d68d26 ACPI / EC: Add event clearing variation support. by Lv Zheng · 9 years ago
  50. 9d8993b ACPI / EC: Convert event handling work queue into loop style. by Lv Zheng · 9 years ago
  51. f8b8eb7 ACPI / EC: Cleanup transaction state transition. by Lv Zheng · 9 years ago
  52. 0519ade ACPI / scan: constify ACPI device ids by Mathias Krause · 9 years ago
  53. b034668 ACPI / processor: constify DMI system id table by Mathias Krause · 9 years ago
  54. 69cda6e ACPI / HED: constify ACPI device ids by Mathias Krause · 9 years ago
  55. b2687cd ACPI / LPSS: constify device descriptors by Mathias Krause · 9 years ago
  56. 048d16d ACPI / battery: mark DMI table as __initconst by Mathias Krause · 9 years ago
  57. 27059b9 ACPI / battery: minor tweaks to acpi_battery_units() by Mathias Krause · 9 years ago
  58. a465878 ACPI / battery: constify the offset tables by Mathias Krause · 9 years ago
  59. 44f610c ACPI / AC: constify DMI system id table by Mathias Krause · 9 years ago
  60. 4a4f01a ACPI / video: constify ACPI and DMI id tables by Mathias Krause · 9 years ago
  61. 654a182 ACPI / video: Add a parameter to not register the backlight sysfs interface by Hans de Goede · 9 years ago
  62. 7f5c188 ACPI / video: Add enable_native_backlight quirk for MacbookPro12,1 by Hans de Goede · 9 years ago
  63. 0f57d86 Linux 4.1-rc8 by Linus Torvalds · 9 years ago
  64. b86a756 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  65. dc75117 Merge tag 'ntb-4.1' of git://github.com/jonmason/ntb by Linus Torvalds · 9 years ago
  66. 1f1e34f Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  67. baaae192 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  68. 5bd2c28 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  69. d37479a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. 2fbbada Merge tag 'sound-4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  71. 36f5811 MPI: MIPS: Fix compilation error with GCC 5.1 by Jaedon Shin · 9 years ago
  72. 1b3ed36 IRQCHIP: mips-gic: Don't nest calls to do_IRQ() by Rabin Vincent · 9 years ago
  73. c8d17b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  74. b07d4961 Doc: networking: Fix URL for wiki.wireshark.org in udplite.txt by Masanari Iida · 9 years ago
  75. ae36806 sctp: allow authenticating DATA chunks that are bundled with COOKIE_ECHO by Marcelo Ricardo Leitner · 9 years ago
  76. b85dfd3 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  77. 7b565d9 Merge tag 'md/4.1-rc7-fixes' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  78. c39f3bc Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  79. c83b2f2 iommu/vt-d: Only enable extended context tables if PASID is supported by David Woodhouse · 9 years ago
  80. ea358cd md: make sure MD_RECOVERY_DONE is clear before starting recovery/resync by NeilBrown · 9 years ago
  81. 8e8e251 md: Close race when setting 'action' to 'idle'. by NeilBrown · 9 years ago
  82. c008f1d md: don't return 0 from array_state_store by NeilBrown · 9 years ago
  83. 88d0464 dmaengine: Fix choppy sound because of unimplemented resume by Krzysztof Kozlowski · 9 years ago
  84. 535115b ALSA: hda - Abort the probe without i915 binding for HSW/BDW by Takashi Iwai · 9 years ago
  85. df5f415 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  86. fb05e7a net: don't wait for order-3 page allocation by Shaohua Li · 9 years ago
  87. 6e2eb00 Merge tag 'drm-intel-fixes-2015-06-11' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 9 years ago
  88. 950c370 Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  89. 0fae3bf mpls: handle device renames for per-device sysctls by Robert Shearman · 9 years ago
  90. 58c98be net: igb: fix the start time for periodic output signals by Richard Cochran · 9 years ago
  91. b6f2098 block: pmem: Add dependency on HAS_IOMEM by Richard Weinberger · 9 years ago
  92. cff100f Merge tag 'trace-rb-bm-fix-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  93. 4d66e5e block: fix ext_dev_lock lockdep report by Dan Williams · 9 years ago
  94. ee18e59 drm/radeon: Make sure radeon_vm_bo_set_addr always unreserves the BO by Michel Dänzer · 9 years ago
  95. ebb9bf1 Revert "drm/radeon: adjust pll when audio is not enabled" by Alex Deucher · 9 years ago
  96. 6fb3c02 Revert "drm/radeon: don't share plls if monitors differ in audio support" by Alex Deucher · 9 years ago
  97. 6dfd197 drm/radeon: fix freeze for laptop with Turks/Thames GPU. by Jérôme Glisse · 9 years ago
  98. 1080293 ring-buffer-benchmark: Fix the wrong sched_priority of producer by Wang Long · 9 years ago
  99. ebaad13 ntb: initialize max_mw for Atom before using it by Daniel Verkamp · 9 years ago
  100. a686ec4 ALSA: hda - Re-add the lost fake mute support by Takashi Iwai · 9 years ago