index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
acpica
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-21
ACPICA: Tables: Allow FADT to be customized with virtual address
Lv Zheng
1
-7
/
+7
2016-12-21
ACPICA: Tables: Back port acpi_get_table_with_size() and early_acpi_os_unmap_...
Lv Zheng
3
-48
/
+173
2016-12-09
ACPICA: Utilities: Add new decode function for parser values
Bob Moore
3
-0
/
+52
2016-12-01
ACPICA: Tables: Add an error message complaining driver bugs
Lv Zheng
1
-0
/
+16
2016-12-01
ACPICA: Tables: Add acpi_tb_unload_table()
Lv Zheng
4
-64
/
+52
2016-12-01
ACPICA: Tables: Cleanup acpi_tb_install_and_load_table()
Lv Zheng
4
-50
/
+12
2016-12-01
ACPICA: Events: Fix acpi_ev_initialize_region() return value
Lv Zheng
4
-51
/
+27
2016-12-01
ACPICA: Back port of "ACPICA: Dispatcher: Tune interpreter lock around AcpiEv...
Lv Zheng
1
-2
/
+2
2016-12-01
ACPICA: Namespace: Add acpi_ns_handle_to_name()
Lv Zheng
3
-32
/
+59
2016-12-01
Merge back earlier ACPICA material for v4.10.
Rafael J. Wysocki
3
-14
/
+16
2016-11-14
Revert "ACPICA: FADT support cleanup"
Rafael J. Wysocki
1
-6
/
+4
2016-10-29
ACPICA: Dispatcher: Fix interpreter locking around acpi_ev_initialize_region()
Lv Zheng
5
-19
/
+11
2016-10-29
ACPICA: Dispatcher: Fix an unbalanced lock exit path in acpi_ds_auto_serializ...
Lv Zheng
1
-1
/
+1
2016-10-29
ACPICA: Dispatcher: Fix order issue of method termination
Lv Zheng
1
-20
/
+20
2016-10-21
ACPICA: Move acpi_gbl_max_loop_iterations to the public globals file
Bob Moore
1
-4
/
+0
2016-10-21
ACPICA: Disassembler: Fix for Divide() support, new support for test suite
Bob Moore
2
-9
/
+11
2016-10-21
ACPICA: Increase loop limit for AE_AML_INFINITE_LOOP exception
Bob Moore
1
-1
/
+1
2016-10-21
ACPICA: Update an info message during table load phase
Bob Moore
1
-1
/
+5
2016-09-24
ACPICA: Parser: Fix a regression in LoadTable support
Lv Zheng
1
-0
/
+11
2016-09-24
ACPICA: Tables: Fix "UNLOAD" code path lock issues
Lv Zheng
3
-13
/
+26
2016-09-17
ACPICA: Tables: Fix a regression in acpi_tb_find_table()
Lv Zheng
1
-1
/
+1
2016-09-10
ACPICA: Tables: Tune table mutex to be a leaf lock
Lv Zheng
5
-131
/
+182
2016-09-10
ACPICA: Dispatcher: Fix a mutex issue for method auto serialization
Lv Zheng
2
-2
/
+10
2016-09-10
ACPICA: Namespace: Fix dynamic table loading issues
Lv Zheng
10
-69
/
+47
2016-09-10
ACPICA: Namespace: Add acpi_ns_get_node_unlocked()
Lv Zheng
2
-16
/
+55
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
[next]