Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1b90193990ac928c58f282cc26e7c75e34f20c28
/
tools
/
power
/
acpi
d5a4b1a
tools/power/acpi: Remove direct kernel source include reference
by Lv Zheng
· 8 years ago
5ebd2ea
ACPICA: Cleanup for all string-to-integer conversions
by Bob Moore
· 8 years ago
dd99cbc
ACPICA: Clib: Eliminate acpi_os_XXXFile()/acpi_log_error and link clibrary fxxx()/errno/perror() instead
by Lv Zheng
· 8 years ago
f173a77
ACPICA: Clib: Add -nostdinc support for EFI layer
by Lv Zheng
· 8 years ago
e323c02
ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issue
by Lv Zheng
· 8 years ago
4e2fc6a
ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handles
by Lv Zheng
· 8 years ago
b597664
ACPICA: Clib: Fix build issues when ACPI_USE_STANDARD_HEADERS is not defined by converting size_t to acpi_size
by Lv Zheng
· 8 years ago
eba4ed2
ACPICA: acpidump: Fix a duplicate variable definition
by Lv Zheng
· 8 years ago
722280e
ACPICA: OSL: Add correct acpi_gbl_debug_timeout export to allow acpiexec to link
by Lv Zheng
· 8 years ago
d8303ac
ACPICA: iASL/Disassembler: Add a check for missing filename
by Bob Moore
· 8 years ago
a3bcf2d
tools/acpi: use CROSS_COMPILE to define prefix
by Andy Shevchenko
· 8 years ago
fc72395
Merge branches 'acpi-pci', 'acpi-misc' and 'acpi-tools'
by Rafael J. Wysocki
· 8 years ago
6a0df32
ACPICA: Move all ASCII utilities to a common file
by Bob Moore
· 9 years ago
f5c1e1c
ACPICA: Divergence: remove unwanted spaces for typedef
by Lv Zheng
· 9 years ago
60438d9
tools/power/acpi: close file only if it is open
by Lv Zheng
· 9 years ago
3a05be7
ACPICA: Utilities: Update for strtoul64 merger
by Bob Moore
· 9 years ago
53c78d7
ACPICA: Add support for QNX 6.6 platform
by Will Miles
· 9 years ago
c8100dc
ACPICA: Additional 2016 copyright changes
by Bob Moore
· 9 years ago
5920380
ACPICA: getopt: Comment update, no functional change
by Bob Moore
· 9 years ago
1fad873
ACPICA: Core: Major update for code formatting, no functional changes
by Bob Moore
· 9 years ago
37645d6
tools/power/acpi: Add userspace AML interface support
by Lv Zheng
· 9 years ago
842e7133
ACPICA: iASL: General cleanup of the file suffix #defines
by Bob Moore
· 9 years ago
4305cd0
tools/power/acpi: Enable build for EC userspace tool
by Lv Zheng
· 9 years ago
391fc23
tools/power/acpi: Add descend support in ACPI tools Makefile
by Lv Zheng
· 9 years ago
4fa4616
ACPICA: De-macroize calls to standard C library functions
by Bob Moore
· 9 years ago
63c4381
ACPI / acpidump: Update acpidump manual
by Lv Zheng
· 9 years ago
4fb80c3
ACPICA: acpidump: Convert the default behavior to dump from /sys/firmware/acpi/tables
by Lv Zheng
· 9 years ago
428394d
ACPICA: acpidump: Allow customized tables to be dumped without accessing /dev/mem
by Lv Zheng
· 9 years ago
cbc8234
ACPICA: Add dragon_fly support to unix file mapping file
by Sascha Wildner
· 9 years ago
81ed793
ACPICA: Fix a sscanf format string.
by Bob Moore
· 10 years ago
e0423ed
ACPICA: Unix: Cleanup to use ACPI_TO_INTEGER() to calc page offset.
by Lv Zheng
· 10 years ago
82a8094
ACPICA: Update Copyright headers to 2015
by David E. Box
· 10 years ago
63c9043
ACPICA: acpiexec: Do not put STDIN into raw mode unless it is a terminal.
by Bob Moore
· 10 years ago
f1b6975
ACPICA: acpidump: Add ACPI 1.0 RSDP support.
by Lv Zheng
· 10 years ago
ff2389f
ACPICA: utprint/oslibcfs: cleanup - no functional change
by Bob Moore
· 10 years ago
4d2c822
ACPICA: OSL: Update acpidump to reduce source code differences
by Lv Zheng
· 10 years ago
846d6ef
ACPICA: acpidump: Reduce freopen() invocations to improve portability
by Lv Zheng
· 10 years ago
dcaff16
ACPICA: acpidump: Replace file IOs with new APIs to improve portability
by Lv Zheng
· 10 years ago
135610f
ACPICA: acpidump: Remove exit() from generic layer to improve portability
by Lv Zheng
· 10 years ago
fbee6b2
ACPICA: acpidump: Add memory/string OSL usage to improve portability
by Lv Zheng
· 10 years ago
a92e957
ACPICA: Common: Enhance acpi_getopt() to improve portability
by Lv Zheng
· 10 years ago
3c9349c
ACPICA: Common: Enhance cm_get_file_size() to improve portability
by Lv Zheng
· 10 years ago
d9cf147
ACPICA: Application: Enhance ACPI_USAGE_xxx/ACPI_OPTION with acpi_os_printf() to improve portability
by Lv Zheng
· 10 years ago
80a648c
ACPICA: Utilities: Add formatted printing APIs
by Lv Zheng
· 10 years ago
7824f44
ACPICA: OSL: Add portable file IO to improve portability
by Lv Zheng
· 10 years ago
83b80bac
ACPICA: OSL: Clean up acpi_os_printf()/acpi_os_vprintf() stubs
by Lv Zheng
· 10 years ago
e8c038a
ACPICA: Utilities: Cleanup DEFINE_ACPI_GLOBALS by moving acpi_ut_init_global() from utglobal.c to utinit.c
by Lv Zheng
· 10 years ago
890fbfa0
ACPICA: acpidump: Add support for ACPI 1.0 GUID in Linux
by Lv Zheng
· 10 years ago
2e30baa
Merge branches 'acpi-tools' and 'pm-tools'
by Rafael J. Wysocki
· 10 years ago
2947c1d
ACPICA: acpidump: Fix repetitive table dump in -n mode.
by Lv Zheng
· 10 years ago
0f929fb
ACPICA: Tables: Add new mechanism to skip NULL entries in RSDT and XSDT.
by Lv Zheng
· 11 years ago
c793226
ACPICA: acpidump: Add support to force using RSDT.
by Lv Zheng
· 11 years ago
d63f379
ACPICA: acpidump: Fix truncated RSDP signature validation.
by Lv Zheng
· 11 years ago
d87a2b7
ACPICA: acpidump: Fix code issue in invoking fread in the loop.
by Lv Zheng
· 11 years ago
23a75c5
Merge back earlier ACPICA material.
by Rafael J. Wysocki
· 11 years ago
d7cddbb
ACPI / tools: Introduce ec_access.c - tool to access the EC
by Thomas Renninger
· 11 years ago
75e4f20
tools/power/acpi: Minor bugfixes
by Thomas Renninger
· 11 years ago
6c87021
ACPICA: acpidump: Update man page.
by Lv Zheng
· 11 years ago
bf5afef
ACPICA: acpidump: Remove old acpidump source.
by Lv Zheng
· 11 years ago
edbe47c
ACPICA: acpidump: Update Makefile to build acpidump from ACPICA.
by Lv Zheng
· 11 years ago
e2b9035
ACPICA: acpidump: Update new structures and add missing file.
by Lv Zheng
· 11 years ago
506f57d
ACPICA: acpidump: Add support to generate acpidump release.
by Lv Zheng
· 11 years ago
f677b30
ACPICA: acpidump: Cleanup tools/power/acpi makefiles.
by Lv Zheng
· 11 years ago
e183fcb
ACPI tools / acpidump: must be run as root - install it into /usr/sbin
by Thomas Renninger
· 12 years ago
4084a9b
tools/power/acpi/acpidump: remove duplicated include from acpidump.c
by Wei Yongjun
· 12 years ago
0e7cc27
tools/power/acpi/acpidump: create acpidump(8), local make install targets
by Len Brown
· 12 years ago
d4bb1c9
tools/power/acpi/acpidump: version 20101221 - find dynamic tables in sysfs
by Len Brown
· 12 years ago
39a55ff
tools/power/acpi/acpidump: version 20071116
by Len Brown
· 12 years ago
981efe9
tools/power/acpi/acpidump: version 20070714
by Len Brown
· 12 years ago
4f10042
tools/power/acpi/acpidump: version 20060606
by Len Brown
· 12 years ago
0efea7b
tools/power/acpi/acpidump: version 20051111
by Len Brown
· 12 years ago