- 05 Dec, 2002 8 commits
-
-
Patrick Mochel authored
This fixes edd.c. The SCSI changes replaced host_driverfs_dev with a pointer to a struct device. But, the Scsi_Host that the edd_find_matching_scsi_device() was trying to get was never used anyway. So, I removed it. This also fixes a problem that I introduced a while ago, and that I promised Matt I would fix: all attributes were getting added by default, though they shouldn't be. This regards only the truly default attributes as default, and uses the test mechanism of the other attributes to determine whether to add them or not.
-
Christoph Hellwig authored
In <= 2.4 some of the mess in blk.h needed it defined, but that's long gone now.
-
bk://ldm.bkbits.net/linux-2.5-coreLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
-
William Lee Irwin III authored
Move unregister_devfs_entries under the #ifdef MODULE section to avoid the warning about unused functions.
-
William Lee Irwin III authored
Remove cr0; the variable is unused.
-
William Lee Irwin III authored
Remove the reboot.h declaration of swsusp functions that clash with the no-op inline.
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/lsm-2.5
-
- 04 Dec, 2002 2 commits
-
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 06 Dec, 2002 5 commits
-
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
-
- 04 Dec, 2002 1 commit
-
-
http://ppc.bkbits.net/for-linus-ppc64Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 06 Dec, 2002 2 commits
-
-
Anton Blanchard authored
-
Anton Blanchard authored
into samba.org:/scratch/anton/for-alan
-
- 05 Dec, 2002 2 commits
-
-
Anton Blanchard authored
into samba.org:/scratch/anton/linux-2.5_ppc64_work
-
Anton Blanchard authored
into samba.org:/scratch/anton/linux-2.5_ppc64_work
-
- 04 Dec, 2002 20 commits
-
-
Anton Blanchard authored
into samba.org:/scratch/anton/for-alan
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/lsm-2.5
-
Patrick Mochel authored
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-core
-
Greg Kroah-Hartman authored
-
Jeff Garzik authored
More viro breakage. I wonder if 'int i' is missing from several other files I did not compile...
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
This allows LSM code to only define the functions that they want to, and not be forced to provide "dummy" functions for everything else.
-
Jeff Garzik authored
Cleaning up after viro ;-)
-
bk://kernel.bkbits.net/jgarzik/misc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
into redhat.com:/home/jgarzik/repo/misc-2.5
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
into redhat.com:/home/jgarzik/repo/net-drivers-2.5
-
Jeff Garzik authored
into redhat.com:/home/jgarzik/repo/exitp-2.5
-
http://linux-isdn.bkbits.net/linux-2.5.makeLinus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Kai Germaschewski authored
As pointed out by wli, all other compilation relies on fixdep to exist already. BTW, wli's benchmark numbers for the kallsyms speed-up patch: -make -j bzImage 323.03s user 157.65s system 843% cpu 57.019 total +make -j bzImage 270.02s user 147.01s system 1303% cpu 32.004 total
-
Kai Germaschewski authored
-
Kai Germaschewski authored
This patch basically just replaces the scripts/kallsyms script by a scripts/kallsyms.c C program, which does the same thing much faster. It also removes duplicates and entries which are not between _stext and _etext, as they would not get used anyway. This saves about 290KB in vmlinux with my .config, more than 50% of the kallsyms bloat ;)
-
Kai Germaschewski authored
It only makes sense to check CONFIG_FRAME_POINTER after including .config, otherwise it'll always be unset ;)
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5.make
-
Anton Blanchard authored
-