index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
acpica
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-10
ACPICA: Interpreter: Fix MLC issues by switching to new term_list grammar for...
Lv Zheng
10
-37
/
+220
2016-09-10
ACPICA: Update return value for intenal _OSI method
Bob Moore
1
-5
/
+17
2016-09-10
ACPICA: Tables: Override all 64-bit GAS fields when acpi_gbl_use32_bit_fadt_a...
Lv Zheng
1
-53
/
+49
2016-09-10
ACPICA: Tables: Add new table events indicating table installation/uninstalla...
Lv Zheng
1
-0
/
+8
2016-09-10
ACPICA: Tables: Remove acpi_tb_install_fixed_table()
Lv Zheng
3
-80
/
+16
2016-09-10
ACPICA: Add a couple of casts to uthex.c
Bob Moore
1
-1
/
+2
2016-09-10
ACPICA: Cleanup for all string-to-integer conversions
Bob Moore
14
-387
/
+429
2016-09-10
ACPICA: Debugger: Add subcommand for predefined name execution
Bob Moore
4
-29
/
+169
2016-08-13
ACPICA: Applications: Fix a potential issue that help messages may be dumped ...
Lv Zheng
1
-3
/
+3
2016-08-13
ACPICA: Clib: Eliminate acpi_os_XXXFile()/acpi_log_error and link clibrary fx...
Lv Zheng
2
-27
/
+2
2016-08-13
ACPICA: Clib: Add -nostdinc support for EFI layer
Lv Zheng
4
-50
/
+105
2016-08-13
ACPICA: MSVC9: Fix <sys/stat.h> inclusion order issue
Lv Zheng
1
-0
/
+4
2016-08-13
ACPICA: Clib/EFI: Fix wrong order of standard integer types/IO handles
Lv Zheng
2
-4
/
+0
2016-08-13
ACPICA: OSL: Add correct acpi_gbl_debug_timeout export to allow acpiexec to link
Lv Zheng
1
-0
/
+1
2016-08-13
ACPICA: Debugger: Fix wrong inclusions in dbfileio.c
Lv Zheng
1
-14
/
+6
2016-08-13
ACPICA: FADT support cleanup
Bob Moore
1
-4
/
+6
2016-08-13
ACPICA: Events: Introduce acpi_mask_gpe() to implement GPE masking mechanism
Lv Zheng
5
-5
/
+123
2016-08-13
ACPICA: Use os_allocate_zeroed
Bob Moore
1
-3
/
+1
2016-08-13
ACPICA: Divergence: Port declarators back to ACPICA
Lv Zheng
7
-11
/
+16
2016-08-13
ACPICA: Simplify configuration for "Max Loops" system parameter
Bob Moore
1
-1
/
+1
2016-08-13
ACPICA: Disassembler: Add option to emit embedded External operators/opcodes
Bob Moore
1
-0
/
+1
2016-08-13
ACPICA: Debugger: Extend some max line lengths
Bob Moore
2
-3
/
+3
2016-08-13
ACPICA: Utilities: Introduce facility to allow Linux to set correct logging l...
Lv Zheng
1
-0
/
+12
2016-08-13
ACPICA: Interpreter: Remove temporary code for External() opcode
Bob Moore
1
-9
/
+8
2016-08-13
ACPICA: Fix deconstification warnings (-Wcast-qual) with acpi_ns_root_initial...
Jung-uk Kim
1
-3
/
+3
2016-08-13
ACPICA: Fix deconstification warnings (-Wcast-qual) with function traces.
Jung-uk Kim
3
-1
/
+43
2016-07-11
Revert "ACPICA: Namespace: Fix deadlock triggered by MLC support in dynamic t...
Rafael J. Wysocki
2
-9
/
+2
2016-07-11
Revert "ACPICA: Namespace: Fix namespace/interpreter lock ordering"
Rafael J. Wysocki
2
-8
/
+8
2016-07-05
ACPICA: Namespace: Fix namespace/interpreter lock ordering
Lv Zheng
2
-8
/
+8
2016-06-22
ACPICA: Namespace: Fix deadlock triggered by MLC support in dynamic table loa...
Lv Zheng
2
-2
/
+9
2016-06-15
Revert "ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for a...
Rafael J. Wysocki
1
-137
/
+9
2016-06-01
ACPICA / Hardware: Fix old register check in acpi_hw_get_access_bit_width()
Lv Zheng
1
-14
/
+9
2016-05-06
Merge back new ACPICA material for v4.7.
Rafael J. Wysocki
111
-1022
/
+1662
2016-05-05
ACPICA: Move all ASCII utilities to a common file
Bob Moore
11
-110
/
+160
2016-05-05
ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_w...
Lv Zheng
1
-9
/
+137
2016-05-05
ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support in acpi_hw_re...
Lv Zheng
1
-13
/
+62
2016-05-05
ACPICA: Executer: Introduce a set of macros to handle bit width mask generation
Lv Zheng
2
-10
/
+14
2016-05-05
ACPICA: Hardware: Add optimized access bit width support
Lv Zheng
1
-2
/
+47
2016-05-05
ACPICA: Utilities: Add ACPI_IS_ALIGNED() macro
Lv Zheng
1
-1
/
+2
2016-05-05
ACPICA: Renamed some #defined flag constants for clarity
Bob Moore
2
-16
/
+16
2016-05-05
ACPICA: ACPI 6.0, tools/iasl: Add support for new resource descriptors
Bob Moore
2
-7
/
+23
2016-05-05
ACPICA: ACPI 6.0: Update _BIX support for new package element
Bob Moore
2
-2
/
+89
2016-05-05
ACPICA: Refactor evaluate_object to reduce nesting
Bob Moore
1
-56
/
+55
2016-05-05
ACPICA: Divergence: remove unwanted spaces for typedef
Lv Zheng
74
-253
/
+252
2016-05-04
ACPICA: Dispatcher: Update thread ID for recursive method calls
Prarit Bhargava
1
-0
/
+3
2016-04-05
ACPICA: Namespace: Reorder \_SB._INI to make sure it is evaluated before _REG...
Lv Zheng
1
-21
/
+54
2016-04-05
ACPICA: Events: Fix an issue that _REG association can happen before namespac...
Lv Zheng
3
-50
/
+24
2016-04-05
ACPICA: Tables: Fix wrong MLC condition for dynamic table loading
Lv Zheng
1
-1
/
+3
2016-04-05
ACPICA: Interpreter: Fix wrong conditions for acpi_ev_install_region_handlers...
Lv Zheng
1
-1
/
+1
2016-04-05
ACPICA: Hardware: Enhance acpi_hw_validate_register() with access_width/bit_o...
Lv Zheng
1
-10
/
+15
[next]