- 08 Oct, 2003 1 commit
-
-
bk://ppc@ppc.bkbits.net/for-linus-ppcPaul Mackerras authored
into samba.org:/stuff/paulus/kernel/for-linus-ppc
-
- 06 Oct, 2003 9 commits
-
-
Tom Rini authored
-
Tom Rini authored
The only board that really used this was an preproduction board with buggy hardware.
-
Hirofumi Ogawa authored
Current match_token recognize "foo=" as "foo=%s". So this change the nul string does not recognize as "%s".
-
Hirofumi Ogawa authored
If original code uses the following, opts->value = simple_strtoul(value, &value, 0); if (*value) return error; It doesn't recognize negative value. So option format should use "%u".
-
Hirofumi Ogawa authored
This is just misc cleanup of fat option.
-
Hirofumi Ogawa authored
vfat doesn't recognize the msdos option. Also msdos doesn't recognize vfat option. And this separates fat/vfat/msdos option structures. I think this looks more good as document.
-
Hirofumi Ogawa authored
This uses more fine granularity ->d_lock than ->dcache_lock for ->d_parent with d_move() race.
-
Hirofumi Ogawa authored
From René Scharfe <l.s.r@web.de> there's one call to strncpy() in vfat that really should be a memcpy(). The source, msdos_name, is a space-filled char array, not a NUL-terminated string. The rest of the patch eliminates duplicate occurencies of the CURRENT_TIME macro inside functions. This shrinks vfat.o by a few bytes.
-
Tom Rini authored
Fix from Dan Burcaw <dburcaw@terrasoftsolutions.com>.
-
- 07 Oct, 2003 4 commits
-
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
-
- 06 Oct, 2003 14 commits
-
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
Russell King authored
It seems that we're attempting to work out the free stack size using two unrelated pointers for the lowest address of the stack. Fix this to use the correct pointer.
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Jens Axboe authored
From: Felipe W Damasio <felipewd@terra.com.br> Found by smatch.
-
Andi Kleen authored
Remove outdated URLs from the x86-64 Kconfig. Originally from the trivial patch monkey / Petri Koistinen <petri.koistinen@iki.fi>
-
Andi Kleen authored
Make linux32 ... on x86-64 to do proper uname emulation again. Also changes i386 to i686 because that's more near the truth.
-
Martin Schwidefsky authored
The zfcp scsi host adapater.
-
Martin Schwidefsky authored
- Remove read, write and data device pointers from card structure. Use ccw group array to get the device pointers.
-
Martin Schwidefsky authored
- Add dummy release function to iucv bus.
-
Martin Schwidefsky authored
Kernel Janitors: remove unnecessary calls to verify_area.
-
Martin Schwidefsky authored
- Remove dynamic allocation of major numbers. Just use static major 94. - Use bus_id instead of device number where possible. - Don't check open_count in dasd_generic_set_offline.
-
Martin Schwidefsky authored
- Remove atomic_read hack to test for presence of ccw device directory. - Add dummy release function to channel path object and cu3088 group devices. - Don't rely on the chaining bit of the channel report word. - Don't call schedule while holding a lock in read_dev_chars/read_conf_data.
-
Martin Schwidefsky authored
- Makefile fix: default make target builds the kernel image. - Add export statement for cpcmd. - Add tgkill system call. - Reserve system call number for vserver.
-
Achim Leubner authored
- Maintainers email address and copyright messages updated - Scanning for EISA and ISA controllers disabled due to a resource conflict with the Adaptec aic driver - Switch "probe_eisa_isa" added to give the possibility to enable the EISA/ISA scan if required - Driver version increased to 2.08
-
- 05 Oct, 2003 4 commits
-
-
Arnaldo Carvalho de Melo authored
idle_cpu had the same botched move from kernel/ksyms.c to kernel/sched.c that __wake_up_sync() had.
-
Randy Dunlap authored
From: Alexey Dobriyan <adobriyan@mail.ru> Don't set process state to TASK_RUNNING after a schedule_timeout(), since there's no way we will return from the scheduler if we're not running.
-
Linus Torvalds authored
from kernel/ksyms.c to kernel/sched.c. Noted by Richard Henderson <rth@twiddle.net>
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 06 Oct, 2003 1 commit
-
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/bk/linux-2.6-rmk
-
- 05 Oct, 2003 7 commits
-
-
Russell King authored
-
Russell King authored
-
Linus Torvalds authored
update. The socket is "s", not "skt".
-
bk://bk.arm.linux.org.uk/linux-2.6-pcmciaLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/bk/linux-2.6-pcmcia
-
bk://bk.arm.linux.org.uk/linux-2.6-serialLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Bjorn Helgaas authored
I'm trying to remove all the legacy UART cruft from ia64. In theory we should be able to discover all UARTs on ia64 via ACPI and PCI enumeration, so we shouldn't need SERIAL_PORT_DFNS. But SERIAL_PORT_DFNS currently does two things: 1) it tells you about legacy devices you can't discover via a standard enumeration method, and 2) it sizes old_serial_port[], which determines UART_NR, which is the maximum number of ports the driver will support So here's a proposal to make SERIAL_PORT_DFNS optional and provide another mechanism for configuring the number of ports to support.
-