- 28 Jan, 2004 10 commits
-
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.1
-
Len Brown authored
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.1
-
Len Brown authored
-
Dominik Brodowski authored
Fix a horribly wrong memcpy instruction in cpufreq_update_policy which caused it to oops.
-
Dominik Brodowski authored
- remove unnecessary usage of flags.performance - remove double check of _PPC in acpi-cpufreq driver as it's handled in drivers/acpi/processor.c already - remove unneeded EXPORT_SYMBOL - allocation of memory only for probed CPUs - add unregistration function to the core - fix OOPS when PST has core_frequency values of zero - fix cpufreq_get() output - fix /proc/acpi/processor/*/performance write support [deprecated]
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.1
-
Dominik Brodowski authored
updates the _PPC handling. It is handled as a CPUfreq policy notifier which adjusts the maximum CPU speed according to the current platform limit.
-
Dominik Brodowski authored
from Dominik Brodowski The acpi cpufreq driver includes a test at startup which detects whether ACPI P-States are supported on any CPU, and whether transitions work. However, this test is faulty: it is only run _after_ the acpi driver is registered, causing race situations. Also, it doesn't save anything _as_ the driver is already registered. So, it can safely be removed.
-
Dominik Brodowski authored
from Dominik Brodowski The current algorithm used by Linux ACPI for passive thermal management has two shortcomings: - if increasing the CPU processing power as a thermal situation goes away, throttling states are decreased later than performance states. This is not wise -- it should be the opposite ordering of going "up". - only if the ACPI CPUfreq driver is used, performance states are used. A generalized approach would offer passive cooling even if the ACPI P-States cpufreq driver cannot be used (faulty BIOS, FixedHW access, etc.)
-
- 27 Jan, 2004 2 commits
-
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.1
-
Jes Sorensen authored
from Jes Sorensen
-
- 26 Jan, 2004 5 commits
- 23 Jan, 2004 1 commit
-
-
Len Brown authored
from Bjorn Helgaas
-
- 22 Jan, 2004 1 commit
-
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.1
-
- 17 Jan, 2004 1 commit
-
-
Len Brown authored
The purpose of this release is primarily to update the copyright years in each module, thus causing a huge number of diffs. There are a few small functional changes, however. Improved error messages when there is a problem finding one or more of the required base ACPI tables Reintroduced the definition of APIC_HEADER in actbl.h Changed definition of MADT_ADDRESS_OVERRIDE to 64 bits (actbl.h) Removed extraneous reference to NewObj in dsmthdat.c
-
- 15 Jan, 2004 2 commits
-
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.1
-
Len Brown authored
http://bugzilla.kernel.org/show_bug.cgi?id=1349 from David Shaohua Li and Venatesh Pallipadi
-
- 08 Jan, 2004 4 commits
-
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.1
-
Linus Torvalds authored
-
bk://linux.bkbits.net/linux-2.5Nathan Scott authored
into lips.borg.umn.edu:/export/music/bkroot/xfs-linux-2.6
-
Linus Torvalds authored
We must not mark the process TASK_STOPPED early, because that might allow a signal to wake it up before we actually got to the "wake_up_forked_process()" state. Total confusion would happen. Make wake_up_forked_process() verify the new world order.
-
- 07 Jan, 2004 1 commit
-
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 08 Jan, 2004 1 commit
-
-
Dave Jones authored
Spotted by Andreas Henriksson <andreas@scream.fjortis.info>
-
- 07 Jan, 2004 12 commits
-
-
Dave Jones authored
Also consolidate a bunch of convoluted if's into a single "is this an r200 or r300" function.
-
Linus Torvalds authored
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> For a laugh we moved the BSS and our world exploded. Turns out we zero from __bss_start to _end. Add __bss_stop to our section definitions so we can use it instead.
-
Andrew Morton authored
From: Anton Blanchard <anton@samba.org> Linas Vepstas has audited the ppc64 proc code and found a number of issues.
-
Linus Torvalds authored
This fixes loading of modules compiled with debugging on some platforms. From Rusty.
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
Get off the drugs, Linus.
-
Linus Torvalds authored
constant expression properly.
-
Ville Nuorvala authored
-
Andi Kleen authored
-
Matthew Wilcox authored
-