- 01 Apr, 2003 34 commits
-
-
bk://kernel.bkbits.net/davem/softirq-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Rusty Russell authored
From: Pablo Menichini <pablo@menichini.com.ar> initdata can't be const
-
Rusty Russell authored
From: Bob Miller <rem@osdl.org>
-
Rusty Russell authored
From: Paul Gortmaker <p_gortmaker@yahoo.com>
-
Rusty Russell authored
From: Adrian Bunk <bunk@fs.tum.de> initcall was renamed and made module_init()
-
Rusty Russell authored
From: Marcus Alanen <maalanen@ra.abo.fi>
-
Rusty Russell authored
From: Frank Davis <fdavis@si.rr.com> This patch makes us of a new predefined macro, instead of having the code directly in the driver.
-
Rusty Russell authored
From: Ryan Bradetich <rbradetich@uswest.net>
-
Rusty Russell authored
From: Hanna Linder <hannal@us.ibm.com>
-
Rusty Russell authored
From: Chris Wilson <chris@qwirx.com>
-
Rusty Russell authored
From: Hanna Linder <hannal@us.ibm.com>
-
Rusty Russell authored
From: Will Dyson <will_dyson@pobox.com>
-
Rusty Russell authored
From: Pablo Menichini <pablo@menichini.com.ar>
-
Rusty Russell authored
From: Pablo Menichini <pablo@menichini.com.ar>
-
Rusty Russell authored
From: Pavel Machek <pavel@ucw.cz>
-
Rusty Russell authored
From: ookhoi@humilis.net
-
Rusty Russell authored
From: Hanna Linder <hannal@us.ibm.com> Here are the changes for s390 to set .owner for tty_drivers and remove MOD_INC/DEC_USE_COUNT. Martin has already approved this.
-
Rusty Russell authored
From: ookhoi@humilis.net
-
Rusty Russell authored
From: ookhoi@humilis.net
-
Rusty Russell authored
From: ookhoi@humilis.net
-
Rusty Russell authored
From: ookhoi@humilis.net
-
Rusty Russell authored
From: Adrian Bunk <bunk@fs.tum.de>
-
Rusty Russell authored
From: sander@humilis.net
-
Rusty Russell authored
From: Pablo Menichini <pablo@menichini.com.ar> Unused piece of fluff. Remove it.
-
Rusty Russell authored
From: Pavel Machek <pavel@suse.cz>
-
Rusty Russell authored
From: Pablo Menichini <pablo@menichini.com.ar> initdata can't be const
-
Rusty Russell authored
From: Jochen Hein <jochen@jochen.org> This cannot be a module. Remove module-related help
-
Rusty Russell authored
From: Chris Wilson <chris@qwirx.com> This function did check misc_register's return code, but made no effort to clean up if it failed, leaving a large amount of potential crud lying around. I moved the registration to the start of the function, so that the cleanup is trivial, and made sure the device gets unregistered in the cases where it would not have been registered at all before.
-
Rusty Russell authored
From: Hanna Linder <hannal@us.ibm.com>
-
Rusty Russell authored
From: ookhoi@humilis.net
-
Rusty Russell authored
From: Uros Bizjak <uros@kss-loka.si>
-
Rusty Russell authored
From: Adrian Bunk <bunk@fs.tum.de>
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
- 31 Mar, 2003 6 commits
-
-
http://linux-scsi.bkbits.net/scsi-for-linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
James Bottomley authored
into raven.il.steeleye.com:/home/jejb/BK/scsi-for-linus-2.5
-
Douglas Gilbert authored
As people are using scsi_debug to simulate a large number of disks to play with the dev_t expansion, some problems have come to light. Changelog: - change num_devs to num_tgts so now the user can independently modify the number of hosts (add_host), the number of targets per host (num_tgts) and the number of luns per target (max_luns) - num_tgts sets scsi_host::max_id after allowance is made for the initiator's target id - max_luns default changed to 1 and it is sysfs writeable - REPORT LUN response cleaned up. Could now possibly generate a response indicatimg there were up to 16,384 logical units available - clean up sense buffer generation Updated http://www.torque.net/sg/sdebug25.html
-
David S. Miller authored
Platforms, such as IA64, have a per-cpu mapping for local cpu data. When we killed off asm/softirq.h, we removed the usage of local_softirq_pending IA64 was using. By defining a generic version we can put the optimization back.
-
David S. Miller authored
-
David S. Miller authored
1) Every arch implemented local_bh_foo identically, move to linux/interrupt.h 2) Kill all asm/softirq.h references 3) Kill asm/softirq.h itself 4) Move local_bh_disable() out of line to kernel/softirq.c 5) Add BUG check on irqs_disabled() to local_bh_disable()
-