Age | Commit message (Expand) | Author | Files | Lines |
2015-09-15 | ACPI: Eliminate CONFIG_.*{, _MODULE} #ifdef in favor of IS_ENABLED() | Sudeep Holla | 2 | -3/+3 |
2015-09-01 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -4/+1 |
2015-09-01 | Merge branches 'acpi-scan', 'acpi-processor' and 'acpi-assorted' | Rafael J. Wysocki | 3 | -12/+50 |
2015-08-25 | ACPICA: Update version to 20150818 | Bob Moore | 1 | -1/+1 |
2015-08-25 | ACPICA: Debugger: Split debugger initialization/termination APIs | Lv Zheng | 1 | -0/+3 |
2015-08-25 | ACPICA: Header support to improve compatibility with MSVC | Bob Moore | 1 | -4/+5 |
2015-08-25 | ACPICA: Make the max-number-of-loops runtime configurable | Bob Moore | 1 | -4/+0 |
2015-08-25 | ACPICA: Debugger: Add option to display namespace summary/counts | Bob Moore | 1 | -0/+2 |
2015-08-25 | ACPICA: Headers: Fix some comments, no functional change | Bob Moore | 1 | -5/+5 |
2015-08-25 | ACPICA: Disassembler: Remove duplicate code in _PLD processing. | Bob Moore | 1 | -0/+1 |
2015-08-25 | ACPICA: Correctly cleanup after a ACPI table load failure | Bob Moore | 1 | -2/+5 |
2015-08-25 | ACPI: Decouple ACPI idle and ACPI processor drivers | Ashwin Chaugule | 1 | -2/+24 |
2015-08-25 | ACPI: Split out ACPI PSS from ACPI Processor driver | Ashwin Chaugule | 1 | -2/+26 |
2015-07-23 | ACPICA: Update version to 20150717 | Bob Moore | 1 | -1/+1 |
2015-07-23 | ACPICA: iASL: Add support for TCPA Server Table | Bob Moore | 1 | -4/+13 |
2015-07-23 | ACPICA: MSVC: Fix inclusion order issue of <crtdbg.h> | Lv Zheng | 3 | -0/+106 |
2015-07-23 | ACPICA: Executer: Add option to bypass opcode tracing | Lv Zheng | 1 | -2/+3 |
2015-07-23 | ACPICA: Executer: Add OSL trace hook support | Lv Zheng | 4 | -0/+22 |
2015-07-23 | ACPICA: Executer: Add interpreter tracing mode for method tracing facility | Lv Zheng | 2 | -2/+17 |
2015-07-23 | ACPICA: Dispatcher: Add trace support for interpreter | Lv Zheng | 1 | -1/+3 |
2015-07-23 | ACPICA: Namespace: Add function to directly return normalized full path | Lv Zheng | 1 | -1/+2 |
2015-07-22 | ACPI / processor: Drop an unused argument of a cleanup routine | Rafael J. Wysocki | 1 | -4/+1 |
2015-07-08 | ACPI: Remove FSF mailing addresses | Jarkko Nikula | 2 | -8/+0 |
2015-07-02 | Merge tag 'acpica-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 11 | -98/+152 |
2015-07-01 | ACPICA: Update version to 20150619 | Bob Moore | 1 | -1/+1 |
2015-07-01 | ACPICA: Update TPM2 ACPI table | Bob Moore | 1 | -12/+6 |
2015-07-01 | ACPICA: Update definitions for the TCPA and TPM2 ACPI tables | Bob Moore | 2 | -39/+81 |
2015-07-01 | ACPICA: De-macroize calls to standard C library functions | Bob Moore | 2 | -42/+4 |
2015-07-01 | ACPICA: Namespace: Change namespace override to avoid node deletion | Bob Moore | 1 | -0/+5 |
2015-07-01 | ACPICA: Namespace: Add support of OSDT table | Bob Moore | 1 | -0/+1 |
2015-07-01 | ACPICA: ACPI 6.0: Add values for MADT GIC version field | Hanjun Guo | 1 | -0/+11 |
2015-07-01 | ACPICA: Utilities: Add _CLS processing | Suravee Suthikulpanit | 2 | -9/+16 |
2015-07-01 | ACPICA: EFI: Add EFI interface definitions to eliminate dependency of GNU EFI | Lv Zheng | 1 | -0/+6 |
2015-07-01 | ACPICA: MSVC6: Fix build issue for variable argument macros | Lv Zheng | 2 | -2/+15 |
2015-07-01 | ACPICA: Tables: Enable default 64-bit FADT addresses favor | Lv Zheng | 1 | -2/+2 |
2015-07-01 | ACPICA: Tables: Fix an issue that FACS initialization is performed twice | Lv Zheng | 1 | -0/+1 |
2015-07-01 | ACPICA: Tables: Enable both 32-bit and 64-bit FACS | Lv Zheng | 1 | -0/+9 |
2015-07-01 | ACPICA: Hardware: Enable 64-bit firmware waking vector for selected FACS | Lv Zheng | 1 | -2/+6 |
2015-06-26 | Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle' | Rafael J. Wysocki | 2 | -2/+2 |
2015-06-24 | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node() | Alexander Sverdlin | 1 | -1/+1 |
2015-06-24 | ACPI / video: Inline acpi_video_set_dmi_backlight_type | Borislav Petkov | 1 | -1/+1 |
2015-06-23 | ACPICA: Linuxize: Reduce divergences for 20150616 release | Lv Zheng | 1 | -1/+0 |
2015-06-19 | Merge branch 'acpi-cca' | Rafael J. Wysocki | 1 | -1/+36 |
2015-06-19 | Merge branch 'acpi-video' | Rafael J. Wysocki | 1 | -4/+17 |
2015-06-19 | Merge branches 'acpi-pm', 'acpi-apei', 'acpi-osl' and 'acpi-pci' | Rafael J. Wysocki | 2 | -3/+2 |
2015-06-19 | Merge branches 'acpi-init', 'acpi-pnp', 'acpi-scan', 'acpi-proc' and 'acpi-doc' | Rafael J. Wysocki | 1 | -1/+2 |
2015-06-19 | ACPI / video: Make acpi_video_unregister_backlight() private | Hans de Goede | 1 | -2/+0 |
2015-06-19 | ACPI / video: Port to new backlight interface selection API | Hans de Goede | 1 | -2/+0 |
2015-06-19 | acpi-video-detect: Rewrite backlight interface selection logic | Hans de Goede | 1 | -0/+17 |
2015-06-15 | ACPI / scan: Parse _CCA and setup device coherency | Suthikulpanit, Suravee | 1 | -1/+36 |