1. 37b137f nfit, libnvdimm: allow an ARS scrub to be triggered on demand by Vishal Verma · 8 years ago
  2. 58cd71b nfit, tools/testing/nvdimm/: unify shutdown paths by Dan Williams · 8 years ago
  3. bc9775d libnvdimm: move ->module to struct nvdimm_bus_descriptor by Dan Williams · 8 years ago
  4. e7a11b4 nfit: cleanup acpi_nfit_init calling convention by Dan Williams · 8 years ago
  5. 3193204 nfit: fix _FIT evaluation memory leak + use after free by Dan Williams · 8 years ago
  6. c2f32ac acpi, nfit: treat virtual ramdisk SPA as pmem region by Lee, Chun-Yi · 8 years ago
  7. 7a9eb20 pmem: kill __pmem address space by Dan Williams · 8 years ago
  8. f284a4f libnvdimm: introduce nvdimm_flush() and nvdimm_has_flush() by Dan Williams · 8 years ago
  9. e5ae3b2 libnvdimm, nfit: move flush hint mapping to region-device driver-data by Dan Williams · 8 years ago
  10. a8a6d2e libnvdimm, nfit: remove nfit_spa_map() infrastructure by Dan Williams · 8 years ago
  11. 29b9aa0 libnvdimm: introduce devm_nvdimm_memremap(), convert nfit_spa_map() users by Dan Williams · 8 years ago
  12. 81ed4e3 nfit: don't override return value of nfit_mem_init by Dan Williams · 8 years ago
  13. ad9ac5e nfit: always associate flush hints by Dan Williams · 8 years ago
  14. d932dd2 nfit: use devm_add_action_or_reset() by Sajjan, Vikas C · 8 years ago
  15. e02fb72 nfit: add Microsoft NVDIMM DSM command set to white list by stuart hayes · 8 years ago
  16. bd6ac2a Merge branch 'acpi-ec' by Rafael J. Wysocki · 8 years ago
  17. dcf15cb ACPI / EC: Fix a boot EC regresion by restoring boot EC support for the DSDT EC by Lv Zheng · 8 years ago
  18. 60c07f8 Merge branches 'acpica-fixes', 'acpi-video' and 'acpi-processor' by Rafael J. Wysocki · 8 years ago
  19. 8631475 ACPI / processor: Avoid reserving IO regions too early by Rafael J. Wysocki · 8 years ago
  20. 7f9bef9 ACPICA / Hardware: Fix old register check in acpi_hw_get_access_bit_width() by Lv Zheng · 8 years ago
  21. 9f9cd7e ACPI / Thermal / video: fix max_level incorrect value by Aaron Lu · 8 years ago
  22. 287980e remove lots of IS_ERR_VALUE abuses by Arnd Bergmann · 8 years ago
  23. 0e77816 Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 8 years ago
  24. e92677d Merge tag 'acpi-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  25. 0cc4b48 Merge branch 'acpi-battery' by Rafael J. Wysocki · 8 years ago
  26. 1f40c49 Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  27. 5dfa0c7 ACPI / battery: Correctly serialise with the pending async probe by Chris Wilson · 8 years ago
  28. 78a898d ACPI / PM: Export acpi_device_fix_up_power() by Ulf Hansson · 8 years ago
  29. 1b982ba Merge branch 'for-4.7/acpi6.1' into libnvdimm-for-next by Dan Williams · 8 years ago
  30. 1f716d0 Merge branch 'for-4.7/dsm' into libnvdimm-for-next by Dan Williams · 8 years ago
  31. 2159669 Merge branch 'for-4.7/libnvdimm' into libnvdimm-for-next by Dan Williams · 8 years ago
  32. fc72395 Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools' by Rafael J. Wysocki · 8 years ago
  33. efc499f Merge branches 'acpi-numa', 'acpi-tables' and 'acpi-osi' by Rafael J. Wysocki · 8 years ago
  34. a6becfb Merge branches 'acpi-drivers', 'acpi-pm', 'acpi-ec' and 'acpi-video' by Rafael J. Wysocki · 8 years ago
  35. 407aa3f Merge branch 'acpica' by Rafael J. Wysocki · 8 years ago
  36. 437014b ACPI / GED: make evged.c explicitly non-modular by Paul Gortmaker · 8 years ago
  37. 01ec716 Merge tag 'pm+acpi-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  38. 7421669 ACPI / tables: Fix DSDT override mechanism by Rafael J. Wysocki · 8 years ago
  39. a94e3fb nfit: add sysfs dimm 'family' and 'dsm_mask' attributes by Dan Williams · 8 years ago
  40. 8755409 nfit: disable vendor specific commands by Dan Williams · 8 years ago
  41. d1ce3bb Merge back new ACPICA material for v4.7. by Rafael J. Wysocki · 8 years ago
  42. f18ebc2 ACPI / sysfs: fix error code in get_status() by Dan Carpenter · 8 years ago
  43. 6a0df32 ACPICA: Move all ASCII utilities to a common file by Bob Moore · 8 years ago
  44. 66b1ed5 ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_write() by Lv Zheng · 8 years ago
  45. c3bc26d ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support in acpi_hw_read() by Lv Zheng · 8 years ago
  46. 9222aa8 ACPICA: Executer: Introduce a set of macros to handle bit width mask generation by Lv Zheng · 8 years ago
  47. b314a17 ACPICA: Hardware: Add optimized access bit width support by Lv Zheng · 8 years ago
  48. e35d750 ACPICA: Utilities: Add ACPI_IS_ALIGNED() macro by Lv Zheng · 8 years ago
  49. 5391abf ACPICA: Renamed some #defined flag constants for clarity by Bob Moore · 8 years ago
  50. 14f9857 ACPICA: ACPI 6.0, tools/iasl: Add support for new resource descriptors by Bob Moore · 8 years ago
  51. 7952d40 ACPICA: ACPI 6.0: Update _BIX support for new package element by Bob Moore · 8 years ago
  52. 7dbec55 ACPICA: Refactor evaluate_object to reduce nesting by Bob Moore · 8 years ago
  53. f5c1e1c ACPICA: Divergence: remove unwanted spaces for typedef by Lv Zheng · 8 years ago
  54. 9e5ed6d ACPI,PCI,IRQ: remove SCI penalize function by Sinan Kaya · 8 years ago
  55. 1fcb6a8 ACPI,PCI,IRQ: remove redundant code in acpi_irq_penalty_init() by Sinan Kaya · 8 years ago
  56. 5c5087a ACPI,PCI,IRQ: reduce static IRQ array size to 16 by Sinan Kaya · 8 years ago
  57. 103544d ACPI,PCI,IRQ: reduce resource requirements by Sinan Kaya · 8 years ago
  58. e5f660e ACPI / osi: Collect _OSI handling into one single file by Lv Zheng · 8 years ago
  59. d5a91d7 ACPI / osi: Cleanup coding style issues before creating a separate OSI source file by Lv Zheng · 8 years ago
  60. dc45eb2 ACPI / osi: Cleanup OSI handling code to use bool by Lv Zheng · 8 years ago
  61. e10cfdc ACPI / osi: Fix default _OSI(Darwin) support by Chen Yu · 8 years ago
  62. a707ede ACPI / osi: Add acpi_osi=!! to allow reverting acpi_osi=! by Lv Zheng · 8 years ago
  63. dbee890b ACPI / osi: Cleanup _OSI("Linux") related code before introducing new support by Lv Zheng · 8 years ago
  64. 30c9bb0 ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal strings by Lv Zheng · 8 years ago
  65. a508d95 ACPI / device_sysfs: Clean up checkpatch errors by Betty Dall · 8 years ago
  66. 6c02440 ACPI / device_sysfs: Change _SUN and _STA show functions error return to EIO by Betty Dall · 8 years ago
  67. 6283f97 ACPI / device_sysfs: Add sysfs support for _HRV hardware revision by Betty Dall · 8 years ago
  68. 0595009 ACPI/video: export acpi_video_get_levels by Aaron Lu · 8 years ago
  69. 01c3664 video / backlight: remove the backlight_device_registered API by Aaron Lu · 8 years ago
  70. 93d6884 ACPICA: Dispatcher: Update thread ID for recursive method calls by Prarit Bhargava · 8 years ago
  71. 2eea658 nfit: fix translation of command status results by Dan Williams · 8 years ago
  72. 6ca7208 nfit: export subsystem ids as attributes by Dan Williams · 8 years ago
  73. 30ec5fd nfit: fix format interface code byte order per ACPI6.1 by Dan Williams · 8 years ago
  74. 31eca76 nfit, libnvdimm: limited/whitelisted dimm command marshaling mechanism by Dan Williams · 8 years ago
  75. e3654ec nfit, libnvdimm: clarify "commands" vs "_DSMs" by Dan Williams · 8 years ago
  76. 628e35b ACPI / amba: Remove CLK_IS_ROOT by Stephen Boyd · 8 years ago
  77. cdd9a6b ACPI / APD: Remove CLK_IS_ROOT by Stephen Boyd · 8 years ago
  78. 38a879b acpi/nfit: Add sysfs "id" for NVDIMM ID by Toshi Kani · 8 years ago
  79. 5ad9a7f acpi/nfit: Update nfit driver to comply with ACPI 6.1 by Toshi Kani · 8 years ago
  80. 46bcc6b ACPI / ARM64: Remove EXPERT dependency for ACPI on ARM64 by Mark Brown · 8 years ago
  81. 6df795f ACPI / ARM64: Don't enable ACPI by default on ARM64 by Mark Brown · 8 years ago
  82. 702b07f ACPI / SRAT: fix SRAT parsing order with both LAPIC and X2APIC present by Lukasz Anaczkowski · 8 years ago
  83. 5d88132 ACPI / tables: Convert initrd table override to table upgrade mechanism by Lv Zheng · 8 years ago
  84. 5ae74f2c ACPI / tables: Move table override mechanisms to tables.c by Lv Zheng · 8 years ago
  85. c7e16e5 acpi: widen acpi_evaluate_dsm() revision and function-index arguments by Jerry Hoemann · 8 years ago
  86. 8259542 libnvdimm, nfit: Use ACPI_SIG_NFIT instead of hard coded string by Lee, Chun-Yi · 9 years ago
  87. 8cc6ddf libnvdimm, nfit: report multiple interface codes per-dimm by Dan Williams · 8 years ago
  88. c68ae33e ACPI / utils: Rename acpi_dev_present() by Lukas Wunner · 8 years ago
  89. fe6cbea ACPI 2.0 / ECDT: Enable correct ECDT initialization order by Lv Zheng · 8 years ago
  90. 59f0aa9 ACPI 2.0 / ECDT: Remove early namespace reference from EC by Lv Zheng · 8 years ago
  91. 0e1affe ACPI 2.0 / ECDT: Split EC_FLAGS_HANDLERS_INSTALLED by Lv Zheng · 8 years ago
  92. 1373718 ACPI / PM: Introduce efi poweroff for HW-full platforms without _S5 by Chen Yu · 9 years ago
  93. 3db80c2 ACPI: implement Generic Event Device by Sinan Kaya · 9 years ago
  94. 2d3349d ACPICA: Namespace: Reorder \_SB._INI to make sure it is evaluated before _REG evaluations by Lv Zheng · 8 years ago
  95. d1461a1 ACPICA: Events: Fix an issue that _REG association can happen before namespace is initialized by Lv Zheng · 8 years ago
  96. ca4fc02 ACPICA: Tables: Fix wrong MLC condition for dynamic table loading by Lv Zheng · 8 years ago
  97. 7854205 ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers() invocation by Lv Zheng · 8 years ago
  98. 920de6e ACPICA: Hardware: Enhance acpi_hw_validate_register() with access_width/bit_offset awareness by Lv Zheng · 8 years ago
  99. 0461f34 Utilities: Fix missing parentheses in ACPI_GET_BITS()/ACPI_SET_BITS() by Lv Zheng · 8 years ago
  100. a8d1e1c ACPICA: Utilities: Add ACPI_IS_POWER_OF_TWO() by Lv Zheng · 8 years ago