1. a2ff34c Merge branches 'acpi-cleanup' and 'acpi-video' by Rafael J. Wysocki · 10 years ago
  2. 8fcfb99 ACPI / hotplug: Fix panic on eject to ejected device by Toshi Kani · 10 years ago
  3. 47a08c8 ACPI / battery: Fix incorrect sscanf() string in acpi_battery_init_alarm() by Luis G.F · 10 years ago
  4. 085ca11 ACPI / proc: remove unneeded NULL check by Dan Carpenter · 10 years ago
  5. eb5ed9a ACPI / utils: remove a pointless NULL check by Dan Carpenter · 10 years ago
  6. e18ac62 ACPI / video: Add HP EliteBook Revolve 810 to the blacklist by Mika Westerberg · 10 years ago
  7. 82e1805 Merge branches 'acpi-processor', 'acpi-hotplug', 'acpi-init', 'acpi-pm' and 'acpica' by Rafael J. Wysocki · 10 years ago
  8. a951c77 ACPI / scan: Clear match_driver flag in acpi_bus_trim() by Rafael J. Wysocki · 10 years ago
  9. 49a1287 ACPI / init: Flag use of ACPI and ACPI idioms for power supplies to regulator API by Mark Brown · 10 years ago
  10. 481c138 ACPICA: Remove bool usage from ACPICA. by Lv Zheng · 10 years ago
  11. 79c0373 ACPI / PM: Use ACPI_COMPANION() to get ACPI companions of devices by Rafael J. Wysocki · 10 years ago
  12. f778d12 ACPI / scan: reduce log level of "ACPI: \_PR_.CPU4: failed to get CPU APIC ID" by Jiang Liu · 10 years ago
  13. 038d7b5 ACPI / processor: Return specific error value when mapping lapic id by Hanjun Guo · 10 years ago
  14. 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  15. e1ba845 Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  16. fab5669 Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  17. a0fa1dd Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  18. 2b844ba Revert "ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs" by Rafael J. Wysocki · 10 years ago
  19. bc411b8 Merge branch 'acpi-modules' by Rafael J. Wysocki · 10 years ago
  20. 8341ecc Merge branches 'acpi-init' and 'acpi-hotplug' by Rafael J. Wysocki · 10 years ago
  21. 9612a46 Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  22. 6eb2451 ACPI: add module autoloading support for ACPI enumerated devices by Zhang Rui · 11 years ago
  23. 3d8e009 ACPI: fix create_modalias() return value handling by Zhang Rui · 11 years ago
  24. 00159a2 ACPI / memhotplug: add parameter to disable memory hotplug by Prarit Bhargava · 11 years ago
  25. 7a3bb55 ACPI / PCI: Use global PCI rescan-remove locking in PCI root hotplug by Rafael J. Wysocki · 11 years ago
  26. c9c8986 Merge branch 'x86/idle' into sched/core by Ingo Molnar · 11 years ago
  27. bcc7201 Merge branches 'acpi-gpe', 'acpi-video', 'acpi-thermal', 'acpi-processor', 'acpi-sleep' by Rafael J. Wysocki · 11 years ago
  28. fbb9c10 Merge branch 'acpi-dsm' by Rafael J. Wysocki · 11 years ago
  29. 3e7cc14 Merge branch 'acpica' by Rafael J. Wysocki · 11 years ago
  30. 25d412d Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  31. 98feb7c Merge branch 'acpi-cleanup' by Rafael J. Wysocki · 11 years ago
  32. b769e01 Merge tag 'ras_for_3.14_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/ras by Ingo Molnar · 11 years ago
  33. da45407 Merge tag 'v3.13-rc8' into x86/ras, to pick up fixes. by Ingo Molnar · 11 years ago
  34. c713cd7 ACPI / scan: ACPI device object sysfs attribute for _STA evaluation by Srinivas Pandruvada · 11 years ago
  35. 5c551e6 ACPI / sleep: remove panic in case hardware has changed after S4 by Oliver Neukum · 11 years ago
  36. b981513 ACPI / scan: bail out early if failed to parse APIC ID for CPU by Jiang Liu · 11 years ago
  37. 130a5f6 ACPI / cpuidle: remove dev->state_count setting by Bartlomiej Zolnierkiewicz · 11 years ago
  38. 7ca380f ACPI / cpuidle: fix max idle state handling with hotplug CPU support by Bartlomiej Zolnierkiewicz · 11 years ago
  39. 71487f3f ACPICA: Utilities: Cleanup declarations of the acpi_gbl_debug_file global. by Lv Zheng · 11 years ago
  40. ed60694 ACPICA: Linuxize: Cleanup spaces after special macro invocations. by Lv Zheng · 11 years ago
  41. 06d1860 ACPICA: Interpreter: Add additional debug info for an error case. by Bob Moore · 11 years ago
  42. 1a2c478 ACPICA: Add an error message if the Debugger fails initialization. by Bob Moore · 11 years ago
  43. 5d4de9a ACPICA: Conditionally define a local variable that is used for debug only. by Bob Moore · 11 years ago
  44. 20c40de ACPICA: Parser: Updates/fixes for debug output. by Bob Moore · 11 years ago
  45. 0f607cb ACPICA: Enhance ACPI warning for memory/IO address conflicts. by Bob Moore · 11 years ago
  46. 87beb7e ACPICA: Update several debug statements - no functional change. by Bob Moore · 11 years ago
  47. 4bec3d8 ACPICA: Improve exception handling for GPE block installation. by Bob Moore · 11 years ago
  48. 0249ed2 ACPICA: Add option to favor 32-bit FADT addresses. by Bob Moore · 11 years ago
  49. fab4610 ACPICA: Cleanup the option of forcing the use of the RSDT. by Lv Zheng · 11 years ago
  50. 671cc68 ACPICA: Back port and refine validation of the XSDT root table. by Lv Zheng · 11 years ago
  51. bb3fec1 ACPICA: Remove unused ACPI_FREE_BUFFER macro. No functional change. by Lv Zheng · 11 years ago
  52. 5af2b63 ACPICA: Disassembler: Improve pathname support for emitted External() statements. by Bob Moore · 11 years ago
  53. 5076f00 ACPICA: Debug output: Fix a couple of small output issues. by Bob Moore · 11 years ago
  54. ec9c9c2 ACPI / thermal: remove const from thermal_zone_device_ops declaration by Emil Goode · 11 years ago
  55. 77410ba Merge branches 'acpi-battery' and 'pm-cpufreq' by Rafael J. Wysocki · 11 years ago
  56. a90b403 ACPI / Battery: Add a _BIX quirk for NEC LZ750/LS by Lan Tianyu · 11 years ago
  57. f8a571b ACPI / tables: Return proper error codes from acpi_table_parse() and fix comment. by tangchen · 11 years ago
  58. de2d1a7 ACPI / tables: Check if id is NULL in acpi_table_parse() by tangchen · 11 years ago
  59. 6a36875 ACPI / proc: Include appropriate header file in proc.c by Rashika · 11 years ago
  60. b8a0b0d ACPI / EC: Remove unused functions and add prototype declaration in internal.h by Rashika · 11 years ago
  61. 3f9eed5 ACPI / dock: Include appropriate header file in dock.c by Rashika · 11 years ago
  62. c071b604 ACPI / PCI: Include appropriate header file in pci_link.c by Rashika · 11 years ago
  63. e22e58a ACPI / PCI: Include appropriate header file in pci_slot.c by Rashika · 11 years ago
  64. 49894d8 ACPI / EC: Mark the function acpi_ec_add_debugfs() as static in ec_sys.c by Rashika · 11 years ago
  65. 679c581 ACPI / NVS: Include appropriate header file in nvs.c by Rashika · 11 years ago
  66. 66e162b ACPI / OSL: Mark the function acpi_table_checksum() as static by Rashika · 11 years ago
  67. 7ede9f8 ACPI / extlog: replace open-coded _DSM code with helper functions by Jiang Liu · 11 years ago
  68. a65ac52 ACPI: introduce helper interfaces for _DSM method by Jiang Liu · 11 years ago
  69. 50a2bc5 ACPI / AC: change notification handler type to ACPI_ALL_NOTIFY by Alexander Mezin · 11 years ago
  70. 4706515 Merge branches 'acpi-pci-pm' and 'acpi-pci-hotplug' by Rafael J. Wysocki · 11 years ago
  71. d1badf8 Merge branch 'acpi-pci-hotplug' into acpi-hotplug by Rafael J. Wysocki · 11 years ago
  72. f244d8b ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplug by Rafael J. Wysocki · 11 years ago
  73. 8cf126d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  74. caa73ea ACPI / hotplug / driver core: Handle containers in a special way by Rafael J. Wysocki · 11 years ago
  75. d22ddcb ACPI / hotplug: Add demand_offline hotplug profile flag by Rafael J. Wysocki · 11 years ago
  76. bfde19c Merge branches 'powercap' and 'acpi-lpss' with new device IDs by Rafael J. Wysocki · 11 years ago
  77. ca104ed ACPI, APEI, GHES: Cleanup ghes memory error handling by Chen, Gong · 11 years ago
  78. d3ab3ed ACPI, APEI: Cleanup alignment-aware accesses by Chen, Gong · 11 years ago
  79. addccbb ACPI, APEI, GHES: Do not report only correctable errors with SCI by Chen, Gong · 11 years ago
  80. df36ac1 pstore: Don't allow high traffic options on fragile devices by Luck, Tony · 11 years ago
  81. 2d4054d ACPI: Blacklist Win8 OSI for some HP laptop 2013 models by Takashi Iwai · 11 years ago
  82. 0039735 ACPI / video: Fix typo in video_detect.c by Masanari Iida · 11 years ago
  83. fce7d3b x86/efi: Don't select EFI from certain special ACPI drivers by Jan Beulich · 11 years ago
  84. 1682425 x86, acpi, idle: Restructure the mwait idle routines by Peter Zijlstra · 11 years ago
  85. 43575fa ACPI / processor: initialize a variable to silence compiler warning by Al Stone · 11 years ago
  86. 42b946b ACPI / EC: disable GPE before removing GPE handler by Lan Tianyu · 11 years ago
  87. 8eaa29f ACPI / Button: Fix enabling button GPEs twice by Lan Tianyu · 11 years ago
  88. cc131ee Merge tag 'please-pull-einj' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras into x86/ras by Ingo Molnar · 11 years ago
  89. 3482fb5 ACPI, APEI, EINJ: Changes to the ACPI/APEI/EINJ debugfs interface by Luck, Tony · 11 years ago
  90. 42139eb ACPI, eMCA: Combine eMCA/EDAC event reporting priority by Chen, Gong · 11 years ago
  91. d0a7edb ACPI / processor: use ACPI_COMPANION() to get ACPI device by Lan Tianyu · 11 years ago
  92. 6dd7aca ACPI: correct minor typos by Al Stone · 11 years ago
  93. 100eb0b ACPI / sleep: Drop redundant acpi_disabled check by Hanjun Guo · 11 years ago
  94. 4ef5441 ACPI / dock: Drop redundant acpi_disabled check by Hanjun Guo · 11 years ago
  95. 95df812 ACPI / table: Replace '1' with specific error return values by Hanjun Guo · 11 years ago
  96. cad1525a ACPI: remove trailing whitespace by Al Stone · 11 years ago
  97. 27d50c8 ACPI / i915: Fix incorrect <acpi/acpi.h> inclusions via <linux/acpi_io.h> by Lv Zheng · 11 years ago
  98. fe5e49c ACPI: Clean up incorrect inclusion of an ACPICA header by Lv Zheng · 11 years ago
  99. bfecc2b ACPI / bind: Move acpi_get_child() to drivers/ide/ide-acpi.c by Rafael J. Wysocki · 11 years ago
  100. 24dee1f ACPI / bind: Pass struct acpi_device pointer to acpi_bind_one() by Rafael J. Wysocki · 11 years ago