index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-03
ACPICA: Fix for incorrect parameter passed to AcpiTbDeleteTable during table ...
Bob Moore
1
-1
/
+2
2007-02-03
ACPICA: Update copyright to 2007.
Bob Moore
107
-107
/
+107
2007-02-03
ACPICA: Allow processor to be declared with the Device() instead of Processor()
Alexey Starikovskiy
1
-21
/
+32
2007-02-03
ACPICA: Allow ACPI id to be u32 instead of u8.
Alexey Starikovskiy
1
-12
/
+114
2007-02-03
ACPICA: Added option to display memory statistics upon termination.
Bob Moore
2
-0
/
+13
2007-02-03
ACPICA: Enhance debugger statistics/memory command.
Valery A. Podrezov
2
-0
/
+20
2007-02-03
ACPICA: Removed all 16-bit support.
Bob Moore
5
-23
/
+12
2007-02-03
ACPICA: Add include of actables.h
Bob Moore
1
-0
/
+1
2007-02-03
ACPICA: Fail AcpiEnable if ACPI tables not loaded.
Bob Moore
2
-0
/
+31
2007-02-03
ACPICA: Remove global lock handler on AcpiTerminate.
Bob Moore
1
-0
/
+33
2007-02-03
ACPICA: Fixes for load() operator.
Alexey Starikovskiy
2
-132
/
+38
2007-02-03
ACPICA: Miscellaneous table manager updates and optimizations
Alexey Starikovskiy
5
-106
/
+105
2007-02-03
ACPICA: Update debug output routines for data structure changes
Bob Moore
1
-22
/
+5
2007-02-03
ACPICA: Remove duplicate table definitions (non-conflicting), cont
Alexey Starikovskiy
7
-62
/
+58
2007-02-03
ACPICA: Remove duplicate table definitions (non-conflicting)
Alexey Starikovskiy
2
-59
/
+61
2007-02-03
ACPICA: Remove duplicate table definitions.
Alexey Starikovskiy
1
-4
/
+4
2007-02-03
ACPICA: use new ACPI headers.
Alexey Starikovskiy
8
-32
/
+32
2007-02-03
ACPICA: Remove duplicate table manager
Alexey Starikovskiy
1
-380
/
+16
2007-02-03
ACPICA: Fixes for parameter validation.
Bob Moore
1
-21
/
+24
2007-02-03
ACPICA: Abort downward walk on temporary node detection.
Bob Moore
1
-11
/
+15
2007-02-03
ACPICA: Update comments
Bob Moore
1
-21
/
+25
2007-02-03
ACPICA: Use manifest constants for parse pass number
Bob Moore
5
-8
/
+9
2007-02-03
ACPICA: _CID support for PCI Root Bridge detection.
Bob Moore
1
-38
/
+125
2007-02-03
ACPICA: Fix race condition with AcpiWalkNamespace.
Bob Moore
4
-8
/
+22
2007-02-03
ACPICA: Eliminate control method 2-pass parse/execute.
Valery Podrezov
3
-124
/
+42
2007-02-03
ACPICA: Restructured module into multiple functions.
Mikhail Kouzmich
1
-623
/
+783
2007-02-03
ACPICA: Add new subsystem state bit that is set after SubsystemInitialize is ...
Bob Moore
1
-0
/
+1
2007-02-03
ACPICA: Fix for possible memory leak and fault.
Fiodor Suietov
1
-3
/
+5
2007-02-03
ACPICA: Update interpreter error paths to always report the error
Bob Moore
1
-3
/
+7
2007-02-03
ACPICA: On AML mutex force-release, set depth to zero (was 1).
Bob Moore
1
-1
/
+7
2007-02-03
ACPICA: Use faster ByIndex interface to get FACS
Bob Moore
1
-2
/
+2
2007-02-03
ACPICA: Remove obsolete Flags parameter.
Bob Moore
8
-56
/
+32
2007-02-03
ACPICA: Fix for Global Lock semaphore.
Bob Moore
1
-1
/
+1
2007-02-03
ACPICA: Fix trace output name and whitespace
Bob Moore
1
-3
/
+1
2007-02-03
ACPICA: Fix memory leak in table load error path
Bob Moore
1
-1
/
+1
2007-02-03
ACPICA: New common routine for creating and verifying a local FADT.
Bob Moore
1
-20
/
+51
2007-02-03
ACPICA: Report error if method creates 2 objects with the same name
Bob Moore
2
-3
/
+17
2007-02-03
ACPICA: FADT verification is now table driven.
Bob Moore
2
-137
/
+154
2007-02-03
ACPICA: Allow type ANY to be the target of the Scope operator.
Bob Moore
1
-0
/
+2
2007-02-03
ACPICA: re-factor table init routines for benefit of iASL
Bob Moore
1
-5
/
+25
2007-02-03
ACPICA: Update comments in tbfadt.c
Bob Moore
1
-5
/
+6
2007-02-03
ACPICA: Delete stale FADT functions outside tbfadt.c.
Bob Moore
4
-375
/
+1
2007-02-03
ACPICA: Re-implement interpreters' "serialized mode"
Bob Moore
8
-84
/
+109
2007-02-03
ACPICA: Create tbfadt.c to hold all FADT-related functions
Bob Moore
2
-1
/
+381
2007-02-03
ACPICA: Cleanup of FADT verification function.
Bob Moore
1
-42
/
+23
2007-02-03
ACPICA: Split acpi_format_exception into two parts
Bob Moore
2
-82
/
+109
2007-02-03
ACPICA: Store GPE number instead of bitmask
Alexey Starikovskiy
4
-8
/
+17
2007-02-03
ACPICA: Fix unalignment in acpi_ut_repair_name
Bob Moore
4
-9
/
+9
2007-02-03
ACPICA: Disable all wake GPEs after first one recieved
Bob Moore
1
-61
/
+17
2007-02-03
ACPICA: Add acpi_gpe_count global to track the number of GPE events
Bob Moore
2
-0
/
+4
[next]