]> git.hungrycats.org Git - linux/log
linux
22 years agoLinux 2.5.63 v2.5.63
Linus Torvalds [Mon, 24 Feb 2003 02:58:48 +0000 (18:58 -0800)]
Linux 2.5.63

22 years ago[PATCH] convert /proc/io{mem,ports} to seq_file
Randy Dunlap [Mon, 24 Feb 2003 02:49:30 +0000 (18:49 -0800)]
[PATCH] convert /proc/io{mem,ports} to seq_file

This converts /proc/io{mem,ports} to the seq_file interface
(single_open).

22 years ago[PATCH] /proc/ide/triflex returns incomplete data
Faik Uygur [Mon, 24 Feb 2003 02:49:22 +0000 (18:49 -0800)]
[PATCH] /proc/ide/triflex returns incomplete data

This patch fixes the incomplete data return problem of /proc/ide/triflex.
When the number of consecutive read bytes are smaller than the total
data in triflex_get_info(), the second read() returns 0.

22 years ago[PATCH] s390: 31 bit compatability layer.
Martin Schwidefsky [Mon, 24 Feb 2003 02:47:09 +0000 (18:47 -0800)]
[PATCH] s390: 31 bit compatability layer.

Fixes for the 31 bit compatability layer:
 * add compat function for jiffies_to_timeval
 * convert parameters of clone system call
 * incorporate changes from setup_arg_pages to setup_arg_pages32
 * incorporate changes from do_execve to do_execve32
 * take care of nanosecond field in struct timespec
 * remove functions of old module system calls
 * add TIF_31BIT thread flag and replace S390_FLAG_31BIT with it
 * add arch_get_unmapped_area
 * add wrapper for sys_set_tid_address

22 years ago[PATCH] s390: kernel module loader.
Martin Schwidefsky [Mon, 24 Feb 2003 02:47:00 +0000 (18:47 -0800)]
[PATCH] s390: kernel module loader.

Add missing/fix existing s390 relocations in the kernel module loader.

22 years ago[PATCH] s390: trivial bug fixes.
Martin Schwidefsky [Mon, 24 Feb 2003 02:46:52 +0000 (18:46 -0800)]
[PATCH] s390: trivial bug fixes.

trivial s390 fixes/typos.

22 years ago[PATCH] s390: bogus zfcp header, small scsi change.
Martin Schwidefsky [Mon, 24 Feb 2003 02:46:44 +0000 (18:46 -0800)]
[PATCH] s390: bogus zfcp header, small scsi change.

updates for s390 scsi support

- remove bogus header file
- add a definition for free_dma() to make scsi.c work

22 years ago[PATCH] s390: configuration.
Martin Schwidefsky [Mon, 24 Feb 2003 02:46:35 +0000 (18:46 -0800)]
[PATCH] s390: configuration.

updates for unified netdev config

- remove duplicate questions from drivers/s390/Kconfig
- some trivial fixes to make the s390 specific options work
- new default configurations

22 years ago[PATCH] s390: iucv network driver.
Martin Schwidefsky [Mon, 24 Feb 2003 02:46:27 +0000 (18:46 -0800)]
[PATCH] s390: iucv network driver.

clean up the IUCV driver

22 years ago[PATCH] s390: gcc 3.3 adaptions.
Martin Schwidefsky [Mon, 24 Feb 2003 02:46:18 +0000 (18:46 -0800)]
[PATCH] s390: gcc 3.3 adaptions.

updates for compiling with gcc-3.3pre

- add -finline-limit=10000 to make it build
- drop .eh_frame elf section from vmlinux
- fix common warnings inn asm headers
- make dasd compile
- Don't warn about signed/unsigned comparisions
- fix inline syscall macros

22 years ago[PATCH] s390: unified extable code.
Martin Schwidefsky [Mon, 24 Feb 2003 02:46:10 +0000 (18:46 -0800)]
[PATCH] s390: unified extable code.

update extable support in s390 and s390x

this makes use of the unified extable code.
for 31 bit s390, this is slightly more complicated
than the other architectures, but as long as
no one outside /arch uses search_exception_tables,
everything should work nicely

22 years ago[PATCH] s390: documentation.
Martin Schwidefsky [Mon, 24 Feb 2003 02:46:01 +0000 (18:46 -0800)]
[PATCH] s390: documentation.

minor changes to s390 documentation

22 years ago[PATCH] s390: dasd block device driver.
Martin Schwidefsky [Mon, 24 Feb 2003 02:45:53 +0000 (18:45 -0800)]
[PATCH] s390: dasd block device driver.

updates for s390 dasd driver

Some problems have been found in the dasd error handling code, they
are fixed by the update to dasd_3990_erp.c.

Dasd is one of only two remaining drivers that use the null
elevator instead of iosched. Appearantly, the null elevator
has some bitrot and can result in random data loss. For now,
we just don't use it.

22 years ago[PATCH] s390: ctc network driver.
Martin Schwidefsky [Mon, 24 Feb 2003 02:45:45 +0000 (18:45 -0800)]
[PATCH] s390: ctc network driver.

Bug fixes for the CTC driver

also removes the bogus intparm_t typedef

22 years ago[PATCH] s390: common i/o layer.
Martin Schwidefsky [Mon, 24 Feb 2003 02:45:37 +0000 (18:45 -0800)]
[PATCH] s390: common i/o layer.

updates for the channel subsystem and qdio driver

This adds the missing support for chp machine checks, i.e.
enabling or disabling a set of devices from the service element.
Some minor bugs in the driver are fixed as well.

22 years ago[PATCH] s390: base fixes.
Martin Schwidefsky [Mon, 24 Feb 2003 02:45:28 +0000 (18:45 -0800)]
[PATCH] s390: base fixes.

s390 arch changes/bug fixes:
 * add sys_fadvise64 system call
 * add initialization of init_sighand
 * add support for clone option CLONE_SETTLS
 * make use of ptrace_notify
 * sig -> sighand rename
 * move ptrace_signal_deliver to the correct place
 * make eieio a memory barrier
 * fix race condition on cpu_vm_mask in __flush_tlb_mm
 * add missing KM_SOFTIRQ0, KM_SOFTIRQ1 in asm-s390x/kmap_types.h
 * add inline assmelby for _raw_write_trylock

22 years agoMerge bk://cifs.bkbits.net/linux-2.5cifs
Linus Torvalds [Mon, 24 Feb 2003 02:21:28 +0000 (18:21 -0800)]
Merge bk://cifs.bkbits.net/linux-2.5cifs
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoAdd support for forcing default signal handlers to flush_signal_handlers().
Linus Torvalds [Mon, 24 Feb 2003 01:40:38 +0000 (17:40 -0800)]
Add support for forcing default signal handlers to flush_signal_handlers().

Make kmod force default handlers before executing the user process.

22 years agoMerge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5
David S. Miller [Sun, 23 Feb 2003 18:44:23 +0000 (10:44 -0800)]
Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5
into kernel.bkbits.net:/home/davem/net-2.5

22 years ago[IPV{4,6}]: Make icmp_socket per-cpu and simplify locking.
David S. Miller [Sun, 23 Feb 2003 19:18:46 +0000 (11:18 -0800)]
[IPV{4,6}]: Make icmp_socket per-cpu and simplify locking.

22 years ago[IPV6]: ipv6_count_addresses is static.
David S. Miller [Sun, 23 Feb 2003 15:13:18 +0000 (07:13 -0800)]
[IPV6]: ipv6_count_addresses is static.

22 years ago[IPV6]: Cure typo in ipv6_addr_prefix.
David S. Miller [Sun, 23 Feb 2003 15:11:30 +0000 (07:11 -0800)]
[IPV6]: Cure typo in ipv6_addr_prefix.

22 years ago[IPV6]: Privacy Extensions for Stateless Address Autoconfiguration.
Hideaki Yoshifuji [Sun, 23 Feb 2003 14:46:42 +0000 (06:46 -0800)]
[IPV6]: Privacy Extensions for Stateless Address Autoconfiguration.

22 years ago[IPV6]: Export ip6_route_me_harder for netfilter and add ipv6_addr_prefix.
Hideaki Yoshifuji [Sun, 23 Feb 2003 14:42:02 +0000 (06:42 -0800)]
[IPV6]: Export ip6_route_me_harder for netfilter and add ipv6_addr_prefix.

22 years ago[ATM]: prevent compiler warning when compiling w/o bridging
Chas Williams [Sun, 23 Feb 2003 14:36:41 +0000 (06:36 -0800)]
[ATM]: prevent compiler warning when compiling w/o bridging

22 years ago[ATM]: empty tx queue in lec when flush complete
Chas Williams [Sun, 23 Feb 2003 14:34:55 +0000 (06:34 -0800)]
[ATM]: empty tx queue in lec when flush complete
the lane spec says the following about path switching:

10.1.2.7 Transmitting Held Frames

Once the LE_FLUSH_RESPONSE is received, the LE Client MUST
transmit any held  data frames on the new data path before
transmitting any further frames on the new path.

10.1.2.8 Switching Over Paths Without Flush

Regardless of the provisions of the rest of Section 10.1, when
switching from the old path to a new path, if an LE Client has
not transmitted a data frame to a particular LAN Destination via
the old path for a period of time greater than or equal to the
C22 Path Switching Delay, then it MAY start using the new path
without employing the Flush protocol.

the lane client in linux-atm does do this but it doesnt send the
held frames until a frame is transmitted on the vcc after the flush
has completed.  often this doesnt happen until you get an ip retransmit.
the following patch sends the held frames after the flush completes
(or the switching delay expires)

22 years ago[ATM]: Remove cli from lec.c
Chas Williams [Sun, 23 Feb 2003 14:33:05 +0000 (06:33 -0800)]
[ATM]: Remove cli from lec.c

22 years ago[NETLINK]: Un-duplicate rcv wakeup logic.
James Morris [Sun, 23 Feb 2003 14:14:23 +0000 (06:14 -0800)]
[NETLINK]: Un-duplicate rcv wakeup logic.

22 years ago[PATCH] Enable signals for usermode helpers
Rusty Russell [Sun, 23 Feb 2003 11:18:14 +0000 (03:18 -0800)]
[PATCH] Enable signals for usermode helpers

Stelian Pop reported that all signals are blocked in processes
execed from the kernel as usermode helpers.

22 years agoFix search handle leak on search rewind. Fix setting of uid
Steve French [Sun, 23 Feb 2003 10:24:04 +0000 (04:24 -0600)]
Fix search handle leak on search rewind.  Fix setting of uid
and gid in local inode (not just remote)

22 years ago[PATCH] pcmcia: add socket_offset for multiple pci_sockets, correct suspend&resume
Dominik Brodowski [Sun, 23 Feb 2003 02:57:23 +0000 (18:57 -0800)]
[PATCH] pcmcia: add socket_offset for multiple pci_sockets, correct suspend&resume

 - suspend & remove for pci_socket was broken -- thanks to Paul
   Mackerras for noting this
 - to correctly initialize multiple pci_socket devices, a sock_offset is
   needed.
 - s_info doesn't need to be an array.

22 years ago[PATCH] cpufreq: x86 driver updates (speedstep, longrun, p4-clockmod)
Dominik Brodowski [Sun, 23 Feb 2003 02:57:16 +0000 (18:57 -0800)]
[PATCH] cpufreq: x86 driver updates (speedstep, longrun, p4-clockmod)

 - switch the Intel x86 speedstep/Pentium 4/Xeon drivers and the
   Transmeta Crusoe Longrun driver to use the advanced cpufreq_driver
   registration process
 - cleanups
 - spelling fixes (Petri Koistinen) - thanks!

22 years ago[PATCH] cpufreq: move Kconfig entries (Marc-Christian Petersen)
Dominik Brodowski [Sun, 23 Feb 2003 02:57:09 +0000 (18:57 -0800)]
[PATCH] cpufreq: move Kconfig entries (Marc-Christian Petersen)

Move x86 CPU_FREQ config choices to extra file & menu. (Marc-Christian Petersen)

22 years ago[PATCH] Fix x86-64 loose ends
Andi Kleen [Sun, 23 Feb 2003 02:50:20 +0000 (18:50 -0800)]
[PATCH] Fix x86-64 loose ends

 - Make MTRR driver compatible with 2.4/x86-64 again.  This fixes an
   endless loop in the XFree86 4.3pre server.
 - Fix the boot code that rejected earlier: rewrote early CPU detection
   and SSE is forced now
 - Always force inlining in vsyscalls

22 years ago[PATCH] Always re-read vendor for each function
Russell King [Sun, 23 Feb 2003 02:48:15 +0000 (18:48 -0800)]
[PATCH] Always re-read vendor for each function

We should probably always read the vendor ID from each function
rather than assuming that it is identical to function 0.

22 years ago[PATCH] Remove stack allocation of struct pci_dev
Russell King [Sun, 23 Feb 2003 02:48:08 +0000 (18:48 -0800)]
[PATCH] Remove stack allocation of struct pci_dev

cb_alloc() allocated a pci_dev on the stack to access PCI space.  This
is unnecessary since we have pci_bus_*_config_* functions.  Use these
functions instead.

22 years ago[PATCH] Remove pci_{read,write}[bwl]
Russell King [Sun, 23 Feb 2003 02:48:03 +0000 (18:48 -0800)]
[PATCH] Remove pci_{read,write}[bwl]

cardbus.c uses its own names for our PCI config space functions.
Make it use our names.

22 years ago[PATCH] Remove "fn" argument from read_cb_mem()
Russell King [Sun, 23 Feb 2003 02:47:56 +0000 (18:47 -0800)]
[PATCH] Remove "fn" argument from read_cb_mem()

read_cb_mem is only ever called with its "fn" argument set to zero.
We therefore do not need to pass it.

22 years ago[PATCH] Remove unused "dev" argument from cb_setup_cis_mem
Russell King [Sun, 23 Feb 2003 02:47:49 +0000 (18:47 -0800)]
[PATCH] Remove unused "dev" argument from cb_setup_cis_mem

cb_setup_cis_mem doesn't reference the pci device.  Remove this unused
argument.

22 years ago[PATCH] Remove dummy cb_config() and cb_release()
Russell King [Sun, 23 Feb 2003 02:47:42 +0000 (18:47 -0800)]
[PATCH] Remove dummy cb_config() and cb_release()

cb_config() and cb_release() are just simple dummy functions that are
only used in the internals of the PCMCIA code.  We inline them where
used.

22 years ago[PATCH] kernel/pm.c requires <linux/init.h>
Russell King [Sun, 23 Feb 2003 02:47:34 +0000 (18:47 -0800)]
[PATCH] kernel/pm.c requires <linux/init.h>

22 years agoMerge bk://are.twiddle.net/axp-2.5
Linus Torvalds [Sun, 23 Feb 2003 02:27:21 +0000 (18:27 -0800)]
Merge bk://are.twiddle.net/axp-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoResource Management Performance Fix
Adam Belay [Sat, 22 Feb 2003 21:40:51 +0000 (21:40 +0000)]
Resource Management Performance Fix

Fixes a typo in pnp_check_*_conflicts functions.  Without this fix the
resource algorithm will work but will take longer to assign resources.

Also contains some minor reordering in pnp_activate_dev.

22 years agoLarge Stack Usage Fix
Adam Belay [Sat, 22 Feb 2003 21:33:56 +0000 (21:33 +0000)]
Large Stack Usage Fix

Reduces the stack memory usage in the following PnP Functions:
pnp_printf
pnp_set_current_resources
pnp_manual_config_dev
pnp_activate_dev

22 years ago[BLUETOOTH]: net/bluetooth/bnep/sock.c needs linux/init.h
David S. Miller [Sat, 22 Feb 2003 17:50:01 +0000 (09:50 -0800)]
[BLUETOOTH]: net/bluetooth/bnep/sock.c needs linux/init.h

22 years ago[NETLINK]: Remove buggy and useless rcv queue wakeup tests.
David S. Miller [Sat, 22 Feb 2003 14:20:14 +0000 (06:20 -0800)]
[NETLINK]: Remove buggy and useless rcv queue wakeup tests.

22 years ago[NET]: Add myself as co-maintainer.
James Morris [Sat, 22 Feb 2003 13:57:30 +0000 (05:57 -0800)]
[NET]: Add myself as co-maintainer.

22 years agoMerge kanga.twiddle.net:/home/rth/linux/linus-2.5
Richard Henderson [Sat, 22 Feb 2003 10:17:40 +0000 (02:17 -0800)]
Merge kanga.twiddle.net:/home/rth/linux/linus-2.5
into kanga.twiddle.net:/home/rth/linux/axp-2.5

22 years ago[ALPHA] Fix switch_to semantics wrt LAST.
Richard Henderson [Sat, 22 Feb 2003 10:16:34 +0000 (02:16 -0800)]
[ALPHA] Fix switch_to semantics wrt LAST.

22 years ago[ALPHA] More CFLAGS a-la Sam.
Richard Henderson [Sat, 22 Feb 2003 09:34:36 +0000 (01:34 -0800)]
[ALPHA] More CFLAGS a-la Sam.

22 years ago[PATCH] Alpha CFLAGS fix
Sam Ravnborg [Sat, 22 Feb 2003 09:20:46 +0000 (01:20 -0800)]
[PATCH] Alpha CFLAGS fix

Hi Richard.

I noticed you have set -Werror in all alpha architecture
specific makefiles - good initiative. I wish we could do that in general.

But the correct way to alter CFLAGS in kbuild makefiles is to use
EXTRA_CFLAGS.
The following patch fixes this.
You could argue that this is a stylistic issue, but in this way
you follow Documentation/kbuild/makefiles.txt

I stumbled over:
EXTRA_AFLAGS := $(CFLAGS)
I could not realise the purpose with this assignment, and I noticed
that it did not include -Werror, becuse you did hat assignment in
the following line.
Wanted to inform you about it but I see no problem. It is just that
I did not understand it.

In math-emu I see this:
EXTRA_CFLAGS := -Iinclude/math-emu -w
Grepping the src I see no reason to have the -Iinclude/math-emu
Relevant files are prefixed with math-emu (soft-fp, single, double)
I did not fix it, because I cannot compile alpha.

Sam (the Makefile nitpicker)

===== arch/alpha/kernel/Makefile 1.24 vs edited =====

22 years ago[ALPHA] Fix typo in __kernel_cmpbge.
Richard Henderson [Sat, 22 Feb 2003 09:20:17 +0000 (01:20 -0800)]
[ALPHA] Fix typo in __kernel_cmpbge.

22 years ago[NET]: Remove __NO_VERSION__ from networking code.
Christoph Hellwig [Sat, 22 Feb 2003 08:15:45 +0000 (00:15 -0800)]
[NET]: Remove __NO_VERSION__ from networking code.

22 years ago[NET]: Make skbuff.h -W clean, skb_headlen should return unsigned quantity.
Andi Kleen [Sat, 22 Feb 2003 08:12:51 +0000 (00:12 -0800)]
[NET]: Make skbuff.h -W clean, skb_headlen should return unsigned quantity.

22 years ago[PATCH] Allow xtime_lock declaration in arch specific code for x86-64
Andi Kleen [Sat, 22 Feb 2003 07:56:46 +0000 (23:56 -0800)]
[PATCH] Allow xtime_lock declaration in arch specific code for x86-64

x86-64 vsyscalls require mapping the sequence number used by
gettimeofday in a magic way, so that userland can access it via
vsyscalls for user space time-of-day access.

Instead of putting the magic into generic code I just allowed to move it
into architecture specific files.

22 years ago[PATCH] Fix some 64bit warnings
Andi Kleen [Sat, 22 Feb 2003 07:48:01 +0000 (23:48 -0800)]
[PATCH] Fix some 64bit warnings

Fix some annoying warnings that happen on x86-64.

 - Predeclare pt_regs in binfmts.h.  For some reason it isn't included
   implicitely there.
 - use unsigned long, not long for interrupt flags in posix-timers.c

22 years ago[PATCH] x86-64 update for 2.5.62-bk4
Andi Kleen [Sat, 22 Feb 2003 07:46:46 +0000 (23:46 -0800)]
[PATCH] x86-64 update for 2.5.62-bk4

This still has a few problems; e.g. posix-timers.c seems to be miscompiled
by many x86-64 compilers when compiled with -O1. But overall it is better
than before.

 - Disable numa again that was enabled by mistake
 - Fix CPU detection in early boot. Force SSE when needed.
 - Hack for nested NMIs.
 - Fix typo in vsyscall code that lead to broken time reporting
 - Merge with 2.5.62-bk4 (new switch_to, printk cleanups, new timer calls etc.)
 - Fix bug in strace - don't assume syscall_trace doesn't clobber %rcx
 - Fix gs load workaround
 - Fix return value of ioperm (found by new LTP test)
 - Remove some unecessary boot output
 - Remove some obsolete code in setup.c
 - Report more in /proc/cpuinfo, fix extended cpu family computation
 - Fix thread_info access from interrupt/exception stacks - this
   fixes many problems that especially showed on SMP (lost reschedule
   interrupts etc.)
 - Fix UP compilation
 - Symlink hugetlbpage.c from i386
 - Fix buggy lazy fpu handling

22 years ago[PATCH] make drivers/pnp/interface.c compile
Andrew Morton [Sat, 22 Feb 2003 07:40:24 +0000 (23:40 -0800)]
[PATCH] make drivers/pnp/interface.c compile

Older compilers require that automatic variable declarations appear at the
start of a block.

22 years agoFix up incorrect __exit marking for SCSI functions that are called from
Linus Torvalds [Sat, 22 Feb 2003 04:35:37 +0000 (20:35 -0800)]
Fix up incorrect __exit marking for SCSI functions that are called from
non-exit code.

22 years ago[PATCH] Alternative tty fasync fix
Russell King [Sat, 22 Feb 2003 04:15:14 +0000 (20:15 -0800)]
[PATCH] Alternative tty fasync fix

Instead of detecting when filp->private_data becomes NULL in
do_tty_hangup and check_tty_count, we remove the file descriptor
from the list of descriptors associated with the tty.  We use the
same method that dentry_open() uses.

(It also cleans that up to use a "file_kill()" instead of using a dummy
"kill_list()" that leaves pointers to stale stack entries that are never
used)

In addition, we change the for() loops into real list_for_each()
or list_for_each_entry loops as appropriate.

22 years ago[PATCH] remove an unneeded #if from net/ipv6/af_inet6.c
Adrian Bunk [Sat, 22 Feb 2003 04:12:26 +0000 (20:12 -0800)]
[PATCH] remove an unneeded #if from net/ipv6/af_inet6.c

The patch below removes an unneeded #if from net/ipv6/af_inet6.c:
- kernel 2.0 is too ancient to check for
- the MODULE_* macros have empty definitions #if !MODULE

22 years ago[PATCH] Fix up slabinfo code
Brian Gerst [Sat, 22 Feb 2003 04:09:30 +0000 (20:09 -0800)]
[PATCH] Fix up slabinfo code

Move printing the header to s_start, removing the need for the special
pointer value.

22 years agoMerge http://linux-scsi.bkbits.net/scsi-for-linus-2.5
Linus Torvalds [Sat, 22 Feb 2003 04:07:53 +0000 (20:07 -0800)]
Merge http://linux-scsi.bkbits.net/scsi-for-linus-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoMerge raven.il.steeleye.com:/home/jejb/BK/scsi-misc-2.5
James Bottomley [Sat, 22 Feb 2003 04:30:24 +0000 (22:30 -0600)]
Merge raven.il.steeleye.com:/home/jejb/BK/scsi-misc-2.5
into raven.il.steeleye.com:/home/jejb/BK/scsi-for-linus-2.5

22 years agoupdate sim710.c for new eisa sysfs registration returns
James Bottomley [Sat, 22 Feb 2003 04:18:33 +0000 (22:18 -0600)]
update sim710.c for new eisa sysfs registration returns

22 years agoCorrect uninitialised timer in scsi_error.c
James Bottomley [Sat, 22 Feb 2003 04:17:19 +0000 (22:17 -0600)]
Correct uninitialised timer in scsi_error.c

22 years agoUpdate 53c700 error handling
James Bottomley [Sat, 22 Feb 2003 04:15:24 +0000 (22:15 -0600)]
Update 53c700 error handling

22 years agoRemove dead code from 53c700
James Bottomley [Sat, 22 Feb 2003 04:14:05 +0000 (22:14 -0600)]
Remove dead code from 53c700

22 years agoMerge http://ppc.bkbits.net/for-linus-ppc64
Linus Torvalds [Sat, 22 Feb 2003 04:06:15 +0000 (20:06 -0800)]
Merge http://ppc.bkbits.net/for-linus-ppc64
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoppc64: defconfig update
Anton Blanchard [Sun, 23 Feb 2003 08:32:42 +0000 (19:32 +1100)]
ppc64: defconfig update

22 years agoppc64: quieten new boot wrapper to match old 2.5 one.
Anton Blanchard [Sun, 23 Feb 2003 07:45:09 +0000 (18:45 +1100)]
ppc64: quieten new boot wrapper to match old 2.5 one.

22 years agoppc64: zero all registers in ELF_PLAT_INIT now we dont in start_thread
Anton Blanchard [Sun, 23 Feb 2003 07:43:24 +0000 (18:43 +1100)]
ppc64: zero all registers in ELF_PLAT_INIT now we dont in start_thread

22 years agoMerge ppc64@brule.rchland.ibm.com:/home/tinglett/bk/for-linus-ppc64
Anton Blanchard [Sun, 23 Feb 2003 07:05:39 +0000 (18:05 +1100)]
Merge ppc64@brule.rchland.ibm.com:/home/tinglett/bk/for-linus-ppc64
into samba.org:/scratch/anton/linux-2.5_ppc64_tmp

22 years agoppc64: Add posix timer syscalls
Anton Blanchard [Sun, 23 Feb 2003 06:17:19 +0000 (17:17 +1100)]
ppc64: Add posix timer syscalls

22 years agoppc64: add some bluetooth ioctls and clean up some warnings
Anton Blanchard [Sun, 23 Feb 2003 05:55:49 +0000 (16:55 +1100)]
ppc64: add some bluetooth ioctls and clean up some warnings

22 years agoMerge samba.org:/scratch/anton/linux-2.5
Anton Blanchard [Sun, 23 Feb 2003 05:42:29 +0000 (16:42 +1100)]
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/sfr

22 years agoppc64: update for recent changes that require switch_to to return prev
Anton Blanchard [Sun, 23 Feb 2003 05:13:59 +0000 (16:13 +1100)]
ppc64: update for recent changes that require switch_to to return prev

22 years agoMerge samba.org:/scratch/anton/linux-2.5
Anton Blanchard [Sun, 23 Feb 2003 00:28:06 +0000 (11:28 +1100)]
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/sfr

22 years agoMerge bk://kernel.bkbits.net/davem/net-2.5
Linus Torvalds [Sat, 22 Feb 2003 04:05:14 +0000 (20:05 -0800)]
Merge bk://kernel.bkbits.net/davem/net-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoMerge samba.org:/scratch/anton/linux-2.5
Anton Blanchard [Sat, 22 Feb 2003 02:54:34 +0000 (13:54 +1100)]
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/sfr

22 years agoppc64: fix compile warning
Anton Blanchard [Sat, 22 Feb 2003 01:56:01 +0000 (12:56 +1100)]
ppc64: fix compile warning

22 years agoppc64: fix the build for posix timer changes
Andrew Morton [Sat, 22 Feb 2003 01:52:07 +0000 (12:52 +1100)]
ppc64: fix the build for posix timer changes

22 years agoppc64: Someone removed NR_syscalls from <linux/sys.h>
Andrew Morton [Sat, 22 Feb 2003 01:51:06 +0000 (12:51 +1100)]
ppc64: Someone removed NR_syscalls from <linux/sys.h>

22 years agoMerge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5
David S. Miller [Fri, 21 Feb 2003 20:03:46 +0000 (12:03 -0800)]
Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5
into kernel.bkbits.net:/home/davem/net-2.5

22 years agoMerge davem@nuts.ninka.net:/home/davem/src/BK/sparc-2.5
David S. Miller [Fri, 21 Feb 2003 19:59:58 +0000 (11:59 -0800)]
Merge davem@nuts.ninka.net:/home/davem/src/BK/sparc-2.5
into kernel.bkbits.net:/home/davem/sparc-2.5

22 years ago[SPARC64]: Implement STICK synchronization using ia64 port algorithms.
David S. Miller [Fri, 21 Feb 2003 16:03:21 +0000 (08:03 -0800)]
[SPARC64]: Implement STICK synchronization using ia64 port algorithms.

22 years ago[SCTP/IPV6]: Move sockaddr storage and in6addr_{any,loopback} to generic places.
Bruce Allan [Fri, 21 Feb 2003 15:42:14 +0000 (07:42 -0800)]
[SCTP/IPV6]: Move sockaddr storage and in6addr_{any,loopback} to generic places.

22 years ago[SPARC64]: Fix typo in sparc64_get_context (G7 register is saved wrongly).
Jakub Jelínek [Fri, 21 Feb 2003 15:33:58 +0000 (07:33 -0800)]
[SPARC64]: Fix typo in sparc64_get_context (G7 register is saved wrongly).

22 years ago[PATCH] Coding Style police for scsi_error.c
Christoph Hellwig [Fri, 21 Feb 2003 12:45:57 +0000 (06:45 -0600)]
[PATCH] Coding Style police for scsi_error.c

22 years ago[PATCH] move over exposing host attributes from sg/procfs to sysfs
Christoph Hellwig [Fri, 21 Feb 2003 12:45:26 +0000 (06:45 -0600)]
[PATCH] move over exposing host attributes from sg/procfs to sysfs

This patch moves over printing of the various struct Scsi_Host
attributes from procfs functions in the sg driver to sysfs.

Not only is this the much more logical place for them, but with some
more work on the pcmcia drivers this will allow us to make
scsi_host_get_next() private to the midlayer for implementing
refcounting and cleaning up locking in that area.

22 years agodrop scsi_register_blocked_host()
Christoph Hellwig [Fri, 21 Feb 2003 12:41:31 +0000 (06:41 -0600)]
drop scsi_register_blocked_host()

22 years ago[PATCH] Better test for GCC alignment options
Brian Gerst [Fri, 21 Feb 2003 12:02:31 +0000 (04:02 -0800)]
[PATCH] Better test for GCC alignment options

Do the test for -falign-xxx vs. -malign-xxx only once.

22 years ago[PATCH] Unused variable warning in ac97_codec.c
Brian Gerst [Fri, 21 Feb 2003 11:30:35 +0000 (03:30 -0800)]
[PATCH] Unused variable warning in ac97_codec.c

Kill unused variable.

22 years ago[PATCH] remove old double fault handler
Brian Gerst [Fri, 21 Feb 2003 11:30:28 +0000 (03:30 -0800)]
[PATCH] remove old double fault handler

Removes the now unused trap handler for double faults.  Also removes the
never used handler for fpu not available.

22 years agoMerge bk://ppc.bkbits.net/for-linus-ppc
Linus Torvalds [Fri, 21 Feb 2003 11:22:06 +0000 (03:22 -0800)]
Merge bk://ppc.bkbits.net/for-linus-ppc
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoMerge samba.org:/home/paulus/kernel/linux-2.5
Paul Mackerras [Sat, 22 Feb 2003 23:34:02 +0000 (10:34 +1100)]
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc

22 years agoPPC32: Make switch_to return the previous task in the `last' argument
Paul Mackerras [Sat, 22 Feb 2003 23:28:57 +0000 (10:28 +1100)]
PPC32: Make switch_to return the previous task in the `last' argument

22 years agoMerge samba.org:/home/paulus/kernel/linux-2.5
Paul Mackerras [Sat, 22 Feb 2003 03:50:59 +0000 (14:50 +1100)]
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc

22 years agoMerge samba.org:/home/paulus/kernel/linux-2.5
Paul Mackerras [Fri, 21 Feb 2003 20:51:00 +0000 (07:51 +1100)]
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc

22 years ago[PATCH] Remove checkhelp.pl and header.tk
Brian Gerst [Fri, 21 Feb 2003 09:48:35 +0000 (01:48 -0800)]
[PATCH] Remove checkhelp.pl and header.tk

Changes in the config system have obsoleted these files.