1. c0ad856 Merge branch 'acpi-conversion' into acpi-assorted by Rafael J. Wysocki · 11 years ago
  2. a8d52f4 ACPI / video: Add Lenovo IdeaPad Yoga 13 to acpi video detect blacklist by Lennart Poettering · 11 years ago
  3. ab0fd67 ACPI / AC: Remove AC's proc directory. by Lan Tianyu · 11 years ago
  4. fbc9fe1 ACPI / video: Do not register backlight if win8 and native interface exists by Aaron Lu · 11 years ago
  5. 67b662e ACPI / video: seperate backlight control and event interface by Aaron Lu · 11 years ago
  6. 7d13f94 ACPI: remove /proc/acpi/event from ACPI_BUTTON help by Krzysztof Mazur · 11 years ago
  7. d7d4901 ACPI / power: Release resource_lock after acpi_power_get_state() return error by Lan Tianyu · 11 years ago
  8. 6d3be30 treewide: Fix typo in printk by Masanari Iida · 11 years ago
  9. 7744da5 ACPI / proc: Remove alarm proc file by Lan Tianyu · 11 years ago
  10. 7d7ee95 ACPI: Remove CONFIG_ACPI_PROCFS_POWER and cm_sbsc.c by Lan Tianyu · 11 years ago
  11. 2a68b99 ACPI / SBS: Remove SBS's proc directory by Lan Tianyu · 11 years ago
  12. 1e2d9cd ACPI / Battery: Remove battery's proc directory by Lan Tianyu · 11 years ago
  13. aaf3d29 ACPI / PM / Documentation: Replace outdated project links and addresses by Rafael J. Wysocki · 11 years ago
  14. 644f17a ACPI / PM: allow child devices to ignore parent power state by Mika Westerberg · 11 years ago
  15. e83dda0 ACPI: improve acpi_extract_package() utility by Al Stone · 11 years ago
  16. 088f1fd ACPI / LPSS: fix UART Auto Flow Control by Heikki Krogerus · 11 years ago
  17. e54968c ACPI / platform: Add ACPI IDs for Intel SST audio device by Jarkko Nikula · 11 years ago
  18. 16ff816d ACPI / memhotplug: Use defined marco METHOD_NAME__STA by Zhang Yanfei · 11 years ago
  19. 068aab7 ACPI: add missing win8 OSI comment to blacklist by Felipe Contreras · 11 years ago
  20. b4cb924 ACPI: update win8 OSI blacklist by Felipe Contreras · 11 years ago
  21. 37bf063 Merge tag 'v3.12-rc4' into sched/core by Ingo Molnar · 11 years ago
  22. 764d022 ACPI / processor: fixed a brace coding style issue by Mathieu Rhéaume · 11 years ago
  23. 6585925 ACPI: Use EXPORT_SYMBOL() for acpi_bus_get_device() by Rafael J. Wysocki · 11 years ago
  24. 766a8a6 ACPI / thermal: convert printk(LEVEL...) to pr_<lvl> by Andy Shevchenko · 11 years ago
  25. acd3e2c ACPI / hotplug: Use kobject_init_and_add() instead of _init() and _add() by Bjorn Helgaas · 11 years ago
  26. cae7127 ACPI / hotplug: Don't set kobject parent pointer explicitly by Bjorn Helgaas · 11 years ago
  27. 9b5b067 ACPI / hotplug: Set kobject name via kobject_add(), not kobject_set_name() by Bjorn Helgaas · 11 years ago
  28. 5006530 ACPI / IPMI: Cleanup coding styles by Lv Zheng · 11 years ago
  29. 4b88e33 ACPI / IPMI: Cleanup some Kconfig codes by Lv Zheng · 11 years ago
  30. 935a9e3 ACPI / IPMI: Cleanup some inclusion codes by Lv Zheng · 11 years ago
  31. a194aa4 ACPI / IPMI: Cleanup some initialization codes by Lv Zheng · 11 years ago
  32. 2fb037b ACPI / IPMI: Cleanup several acpi_ipmi_device members by Lv Zheng · 11 years ago
  33. 7b98447 ACPI / IPMI: Add reference counting for ACPI IPMI transfers by Lv Zheng · 11 years ago
  34. e96a94e ACPI / IPMI: Use global IPMI operation region handler by Lv Zheng · 11 years ago
  35. a1a69b2 ACPI / IPMI: Fix race caused by the unprotected ACPI IPMI user by Lv Zheng · 11 years ago
  36. 8584ec6 ACPI / IPMI: Fix race caused by the timed out ACPI IPMI transfers by Lv Zheng · 11 years ago
  37. 5ac557e ACPI / IPMI: Fix race caused by the unprotected ACPI IPMI transfers by Lv Zheng · 11 years ago
  38. 6b68f03 ACPI / IPMI: Fix potential response buffer overflow by Lv Zheng · 11 years ago
  39. e994d71 ACPI/thermal : Remove zone disabled warning by Srinivas Pandruvada · 11 years ago
  40. b27b14c ACPI / scan: fix typo in comments of acpi_bus_unregister_driver() by Hanjun Guo · 11 years ago
  41. b5c37b7 ideapad_laptop: convert ideapad device/driver to platform bus by Zhang Rui · 11 years ago
  42. cc8ef52 ACPI / AC: convert ACPI ac driver to platform bus by Zhang Rui · 11 years ago
  43. c48b156 ACPI / sysfs: make GPE sysfs attributes only accept correct values by Lan Tianyu · 11 years ago
  44. 16a26e8 ACPI / EC: Convert all printk() calls to dynamic debug function by Lan Tianyu · 11 years ago
  45. 763f527 ACPI / button: Using input_set_capability() to mark device's event capability by Lan Tianyu · 11 years ago
  46. 3028229 ACPI / osl: implement acpi_os_sleep() with msleep() by Liu Chuansheng · 11 years ago
  47. bee7f9c ACPI / x86: Increase override tables number limit by Yinghai Lu · 11 years ago
  48. ea81174 sched, idle: Fix the idle polling state logic by Peter Zijlstra · 11 years ago
  49. 06a8566 ACPI / IPMI: Fix atomic context requirement of ipmi_msg_handler() by Lv Zheng · 11 years ago
  50. c53ae3a ACPICA: SCI Handlers: Update handler interface, eliminate unnecessary argument. by Bob Moore · 11 years ago
  51. cacba86 ACPICA: Tables: Cleanup RSDP signature codes. by Lv Zheng · 11 years ago
  52. 94d4be6 ACPICA: Tables: Cleanup table checksum verification code. by Lv Zheng · 11 years ago
  53. 424deb3 ACPICA: Debugger: Add new command to display full namespace pathnames. by Bob Moore · 11 years ago
  54. d2e7d07 ACPICA: Operation region support: Never free the handler "context" pointer. by David E. Box · 11 years ago
  55. a2fd4b4 ACPICA: Add support for host-installed SCI handlers. by Lv Zheng · 11 years ago
  56. d53d820 ACPICA: Validate start object for acpi_walk_namespace. by Bob Moore · 11 years ago
  57. 1f5210a ACPICA: Debugger: Prevent possible command line buffer overflow, kernel behavior is not affected. by Bob Moore · 11 years ago
  58. 2856846 ACPICA: Debug output: small formatting update, no functional change. by Bob Moore · 11 years ago
  59. c3faedc ACPICA: acpi_read: On error, do not modify the return value target location. by Bjorn Helgaas · 11 years ago
  60. f28eb9f ACPICA: Improve error message for "too many parent prefixes" condition. by Bob Moore · 11 years ago
  61. 9509d26 Merge branch 'acpi-assorted-cleanup' into acpi-cleanup by Rafael J. Wysocki · 11 years ago
  62. 955f14b PCI/ACPI: Decode _OSC bitmasks symbolically by Bjorn Helgaas · 11 years ago
  63. de18966 PCI/ACPI: Separate out _OSC "we don't support enough services" path by Bjorn Helgaas · 11 years ago
  64. 43613a1 PCI/ACPI: Separate out _OSC "PCIe port services disabled" path by Bjorn Helgaas · 11 years ago
  65. 65afe91 PCI/ACPI: Skip _OSC control tests if _OSC support call failed by Bjorn Helgaas · 11 years ago
  66. 1b2a7be PCI/ACPI: Run _OSC only once for OSPM feature support by Bjorn Helgaas · 11 years ago
  67. b8eb67f PCI/ACPI: Split _OSC "support" and "control" flags into separate variables by Bjorn Helgaas · 11 years ago
  68. 3e43abb PCI/ACPI: Move _OSC stuff from acpi_pci_root_add() to negotiate_os_control() by Bjorn Helgaas · 11 years ago
  69. 4ffe6e5 PCI/ACPI: Drop unnecessary _OSC existence tests by Bjorn Helgaas · 11 years ago
  70. 7dab9ef PCI/ACPI: Name _OSC #defines more consistently by Bjorn Helgaas · 11 years ago
  71. b938a22 ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORD by Bjorn Helgaas · 11 years ago
  72. 568b6ad ACP / fan: trivial style cleanup by Felipe Contreras · 11 years ago
  73. bf9b59f ACPI / processor: remove superfluous pr == NULL checks by Bartlomiej Zolnierkiewicz · 11 years ago
  74. 1bb25df ACPI / mm: use NUMA_NO_NODE by Jianguo Wu · 11 years ago
  75. 7cc34680 ACPI / processor: Remove outdated comments by Hanjun Guo · 11 years ago
  76. 082e12a ACPI / processor: remove unnecessary if (!pr) check by Hanjun Guo · 11 years ago
  77. 2d4d3e2 ACPI / processor: remove some dead code in acpi_processor_get_info() by Jiang Liu · 11 years ago
  78. d536bf3 ACPI / processor: use apic_id and remove duplicated _MAT evaluation by Jiang Liu · 11 years ago
  79. ca9f62a ACPI / processor: Introduce apic_id in struct processor to save parsed APIC id by Jiang Liu · 11 years ago
  80. 6a868e1 ACPI: dock: convert acpi_evaluate_object() to acpi_evaluate_integer() by Zhang Rui · 11 years ago
  81. 6ebb5bc acpi_processor: convert acpi_evaluate_object() to acpi_evaluate_integer() by Zhang Rui · 11 years ago
  82. 02b9735 Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  83. 0a733e6 Merge branch 'acpi-bind' by Rafael J. Wysocki · 11 years ago
  84. 416fd1a Merge branch 'acpi-assorted' by Rafael J. Wysocki · 11 years ago
  85. 8ca1182 Merge branch 'acpica' by Rafael J. Wysocki · 11 years ago
  86. 85fb0a1 Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  87. 11b88ee ACPI / bind: Prefer device objects with _STA to those without it by Rafael J. Wysocki · 11 years ago
  88. 4be4be8 ACPICA: Fix for a Store->ArgX when ArgX contains a reference to a field. by Bob Moore · 11 years ago
  89. 00341b5 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  90. 27703bb Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 11 years ago
  91. b20c99e Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  92. f83b0a4 Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  93. a923874 Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  94. 40031da Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  95. 542a086 Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  96. af65cfe ACPI / LPSS: don't crash if a device has no MMIO resources by Mika Westerberg · 11 years ago
  97. e0ae8fe ACPI / scan: Change ordering of locks for device hotplug by Rafael J. Wysocki · 11 years ago
  98. 7bc583d Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  99. da48afb Merge branch 'acpi-assorted' by Rafael J. Wysocki · 11 years ago
  100. e89c331 Merge branch 'pci/misc' into next by Bjorn Helgaas · 11 years ago