index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
|
ACPI: pci_root: simplify acpi_pci_root_add() control flow
Bjorn Helgaas
2009-06-20
1
-62
/
+38
|
|
|
*
|
ACPI: pci_root: check _CRS, then _BBN for downstream bus number
Bjorn Helgaas
2009-06-20
1
-38
/
+16
|
|
|
/
/
|
|
/
|
|
|
|
*
|
ACPI: kill acpi_get_physical_pci_device()
Alexander Chiang
2009-06-18
1
-40
/
+0
|
|
*
|
ACPI: video: convert to acpi_get_pci_dev
Alexander Chiang
2009-06-18
2
-7
/
+8
|
|
*
|
ACPI: kill acpi_get_pci_id
Alexander Chiang
2009-06-18
1
-71
/
+0
|
|
*
|
ACPI: acpi_pci_unbind should clean up properly after acpi_pci_bind
Alexander Chiang
2009-06-18
1
-4
/
+7
|
|
*
|
ACPI: simplify acpi_pci_irq_del_prt() API
Alexander Chiang
2009-06-18
2
-5
/
+5
|
|
*
|
ACPI: simplify acpi_pci_irq_add_prt() API
Alexander Chiang
2009-06-18
3
-11
/
+10
|
|
*
|
ACPI: eviscerate pci_bind.c
Alexander Chiang
2009-06-18
2
-209
/
+38
|
|
*
|
ACPI: rearrange acpi_pci_bind/acpi_pci_unbind in pci_bind.c
Alexander Chiang
2009-06-18
1
-45
/
+45
|
|
*
|
ACPI: Introduce acpi_get_pci_dev()
Alexander Chiang
2009-06-18
1
-0
/
+81
|
|
*
|
ACPI: Introduce acpi_is_root_bridge()
Alexander Chiang
2009-06-18
1
-0
/
+24
|
|
*
|
ACPI: make acpi_pci_bind() static
Alexander Chiang
2009-06-18
2
-3
/
+2
|
|
/
/
*
|
|
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
2009-06-22
1
-0
/
+1
|
\
\
\
|
*
|
|
PCI: drivers/pci/slot.c should depend on CONFIG_SYSFS
Alex Chiang
2009-06-18
1
-0
/
+1
|
|
/
/
*
|
|
Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...
Linus Torvalds
2009-06-16
34
-157
/
+516
|
\
\
\
|
*
|
|
ACPICA: Disable preservation of SCI enable bit (SCI_EN)
Bob Moore
2009-05-27
1
-4
/
+7
|
*
|
|
ACPICA: Region deletion: Ensure region object is removed from handler list
Lin Ming
2009-05-27
1
-0
/
+21
|
*
|
|
ACPICA: Eliminate extra call to NsGetParentNode
Alex Chiang
2009-05-27
1
-3
/
+4
|
*
|
|
ACPICA: Simplify internal operation region interface
Bob Moore
2009-05-27
4
-20
/
+23
|
*
|
|
ACPICA: Update Load() to use operation region interfaces
Bob Moore
2009-05-27
1
-18
/
+78
|
*
|
|
ACPICA: New: AcpiInstallMethod - install a single control method
Lin Ming
2009-05-27
6
-4
/
+166
|
*
|
|
ACPICA: Invalidate DdbHandle after table unload
Lin Ming
2009-05-27
1
-2
/
+19
|
*
|
|
ACPICA: Fix reference count issues for DdbHandle object
Lin Ming
2009-05-27
1
-3
/
+6
|
*
|
|
ACPICA: Simplify and optimize NsGetNextNode function
Bob Moore
2009-05-27
4
-29
/
+69
|
*
|
|
ACPICA: Additional validation of _PRT packages (resource mgr)
Bob Moore
2009-05-27
1
-1
/
+1
|
*
|
|
ACPICA: Fix DebugObject output for DdbHandle objects
Bob Moore
2009-05-27
1
-1
/
+3
|
*
|
|
ACPICA: Fix allowable release order for ASL mutex objects
Bob Moore
2009-05-27
1
-4
/
+11
|
*
|
|
ACPICA: Mutex support: Fix release ordering issue and current sync level
Bob Moore
2009-05-27
1
-2
/
+19
|
*
|
|
ACPICA: Fix implementation of AML BreakPoint operator (break to debugger)
Bob Moore
2009-05-27
1
-6
/
+11
|
*
|
|
ACPICA: Fix miscellaneous warnings under gcc 4+
Bob Moore
2009-05-27
3
-6
/
+11
|
*
|
|
ACPICA: Miscellaneous lint changes
Bob Moore
2009-05-27
5
-13
/
+10
|
*
|
|
ACPICA: Fix possible dereference of null pointer
Bob Moore
2009-05-27
1
-5
/
+2
|
*
|
|
ACPICA: Fix printf format warnings for 64-bit build
Bob Moore
2009-05-27
2
-4
/
+4
|
*
|
|
ACPICA: Fix possible warnings for ACPI_THREAD_ID on 64-bit build
Bob Moore
2009-05-27
3
-21
/
+22
|
*
|
|
ACPICA: Remove unused global variables
Bob Moore
2009-05-27
1
-3
/
+0
|
*
|
|
ACPICA: Change behavior of object copy for mutex/event objects
Bob Moore
2009-05-27
1
-0
/
+23
|
*
|
|
ACPICA: Fix a few warnings for gcc 3.4.4
Bob Moore
2009-05-27
1
-2
/
+2
|
*
|
|
ACPICA: Update error/warning interfaces
Bob Moore
2009-05-27
1
-11
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2009-06-11
1
-2
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'linus' into irq/numa
Ingo Molnar
2009-06-01
8
-46
/
+157
|
|
\
\
|
*
\
\
Merge branch 'x86/apic' into irq/numa
Ingo Molnar
2009-05-12
2
-1
/
+9
|
|
\
\
\
|
*
|
|
|
irq: change ACPI GSI APIs to also take a device argument
Yinghai Lu
2009-04-28
1
-2
/
+3
*
|
|
|
|
cpumask: alloc zeroed cpumask for static cpumask_var_ts
Yinghai Lu
2009-06-09
1
-1
/
+1
|
|
_
|
/
/
|
/
|
|
|
|
|
|
|
|
\
\
\
|
\
\
\
|
\
\
\
|
\
\
\
|
\
\
\
|
\
\
\
|
\
\
\
*
-
-
-
-
-
-
-
.
\
\
\
Merge branches 'bugzilla-13121+', 'bugzilla-13233', 'redhat-bugzilla-500311',...
Len Brown
2009-05-30
5
-24
/
+24
|
\
\
\
\
\
\
\
\
|
|
|
|
|
|
|
_
|
/
|
|
|
|
|
|
/
|
|
|
|
|
|
*
|
|
|
ACPI processor: remove spurious newline from warning message
Frans Pop
2009-05-30
1
-1
/
+1
|
|
|
|
*
|
|
|
drm/i915: acpi/video.c fix section mismatch warning
Jaswinder Singh Rajput
2009-05-30
1
-1
/
+1
|
|
|
|
|
/
/
/
|
|
|
*
/
/
/
PCI/ACPI: fix wrong ref count handling in acpi_pci_bind()
Kenji Kaneshige
2009-05-27
1
-18
/
+6
|
|
|
|
/
/
/
|
|
*
/
/
/
ACPI: sanity check _PSS frequency to prevent cpufreq crash
Len Brown
2009-05-30
1
-3
/
+9
|
|
|
/
/
/
|
*
|
|
|
cpuidle: fix AMD C1E suspend hang
Shaohua Li
2009-05-27
1
-1
/
+1
[prev]
[next]