index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
acpica
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
ACPICA: acpidump: Add support to generate acpidump release.
Lv Zheng
2014-04-20
1
-0
/
+170
|
|
*
ACPICA: Table Manager: Split tbinstal.c into two files.
Bob Moore
2014-04-20
4
-720
/
+771
|
|
*
ACPICA: Table Manager: Misc cleanup and renames, no functional change.
Bob Moore
2014-04-20
6
-113
/
+130
|
|
*
ACPICA: Tables: Add acpi_install_table() API for early table installation.
Lv Zheng
2014-04-20
5
-11
/
+57
|
|
*
ACPICA: Tables: Avoid SSDT installation with acpi_gbl_disable_ssdt_table_load.
Lv Zheng
2014-04-20
3
-15
/
+14
|
|
*
ACPICA: Tables: Cleanup ACPI_TABLE_ORIGIN_xxx flags.
Lv Zheng
2014-04-20
5
-22
/
+19
|
|
*
ACPICA: Tables: Fix table checksums verification before installation.
Lv Zheng
2014-04-20
6
-409
/
+607
|
|
*
ACPICA: Tables: Fix unbalanced table validations.
Lv Zheng
2014-04-20
1
-0
/
+1
|
|
*
ACPICA: Tables: Clean up split INSTALLED/VALIDATED table state logics.
Lv Zheng
2014-04-20
6
-108
/
+235
|
|
*
ACPICA: Tables: Fix multiple ACPI_FREE()s around acpi_tb_add_table().
Lv Zheng
2014-04-20
2
-7
/
+2
|
|
*
ACPICA: Tables: Fix the issues in handling virtual addressed tables.
Lv Zheng
2014-04-20
3
-4
/
+21
|
|
*
ACPICA: Remove indent divergences to reduce maintenance overhead.
Lv Zheng
2014-04-20
3
-8
/
+12
|
|
*
ACPICA: Add a missing field for debug dump of mutex objects.
Bob Moore
2014-04-20
1
-1
/
+3
|
|
*
ACPICA: Update use of acpi_os_wait_events_complete interface.
Lv Zheng
2014-04-20
1
-19
/
+36
|
|
*
ACPICA: Disassembler: Add decoding of Notify() values.
Bob Moore
2014-04-20
3
-14
/
+66
|
|
*
ACPICA: Disassembler: Add support to decode _HID and _CID values.
Bob Moore
2014-04-20
3
-1
/
+15
|
|
*
ACPICA: Unload operator: Emit a warning if and when it is ever used.
Bob Moore
2014-04-20
1
-0
/
+7
|
|
*
ACPICA: Update comments for ACPICA name - no functional change.
Bob Moore
2014-04-20
2
-3
/
+3
|
|
*
ACPICA: utstring: Check array index bound before use.
David Binderman
2014-04-20
1
-1
/
+1
|
|
*
ACPICA: Add EXPORT_SYMBOL macros for install/remove SCI handler interfaces.
Bob Moore
2014-04-20
1
-2
/
+4
*
|
|
ACPICA: Tables: Fix invalid pointer accesses in acpi_tb_parse_root_table().
Lv Zheng
2014-05-06
1
-2
/
+5
|
/
/
*
/
ACPICA: Fix buffer allocation issue for generic_serial_bus region accesses.
Lv Zheng
2014-04-21
1
-7
/
+97
|
/
*
Merge branch 'acpica'
Rafael J. Wysocki
2014-04-01
14
-115
/
+262
|
\
|
*
ACPICA: Enable auto-serialization as a default kernel behavior.
Lv Zheng
2014-03-26
1
-1
/
+1
|
*
ACPICA: Ignore sync_level for methods that have been auto-serialized.
Bob Moore
2014-03-26
2
-6
/
+21
|
*
ACPICA: Add additional named objects for the auto-serialize method scan.
Lv Zheng
2014-03-26
1
-2
/
+4
|
*
ACPICA: Add auto-serialization support for ill-behaved control methods.
Bob Moore
2014-03-26
10
-25
/
+227
|
*
ACPICA: Remove global option to serialize all control methods.
Lv Zheng
2014-03-26
4
-88
/
+16
*
|
Merge branch 'acpica'
Rafael J. Wysocki
2014-03-20
169
-491
/
+759
|
\
|
|
*
ACPICA: Revert "Headers: Deploy #pragma pack (push) and (pop)."
Robert Moore
2014-03-18
18
-70
/
+1
|
*
ACPICA: Prevent infinite loops when traversing corrupted lists.
Bob Moore
2014-03-18
3
-4
/
+32
|
*
ACPICA: Debugger: Add missing objects; Traverse linked lists
Bob Moore
2014-03-18
2
-34
/
+199
|
*
ACPICA: Add text: ACPICA policy for new _OSI strings. No functional change.
Bob Moore
2014-03-18
1
-0
/
+25
|
*
ACPICA: Update for _PRP predefined name.
Bob Moore
2014-03-18
1
-1
/
+1
|
*
ACPICA: Cleanup/improve global variable declarations.
Lv Zheng
2014-03-18
2
-201
/
+189
|
*
ACPICA: Comment update - no functional change.
Bob Moore
2014-03-18
6
-37
/
+37
|
*
ACPICA: Do not abort _PRT repair on a single subpackage failure.
Bob Moore
2014-02-27
1
-8
/
+9
|
*
ACPICA: Harden _PRT repair code; check for minimum package length.
Bob Moore
2014-02-27
1
-1
/
+7
|
*
ACPICA: Restore code that repairs NULL package elements in return values.
Lv Zheng
2014-02-27
1
-4
/
+21
|
*
ACPICA: Properly handle NULL entries in _PRT return packages.
Lv Zheng
2014-02-27
1
-3
/
+3
|
*
ACPICA: Update conditional compilation flags for resource dump functions.
Lv Zheng
2014-02-27
1
-1
/
+1
|
*
ACPICA: Predefined names: Add support for the _PRP method.
Bob Moore
2014-02-27
1
-0
/
+6
|
*
ACPICA: Headers: Deploy #pragma pack (push) and (pop).
Bob Moore
2014-02-27
18
-1
/
+70
|
*
ACPICA: Add "Windows 2013" string to _OSI support.
Bob Moore
2014-02-13
1
-0
/
+1
|
*
ACPICA: Update the conditions to enable the utility resource dump strings.
Lv Zheng
2014-02-11
6
-9
/
+9
|
*
ACPICA: Debugger: Add new command to read/write/compare all namespace objects.
Bob Moore
2014-02-11
1
-0
/
+2
|
*
ACPICA: Correctly support references in the union acpi_object.
Bob Moore
2014-02-11
1
-3
/
+3
|
*
ACPICA: Update ACPICA copyrights to 2014.
Bob Moore
2014-02-11
168
-168
/
+168
|
*
ACPICA: Improve parameter validation for acpi_install_gpe_block.
Bob Moore
2014-02-11
1
-0
/
+19
|
*
ACPICA: Utilities: Load of local test tables is now optional.
Bob Moore
2014-02-11
1
-1
/
+2
[prev]
[next]