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
/
acpica
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-10
ACPICA: Merge all debug output macros into a single file, acoutput.
Bob Moore
1
-126
/
+0
2013-01-10
ACPICA: Deploy new ACPI_IS_DEBUG_ENABLED macro in debug output code.
Bob Moore
3
-16
/
+20
2013-01-10
ACPICA: Eliminate superfluous return_UINT8 and return_UINT32 macros.
Bob Moore
10
-32
/
+25
2013-01-10
ACPICA: FUNCTION_TRACE macros: Check if debug is enabled up-front.
Bob Moore
1
-40
/
+78
2013-01-10
ACPICA: DEBUG_PRINT macros: Update to improve performance.
Bob Moore
1
-65
/
+67
2013-01-10
ACPICA: Resource Manager: Add a pointer cast for a namespace node.
Rafael J. Wysocki
1
-1
/
+3
2013-01-10
ACPICA: Add time macros for various timer/time manipulation.
Bob Moore
3
-5
/
+6
2013-01-10
ACPICA: Lint changes, no functional change.
Bob Moore
2
-5
/
+6
2013-01-10
ACPICA: Add root node optimization to internal get namespace node function.
Bob Moore
1
-0
/
+9
2013-01-10
ACPICA: Eliminate some small unnecessary pathname functions.
Bob Moore
8
-65
/
+22
2013-01-10
ACPICA: Change exception code for LoadTable operator.
Bob Moore
1
-3
/
+4
2013-01-10
ACPICA: Resources: New interface, AcpiWalkResourceBuffer.
Bob Moore
1
-31
/
+70
2013-01-10
ACPICA: AcpiGetObjectInfo: optimize exit for mutex failure.
Bob Moore
1
-1
/
+1
2013-01-10
ACPICA: Resource Manager: update template walking with ACPI_NEXT_RESOURCE.
Lv Zheng
1
-3
/
+1
2013-01-10
ACPICA: Enhance the ACPI_GETx and ACPI_SETx macros.
Lv Zheng
3
-45
/
+54
2013-01-10
ACPICA: Add macros to extract flag bits from resource descriptors.
Bob Moore
1
-0
/
+14
2013-01-10
ACPICA: Disassembler: Add new ACPI 5 interrupt sharing flags.
Bob Moore
2
-4
/
+6
2013-01-10
ACPICA: Debugger: Major update for the Disassemble<method> command.
Bob Moore
5
-44
/
+52
2013-01-10
ACPICA: Performance: Remove function tracing from critical allocation functions.
Bob Moore
4
-47
/
+43
2013-01-10
ACPICA: Performance enhancement for ACPI package objects.
Chao Guan
1
-9
/
+33
2013-01-10
ACPICA: Fix possible memory leak.
Jesper Juhl
1
-1
/
+2
2013-01-10
ACPICA: Update initialization codes.
Lv Zheng
1
-1
/
+2
2013-01-10
ACPICA: Enhance error messages.
Lv Zheng
2
-5
/
+5
2013-01-10
ACPICA: Fix broken call depth tracing logic.
Lv Zheng
2
-3
/
+2
2013-01-10
ACPICA: Cleanup coding style to reduce differences between Linux and ACPICA.
Lv Zheng
11
-35
/
+37
2013-01-10
ACPICA: Cleanup indentation to reduce differences between Linux and ACPICA.
Lv Zheng
23
-52
/
+47
2013-01-10
ACPICA: Cleanup source to reduce differences between Linux and ACPICA.
Lv Zheng
15
-38
/
+34
2013-01-10
ACPICA: Update codes under disabled build options.
Lv Zheng
6
-3
/
+40
2013-01-10
ACPICA: Cleanup updated comments.
Lv Zheng
24
-69
/
+80
2013-01-03
ACPICA: Remove useless mini-C library.
Lv Zheng
2
-750
/
+1
2012-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-11-19
treewide: fix typo of "suport" in various comments and Kconfig
Masanari Iida
1
-1
/
+1
2012-11-15
ACPICA: AcpiGetObjectInfo: Add support for ACPI 5 _SUB method
Bob Moore
3
-5
/
+95
2012-11-15
ACPICA: Update for 64-bit generation of recent error message changes
Bob Moore
1
-4
/
+4
2012-11-15
ACPICA: Fix externalize name to complete migration to ACPI_MOVE_NAME
Bob Moore
1
-2
/
+5
2012-11-15
ACPICA: Add starting offset parameter to common dump buffer routine
Bob Moore
6
-25
/
+34
2012-11-15
ACPICA: Deploy ACPI_MOVE_NAME across ACPICA source base
Bob Moore
2
-3
/
+2
2012-11-15
ACPICA: Enhance error reporting for invalid opcodes and bad ACPI_NAMEs
Bob Moore
4
-16
/
+49
2012-11-15
ACPICA: AcpiExec: Improve algorithm for tracking memory leaks
Bob Moore
1
-29
/
+71
2012-11-15
ACPICA: Add debug print message for mutex objects that are force-released
Bob Moore
1
-1
/
+5
2012-11-15
ACPICA: Resource Mgr: Small fix for buffer size calculation
Feng Tang
1
-0
/
+9
2012-11-15
ACPICA: Remove extra spaces after periods within comments
Bob Moore
60
-187
/
+187
2012-11-15
ACPICA: Update local C library module comments for ASCII table
Bob Moore
1
-130
/
+131
2012-11-15
ACPICA: Fix for predefined name loop during ACPICA initialization
Robert Moore
1
-2
/
+2
2012-11-15
ACPICA: Fix some typos in comments
Bob Moore
1
-1
/
+1
2012-11-15
ACPICA: ACPICA core: Cleanup empty lines at file start and end
Bob Moore
23
-23
/
+0
2012-11-15
ACPICA: Audit/update for ACPICA return macros and debug depth counter
Bob Moore
18
-22
/
+27
2012-11-15
ACPICA: Fix unmerged acmacros.h divergences.
Lv Zheng
2
-106
/
+57
2012-11-15
ACPICA: Fix indent caused divergences.
Lv Zheng
27
-79
/
+100
2012-11-15
ACPICA: Fix AcpiSrc caused divergences.
Lv Zheng
5
-6
/
+6
[prev]
[next]