index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
ACPICA: Update copyright to 2007.
Bob Moore
2007-02-02
107
-107
/
+107
*
ACPICA: Allow processor to be declared with the Device() instead of Processor()
Alexey Starikovskiy
2007-02-02
1
-21
/
+32
*
ACPICA: Allow ACPI id to be u32 instead of u8.
Alexey Starikovskiy
2007-02-02
1
-12
/
+114
*
ACPICA: Added option to display memory statistics upon termination.
Bob Moore
2007-02-02
2
-0
/
+13
*
ACPICA: Enhance debugger statistics/memory command.
Valery A. Podrezov
2007-02-02
2
-0
/
+20
*
ACPICA: Removed all 16-bit support.
Bob Moore
2007-02-02
5
-23
/
+12
*
ACPICA: Add include of actables.h
Bob Moore
2007-02-02
1
-0
/
+1
*
ACPICA: Fail AcpiEnable if ACPI tables not loaded.
Bob Moore
2007-02-02
2
-0
/
+31
*
ACPICA: Remove global lock handler on AcpiTerminate.
Bob Moore
2007-02-02
1
-0
/
+33
*
ACPICA: Fixes for load() operator.
Alexey Starikovskiy
2007-02-02
2
-132
/
+38
*
ACPICA: Miscellaneous table manager updates and optimizations
Alexey Starikovskiy
2007-02-02
5
-106
/
+105
*
ACPICA: Update debug output routines for data structure changes
Bob Moore
2007-02-02
1
-22
/
+5
*
ACPICA: Remove duplicate table definitions (non-conflicting), cont
Alexey Starikovskiy
2007-02-02
7
-62
/
+58
*
ACPICA: Remove duplicate table definitions (non-conflicting)
Alexey Starikovskiy
2007-02-02
2
-59
/
+61
*
ACPICA: Remove duplicate table definitions.
Alexey Starikovskiy
2007-02-02
1
-4
/
+4
*
ACPICA: use new ACPI headers.
Alexey Starikovskiy
2007-02-02
8
-32
/
+32
*
ACPICA: Remove duplicate table manager
Alexey Starikovskiy
2007-02-02
1
-380
/
+16
*
ACPICA: Fixes for parameter validation.
Bob Moore
2007-02-02
1
-21
/
+24
*
ACPICA: Abort downward walk on temporary node detection.
Bob Moore
2007-02-02
1
-11
/
+15
*
ACPICA: Update comments
Bob Moore
2007-02-02
1
-21
/
+25
*
ACPICA: Use manifest constants for parse pass number
Bob Moore
2007-02-02
5
-8
/
+9
*
ACPICA: _CID support for PCI Root Bridge detection.
Bob Moore
2007-02-02
1
-38
/
+125
*
ACPICA: Fix race condition with AcpiWalkNamespace.
Bob Moore
2007-02-02
4
-8
/
+22
*
ACPICA: Eliminate control method 2-pass parse/execute.
Valery Podrezov
2007-02-02
3
-124
/
+42
*
ACPICA: Restructured module into multiple functions.
Mikhail Kouzmich
2007-02-02
1
-623
/
+783
*
ACPICA: Add new subsystem state bit that is set after SubsystemInitialize is ...
Bob Moore
2007-02-02
1
-0
/
+1
*
ACPICA: Fix for possible memory leak and fault.
Fiodor Suietov
2007-02-02
1
-3
/
+5
*
ACPICA: Update interpreter error paths to always report the error
Bob Moore
2007-02-02
1
-3
/
+7
*
ACPICA: On AML mutex force-release, set depth to zero (was 1).
Bob Moore
2007-02-02
1
-1
/
+7
*
ACPICA: Use faster ByIndex interface to get FACS
Bob Moore
2007-02-02
1
-2
/
+2
*
ACPICA: Remove obsolete Flags parameter.
Bob Moore
2007-02-02
8
-56
/
+32
*
ACPICA: Fix for Global Lock semaphore.
Bob Moore
2007-02-02
1
-1
/
+1
*
ACPICA: Fix trace output name and whitespace
Bob Moore
2007-02-02
1
-3
/
+1
*
ACPICA: Fix memory leak in table load error path
Bob Moore
2007-02-02
1
-1
/
+1
*
ACPICA: New common routine for creating and verifying a local FADT.
Bob Moore
2007-02-02
1
-20
/
+51
*
ACPICA: Report error if method creates 2 objects with the same name
Bob Moore
2007-02-02
2
-3
/
+17
*
ACPICA: FADT verification is now table driven.
Bob Moore
2007-02-02
2
-137
/
+154
*
ACPICA: Allow type ANY to be the target of the Scope operator.
Bob Moore
2007-02-02
1
-0
/
+2
*
ACPICA: re-factor table init routines for benefit of iASL
Bob Moore
2007-02-02
1
-5
/
+25
*
ACPICA: Update comments in tbfadt.c
Bob Moore
2007-02-02
1
-5
/
+6
*
ACPICA: Delete stale FADT functions outside tbfadt.c.
Bob Moore
2007-02-02
4
-375
/
+1
*
ACPICA: Re-implement interpreters' "serialized mode"
Bob Moore
2007-02-02
8
-84
/
+109
*
ACPICA: Create tbfadt.c to hold all FADT-related functions
Bob Moore
2007-02-02
2
-1
/
+381
*
ACPICA: Cleanup of FADT verification function.
Bob Moore
2007-02-02
1
-42
/
+23
*
ACPICA: Split acpi_format_exception into two parts
Bob Moore
2007-02-02
2
-82
/
+109
*
ACPICA: Store GPE number instead of bitmask
Alexey Starikovskiy
2007-02-02
4
-8
/
+17
*
ACPICA: Fix unalignment in acpi_ut_repair_name
Bob Moore
2007-02-02
4
-9
/
+9
*
ACPICA: Disable all wake GPEs after first one recieved
Bob Moore
2007-02-02
1
-61
/
+17
*
ACPICA: Add acpi_gpe_count global to track the number of GPE events
Bob Moore
2007-02-02
2
-0
/
+4
*
ACPICA: minimal patch to integrate new tables into Linux
Alexey Starikovskiy
2007-02-02
16
-160
/
+135
[next]