index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
acpica
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-05
ACPICA: Update to GPIO region handler interface.
Bob Moore
6
-16
/
+104
2014-09-17
ACPICA: Utilities: Fix memory leak in acpi_ut_copy_iobject_to_iobject
David E. Box
1
-0
/
+6
2014-06-30
ACPICA: utstring: Check array index bound before use.
David Binderman
1
-1
/
+1
2014-06-07
ACPICA: Tables: Restore old behavor to favor 32-bit FADT addresses.
Lv Zheng
1
-2
/
+2
2014-06-07
ACPICA: Tables: Fix invalid pointer accesses in acpi_tb_parse_root_table().
Lv Zheng
1
-2
/
+5
2014-05-06
ACPICA: Restore code that repairs NULL package elements in return values.
Lv Zheng
1
-4
/
+21
2014-01-27
ACPICA: Remove bool usage from ACPICA.
Lv Zheng
1
-1
/
+1
2014-01-08
ACPICA: Utilities: Cleanup declarations of the acpi_gbl_debug_file global.
Lv Zheng
1
-0
/
+12
2014-01-08
ACPICA: Linuxize: Cleanup spaces after special macro invocations.
Lv Zheng
3
-8
/
+2
2014-01-08
ACPICA: Interpreter: Add additional debug info for an error case.
Bob Moore
1
-1
/
+2
2014-01-08
ACPICA: Add an error message if the Debugger fails initialization.
Bob Moore
1
-2
/
+10
2014-01-08
ACPICA: Conditionally define a local variable that is used for debug only.
Bob Moore
1
-1
/
+3
2014-01-08
ACPICA: Parser: Updates/fixes for debug output.
Bob Moore
1
-2
/
+47
2014-01-08
ACPICA: Enhance ACPI warning for memory/IO address conflicts.
Bob Moore
1
-6
/
+13
2014-01-08
ACPICA: Update several debug statements - no functional change.
Bob Moore
1
-10
/
+9
2014-01-08
ACPICA: Improve exception handling for GPE block installation.
Bob Moore
3
-14
/
+22
2014-01-08
ACPICA: Add option to favor 32-bit FADT addresses.
Bob Moore
2
-152
/
+193
2014-01-08
ACPICA: Cleanup the option of forcing the use of the RSDT.
Lv Zheng
2
-5
/
+13
2014-01-08
ACPICA: Back port and refine validation of the XSDT root table.
Lv Zheng
1
-90
/
+120
2014-01-08
ACPICA: Remove unused ACPI_FREE_BUFFER macro. No functional change.
Lv Zheng
2
-13
/
+20
2014-01-08
ACPICA: Disassembler: Improve pathname support for emitted External() stateme...
Bob Moore
3
-7
/
+8
2014-01-08
ACPICA: Debug output: Fix a couple of small output issues.
Bob Moore
2
-8
/
+8
2013-11-27
Merge branch 'acpica'
Rafael J. Wysocki
7
-44
/
+76
2013-11-21
ACPICA: Add support to delete all objects attached to the root namespace node.
Bob Moore
2
-8
/
+16
2013-11-21
ACPICA: Delete all attached data objects during namespace node deletion.
Tomasz Nowicki
1
-4
/
+8
2013-11-21
ACPICA: Resources: Fix loop termination for the get AML length function.
Lv Zheng
4
-25
/
+28
2013-11-21
ACPICA: Debug output: Do not emit function nesting level for kernel build.
Bob Moore
1
-7
/
+24
2013-11-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-10-31
ACPICA: Add __init for ACPICA initializers/finalizers.
Lv Zheng
6
-9
/
+8
2013-10-31
ACPICA: Cleanup asmlinkage for ACPICA APIs.
Lv Zheng
1
-2
/
+2
2013-10-31
ACPICA: Fix cached object deletion code.
Lv Zheng
1
-2
/
+2
2013-10-31
ACPICA: Remove dead AOPOBJ_INVALID check.
Lv Zheng
1
-6
/
+0
2013-10-31
ACPICA: Cleanup useless memset invocations.
Lv Zheng
2
-2
/
+0
2013-10-31
ACPICA: Fix an ACPI_ALLOCATE_ZEROED() reversal.
Lv Zheng
1
-1
/
+1
2013-10-31
ACPICA: Fix wrong object length returned by acpi_ut_get_simple_object_size().
Lv Zheng
1
-10
/
+13
2013-10-31
ACPICA: Add new statistics interface.
Lv Zheng
5
-0
/
+54
2013-10-31
ACPICA: Update namespace dump code.
Lv Zheng
1
-2
/
+5
2013-10-31
ACPICA: Update check for setting the ANOBJ_IS_EXTERNAL flag.
Lv Zheng
1
-1
/
+2
2013-10-31
ACPICA: Update default space handlers.
Lv Zheng
1
-0
/
+1
2013-10-31
ACPICA: Fix indentation issues for macro invocations.
Lv Zheng
4
-3
/
+8
2013-10-31
ACPICA: Deploy ACPI_EXPORT_SYMBOL_INIT for main ACPICA initialization interfa...
Lv Zheng
4
-6
/
+14
2013-10-31
ACPICA: Linuxize: Change indentation of C labels.
Lv Zheng
60
-112
/
+112
2013-10-31
ACPICA: Clarify ACPI_FREE_BUFFER usage.
Bob Moore
1
-1
/
+1
2013-10-31
ACPICA: Add EXPORT_ACPI_INTERFACES macro to external interface modules.
Lv Zheng
20
-20
/
+37
2013-10-30
ACPICA: Hardcode access width for the reset register.
Bob Moore
1
-2
/
+8
2013-10-30
ACPICA: Fix possible memory leaks in the GPE handling.
Lv Zheng
1
-0
/
+1
2013-10-30
ACPICA: Cleanup memory allocation macros and configurability.
Lv Zheng
4
-120
/
+59
2013-10-30
ACPICA: Add safe versions of common string functions.
Bob Moore
3
-1
/
+74
2013-10-30
ACPICA: Add history/line-editing for Unix/Linux systems.
Bob Moore
1
-0
/
+2
2013-10-30
ACPICA: Add a check for a null node during namespace walk.
Bob Moore
1
-0
/
+7
[next]