index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
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.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
dispatcher
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-09
ACPICA: create acpica/ directory
Len Brown
12
-8278
/
+0
2009-01-08
ACPICA: delete acdisasm.h
Len Brown
1
-0
/
+2
2008-12-31
ACPICA: Restructure includes into public/private
Bob Moore
11
-0
/
+11
2008-12-29
ACPICA: Add support to externally execute _OSI method
Bob Moore
1
-0
/
+3
2008-12-29
ACPICA: Add a mechanism to escape infinite AML While() loops
Bob Moore
1
-3
/
+21
2008-12-29
ACPICA: Optimize execution of AML While loops
Bob Moore
1
-4
/
+25
2008-10-22
ACPICA: Fix for implicit return compatibility
Lin Ming
1
-0
/
+4
2008-10-22
ACPICA: Fixed a couple memory leaks associated with "implicit return"
Lin Ming
1
-0
/
+3
2008-10-22
ACPICA: Cleanup for internal Reference Object
Bob Moore
4
-67
/
+82
2008-10-22
ACPICA: Update for Reference ACPI_OPERAND_OBJECT
Bob Moore
1
-6
/
+10
2008-08-18
ACPI: Change package length error to warning
Ming Ling
1
-1
/
+1
2008-07-16
ACPICA: Cleanup debug operand dump mechanism
Bob Moore
2
-26
/
+2
2008-07-16
ACPICA: Eliminate acpi_native_uint type v2
Bob Moore
3
-7
/
+7
2008-07-16
ACPICA: Fix for hang on GPE method invocation
Bob Moore
2
-9
/
+2
2008-06-11
ACPICA: Fix to allow zero-length ASL field declarations
Bob Moore
1
-4
/
+1
2008-05-23
acpi: fix integer as NULL pointer warning
Harvey Harrison
1
-1
/
+1
2008-04-23
ACPICA: update Intel copyright
Len Brown
11
-11
/
+11
2008-04-22
ACPICA: Fix for some local named nodes not marked temporary and to disallow d...
Bob Moore
2
-48
/
+79
2008-04-22
ACPICA: Fix for extraneous debug message for packages
Bob Moore
1
-4
/
+31
2008-04-22
ACPICA: Implemented full argument resolution support for the BankValue argume...
Lin Ming
4
-40
/
+199
2008-04-22
ACPICA: Implemented full support for deferred execution for the TermArg strin...
Lin Ming
3
-9
/
+134
2008-04-22
ACPICA: Fixes a problem with control method references within packages
Bob Moore
1
-1
/
+1
2008-04-22
ACPICA: Cosmetic changes only, no functional changes
Bob Moore
5
-32
/
+28
2008-04-22
ACPICA: Fixed a memory leak when Device or Thermal objects referenced in pack...
Bob Moore
1
-17
/
+21
2008-04-22
ACPICA: Fix for package reference counts
Bob Moore
1
-0
/
+22
2008-04-22
ACPICA: Removed extraneous code
Bob Moore
1
-7
/
+0
2008-04-22
ACPICA: changed order of interpretation of operand objects
Bob Moore
2
-5
/
+119
2008-04-22
ACPICA: Update for mutiple global lock acquisitions by same thread
Bob Moore
1
-6
/
+6
2008-04-22
ACPICA: Several fixes for internal method result stack
Bob Moore
4
-459
/
+158
2008-02-07
ACPI: track opregion names to avoid driver resource conflicts.
Thomas Renninger
1
-1
/
+3
2007-12-02
ACPICA: fix acpi-cpufreq boot crash due to _PSD return-by-reference
Bob Moore
1
-6
/
+85
2007-05-09
ACPICA: Lindent
Len Brown
3
-12
/
+7
2007-05-09
Revert "ACPICA: fix AML mutex re-entrancy"
Len Brown
1
-5
/
+7
2007-02-15
ACPICA: fix AML mutex re-entrancy
Alexey Starikovskiy
1
-7
/
+5
2007-02-02
ACPICA: Update copyright to 2007.
Bob Moore
11
-11
/
+11
2007-02-02
ACPICA: Use manifest constants for parse pass number
Bob Moore
3
-4
/
+5
2007-02-02
ACPICA: Fix race condition with AcpiWalkNamespace.
Bob Moore
1
-2
/
+2
2007-02-02
ACPICA: Eliminate control method 2-pass parse/execute.
Valery Podrezov
1
-46
/
+4
2007-02-02
ACPICA: Update interpreter error paths to always report the error
Bob Moore
1
-3
/
+7
2007-02-02
ACPICA: Report error if method creates 2 objects with the same name
Bob Moore
1
-3
/
+12
2007-02-02
ACPICA: Allow type ANY to be the target of the Scope operator.
Bob Moore
1
-0
/
+2
2007-02-02
ACPICA: Implement simplified Table Manager
Bob Moore
1
-5
/
+18
2007-02-02
ACPICA: Temporary fix for BankValue parameter
Bob Moore
1
-2
/
+28
2007-02-02
ACPICA: Handle case NumElements > Package length
Bob Moore
1
-46
/
+41
2007-02-02
ACPICA: Handle mis-matched package length
Bob Moore
1
-8
/
+19
2006-07-09
ACPI: ACPICA 20060707
Bob Moore
3
-31
/
+6
2006-06-28
ACPI: ACPICA 20060623
Bob Moore
4
-251
/
+162
2006-06-14
ACPI: ACPICA 20060608
Bob Moore
1
-2
/
+2
2006-06-14
ACPI: ACPICA 20060526
Bob Moore
3
-6
/
+21
2006-06-14
ACPI: ACPICA 20060512
Bob Moore
3
-14
/
+56
[next]