Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
143c6fe3a415edf2dde3f507b3a00998b4c4001e
/
drivers
/
acpi
/
acpica
« Previous
2eedd3d
ACPICA: Events: Enable APIs to allow interrupt/polling adaptive request based GPE handling model
by Lv Zheng
· 10 years ago
eb3d80f
ACPICA: Events: Introduce acpi_set_gpe()/acpi_finish_gpe() to reduce divergences
by Lv Zheng
· 10 years ago
0d0988a
ACPICA: Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix 2 issues for the current GPE APIs
by Lv Zheng
· 10 years ago
82a8094
ACPICA: Update Copyright headers to 2015
by David E. Box
· 10 years ago
d6c0266
ACPICA: Hardware: Cast GPE enable_mask before storing
by David E. Box
· 10 years ago
7c43312
ACPICA: Events: Cleanup GPE dispatcher type obtaining code
by Lv Zheng
· 10 years ago
779ba5a
ACPICA: Events: Cleanup to move acpi_gbl_global_event_handler invocation out of acpi_ev_gpe_dispatch()
by Lv Zheng
· 10 years ago
c539251
ACPICA: Events: Cleanup of resetting the GPE handler to NULL before removing
by Lv Zheng
· 10 years ago
b7be688
ACPICA: Events: Fix uninitialized variable
by David E. Box
· 10 years ago
b18da58
ACPICA: Events: Remove acpi_ev_valid_gpe_event() due to current restriction
by Lv Zheng
· 10 years ago
833bb93
ACPICA: Events: Remove duplicated sanity check in acpi_ev_enable_gpe()
by Lv Zheng
· 10 years ago
1c4c81a
ACPICA: Events: Back port "ACPICA: Save current masks of enabled GPEs after enable register writes"
by Lv Zheng
· 10 years ago
a45de93
ACPICA: Resources: Provide common part for struct acpi_resource_address structures.
by Lv Zheng
· 10 years ago
e044d8f
ACPI: Introduce acpi_unload_parent_table() usages in Linux kernel
by Lv Zheng
· 10 years ago
97d7465
ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id()
by Octavian Purdila
· 10 years ago
7dd8821
ACPICA: Events: Always modify GPE registers under the GPE lock
by Lv Zheng
· 10 years ago
c50f13c
ACPICA: Save current masks of enabled GPEs after enable register writes
by Rafael J. Wysocki
· 10 years ago
1181173
ACPICA: Disassembler: Emit correct string for 0 stop bits.
by Bob Moore
· 10 years ago
f8c73f8
ACPICA: Disassembler: Update for C-style expressions.
by Bob Moore
· 10 years ago
5f040fc
ACPICA: Disassembler: Add support for C-style operators and expressions.
by Bob Moore
· 10 years ago
b487867
ACPICA: acpiexec: Add option to specify an object initialization file.
by Bob Moore
· 10 years ago
4dcd78d
ACPICA: iASL: Add support for to_PLD macro.
by Bob Moore
· 10 years ago
f2d348f
ACPICA: iASL/Disassembler: Add support for hardware summary mapfiles.
by Bob Moore
· 10 years ago
2f85723
ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE renaming.
by Lv Zheng
· 10 years ago
a08f813
ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE support.
by Lv Zheng
· 10 years ago
1809919
ACPICA: Events: Update GPE handler removal, match behavior of handler install.
by Lv Zheng
· 10 years ago
437b751
ACPICA: Events: Reduce source code difference in acpi_install_gpe_handler().
by Lv Zheng
· 10 years ago
f19f1a7
ACPICA: Events: Reduce indent divergences of events files.
by Lv Zheng
· 10 years ago
f1b6975
ACPICA: acpidump: Add ACPI 1.0 RSDP support.
by Lv Zheng
· 10 years ago
e0fa975
ACPICA: Introduce acpi_enable_all_wakeup_gpes()
by Rafael J. Wysocki
· 10 years ago
5a0b8de
ACPICA: Clear all non-wakeup GPEs in acpi_hw_enable_wakeup_gpe_block()
by Rafael J. Wysocki
· 10 years ago
2670e02
Merge back earlier 'acpica' material for v3.18.
by Rafael J. Wysocki
· 10 years ago
75ec6e5
ACPICA: Update to GPIO region handler interface.
by Bob Moore
· 10 years ago
4cc0909
ACPICA: Disassembler: Fix for gpio_int interrupt polarity flags.
by Bob Moore
· 10 years ago
b1272e1
ACPICA: ACPI 5.1: Add support for runtime validation of _DSD package.
by Mika Westerberg
· 10 years ago
8b80c0f
Merge branch 'acpica'
by Rafael J. Wysocki
· 10 years ago
bdc9b75
ACPICA: ACPI 5.1: Support for the _CCA predifined name.
by Bob Moore
· 10 years ago
b3cc1356
ACPICA: ACPI 5.1: New notify value for System Affinity Update.
by Bob Moore
· 10 years ago
a9f65e0
ACPICA: ACPI 5.1: Support for the _DSD predefined name.
by David E. Box
· 10 years ago
1aae3b9
ACPICA: Debug object: Add current value of Timer() to debug line prefix.
by Bob Moore
· 10 years ago
73bbca0
ACPICA: acpihelp: Add UUID support, restructure some existing files.
by Bob Moore
· 10 years ago
3589b8b
ACPICA: Utilities: Fix local printf issue.
by Lv Zheng
· 10 years ago
b95dd17
ACPICA: Remove some extraneous printf arguments.
by Sascha Wildner
· 10 years ago
d38bb00
ACPICA: Update for comments/formatting. No functional changes.
by Bob Moore
· 10 years ago
90da690
ACPICA: Disassembler: Add support for the ToUUID opererator (macro).
by Bob Moore
· 10 years ago
8884de6
ACPICA: Work around an ancient GCC bug.
by Bob Moore
· 10 years ago
7e1c1a8
Merge branch 'acpi-headers'
by Rafael J. Wysocki
· 10 years ago
c12f07d
ACPICA: Add new GPE public interface - acpi_mark_gpe_for_wake.
by Rafael J. Wysocki
· 10 years ago
b9ca3d7
ACPICA: GPEs: Do not allow enable for GPEs that have no handler(s).
by Rafael J. Wysocki
· 10 years ago
417b4a7
ACPI: Add support to force header inclusion rules for <acpi/acpi.h>.
by Lv Zheng
· 10 years ago
7817e26
ACPICA: Fix a regression for deletion of Alias() objects.
by Bob Moore
· 10 years ago
7d3e83b
ACPICA: Hardware: back port of a recursive locking fix
by Lv Zheng
· 10 years ago
ff2389f
ACPICA: utprint/oslibcfs: cleanup - no functional change
by Bob Moore
· 10 years ago
c046912
ACPICA: Executer: Fix trivial issues in acpi_get_serial_access_bytes()
by Lv Zheng
· 10 years ago
846d6ef
ACPICA: acpidump: Reduce freopen() invocations 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
2e70da4
ACPICA: Utilities: Introduce acpi_log_error() to improve portability
by Lv Zheng
· 10 years ago
80a648c
ACPICA: Utilities: Add formatted printing APIs
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
e23d9b8
ACPICA: Namespace: Properly null terminate objects detached from a namespace node
by David E. Box
· 10 years ago
ce5eb07
ACPICA: Utilities: Validate full RSDP header
by David E. Box
· 10 years ago
e740304
ACPICA: Utilities: Add support to read table from files
by Lv Zheng
· 10 years ago
ae8ffc7
ACPICA: Utilities: Fix an issue with non-native ACPI_IS_PRINT()
by Lv Zheng
· 10 years ago
8aa5e56
ACPICA: Utilities: Fix memory leak in acpi_ut_copy_iobject_to_iobject
by David E. Box
· 10 years ago
6ec5e12
ACPICA: Events: Fix edge-triggered GPE by disabling before acknowledging it.
by Lv Zheng
· 10 years ago
729ddb6
ACPICA: Namespace: Remove _PRP method support.
by Lv Zheng
· 10 years ago
47d68c7
ACPICA: Tables: Add mechanism to control early table checksum verification.
by Lv Zheng
· 10 years ago
7505da4
ACPICA: Events: Update GPE handling and initialization code.
by Bob Moore
· 11 years ago
21126b2
ACPICA: Remove extraneous error message for large number of GPEs.
by Bob Moore
· 11 years ago
57429a4
ACPICA: Tables: Remove old mechanism to validate if XSDT contains NULL entries.
by Lv Zheng
· 11 years ago
0f929fb
ACPICA: Tables: Add new mechanism to skip NULL entries in RSDT and XSDT.
by Lv Zheng
· 11 years ago
407e22a
ACPICA: OSL: Add configurability for error message functions.
by Lv Zheng
· 11 years ago
3a2f3a3
ACPICA: OSL: Move external globals from utglobal.c to acpixf.h using ACPI_INIT_GLOBAL/ACPI_GLOBAL.
by Lv Zheng
· 11 years ago
c28fa24
ACPICA: Update handling of PCI ID lists.
by David E. Box
· 11 years ago
92cb3a8
ACPICA: Add support for _LPD and _PRP methods.
by Bob Moore
· 11 years ago
51e3582
ACPICA: Update acpi_buffer_to_resource interface.
by Bob Moore
· 11 years ago
3035ff7
ACPICA: Update global variable definitions. No functional change.
by Lv Zheng
· 11 years ago
fad6449
ACPICA: Utilities: Deploy ACPI_DEBUGGER_EXEC for ACPI_DEBUGGER enabled code in utglobal.c.
by Lv Zheng
· 11 years ago
7bb516f
ACPICA: Utilities: Cleanup obsoleted global variables.
by Lv Zheng
· 11 years ago
23a75c5
Merge back earlier ACPICA material.
by Rafael J. Wysocki
· 11 years ago
d48dc06
ACPICA: Tables: Fix invalid pointer accesses in acpi_tb_parse_root_table().
by Lv Zheng
· 11 years ago
fd0c940
Merge back earlier ACPICA material.
by Rafael J. Wysocki
· 11 years ago
6273f00
ACPICA: Fix buffer allocation issue for generic_serial_bus region accesses.
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
c418ce1
ACPICA: Table Manager: Split tbinstal.c into two files.
by Bob Moore
· 11 years ago
ed6f1d4
ACPICA: Table Manager: Misc cleanup and renames, no functional change.
by Bob Moore
· 11 years ago
caf4a15
ACPICA: Tables: Add acpi_install_table() API for early table installation.
by Lv Zheng
· 11 years ago
a94e88c
ACPICA: Tables: Avoid SSDT installation with acpi_gbl_disable_ssdt_table_load.
by Lv Zheng
· 11 years ago
8a216d7
ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags.
by Lv Zheng
· 11 years ago
86dfc6f3
ACPICA: Tables: Fix table checksums verification before installation.
by Lv Zheng
· 11 years ago
eb0c65b
ACPICA: Tables: Fix unbalanced table validations.
by Lv Zheng
· 11 years ago
7f9fc99
ACPICA: Tables: Clean up split INSTALLED/VALIDATED table state logics.
by Lv Zheng
· 11 years ago
55df23f
ACPICA: Tables: Fix multiple ACPI_FREE()s around acpi_tb_add_table().
by Lv Zheng
· 11 years ago
dc156ad
ACPICA: Tables: Fix the issues in handling virtual addressed tables.
by Lv Zheng
· 11 years ago
5582982
ACPICA: Remove indent divergences to reduce maintenance overhead.
by Lv Zheng
· 11 years ago
0745fb4
ACPICA: Add a missing field for debug dump of mutex objects.
by Bob Moore
· 11 years ago
Next »