22 Jun, 2006
1 commit
-
There were two instances of pci_acpi_init(), one in
drivers/pci/pci-acpi.c and another in arch/i386/pci/acpi.c.
Rename the one in pci-acpi.c and make it consistent with
other names in the same file.Signed-off-by: Muthukumar R
Signed-off-by: Greg Kroah-Hartman
22 May, 2006
1 commit
-
The OSC set and query functions do not allocate enough space for return
values, and set the output buffer length to a false, too large value. This
causes the acpi-ca code to assume that the output buffer is larger than it
actually is, and overwrite memory when copying acpi return buffers into
this caller provided buffer. In some cases this can cause kernel oops if
the memory that is overwritten is a pointer. This patch will change these
calls to use a dynamically allocated output buffer, thus allowing the
acpi-ca code to decide how much space is needed.Signed-off-by: Kristen Carlson Accardi
Cc: "Brown, Len"
Cc: "Yu, Luming"
Cc: Greg KH
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
24 Nov, 2005
1 commit
-
Fix kernel-doc warning in pci/pci-acpi.c.
Signed-off-by: Randy Dunlap
Signed-off-by: Greg Kroah-Hartman
Signed-off-by: Linus Torvalds
11 Nov, 2005
1 commit
-
This patch tweaks the way pciehp requests control of the hotplug
hardware from BIOS. It now tries to invoke the ACPI _OSC method
for a specific hotplug controller only, rather than walking the
entire acpi namespace invoking all possible _OSC methods under
all host bridges. This allows us to gain control of each hotplug
controller individually, even if BIOS fails to give us control of
some other hotplug controller in the system.Signed-off-by: Rajesh Shah
Signed-off-by: Greg Kroah-Hartman
12 Jul, 2005
4 commits
-
with pending pm_message_t re-definition.
Signed-off-by: Len Brown
-
platform_pci_set_power_state()
and ACPI can answerhttp://bugzilla.kernel.org/show_bug.cgi?id=4277
Signed-off-by: David Shaohua Li
Signed-off-by: Len Brown -
pci_choose_state() can now call
platform_pci_choose_state()
and ACPI can answerhttp://bugzilla.kernel.org/show_bug.cgi?id=4277
Signed-off-by: David Shaohua Li
Signed-off-by: Len Brown -
http://bugzilla.kernel.org/show_bug.cgi?id=4277
Signed-off-by: David Shaohua Li
Signed-off-by: Len Brown
04 May, 2005
1 commit
-
Signed-off-by: Greg Kroah-Hartman
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!