- 31 May, 2002 3 commits
-
-
David Brownell authored
I just noticed a debug message will generate a needless warning when debugging is disabled.
-
Greg Kroah-Hartman authored
updated the kernel-api documentation USB files due to file reorg.
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/work-2.5
-
- 30 May, 2002 8 commits
-
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/work-2.5
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
Patrick Mochel authored
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/work-2.5
-
Patrick Mochel authored
-
Patrick Mochel authored
-
Patrick Mochel authored
- Set interface's bus type as they're registered with core - Set bus_id to have device number as well as interface number
-
Patrick Mochel authored
-
- 29 May, 2002 3 commits
-
-
Matthew Dharm authored
Here's a patch which does three things: (1) It removes some dead code. (2) It moves more code to using the new state machine (3) It fixes a long standing bug relating to the sense data for a detached device.
-
Linus Torvalds authored
-
-
- 30 May, 2002 3 commits
-
-
Russell King authored
We have a fair number of command line options which can be used to pass information about the target to the kernel. We also provide a default command line which the kernel will use in absence of one provided by the boot loader. We pass the hard coded options via the command line now.
-
Russell King authored
-
Russell King authored
-
- 29 May, 2002 23 commits
-
-
Russell King authored
atomic.h was generating some extra loads that aren't required. In addition, it was needlessly performing various tests inside the atomic region. This change fixes both these issues.
-
Russell King authored
- We don't need to save the CPSR. - Rearrange thread_info members so we can pull the fields out of thread_info more efficiently. - Allocate a couple of extra words for CPU specific context saving (eg, for Xscale ACC registers) - Always leave 8 bytes free at the top of the kernel stack. This prevents the stack becoming completely empty when do_exit() is called from an exiting nfsd() thread, and causing the wrong pointer to be returned from current_thread_info()
-
Russell King authored
-
Russell King authored
-
Russell King authored
This machine type is no longer maintained and is falling into bitrot heaven.
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Linus Torvalds authored
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-linus
-
Patrick Mochel authored
into hera.kernel.org:/home/mochel/BK/linux-2.5-linus
-
Patrick Mochel authored
-
Greg Kroah-Hartman authored
Added the patch from Russell King <rmk@arm.linux.org.uk> that splits the usb-ohci driver into two pieces, enabling the sa1111 hardware to work with the driver. I also added some changes to get the usb-ohci-pci.o module to build and run properly.
-
bk://linux.bkbits.net/linux-2.5Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-linus
-
Andy Grover authored
1) Eliminate everywhere "if (0 == result)" is used, replace with "if (!result)" and the like. 2) Move headers mysteriously included in the middle of the file to the top.
-
Andy Grover authored
(where they clearly didn't belong) into arch/asm/acpi.h
-
Andy Grover authored
-
Andy Grover authored
-
Tom Rini authored
drivers/base/bus.c and drivers/pci/pci-driver.c both have functions which are marked with __init, but didn't include <linux/init.h> directly. The following fixes that (and allows 2.5.19 to compile on PPC32).
-
François Romieu authored
bug: array of u32 is accessed with offset in u8 units.
-
Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Andy Grover authored
We now can boot without MPS and PIRQ! ACPI finds IO APICs, Local apics (CPUS), interrupt source overrides, the works. (Paul Diefenbaugh) Mucho thanks to Dominik Brodowski and the whole acpi-devel gang. (Note, I think this conflicts slightly with Pavel's code in i386/kernel/acpi.c but I'd like to get this applied, and then I'm working with Pavel to hopefully get the ACPI and swsusp stuff working properly.)
-
Petr Vandrovec authored
de4x5.c used struct bus_type for its internal bookkeeping. It should be proably converted to struct device, but as I prefer Jeff's tulip driver, and I have no knowledge about EISA support, I only changed the structure name to make thing compile.
-
Tom Rini authored
The following fixes compilation with CONFIG_BLK_DEV_RAM=y I assume that Rusty intended to use a test for CONFIG_BLK_DEV_RAM and not BLOCK_DEV_RAM.
-
Andy Grover authored
Improved error checking on hw accesses Moved arch specific macros to arch/asm/acpi.h
-