]> git.neil.brown.name Git - history.git/log
history.git
22 years agomatroxfb: Initialize fbcon's cmap.
Petr Vandrovec [Wed, 6 Aug 2003 21:03:19 +0000 (23:03 +0200)]
matroxfb: Initialize fbcon's cmap.

22 years agoRemove write-only palette variable from matroxfb. Now it is possible to build
Petr Vandrovec [Wed, 6 Aug 2003 20:55:01 +0000 (22:55 +0200)]
Remove write-only palette variable from matroxfb. Now it is possible to build
matroxfb without fbcon support.

22 years agoDon't try to signal already-zombied threads in zap_threads.
Linus Torvalds [Tue, 5 Aug 2003 17:54:03 +0000 (10:54 -0700)]
Don't try to signal already-zombied threads in zap_threads.

22 years ago[PATCH] fix spinlock deadlock in ptrace-reaping of detached thread
Roland McGrath [Tue, 5 Aug 2003 17:52:34 +0000 (10:52 -0700)]
[PATCH] fix spinlock deadlock in ptrace-reaping of detached thread

When a dead detached thread has been temporarily zombified because it's
ptraced and its tracer tries to reap it, it deadlocks on SMP.

Here's the fix.

22 years ago[PATCH] Fix the sunrpc cache/reader management properly.
Neil Brown [Tue, 5 Aug 2003 16:52:41 +0000 (09:52 -0700)]
[PATCH] Fix the sunrpc cache/reader management properly.

A recent patch changed the rpc/*/channel files to behave
differently depending on whether they were open for read or not.

This hadn't been tested thoroughly.  The cache_reader structure
that was now only allocated when opening for read, had a field that
was iused when writing.

This patch removes that field and takes a different approach to solving
the issue it addressed.

And it has been tested a bit better.

22 years ago[PATCH] spurious SIGCHLD from dying thread group leader
Roland McGrath [Tue, 5 Aug 2003 15:30:45 +0000 (08:30 -0700)]
[PATCH] spurious SIGCHLD from dying thread group leader

A dying initial thread (thread group leader) sends SIGCHLD when it exits,
but it ought to wait until all other threads exit as well.  The cases of
secondary threads exitting first were handled properly, but not this one.

This exit.c patch fixes that test case, and I think catches the other
potential bugs of this kind as well.  The signal.c change adds some bug
catchers, the second of which will trip on the test case in the absence
of the exit.c fix.

22 years ago[PATCH] PATCH intel ich5 irq router, pci ids
Jeff Garzik [Tue, 5 Aug 2003 14:47:32 +0000 (07:47 -0700)]
[PATCH] PATCH intel ich5 irq router, pci ids

22 years agoMerge bk://linux-pnp.bkbits.net/pnp-2.5
Linus Torvalds [Tue, 5 Aug 2003 14:40:03 +0000 (07:40 -0700)]
Merge bk://linux-pnp.bkbits.net/pnp-2.5
into home.osdl.org:/home/torvalds/v2.5/linux

22 years ago[PNP] Increment Version Number
Adam Belay [Tue, 5 Aug 2003 21:22:55 +0000 (21:22 +0000)]
[PNP] Increment Version Number

22 years ago[PNP] Remove device naming based on id
Adam Belay [Tue, 5 Aug 2003 21:21:39 +0000 (21:21 +0000)]
[PNP] Remove device naming based on id

This patch removes the pnp name database code.  Most buses, including
pnp, will be using userspace to name devices in the near future.  Also
dev->name will be removed from the driver model soon.

22 years ago[PNPBIOS] Move low level code into a separate file
Adam Belay [Tue, 5 Aug 2003 20:34:05 +0000 (20:34 +0000)]
[PNPBIOS] Move low level code into a separate file

This patch moves the low level bios calls to a separate file,
"bioscalls.c".  It is a cleanup that will improve organization of the
pnpbios driver code.

22 years ago[SOUND] Remove __(dev)initdata from all pnp sound drivers
Adam Belay [Tue, 5 Aug 2003 20:18:25 +0000 (20:18 +0000)]
[SOUND] Remove __(dev)initdata from all pnp sound drivers

This patch is needed in order to avoid a potential oops.  It is
similiar to the changes made to pci.

22 years ago[PNPBIOS] Move Parsing Functions to the PnPBIOS driver
Adam Belay [Tue, 5 Aug 2003 20:15:00 +0000 (20:15 +0000)]
[PNPBIOS] Move Parsing Functions to the PnPBIOS driver

This patch moves the resource parsing functions from support.c to the
pnpbios driver.  Originally these functions were intended for other
pnp protocols but in reality they are only used by the PnPBIOS driver.
This patch greatly cleans up the code in both the parsing functions
and their connection with the pnpbios driver.  Also note that
pnpbios.h has been added for local pnpbios functions.

22 years ago[PNP] Remove protocol_data from pnp_dev and pnp_card
Adam Belay [Tue, 5 Aug 2003 14:36:01 +0000 (14:36 +0000)]
[PNP] Remove protocol_data from pnp_dev and pnp_card

This is not needed.

22 years ago [PNP] Handle unset resources properly
Adam Belay [Tue, 5 Aug 2003 14:29:11 +0000 (14:29 +0000)]
  [PNP] Handle unset resources properly

  This patch is similar to the disabled resource patch in that it
  avoids direct numeric comparisons with data in unset resource
  structures.

22 years agoFix vfsmnt leak: make autofs4 mount point expiry release
Linus Torvalds [Tue, 5 Aug 2003 08:58:59 +0000 (01:58 -0700)]
Fix vfsmnt leak: make autofs4 mount point expiry release
the entry that we got through the lookup_mnt().

Noted by Dick Streefland.

22 years agoMerge bk://bk.arm.linux.org.uk/linux-2.5-rmk
Linus Torvalds [Tue, 5 Aug 2003 07:11:44 +0000 (00:11 -0700)]
Merge bk://bk.arm.linux.org.uk/linux-2.5-rmk
into home.osdl.org:/home/torvalds/v2.5/linux

22 years ago[ARM] Add asm-arm/local.h
Russell King [Tue, 5 Aug 2003 23:02:32 +0000 (00:02 +0100)]
[ARM] Add asm-arm/local.h

22 years ago[ARM] Fix platform_add_devices() prototype
Russell King [Tue, 5 Aug 2003 22:44:58 +0000 (23:44 +0100)]
[ARM] Fix platform_add_devices() prototype

22 years ago[ARM] Fix two Acorn SCSI drivers
Russell King [Tue, 5 Aug 2003 22:22:57 +0000 (23:22 +0100)]
[ARM] Fix two Acorn SCSI drivers

ARXESCSI does not have the interrupt routed to the host
machine, so we need to babysit the host interface.  We
do this via a variant of the normal command function in
fas216.c

Fix a bug in the procfs file handling in the EESOX SCSI
driver.

22 years ago[ARM] Remove more static register accesses from sa1111.c
Russell King [Tue, 5 Aug 2003 21:39:43 +0000 (22:39 +0100)]
[ARM] Remove more static register accesses from sa1111.c

Use the ioremapped region for accesses to SA1111 IRQ
controller registers.

22 years ago[ARM] Update machine types file.
Russell King [Tue, 5 Aug 2003 21:27:31 +0000 (22:27 +0100)]
[ARM] Update machine types file.

22 years ago[ARM] Fix SSP IRQ handler return type.
Russell King [Tue, 5 Aug 2003 21:20:43 +0000 (22:20 +0100)]
[ARM] Fix SSP IRQ handler return type.

22 years ago[ARM] Remove unused get_hackkit_scr prototype
Russell King [Tue, 5 Aug 2003 21:16:48 +0000 (22:16 +0100)]
[ARM] Remove unused get_hackkit_scr prototype

22 years ago[PATCH] nfsv4 page boundary handling fixes.
Neil Brown [Tue, 5 Aug 2003 06:21:13 +0000 (23:21 -0700)]
[PATCH] nfsv4 page boundary handling fixes.

From: Galen Michael Elias <gme@citi.umich.edu>

  This patch fixes two places where the handling of page boundaries was
incorrect and caused to IO_ERR's when it shouldn't have.

1.  In decode_write it was just a small typo.
2.  In decode_compound we avoid using READ_BUF, but don't provide all of
it's functionality, specifically crosses a page boundary.

22 years ago[PATCH] Create a mountpoint for the nfsd filesystem.
Neil Brown [Tue, 5 Aug 2003 06:20:40 +0000 (23:20 -0700)]
[PATCH] Create a mountpoint for the nfsd filesystem.

Though the nfsd module can create this, having it always
there makes auto-loading-on-mount work better.

Note: it was previously recommended that the nfsd filesystem be mounted
on /proc/fs/nfs, which I was never comfortable with.
Henceforth the recommended location will be /proc/fs/nfsd.
nfs-utils 1.0.6 and later will support both.

22 years ago[PATCH] Change atomic_inc to cache_get twice.
Neil Brown [Tue, 5 Aug 2003 06:20:16 +0000 (23:20 -0700)]
[PATCH] Change atomic_inc to cache_get twice.

22 years ago[PATCH] Protect against NFS requests to create symlinks bigger than one page
Neil Brown [Tue, 5 Aug 2003 06:19:58 +0000 (23:19 -0700)]
[PATCH] Protect against NFS requests to create symlinks bigger than one page

Such a request would cause the nul terminator to be written
to some other page, and cause havoc.

Also rearrange two tests to avoid the possibility of testing the byte
just past the end of a buffer - doing so can causes an oops with appropriate
kernel-debug config options

22 years ago[PATCH] Remove some unused export flags and reserve a new one.
Neil Brown [Tue, 5 Aug 2003 06:19:41 +0000 (23:19 -0700)]
[PATCH] Remove some unused export flags and reserve a new one.

The 'acl' folks would like an export flag, so this patch
reserves one and also discards some that aren't used and never
will be (for the named purpose).

22 years ago[PATCH] Change NFSEXP_CROSSMNT to NFSEXP_CROSSMOUNT
Neil Brown [Tue, 5 Aug 2003 06:19:29 +0000 (23:19 -0700)]
[PATCH] Change NFSEXP_CROSSMNT to NFSEXP_CROSSMOUNT

NFSEXP_CROSSMNT used to mean something different, so
using a different name reduces the chance of confusion.
Also there is currently a surplus of vowels, so there is
no need to be frugal

22 years ago[PATCH] Make sure sunrpc/cache doesn't confuse writers with readers.
Neil Brown [Tue, 5 Aug 2003 06:19:20 +0000 (23:19 -0700)]
[PATCH] Make sure sunrpc/cache doesn't confuse writers with readers.

When a sunrpc/cache channel is not open for reading, the
cache doesn't bother making and waiting for up-calls.

However it doesn't currently distingish between open-for-read/write
and open-for-write, so an op-for-write will look like a reader
and will cause inappropriate waiting.

This patch checks if a file is open-for-read and will only register
a file as a reader if it really is one.

22 years agoMerge bk://kernel.bkbits.net//home/mochel/linux-2.5-power
Linus Torvalds [Tue, 5 Aug 2003 04:58:33 +0000 (21:58 -0700)]
Merge bk://kernel.bkbits.net//home/mochel/linux-2.5-power
into home.osdl.org:/home/torvalds/v2.5/linux

22 years ago[power] Remove unused function reset_videobios_after_s3().
Patrick Mochel [Tue, 5 Aug 2003 04:36:49 +0000 (21:36 -0700)]
[power] Remove unused function reset_videobios_after_s3().

Resided in arch/i386/kernel/dmi_scan.c and was not used by any of the
blacklist functions. If it turns out to required, we can add it back later.

22 years ago[power] Fix up compiler warnings.
Patrick Mochel [Tue, 5 Aug 2003 04:29:59 +0000 (21:29 -0700)]
[power] Fix up compiler warnings.

22 years agoMerge bk://kernel.bkbits.net//home/mochel/linux-2.5-power/
Linus Torvalds [Tue, 5 Aug 2003 04:06:09 +0000 (21:06 -0700)]
Merge bk://kernel.bkbits.net//home/mochel/linux-2.5-power/
into home.osdl.org:/home/torvalds/v2.5/linux

22 years ago"kernel_locked()" needs <linux/smp_lock.h>.
Linus Torvalds [Tue, 5 Aug 2003 03:36:56 +0000 (20:36 -0700)]
"kernel_locked()" needs <linux/smp_lock.h>.

So make sure to include it in <asm-i386/hardirq.h> when needed
(ie for the CONFIG_PREEMPT case).

22 years ago[PATCH] __initdata must not be marked const
Anton Blanchard [Tue, 5 Aug 2003 03:26:39 +0000 (20:26 -0700)]
[PATCH] __initdata must not be marked const

Fix up a few places where we marked __initdata as being const.

This causes a section conflict (init section vs .rodata)

22 years agoMerge http://linux-watchdog.bkbits.net/linux-2.5-watchdog
Linus Torvalds [Tue, 5 Aug 2003 03:15:07 +0000 (20:15 -0700)]
Merge http://linux-watchdog.bkbits.net/linux-2.5-watchdog
into home.osdl.org:/home/torvalds/v2.5/linux

22 years agoMake "static const" initializer to zero explicit, since truly
Linus Torvalds [Tue, 5 Aug 2003 03:13:37 +0000 (20:13 -0700)]
Make "static const" initializer to zero explicit, since truly
constant values should not end up in the BSS.

We're better off having the compiler put it in the .rodata
section (which it will, thanks to the initializer and the
"const"), since that will result in it being nicely cacheable
in shared SMP caches.

22 years agoFix up ieee1394 compile
Linus Torvalds [Tue, 5 Aug 2003 03:11:04 +0000 (20:11 -0700)]
Fix up ieee1394 compile

22 years ago[power] Fix compilation when CONFIG_PM=n
Patrick Mochel [Tue, 5 Aug 2003 02:53:03 +0000 (19:53 -0700)]
[power] Fix compilation when CONFIG_PM=n

22 years agoMerge http://linux.bkbits.net/linux-2.5
Wim Van Sebroeck [Tue, 5 Aug 2003 02:47:29 +0000 (19:47 -0700)]
Merge http://linux.bkbits.net/linux-2.5
into hostme.bitkeeper.com:/repos/l/linux-watchdog/linux-2.5-watchdog

22 years ago[WATCHDOG] advantechwdt patches
Wim Van Sebroeck [Tue, 5 Aug 2003 20:38:46 +0000 (22:38 +0200)]
[WATCHDOG] advantechwdt patches

use module_param, removed __setup code,
general cleanup (mostly of comments and trailing spaces, also removed include of config.h),
made the watchdog's timeout a module_param.

22 years agoMerge bk://ppc.bkbits.net/for-linus-ppc
Linus Torvalds [Tue, 5 Aug 2003 02:24:10 +0000 (19:24 -0700)]
Merge bk://ppc.bkbits.net/for-linus-ppc
into home.osdl.org:/home/torvalds/v2.5/linux

22 years agoMerge samba.org:/home/paulus/kernel/linux-2.5
Paul Mackerras [Wed, 6 Aug 2003 02:26:05 +0000 (12:26 +1000)]
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc

22 years agoPPC32: Fix the help message for the SANDPOINT config option.
Paul Mackerras [Tue, 5 Aug 2003 19:11:07 +0000 (05:11 +1000)]
PPC32: Fix the help message for the SANDPOINT config option.

22 years agoMerge samba.org:/home/paulus/kernel/linux-2.5
Paul Mackerras [Tue, 5 Aug 2003 17:40:29 +0000 (03:40 +1000)]
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc

22 years agoMerge http://ppc.bkbits.net/for-linus-ppc64
Linus Torvalds [Tue, 5 Aug 2003 02:22:49 +0000 (19:22 -0700)]
Merge http://ppc.bkbits.net/for-linus-ppc64
into home.osdl.org:/home/torvalds/v2.5/linux

22 years agoMerge samba.org:/scratch/anton/linux-2.5
Anton Blanchard [Wed, 6 Aug 2003 03:33:52 +0000 (13:33 +1000)]
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/tmp3

22 years agoMerge samba.org:/scratch/anton/linux-2.5
Anton Blanchard [Tue, 5 Aug 2003 19:33:18 +0000 (05:33 +1000)]
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/tmp3

22 years agoMerge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virgin
Patrick Mochel [Tue, 5 Aug 2003 02:19:20 +0000 (19:19 -0700)]
Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virgin
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-power

22 years agoMerge bk://kernel.bkbits.net/davem/sparc-2.5
Linus Torvalds [Tue, 5 Aug 2003 02:17:20 +0000 (19:17 -0700)]
Merge bk://kernel.bkbits.net/davem/sparc-2.5
into home.osdl.org:/home/torvalds/v2.5/linux

22 years agoppc64: Reserve 8042 IO space on machines with no keyboard
Anton Blanchard [Tue, 5 Aug 2003 00:39:11 +0000 (10:39 +1000)]
ppc64: Reserve 8042 IO space on machines with no keyboard

22 years agoPPC32: Make strncpy clear the unused part of the destination.
Paul Mackerras [Tue, 5 Aug 2003 00:32:20 +0000 (10:32 +1000)]
PPC32: Make strncpy clear the unused part of the destination.

22 years agoMerge samba.org:/scratch/anton/linux-2.5
Anton Blanchard [Tue, 5 Aug 2003 00:08:06 +0000 (10:08 +1000)]
Merge samba.org:/scratch/anton/linux-2.5
into samba.org:/scratch/anton/tmp3

22 years agoPPC32: Fix compilation when CPU_FREQ is defined.
Paul Mackerras [Tue, 5 Aug 2003 00:05:23 +0000 (10:05 +1000)]
PPC32: Fix compilation when CPU_FREQ is defined.

22 years agoPPC32: Compile fix for arch/ppc/kernel/setup.c
Paul Mackerras [Tue, 5 Aug 2003 00:01:15 +0000 (10:01 +1000)]
PPC32: Compile fix for arch/ppc/kernel/setup.c

22 years agoMerge bk://kernel.bkbits.net//home/mochel/linux-2.5-power
Linus Torvalds [Mon, 4 Aug 2003 16:15:05 +0000 (09:15 -0700)]
Merge bk://kernel.bkbits.net//home/mochel/linux-2.5-power
into home.osdl.org:/home/torvalds/v2.5/linux

22 years agoMerge nuts.ninka.net:/home/davem/src/BK/network-2.5
David S. Miller [Mon, 4 Aug 2003 12:16:27 +0000 (05:16 -0700)]
Merge nuts.ninka.net:/home/davem/src/BK/network-2.5
into nuts.ninka.net:/home/davem/src/BK/net-2.5

22 years agoMerge nuts.ninka.net:/home/davem/src/BK/sparcwork-2.5
David S. Miller [Mon, 4 Aug 2003 12:14:25 +0000 (05:14 -0700)]
Merge nuts.ninka.net:/home/davem/src/BK/sparcwork-2.5
into nuts.ninka.net:/home/davem/src/BK/sparc-2.5

22 years ago[ATM]: Minor LANAI fixes from mitch@sfgoth.com.
Chas Williams [Mon, 4 Aug 2003 10:49:39 +0000 (03:49 -0700)]
[ATM]: Minor LANAI fixes from mitch@sfgoth.com.

1. pci_device_id structures shouldn't be __devinitdata.  Greg removed
   all of the instances of this in the 2.6.0-test1 tree, but unforunately
   my recent coversion of lanai.c introduced another one.

2. The lanai PCI id constants have now been merged into the kernel headers
   so we don't need to define our own copies.

3. The ioctl's exported by lanai shouldn't be - they were intended for
   debugging only, never for release.  For now they're just '#if 0'ed out.
   They're somewhat dangerous since they don't check any capabilities so
   any user could DoS the interface.

22 years ago[power] Make sure ACPI prepares a console during S3.
Patrick Mochel [Mon, 4 Aug 2003 10:39:28 +0000 (03:39 -0700)]
[power] Make sure ACPI prepares a console during S3.

Orginally from Pavel Machek.

22 years ago[power] Divorce suspend console code from swsusp.
Patrick Mochel [Mon, 4 Aug 2003 10:35:30 +0000 (03:35 -0700)]
[power] Divorce suspend console code from swsusp.

- Create kernel/power/console.c
- Rename prepare_suspend_console() to pm_prepare_console() and
  restore_console() to pm_restore_console().
- Add prototypes to include/linux/suspend.h.
- Make kernel/power/console.o dependent only on CONFIG_PM
- Simplify logic for SUSPEND_CONSOLE define
- Make software_resume() prepare console much earlier, so we can localize
  the loglevel variables in console.c.
- Remove #ifdef CONFIG_VT from console.c, and just check for SUSPEND_CONSOLE.
  (Perhaps we should make entire file dependent on CONFIG_VT_CONSOLE?)
- Add kernel/power/power.h to share things across local files.

22 years ago[NET]: Trivial fix for 82596 driver.
Angelo Dell\'Aera [Mon, 4 Aug 2003 10:34:16 +0000 (03:34 -0700)]
[NET]: Trivial fix for 82596 driver.

22 years ago[power] Minor swsusp cleanups.
Patrick Mochel [Mon, 4 Aug 2003 10:14:08 +0000 (03:14 -0700)]
[power] Minor swsusp cleanups.

- Call blk_run_queues() from do_software_suspend() directly, instead of
  wrapping it in helper function.
- Get rid of ominous compiler warning.
- Change BUG_ON(in_interrupt()) to might_sleep() in software_suspend(), so
  we still get back trace, but don't actually BUG().

Orginally from Pavel Machek.

22 years ago[NET]: Convert lp486e over to dynamic allocation.
Stephen Hemminger [Mon, 4 Aug 2003 10:01:18 +0000 (03:01 -0700)]
[NET]: Convert lp486e over to dynamic allocation.

22 years ago[PATCH] Fix incorrect umem iounmap() call
Randy Dunlap [Mon, 4 Aug 2003 09:21:17 +0000 (02:21 -0700)]
[PATCH] Fix incorrect umem iounmap() call

From: Leann Ogasawara <ogasawara@osdl.org>

Acked by Neil Brown.

22 years agoMerge bk://bk.arm.linux.org.uk/linux-2.5-rmk
Linus Torvalds [Mon, 4 Aug 2003 09:20:15 +0000 (02:20 -0700)]
Merge bk://bk.arm.linux.org.uk/linux-2.5-rmk
into home.osdl.org:/home/torvalds/v2.5/linux

22 years ago[ARM] Remove old ARC and A5K machine class.
Russell King [Tue, 5 Aug 2003 00:45:56 +0000 (01:45 +0100)]
[ARM] Remove old ARC and A5K machine class.

The ARC and A5K machine class is handled by the arm26 architecture
now.  This cset removes the obsolete files from the 32-bit ARM
architecture.

22 years ago[ARM] Fix do_settimeofday()
Russell King [Tue, 5 Aug 2003 00:15:49 +0000 (01:15 +0100)]
[ARM] Fix do_settimeofday()

ARM seems to have missed an update for the time keeping code; this
cset fixes a problem where the altering the system time changes the
reported uptime.

22 years ago[ARM] Add generic sections.h for ARM.
Russell King [Tue, 5 Aug 2003 00:02:58 +0000 (01:02 +0100)]
[ARM] Add generic sections.h for ARM.

22 years ago[power] Fix up refrigerator to work with ^Z-ed processes
Patrick Mochel [Mon, 4 Aug 2003 09:08:22 +0000 (02:08 -0700)]
[power] Fix up refrigerator to work with ^Z-ed processes

Originally from Pavel Machek:

schedule() added makes processes start at exactly that point, making
printouts nicer.

22 years agoMerge bk://bk.arm.linux.org.uk/linux-2.5-pcmcia
Linus Torvalds [Mon, 4 Aug 2003 09:06:53 +0000 (02:06 -0700)]
Merge bk://bk.arm.linux.org.uk/linux-2.5-pcmcia
into home.osdl.org:/home/torvalds/v2.5/linux

22 years ago[PCMCIA] don't call functions twice
Daniel Ritz [Mon, 4 Aug 2003 23:32:30 +0000 (00:32 +0100)]
[PCMCIA] don't call functions twice

this patches removes unneccessary calls to yenta_init()/ti_set_zv() in
ti1250_init() as the called ti113x_init() already does this..

22 years ago[power] Kill some unnessecary printk()s.
Patrick Mochel [Mon, 4 Aug 2003 08:49:17 +0000 (01:49 -0700)]
[power] Kill some unnessecary printk()s.

From Pavel Machek.

22 years ago[power] Move drivers/power/ to kernel/power/
Patrick Mochel [Mon, 4 Aug 2003 08:45:48 +0000 (01:45 -0700)]
[power] Move drivers/power/ to kernel/power/

22 years agoMerge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virgin
Patrick Mochel [Mon, 4 Aug 2003 06:55:56 +0000 (23:55 -0700)]
Merge osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virgin
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-power

22 years ago[PATCH] Fix 32/64-bit bug in ext3
Theodore Y. Ts'o [Mon, 4 Aug 2003 06:45:00 +0000 (23:45 -0700)]
[PATCH] Fix 32/64-bit bug in ext3

Fix 32/64-bit error in ext2_file_write; before, the top 32-bits of
the return value was getting chopped off.

22 years ago[PATCH] fix 64-bit architectures for the binprm change
Andrew Morton [Mon, 4 Aug 2003 05:42:10 +0000 (22:42 -0700)]
[PATCH] fix 64-bit architectures for the binprm change

Various 32-bit emulators need to fill in linux_binprm.interp

22 years agoDocument non-standard do_div() calling convention, since
Linus Torvalds [Mon, 4 Aug 2003 05:24:02 +0000 (22:24 -0700)]
Document non-standard do_div() calling convention, since
it does not work like a C function.

(Effectively, the first argument ends up being "passed-
by-reference" without the use of pointers)

22 years ago[ATM]: update links to new site (from <mitch@sfgoth.com)
Chas Williams [Mon, 4 Aug 2003 05:23:30 +0000 (22:23 -0700)]
[ATM]: update links to new site (from <mitch@sfgoth.com)

22 years ago[PATCH] Update IEEE1394 (r1023)
Ben Collins [Mon, 4 Aug 2003 05:16:52 +0000 (22:16 -0700)]
[PATCH] Update IEEE1394 (r1023)

 misc      : - Signed cleanups.
     - Convert to correct min/max macros.

 subsystem : - Attempt to fix sleeping call in hpsb_get_tlabel when
       preempt is enabled.

 eth1394   : - Fix packet sizes for S800+.

22 years ago[PATCH] AS barrier bug
Jens Axboe [Mon, 4 Aug 2003 02:32:01 +0000 (19:32 -0700)]
[PATCH] AS barrier bug

There's a bug in AS, it sets HARDBARRIER on a request when it should be
setting it as a softbarrier. IO scheduler has no business using that
bit, if it needs to put barriers there they should be soft. Hard
barriers involve hardware operations.

22 years ago[ARM] Make PXA compile.
Russell King [Mon, 4 Aug 2003 01:22:12 +0000 (02:22 +0100)]
[ARM] Make PXA compile.

Fix up several errors in the PXA code preventing it from building.

22 years ago[ARM] Add missing include for clps711x irq handling.
Russell King [Mon, 4 Aug 2003 01:11:52 +0000 (02:11 +0100)]
[ARM] Add missing include for clps711x irq handling.

22 years ago[ARM] Automatically select compiler options for ARMv5/Xscale CPUs.
Russell King [Mon, 4 Aug 2003 01:03:41 +0000 (02:03 +0100)]
[ARM] Automatically select compiler options for ARMv5/Xscale CPUs.

22 years ago[ARM] gcc 3.2.x for ARM miscompiles jffs2.
Russell King [Mon, 4 Aug 2003 00:39:55 +0000 (01:39 +0100)]
[ARM] gcc 3.2.x for ARM miscompiles jffs2.

22 years agoMerge flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5
Russell King [Sun, 3 Aug 2003 23:58:59 +0000 (00:58 +0100)]
Merge flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-rmk

22 years ago[PCMCIA] Convert cs.c and rsrc_mgr.c to use named initialisers.
Russell King [Sun, 3 Aug 2003 20:50:40 +0000 (21:50 +0100)]
[PCMCIA] Convert cs.c and rsrc_mgr.c to use named initialisers.

22 years ago[SPARC64]: Missing cheetah+ ASI defines.
David S. Miller [Sun, 3 Aug 2003 17:37:44 +0000 (10:37 -0700)]
[SPARC64]: Missing cheetah+ ASI defines.

22 years ago[SPARC64]: Fix AFSR error reporting for Cheetah+/Jalapeno.
David S. Miller [Sun, 3 Aug 2003 17:17:53 +0000 (10:17 -0700)]
[SPARC64]: Fix AFSR error reporting for Cheetah+/Jalapeno.

22 years agoMerge flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5
Russell King [Sun, 3 Aug 2003 17:09:12 +0000 (18:09 +0100)]
Merge flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-pcmcia

22 years ago[TG3]: Only call tg3_init_rings() after hardware has been reset.
David S. Miller [Sun, 3 Aug 2003 13:57:46 +0000 (06:57 -0700)]
[TG3]: Only call tg3_init_rings() after hardware has been reset.

In tg3_init_rings() we might write out to the NIC SRAM area,
thus we should only run it when the chip is in a known state.
Also, fix comments above tg3_init_rings() wrt. locking state.

22 years ago[SPARC64]: Control debuglocks.c compilation using Makefile rules.
Mitchell Blank Jr. [Sun, 3 Aug 2003 13:39:05 +0000 (06:39 -0700)]
[SPARC64]: Control debuglocks.c compilation using Makefile rules.

22 years ago[BRIDGE]: Only build br_netfilter when INET is enabled.
Bart De Schuymer [Sun, 3 Aug 2003 08:08:44 +0000 (01:08 -0700)]
[BRIDGE]: Only build br_netfilter when INET is enabled.

22 years ago[IPSEC]: ipcomp.c does not neet net/esp.h
Geert Uytterhoeven [Sun, 3 Aug 2003 07:54:51 +0000 (00:54 -0700)]
[IPSEC]: ipcomp.c does not neet net/esp.h

22 years agoMerge bk://bk.arm.linux.org.uk/linux-2.5-pcmcia
Linus Torvalds [Sun, 3 Aug 2003 05:12:33 +0000 (22:12 -0700)]
Merge bk://bk.arm.linux.org.uk/linux-2.5-pcmcia
into home.osdl.org:/home/torvalds/v2.5/linux

22 years ago[PATCH] CREDITS change
Danny ter Haar [Sun, 3 Aug 2003 04:35:17 +0000 (21:35 -0700)]
[PATCH] CREDITS change

Trivial CREDITS update

22 years agoMerge bk://kernel.bkbits.net/davem/net-2.5
Linus Torvalds [Sun, 3 Aug 2003 04:34:10 +0000 (21:34 -0700)]
Merge bk://kernel.bkbits.net/davem/net-2.5
into home.osdl.org:/home/torvalds/v2.5/linux

22 years ago[PATCH] Fix mdelay's use of 'msec' name
Benjamin Herrenschmidt [Sun, 3 Aug 2003 04:33:44 +0000 (21:33 -0700)]
[PATCH] Fix mdelay's use of 'msec' name

The mdelay() macro does the wrong thing if you try to use it with an
argument expression that contains the (perfectly natural) variable name
'msec'.

Fix it to use an internal variable that doesn't clash with normal
naming.