index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-23
Merge branch 'asus-cleanup' into test
Len Brown
1
-111
/
+110
2008-10-23
Merge branch 'acpica' into test
Len Brown
62
-690
/
+2411
2008-10-23
Merge branch 'bugfixes' into test
Len Brown
9
-86
/
+183
2008-10-23
Merge branch 'acer-wmi' into test
Len Brown
4
-106
/
+177
2008-10-23
Merge branch 'FW_BUG' into test
Len Brown
3
-21
/
+63
2008-10-23
ACPICA: Update version to 20080926
Bob Moore
1
-1
/
+1
2008-10-23
ACPICA: Add support for zero-length buffer-to-string conversions
Bob Moore
1
-2
/
+9
2008-10-23
ACPICA: New: Validation for predefined ACPI methods/objects
Bob Moore
8
-6
/
+1401
2008-10-23
ACPICA: Fix for implicit return compatibility
Lin Ming
1
-0
/
+4
2008-10-23
ACPICA: Fixed a couple memory leaks associated with "implicit return"
Lin Ming
2
-1
/
+6
2008-10-23
ACPICA: Optimize buffer allocation procedure
Bob Moore
1
-25
/
+28
2008-10-23
ACPICA: Fix possible memory leak, error exit path
Lin Ming
2
-0
/
+16
2008-10-23
ACPICA: Fix fault after mem allocation failure in AML parser
Lin Ming
1
-17
/
+11
2008-10-23
ACPICA: Remove unused ACPI register bit definition
Lin Ming
2
-12
/
+23
2008-10-23
ACPICA: Update version to 20080829
Bob Moore
1
-1
/
+1
2008-10-23
ACPICA: Fix possible memory leak in acpi_ns_get_external_pathname
Bob Moore
1
-2
/
+3
2008-10-23
ACPICA: Cleanup for internal Reference Object
Bob Moore
25
-292
/
+310
2008-10-23
ACPICA: Update comments - no functional changes
Bob Moore
1
-10
/
+11
2008-10-23
ACPICA: Update for Reference ACPI_OPERAND_OBJECT
Bob Moore
5
-26
/
+30
2008-10-23
ACPICA: Reduce error to warning for incorrect method arg count
Lin Ming
1
-8
/
+9
2008-10-23
ACPICA: Disallow evaluation of named object types with no value
Bob Moore
1
-0
/
+21
2008-10-23
ACPICA: Remove obsolete exception codes
Bob Moore
1
-73
/
+55
2008-10-23
ACPICA: Add namespace node to operand object union
Bob Moore
1
-0
/
+7
2008-10-23
ACPICA: Remove obsolete debug levels (WARN and ERROR)
Bob Moore
4
-23
/
+15
2008-10-23
ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printk
Lin Ming
10
-35
/
+35
2008-10-23
ACPICA: add preemption point after each opcode parse
Alexey Starikovskiy
3
-0
/
+13
2008-10-23
ACPICA: Update version to 20080729
Bob Moore
1
-1
/
+1
2008-10-23
ACPICA: x2APIC support: changes for MADT and SRAT ACPI tables
Bob Moore
2
-6
/
+49
2008-10-23
ACPICA: Improve object conversion error messages
Bob Moore
1
-2
/
+6
2008-10-23
ACPICA: Add function to decode reference obj types to strings
Bob Moore
2
-0
/
+38
2008-10-23
ACPICA: Update version to 20080701
Bob Moore
1
-1
/
+1
2008-10-23
ACPICA: Return method arg count from acpi_get_object_info
Bob Moore
2
-0
/
+5
2008-10-23
ACPICA: Cleanup macro definition file.
Bob Moore
1
-133
/
+115
2008-10-23
ACPICA: Fix warning for 64-bit build
Bob Moore
1
-2
/
+1
2008-10-23
ACPICA: Add function to dereference returned reference objects
Lin Ming
1
-0
/
+79
2008-10-23
ACPICA: Return status from global init function
Yi Yang
3
-6
/
+11
2008-10-23
ACPICA: Fix table compare code, length then data
Bob Moore
1
-5
/
+9
2008-10-23
ACPICA: Fix wrong resource descriptor length for 64-bit build
Bob Moore
1
-1
/
+1
2008-10-23
ACPICA: Allow same ACPI table to be loaded/unloaded more than once
Bob Moore
1
-7
/
+42
2008-10-23
ACPICA: Add check for invalid handle in acpi_get_object_info
Fiodor Suietov
1
-0
/
+1
2008-10-23
ACPICA: Copy dynamically loaded tables to local buffer
Dennis Noordsij
1
-31
/
+82
2008-10-23
ACPI: Fix possible null ptr dereference
donald.d.dugger@intel.com
1
-2
/
+2
2008-10-23
ACPI: remove unused acpi_is_child_device()
Len Brown
1
-14
/
+0
2008-10-23
ACPI : Load device driver according to the status of acpi device
Zhao Yakui
3
-19
/
+38
2008-10-23
ACPI: Add DMI check to disable power state check in power transition
Zhao Yakui
1
-1
/
+22
2008-10-23
ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transi...
Zhao Yakui
4
-12
/
+53
2008-10-23
ACPI: Attach the ACPI device to the ACPI handle as early as possible
Zhao Yakui
1
-2
/
+10
2008-10-23
ACPI: Get the device power state in the course of scanning device
Zhao Yakui
2
-14
/
+17
2008-10-23
ACPI: replace AE_BAD_ADDRESS exception code with AE_ERROR
Lin Ming
2
-10
/
+10
2008-10-23
ACPI: Add expand acpi.debug_layer in kernel-parameters.txt
Thomas Renninger
1
-14
/
+33
[next]