index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
acpica
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-28
ACPICA: iasl: add ASL conversion tool
Bob Moore
15
-18
/
+488
2017-04-27
ACPICA: Local cache support: Allow small cache objects
Bob Moore
1
-1
/
+1
2017-04-27
ACPICA: Disassembler: Do not unconditionally remove temporary names
David E. Box
1
-3
/
+4
2017-04-27
ACPICA: Cleanup AML opcode definitions, no functional change
Bob Moore
24
-122
/
+114
2017-04-27
ACPICA: Debugger: Add interpreter blocking mark for single-step mode
Lv Zheng
1
-0
/
+3
2017-04-27
ACPICA: debugger: fix memory leak on Pathname
Colin Ian King
1
-0
/
+1
2017-04-27
ACPICA: Update for automatic repair code for objects returned by evaluate_object
Bob Moore
2
-18
/
+4
2017-04-27
ACPICA: Namespace: fix operand cache leak
Seunghun Han
1
-14
/
+9
2017-04-27
ACPICA: Fix several incorrect invocations of ACPICA return macro
Bob Moore
1
-4
/
+4
2017-04-27
ACPICA: Fix a module for excessive debug output
Bob Moore
1
-7
/
+7
2017-04-27
ACPICA: Update some function headers, no funtional change
Bob Moore
1
-10
/
+6
2017-04-27
ACPICA: Disassembler: Enhance resource descriptor detection
Bob Moore
1
-0
/
+9
2017-04-15
Merge back ACPICA changes for v4.12.
Rafael J. Wysocki
1
-1
/
+1
2017-04-13
Revert "ACPICA: Resources: Not a valid resource if buffer length too long"
Rafael J. Wysocki
1
-12
/
+5
2017-04-11
ACPICA: Add non-linux host build support
Lv Zheng
1
-1
/
+1
2017-02-27
scripts/spelling.txt: add "an union" pattern and fix typo instances
Masahiro Yamada
3
-4
/
+4
2017-02-09
ACPICA: Tools: Update common signon, remove compilation bit width
Bob Moore
1
-5
/
+5
2017-02-09
ACPICA: Source tree: Update copyright notices to 2017
Bob Moore
193
-194
/
+194
2017-01-30
Merge back earlier ACPICA changes for v4.11.
Rafael J. Wysocki
17
-137
/
+337
2017-01-20
ACPICA: Tables: Fix hidden logic related to acpi_tb_install_standard_table()
Lv Zheng
2
-9
/
+17
2017-01-05
ACPICA: Parser: Update parse info table for some operators
Bob Moore
1
-4
/
+4
2017-01-05
ACPICA: Fix a problem with recent extra support for control method invocations
Bob Moore
1
-1
/
+24
2017-01-05
ACPICA: Parser: Allow method invocations as target operands
Bob Moore
4
-41
/
+69
2017-01-05
ACPICA: Fix for implicit result conversion for the ToXXX functions
Bob Moore
4
-12
/
+24
2017-01-02
ACPICA: Resources: Not a valid resource if buffer length too long
Bob Moore
1
-5
/
+12
2017-01-02
ACPICA: Utilities: Update debug output
Bob Moore
2
-4
/
+6
2017-01-02
ACPICA: Disassembler: Add Switch/Case disassembly support
David E. Box
1
-2
/
+5
2017-01-02
ACPICA: Hardware: Add sleep register hooks
Lv Zheng
2
-24
/
+22
2017-01-02
ACPICA: Macro header: Fix some typos in comments
Bob Moore
1
-6
/
+8
2017-01-02
ACPICA: Hardware: Sort access bit width algorithm
Lv Zheng
1
-22
/
+57
2017-01-02
ACPICA: Utilities: Add power of two rounding support
Lv Zheng
1
-0
/
+60
2017-01-02
ACPICA: Hardware: Add access_width/bit_offset support in acpi_hw_write()
Lv Zheng
1
-9
/
+53
2017-01-02
ACPICA: Hardware: Remove bit_offset masking support
Lv Zheng
1
-14
/
+0
2017-01-02
ACPICA: Debugger: Rename debugger OSL names
Lv Zheng
1
-2
/
+2
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
[next]