1. f5c1e1c ACPICA: Divergence: remove unwanted spaces for typedef by Lv Zheng · 8 years ago
  2. 2d3349d ACPICA: Namespace: Reorder \_SB._INI to make sure it is evaluated before _REG evaluations by Lv Zheng · 8 years ago
  3. d1461a1 ACPICA: Events: Fix an issue that _REG association can happen before namespace is initialized by Lv Zheng · 8 years ago
  4. ca4fc02 ACPICA: Tables: Fix wrong MLC condition for dynamic table loading by Lv Zheng · 8 years ago
  5. 7854205 ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers() invocation by Lv Zheng · 8 years ago
  6. 920de6e ACPICA: Hardware: Enhance acpi_hw_validate_register() with access_width/bit_offset awareness by Lv Zheng · 8 years ago
  7. 0461f34 Utilities: Fix missing parentheses in ACPI_GET_BITS()/ACPI_SET_BITS() by Lv Zheng · 8 years ago
  8. a8d1e1c ACPICA: Utilities: Add ACPI_IS_POWER_OF_TWO() by Lv Zheng · 8 years ago
  9. 7447bc1 ACPICA: iASL/Disassembler: Improve handling of unresolved methods by Bob Moore · 8 years ago
  10. 0dfaaa3 ACPICA: All: const keyword changes across the ACPICA source by Bob Moore · 8 years ago
  11. 3a05be7 ACPICA: Utilities: Update for strtoul64 merger by Bob Moore · 8 years ago
  12. 2156510 ACPICA: Cleanup some invocation indentations, no functional change by Bob Moore · 8 years ago
  13. fe0f876 ACPICA: iASL: Cleanup/optimization for ToPLD macro support by Bob Moore · 8 years ago
  14. d8aa069 ACPICA: Interpreter: Update some function headers, no functional change by Bob Moore · 8 years ago
  15. 890b090 ACPICA: Intepreter: Add object extensions to Concatenate operand by Bob Moore · 8 years ago
  16. a88e0ce ACPICA: ACPI 6.1: Add full support for this version of ACPI spec by Bob Moore · 8 years ago
  17. b94cd81 ACPICA: Tables: Update FADT handling by Bob Moore · 8 years ago
  18. 80b2881 ACPICA: Linuxize: reduce divergences for 20160212 release by Lv Zheng · 8 years ago
  19. 8fbd4ad Merge branch 'acpi-processor' by Rafael J. Wysocki · 8 years ago
  20. a212116 ACPI / processor: Request native thermal interrupt handling via _OSC by Srinivas Pandruvada · 8 years ago
  21. 3d66c6b Merge tag 'pm+acpi-4.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  22. ee0140d Merge branches 'acpi-soc', 'acpi-misc', 'acpi-pci' and 'device-properties' by Rafael J. Wysocki · 8 years ago
  23. 3513ac7 Merge branches 'pm-avs', 'pm-clk', 'pm-devfreq' and 'pm-sleep' by Rafael J. Wysocki · 8 years ago
  24. fbda4b3 ACPI / PM: Runtime resume devices when waking from hibernate by Lukas Wunner · 8 years ago
  25. 4a2e7aa PCI: ACPI: IA64: fix IO port generic range check by Lorenzo Pieralisi · 8 years ago
  26. 4a798f5 ACPI / util: cast data to u64 before shifting to fix sign extension by Colin Ian King · 8 years ago
  27. bf4703f ACPI / property: fix data node parsing in acpi_get_next_subnode() by Irina Tirdea · 8 years ago
  28. f5eda99 ACPI / APD: Add device HID for future AMD UART controller by Wang Hongcheng · 8 years ago
  29. 8759957 Merge tag 'libnvdimm-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  30. 277edba Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  31. 2552821 tags: Fix DEFINE_PER_CPU expansions by Peter Zijlstra · 8 years ago
  32. d37a14b Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  33. bdeabcc Merge branches 'acpi-ec', 'acpi-fan', 'acpi-video' and 'acpi-misc' by Rafael J. Wysocki · 8 years ago
  34. 02fd4e7 Merge branches 'acpi-pci', 'acpi-soc' and 'pnp' by Rafael J. Wysocki · 8 years ago
  35. 6a8ccb1 Merge branches 'acpi-processor' and 'acpi-cppc' by Rafael J. Wysocki · 8 years ago
  36. caf5aa1 Merge branches 'acpi-scan', 'acpi-osl' and 'acpi-apei' by Rafael J. Wysocki · 8 years ago
  37. 255a60f Merge branch 'acpica' by Rafael J. Wysocki · 8 years ago
  38. 3a03d12 ACPI / APEI: ERST: Fixed leaked resources in erst_init by Josh Hunt · 8 years ago
  39. e56c925 ACPI / APEI: Fix leaked resources by Josh Hunt · 8 years ago
  40. e4e666b i2c: designware: Add device HID for future AMD I2C controller by Xiangliang Yu · 8 years ago
  41. 5508df8 ACPICA / Interpreter: Fix a regression triggered because of wrong Linux ECDT support by Lv Zheng · 8 years ago
  42. 4890116 Merge branch 'for-4.6/pfn' into libnvdimm-for-next by Dan Williams · 8 years ago
  43. c85cc81 ACPI / OSL: Add support to install tables via initrd by Lv Zheng · 8 years ago
  44. a543132e ACPI / OSL: Clean up initrd table override code by Lv Zheng · 8 years ago
  45. bea3c37 ACPI / util: remove redundant check if element is NULL by Colin Ian King · 8 years ago
  46. b2ca5da ACPI: Add acpi_force_32bit_fadt_addr option to force 32 bit FADT addresses by Colin Ian King · 9 years ago
  47. 75829dc drivers/acpi: make pmic/intel_pmic_crc.c explicitly non-modular by Paul Gortmaker · 9 years ago
  48. 020bf06 drivers/acpi: make apei/ghes.c more explicitly non-modular by Paul Gortmaker · 9 years ago
  49. cc079f8 drivers/acpi: make bgrt driver explicitly non-modular by Paul Gortmaker · 9 years ago
  50. f387e5b ACPI / CPPC: use MRTT/MPAR to decide if/when a req can be sent by Prakash, Prashanth · 9 years ago
  51. beee23a ACPI / CPPC: replace writeX/readX to PCC with relaxed version by Prakash, Prashanth · 9 years ago
  52. 77e3d86 ACPI / CPPC: optimized cpc_read and cpc_write by Prakash, Prashanth · 9 years ago
  53. ad62e1e6 ACPI / CPPC: Optimize PCC Read Write operations by Ashwin Chaugule · 9 years ago
  54. 0f9aeb7 ACPI / video: remove unused device_decode array by Colin Ian King · 9 years ago
  55. 1b6e75e ACPI / EC: Deny write access unless requested by module param by Oleg Drokin · 9 years ago
  56. 1d75158 ACPI / fan: Make struct dev_pm_ops const by Kaiyen Chang · 9 years ago
  57. af1996e ACPI: Change NFIT driver to insert new resource by Toshi Kani · 8 years ago
  58. e237a55 x86/ACPI/PCI: Recognize that Interrupt Line 255 means "not connected" by Chen Fan · 9 years ago
  59. 0dda885 ACPICA: Revert "Parser: Fix for SuperName method invocation" by Bob Moore · 9 years ago
  60. 1e059e2 ACPICA: Utilities: Update trace mechinism for acquire_object by Bob Moore · 9 years ago
  61. d4f3236 nfit, libnvdimm: clear poison command support by Dan Williams · 8 years ago
  62. 87bf572 nfit: disable userspace initiated ars during scrub by Dan Williams · 8 years ago
  63. 1cf03c0 nfit: scrub and register regions in a workqueue by Dan Williams · 9 years ago
  64. 7ae0fa43 nfit, libnvdimm: async region scrub workqueue by Dan Williams · 9 years ago
  65. a61fe6f nfit, tools/testing/nvdimm: unify common init for acpi_nfit_desc by Dan Williams · 9 years ago
  66. aef2533 libnvdimm, nfit: centralize command status translation by Dan Williams · 9 years ago
  67. be26f9a nfit, tools/testing/nvdimm: add format interface code definitions by Dan Williams · 9 years ago
  68. 6e2452d nfit: Continue init even if ARS commands are unimplemented by Vishal Verma · 8 years ago
  69. bc94b99 Merge tag 'v4.5-rc6' into core/resources, to resolve conflict by Ingo Molnar · 8 years ago
  70. a9f8094a Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  71. 6c777e8 Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()" by Bjorn Helgaas · 9 years ago
  72. bb134ff Merge tag 'pm+acpi-4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  73. ebc3c9b ACPICA: Namespace: Rename acpi_gbl_reg_methods_enabled to acpi_gbl_namespace_initialized by Lv Zheng · 9 years ago
  74. ced0436 ACPICA: Namespace: Ensure \_SB._INI executed before any _REG by Lv Zheng · 9 years ago
  75. 9559130 ACPICA: ACPICA: Tune _REG evaluations order in the initialization steps by Lv Zheng · 9 years ago
  76. cc82f18 ACPICA: Tables: make default region accessible during the table load by Lv Zheng · 9 years ago
  77. b3aec97 ACPICA: ACPI 6.0/iASL: Add support for the External AML opcode by David E. Box · 9 years ago
  78. 05fb04b ACPICA: Remove unnecessary arguments to ACPI_INFO by Bob Moore · 9 years ago
  79. c340e5f ACPICA: debugger: dbconvert: free pld_info on error return path by Colin Ian King · 9 years ago
  80. 50db305 ACPICA: iASL: Update to use internal acpi_ut_strtoul64 function by Bob Moore · 9 years ago
  81. 27eb748 ACPICA: iASL: Fix some typos with the name strtoul64 by Bob Moore · 9 years ago
  82. e448c09 ACPICA: Remove incorrect "static" from a global structure by Bob Moore · 9 years ago
  83. 3008ea9 ACPICA: aclocal: Put parens around some definitions. by waddlesplash · 9 years ago
  84. e249714 Revert "ACPI, PCI, irq: remove interrupt count restriction" by Rafael J. Wysocki · 8 years ago
  85. 5ec5d10 Revert "ACPI / PCI: Simplify acpi_penalize_isa_irq()" by Rafael J. Wysocki · 8 years ago
  86. 4577b06 nfit: update address range scrub commands to the acpi 6.1 format by Dan Williams · 9 years ago
  87. 504997c ACPI / sleep: move acpi_processor_sleep to sleep.c by Sudeep Holla · 9 years ago
  88. db62fda ACPI / processor : add support for ACPI0010 processor container by Sudeep Holla · 9 years ago
  89. 747ffe1 libnvdimm, tools/testing/nvdimm: fix 'ars_status' output buffer sizing by Dan Williams · 8 years ago
  90. 6697b2c nfit: fix multi-interface dimm handling, acpi6.1 compatibility by Dan Williams · 9 years ago
  91. 67b4eab Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed" by Bjorn Helgaas · 9 years ago
  92. b6ec26f ACPI / processor_idle: replace PREFIX with pr_fmt by Sudeep Holla · 9 years ago
  93. 6ce2e18 ACPI / scan: AMBA bus probing support by Graeme Gregory · 9 years ago
  94. 3b95bd1 ACPI: introduce a function to find the first physical device by Aleksey Makarov · 9 years ago
  95. 79e2f8d Merge branches 'pm-core' and 'pm-domains' by Rafael J. Wysocki · 9 years ago
  96. 5be6ada ACPI / LPSS: set PM domain via helper setter by Andy Shevchenko · 9 years ago
  97. 4650bac ACPI/EINJ: Allow memory error injection to NVDIMM by Toshi Kani · 9 years ago
  98. 9a975be drivers: Initialize resource entry to zero by Toshi Kani · 9 years ago
  99. 0bce39c Merge branches 'acpi-video' and 'acpi-hotplug' by Rafael J. Wysocki · 9 years ago
  100. b186b4d ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist" by Hans de Goede · 9 years ago