- 14 Sep, 2004 4 commits
-
-
Dave Jones authored
cpufreq core Kconfig fix: - 24_API is a part of the userspace governor, so keep it directly below the userspace governor Signed-off-by: Dominik Brodowski <linux@brodo.de> Signed-off-by: Dave Jones <davej@redhat.com>
-
Dave Jones authored
arm cpufreq Kconfig enhancements: - don't force the deprecated 24_API on SA11x0 any more, as it will be removed ~2005-01-01 and different interfaces have been available for a long time - don't mark CPU_FREQ as being EXPERIMENTAL any longer - re-order it in the same way other arches are ordered Signed-off-by: Dominik Brodowski <linux@brodo.de> Signed-off-by: Dave Jones <davej@redhat.com>
-
Dave Jones authored
x86_64 cpufreq Kconfig fixes: - SPEEDSTEP_CENTRINO _needs_ the ACPI perflib as the tables are for Banias only, and the Banias is only 32bit - SPEEDSTEP_CENTRINO_TABLE won't be built in any longer as it only wastes space - /proc/acpi/processor/../performance is available for all ACPI perflib drivers Signed-off-by: Dominik Brodowski <linux@brodo.de> Signed-off-by: Dave Jones <davej@redhat.com>
-
Dave Jones authored
i386 cpufreq Kconfig fixes: - /proc/acpi/processor/../performance is available for all ACPI perflib drivers - powernow-k8 depends on FREQ_TABLE - clarify the heavy dependency of SPEEDSTEP_CENTRINO on ACPI - remove the EXPERIMENTAL tag of SPEEDSTEP_CENTRINO_ACPI - allow to disable SPEEDSTEP_CENTRINO_TABLE Signed-off-by: Dominik Brodowski <linux@brodo.de> Signed-off-by: Dave Jones <davej@redhat.com>
-
- 13 Sep, 2004 1 commit
-
-
Dave Jones authored
Signed-off-by: Dave Jones <davej@redhat.com>
-
- 12 Sep, 2004 1 commit
-
-
Dave Jones authored
into delerium.kernelslacker.org:/home/davej/bk/cpufreq
-
- 11 Sep, 2004 4 commits
-
-
Linus Torvalds authored
It disappeared somewhere in Al's cleanup patch..
-
Alexander Viro authored
le16_to_cpu() on 32bit field. Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Alexander Viro authored
Use of 16bit little-endian in comparisons and arithmetics without conversion. Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
bk://linux-sam.bkbits.net/kbuildLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 12 Sep, 2004 1 commit
-
-
Sam Ravnborg authored
$(addprefix ...) needs a directory relative to current directory, because kbuild prefixes the filename with '$(obj)/' Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
-
- 11 Sep, 2004 4 commits
-
-
Alexander Viro authored
a) upper 32 bits of cpu_to_le64(x) are *not* cpu_to_le32(x) of upper 32 bits. b) ->ByteCount cleaned up. Signed-off-by: Al Viro <viro@parcelfarce.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Alexander Viro authored
cpu_to_le32(...) assigned to 16bit fields.
-
Tom Rini authored
Signed-off-by: Tom Rini <trini@kernel.crashing.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Linus Torvalds authored
Just test the end case inside the loop, rather than trying to be clever and getting it wrong.
-
- 10 Sep, 2004 25 commits
-
-
Roland McGrath authored
The previous single-step patch ("make single-step into signal delivery stop in handler") took things a little too far. It left TF set in the sigcontext on the stack, so a PTRACE_CONT after stopping at the handler entry will step instead of resume. This additional patch fixes it. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Roland McGrath authored
timer_create leaks task_structs. I probably introduced this bug when I did the cleanup making posix-timers properly per-process. This patch fixes it. There is also a fixup for a random indentation snafu at the end. Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
Trond Myklebust authored
Helps to keep the 'sendmail' doctor away. Signed-off-by: Trond Myklebust <trond.myklebust@fys.uio.no> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
bk://linux-sam.bkbits.net/kbuildLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
bk://dsaxena.bkbits.net/linux-2.6-for-rmkRussell King authored
into flint.arm.linux.org.uk:/usr/src/bk/linux-2.6-rmk
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Dave Jones authored
AMD recently errata'd the definition of the PSB/PST for recent Athlon 64 and Opteron parts. The errata allows for a second, identical PST for those parts. The current powernow-k8 driver will not work in PST/PSB mode on those parts because it requires there be 1 and only 1 PST. From: Mark Langsdorf Signed-off-by: Dave Jones <davej@redhat.com>
-
Ian Campbell authored
Patch from Ian Campbell Please ignore previous patch: set_irq_type takes the IRQ number and not the GPIO number so using any variant on IRQ_TO_GPIO* is incorrect anyway. Signed-of-by: Ian Campbell <icampbell@arcom.com>
-
Nicolas Pitre authored
Patch from Nicolas Pitre - Don't chain assignment to volatile registers. Doing otherwise generates extra needless code to reload the value for the next assignment. - Don't touch PXA27x registers on a PXA25x build. (spotted by Ian Campbell) Signed-off-by: Nicolas Pitre
-
Nicolas Pitre authored
CONFIG_ARCH_IOP3XX Patch from Nicolas Pitre Signed-off-by: Nicolas Pitre
-
Linus Torvalds authored
Basic serial ports, acpi and intel sound. Can you guess what my laptop has in it?
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Linus Torvalds authored
-