- 04 Aug, 2003 4 commits
-
-
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 1 commit
-
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-rmk
-
- 02 Aug, 2003 19 commits
-
-
Hirofumi Ogawa authored
This uses fat_get_short_entry() in fat_dir_empty(). Moves fat_scan() and fat_subdirs() to dir.c.
-
Hirofumi Ogawa authored
From Ren <l.s.r@web.de> the function vfat_strnicmp() has just one callsite. Inlining it actually shrinks vfat.o slightly.
-
Hirofumi Ogawa authored
From Ren <l.s.r@web.de> there are several places inside fs/vfat/namei.c where the length of a struct qstr without any trailing dots is calculated. The patch below adds a function vfat_striptail_len() which does that and makes use of it.
-
Hirofumi Ogawa authored
This uses ->i_pos instead of ->i_ino on fat_fs_panic() because ->i_ino is not useful. loff_t is _signed_ long long, so format string should use "%lld". fs/fat/cache.c | 14 +++++++------- fs/fat/inode.c | 2 +- fs/fat/misc.c | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-)
-
Hirofumi Ogawa authored
This adds the forgotten test whether it's negative dentry. That test should be needed only in negative dentry case. Removes unneeded dcache_lock. (NOTE: vfat still has the filename case problem on mkdir(), rename() etc.)
-
Bartlomiej Zolnierkiewicz authored
Allows all architectures to simply include the sound/Kconfig file. Now somebody can finally update the comment for CONFIG_SOUND ;-).
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
and move help comment to CONFIG_BLK_DEV_PDC202XX_OLD
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Andy Grover authored
Make ACPI aware of the iosapic irq controller on ia64 machines.
-
Linus Torvalds authored
-
bk://linux-dj.bkbits.net/agpgartLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 01 Aug, 2003 16 commits
-
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/i2c-2.5
-
Daniele Bellucci authored
there is a little memory leak in i2c-ali15x3.c . You can reproduce the BUG as follows: In a PC with no such device unloading i2c-ali15x3 cause an oops in release_region. I've fixed by moving release_region() from i2c_ali15x3_exit() to ali15x3_remove().
-
Linus Torvalds authored
This updates the driver from version 2.4.0->2.5.0, adding the CCM_FLIP command.
-
Linus Torvalds authored
-
Linus Torvalds authored
won't even compile without it.
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.5
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
bk://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
into redhat.com:/garz/repo/net-drivers-2.6
-
David S. Miller authored
-
Randy Dunlap authored
[ GregKH has already done this is USB and PCI core. ] From: "Warren A. Layton" <zeevon@debian.org> Based on a request from Matthew Wilcox, convert instances of pci_dev->slot_name to use pci_name() instead: "In order to support PCI Domains, we have to stop using slot_name. It's related to driver model transition too since pci_dev->slot_name was redundant with pci_dev->dev.bus_id. So I introduced the inline function pci_name(). Now there's about 300-400 places in the tree that're using slot_name which need to be converted to use pci_name(). once that's done, we can remove the slot_name pointer in pci_dev and save a (void *) per pci_dev."
-
Randy Dunlap authored
From: Leann Ogasawara <ogasawara@osdl.org> Uninitialize static variables initialized to 0 so they are pushed to the .bss instead of .data.
-
Randy Dunlap authored
From: Leann Ogasawara <ogasawara@osdl.org> Uninitialize static variables initialized to 0 so they are pushed to the .bss instead of .data.
-
Randy Dunlap authored
From: Daniele Bellucci <bellucda@tiscali.it> Return proper error code from copy_to_user failure in fs/sysfs/bin.c
-