- 18 Sep, 2002 40 commits
-
-
http://linux-acpi.bkbits.net/linux-acpiLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
Fix a typo which was introduced when updating st5481 for the USB API changes.
-
Kai Germaschewski authored
Sometimes bk still gets me... The previous changes won't work without the updated top-level Makefile ;)
-
Kai Germaschewski authored
As we have a standard O_TARGET ("built-in.o"), use a standard L_TARGET as well ("lib.a"), which is what was used in the majority cases already, anyway.
-
http://gkernel.bkbits.net/misc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/misc-2.5
-
http://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
that are used in natsemi net driver
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
-
http://suncobalt.bkbits.net/net-drivers-2.5Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/net-drivers-2.5
-
http://gkernel.bkbits.net/irda-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/irda-2.5
-
Kai Germaschewski authored
It's shorter and more along the lines of the other "new-style" statements.
-
Jens Axboe authored
Switch nbd bio_endio() over to new semantics
-
Kai Germaschewski authored
It's gone almost everywhere else already, and will eventually make for a nicer top-level Makefile.
-
bk://gkernel@bkbits.net/irda-2.5Jeff Garzik authored
into mandrakesoft.com:/home/jgarzik/repo/irda-2.5
-
Kai Germaschewski authored
Of course it's possible to use the standard "built-in.o" in arch/* as well, so do it for i386 - other archs still using O_TARGET are not affected by this change.
-
Jeff Garzik authored
-
Kai Germaschewski authored
O_TARGET should basically be dead for non arch-specific code in 2.5 (it's still functional, though), so kill the cases where it creeped back in.
-
Jean Tourrilhes authored
o [CORRECT] Remove all "save_flags(flags);cli();" in IrDA ali driver
-
Jean Tourrilhes authored
o [CORRECT] Remove all "save_flags(flags);cli();" in IrDA driver o [FEATURE] Rework broken locking in irport o [FEATURE] Finish locking cleanup in nsc-ircc o [FEATURE] Improve locking in smc-ircc & w83977af_ir
-
Jean Tourrilhes authored
o [FEATURE] Do the hashbin locking fixes for IrCOMM and IrLAN o [CORRECT] Remove all "save_flags(flags);cli();" in IrCOMM/IrLAN o [CORRECT] Fix other locking issues in IrCOMM
-
Jean Tourrilhes authored
o [FEATURE] New hashbin locking scheme for irqueue o [FEATURE] Get rid of old broken hashbin locking schemes o [FEATURE] Lock hasbins while enumerating it in various places o [CORRECT] Remove all remaining "save_flags(flags);cli();" o [CORRECT] Fix two "return with spinlock" found by Stanford checker
-
Jean Tourrilhes authored
o [CORRECT] Make sure LAP address is sane, which mean not NULL, not BROADCAST and not already in use by another link.
-
Jean Tourrilhes authored
o [CRITICA] Remove correct IAS Attribute/Object even if name is dup'ed o [CORRECT] Make irqueue 64 bit compliant (__u32 -> long) o [FEATURE] Don't use random handle for IrLMP handle, use self Remove dependancy on random generator in stack init
-
Jeff Garzik authored
(contributed by gabucino@mplayerhq.hu)
-
Andy Grover authored
into groveronline.com:/root/bk/linux-acpi
-
Andy Grover authored
in non-SMP.
-
Jeff Garzik authored
* New Rx polling scheme to prevent congestion * Tx timeout recovery * Enhanced ethtool support * Fix problems with multiport sundance boards (contributed by Edward Peng @ D-Link)
-
Jeff Garzik authored
(based on patch from Nelson Tan Gin Hwa, via Andrew Morton)
-
Jeff Garzik authored
-
Andy Grover authored
on systems that do not have an interrupt override entry in the MADT.
-
Andy Grover authored
-
Keith Owens authored
-
Jens Axboe authored
-
Christoph Hellwig authored
it has just one function nowdays, and that one would be much better static in scsi.c
-
Jens Axboe authored
update DAC960 and umem to new bio_endio() completions
-
Jens Axboe authored
Make BIO_UPTODATE a sticky good flag, only clearing it on error. I pondered leaving the BIO_UPTODATE clearing up to the bi_end_io() functions, but decided against that and left it in bio_endio() as before. I also added a bit of debug in bio_endio() to detect callers specifying more than bi_size i/o complete. And to top it all of, bio_endio() documentation. This is mainly to clear my back when people bitch about using bio_endio(), I can say RTFM without worry :-)
-
Andy Grover authored
into groveronline.com:/root/bk/linux-acpi
-