- 04 Aug, 2003 6 commits
-
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
Chas Williams authored
1. pci_device_id structures shouldn't be __devinitdata. Greg removed all of the instances of this in the 2.6.0-test1 tree, but unforunately my recent coversion of lanai.c introduced another one. 2. The lanai PCI id constants have now been merged into the kernel headers so we don't need to define our own copies. 3. The ioctl's exported by lanai shouldn't be - they were intended for debugging only, never for release. For now they're just '#if 0'ed out. They're somewhat dangerous since they don't check any capabilities so any user could DoS the interface.
-
Angelo Dell\'Aera authored
-
Stephen Hemminger authored
-
Randy Dunlap authored
From: Leann Ogasawara <ogasawara@osdl.org> Acked by Neil Brown.
-
bk://bk.arm.linux.org.uk/linux-2.5-rmkLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 05 Aug, 2003 3 commits
-
-
Russell King authored
The ARC and A5K machine class is handled by the arm26 architecture now. This cset removes the obsolete files from the 32-bit ARM architecture.
-
Russell King authored
ARM seems to have missed an update for the time keeping code; this cset fixes a problem where the altering the system time changes the reported uptime.
-
Russell King authored
-
- 04 Aug, 2003 12 commits
-
-
bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Daniel Ritz authored
this patches removes unneccessary calls to yenta_init()/ti_set_zv() in ti1250_init() as the called ti113x_init() already does this..
-
Theodore Y. Ts'o authored
Fix 32/64-bit error in ext2_file_write; before, the top 32-bits of the return value was getting chopped off.
-
Andrew Morton authored
Various 32-bit emulators need to fill in linux_binprm.interp
-
Linus Torvalds authored
it does not work like a C function. (Effectively, the first argument ends up being "passed- by-reference" without the use of pointers)
-
Chas Williams authored
-
Ben Collins authored
misc : - Signed cleanups. - Convert to correct min/max macros. subsystem : - Attempt to fix sleeping call in hpsb_get_tlabel when preempt is enabled. eth1394 : - Fix packet sizes for S800+.
-
Jens Axboe authored
There's a bug in AS, it sets HARDBARRIER on a request when it should be setting it as a softbarrier. IO scheduler has no business using that bit, if it needs to put barriers there they should be soft. Hard barriers involve hardware operations.
-
Russell King authored
Fix up several errors in the PXA code preventing it from building.
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
- 03 Aug, 2003 10 commits
-
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-rmk
-
Russell King authored
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-pcmcia
-
David S. Miller authored
In tg3_init_rings() we might write out to the NIC SRAM area, thus we should only run it when the chip is in a known state. Also, fix comments above tg3_init_rings() wrt. locking state.
-
Bart De Schuymer authored
-
Geert Uytterhoeven authored
-
bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Danny ter Haar authored
Trivial CREDITS update
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Benjamin Herrenschmidt authored
The mdelay() macro does the wrong thing if you try to use it with an argument expression that contains the (perfectly natural) variable name 'msec'. Fix it to use an internal variable that doesn't clash with normal naming.
-
- 02 Aug, 2003 9 commits
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/net-2.5
-
Alexey Kuznetsov authored
-
Alexey Kuznetsov authored
-
Ville Nuorvala authored
-
Daniel Ritz authored
-
Harald Welte authored
-
Harald Welte authored
-
Patrick McHardy authored
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.5
-