]> git.hungrycats.org Git - linux/log
linux
22 years agoLinux 2.5.62 v2.5.62
Linus Torvalds [Mon, 17 Feb 2003 06:52:07 +0000 (22:52 -0800)]
Linux 2.5.62

22 years ago[PATCH] char/drivers/random.c - fix warning
Sam Ravnborg [Mon, 17 Feb 2003 06:15:45 +0000 (22:15 -0800)]
[PATCH] char/drivers/random.c - fix warning

When compiling random.c without SYSCTL defined a warning is
issued about free_entropy_store being defined but not used.
Put ifdef's around the functions.

I could have moved the whole function, but it logically belongs
to this part of the file.

22 years ago[PATCH] fix warning in kernel/dma.c
Sam Ravnborg [Mon, 17 Feb 2003 06:15:39 +0000 (22:15 -0800)]
[PATCH] fix warning in kernel/dma.c

When compiling without PROC_FS enabled a warning is issued about
proc_dma_show defined but not used.

Move both versions of proc_dma_show inside the #ifdef CONFIG_PROC_FS

22 years agoMerge http://linux-isdn.bkbits.net/linux-2.5.make
Linus Torvalds [Mon, 17 Feb 2003 05:53:08 +0000 (21:53 -0800)]
Merge http://linux-isdn.bkbits.net/linux-2.5.make
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agokbuild: Fix non-verbose make modules_install output
Rusty Russell [Mon, 17 Feb 2003 08:21:08 +0000 (02:21 -0600)]
kbuild: Fix non-verbose make modules_install output

22 years agoMerge tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5
Kai Germaschewski [Mon, 17 Feb 2003 08:17:58 +0000 (02:17 -0600)]
Merge tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5
into tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5.make

22 years ago[PATCH] fix Documentation/cli-sti-removal.txt thinko
Randy Dunlap [Mon, 17 Feb 2003 05:35:32 +0000 (21:35 -0800)]
[PATCH] fix Documentation/cli-sti-removal.txt thinko

The 3 lines being deleted are repeated from above (in same file).
I pulled the 2 lines being added from an earlier version of the patch.

22 years ago[PATCH] EISA/sysfs updates
Marc Zyngier [Mon, 17 Feb 2003 05:35:00 +0000 (21:35 -0800)]
[PATCH] EISA/sysfs updates

This is an update to the EISA/sysfs code :

 - Separate bus root code from generic code.
 - Add driver for PCI/EISA bridge.
 - Hacked parisc eisa driver so it can act as a root device.
 - Add driver for so-called virtual root (for bridge-less systems).
 - Allow multiple roots.
 - Moved quirk_eisa_bridge from alpha to generic code, since
   the EISA code needs it now (on x86, for example...).
 - 3c59x :
   Prevent driver from returning ENODEV in case it has registered with
   the EISA framework, but no device has been found yet (it happends
   when the driver is built into the kernel, and the EISA bus root has
   not been discovered yet).

It's been discussed on lkml, and all suggestions (mainly from Ivan
Kokshaysky <ink@jurassic.park.msu.ru>) have been taken into account.

22 years agoMerge http://linux-sound.bkbits.net/linux-sound
Linus Torvalds [Mon, 17 Feb 2003 05:25:03 +0000 (21:25 -0800)]
Merge http://linux-sound.bkbits.net/linux-sound
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoManual merge
Linus Torvalds [Mon, 17 Feb 2003 05:23:05 +0000 (21:23 -0800)]
Manual merge

22 years agoMerge http://jfs.bkbits.net/linux-2.5
Linus Torvalds [Mon, 17 Feb 2003 05:14:42 +0000 (21:14 -0800)]
Merge http://jfs.bkbits.net/linux-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoJFS: Fix jfs_sync_fs
Dave Kleikamp [Mon, 17 Feb 2003 06:09:10 +0000 (00:09 -0600)]
JFS: Fix jfs_sync_fs

jfs_sync_fs was implemented using the same code as the unmount code to flush
the journal and wait for the journal to quiesce.  Since jfs_sync_fs may  be
called while the volume is under heavy use, we can end up waiting
indefinately.  Code in jfs_flush_journal meant to detect a hang at unmount
time may be triggered in this case causing a trap.  This patch changes
jfs_sync_fs to only wait until the most recent transaction has been
commited to disk, rather than waiting until the commit queue is empty.

22 years agoFix locking for "send_sig_info()", to avoid possible races with signal
Linus Torvalds [Mon, 17 Feb 2003 03:51:37 +0000 (19:51 -0800)]
Fix locking for "send_sig_info()", to avoid possible races with signal
state changes due to execve() and exit(). We need to hold the tasklist
lock to guarantee stability of "task->sighand".

22 years ago[ARM] Update signal handling for ARM.
Russell King [Sun, 16 Feb 2003 19:38:14 +0000 (19:38 +0000)]
[ARM] Update signal handling for ARM.

Update the ARM signal handling to use the generic
get_signal_to_deliver() implementation.  There is a caveat though -
ARM has no hardware support for single stepping, and thus needs the
kernel to help provide this.

We introduce a new ptrace flag for this, PT_SINGLESTEP, which
indicates to architecture specific code that it should take extra
actions in the signal handler to set and/or clear breakpoints as
appropriate.

22 years ago[ALPHA] Add fadvise64.
Richard Henderson [Sun, 16 Feb 2003 17:04:57 +0000 (09:04 -0800)]
[ALPHA] Add fadvise64.

22 years ago[ALPHA] Add isa_eth_io_copy_and_sum.
Richard Henderson [Sun, 16 Feb 2003 16:28:00 +0000 (08:28 -0800)]
[ALPHA] Add isa_eth_io_copy_and_sum.
From Geoffrey Lee <glee@gnupilgrims.org>.

22 years ago[PATCH] delay marvel agp printk until after !hose check
Jeff Wiedemeier [Sun, 16 Feb 2003 16:19:31 +0000 (08:19 -0800)]
[PATCH] delay marvel agp printk until after !hose check

Delay the marvel agp hose printk until after the check for whether a
valid AGP hose was found. Otherwise if none was found, hose->index in
the printk arg list dereferences NULL.

/jeff

22 years agoMerge kanga.twiddle.net:/home/rth/linux/linus-2.5
Richard Henderson [Sun, 16 Feb 2003 16:17:36 +0000 (08:17 -0800)]
Merge kanga.twiddle.net:/home/rth/linux/linus-2.5
into kanga.twiddle.net:/home/rth/linux/axp-2.5

22 years agoALSA update
Jaroslav Kysela [Sun, 16 Feb 2003 15:48:18 +0000 (16:48 +0100)]
ALSA update
  - AC'97 - added quirks for tuning of hardware configuration
  - PCM midlevel - improved ring buffer allocation
  - sa11xx-uda1341 - small fixes
  - ISA - fixed ring buffer pointer calculation
  - OSS PCM - fixed deadlock (rate plugin)
  - timer - fixed deadlock when user interface is used
  - CS4232 - added detection of plain CS4236
  - USB driver - added boot quirk for SoundBlaster Extigy

22 years agokbuild: Fix a "make -j" bug.
Kai Germaschewski [Sun, 16 Feb 2003 15:20:31 +0000 (09:20 -0600)]
kbuild: Fix a "make -j" bug.

We really need fixdep before we can compile anything...

(Pointed out by wli, and others)

22 years agokbuild: Fix a 64-bit issue in scripts/modpost.c
Kai Germaschewski [Sun, 16 Feb 2003 13:42:14 +0000 (07:42 -0600)]
kbuild: Fix a 64-bit issue in scripts/modpost.c

The checksums are generally 32-bit (unsigned int), though they are saved
in symbol values, which may 64-bit, so we need to convert.

Pointed out by Anton Blanchard.

22 years agokbuild: Fix modules_install w/o modules error
Kai Germaschewski [Sun, 16 Feb 2003 13:27:57 +0000 (07:27 -0600)]
kbuild: Fix modules_install w/o modules error

I fixed scripts/Makefile.modpost to handle CONFIG_MODULES but no modules
selected, but forgot scripts/Makefile.modinst

(pointed out by akpm)

22 years agoIt's usually considered stupid to lock the same spinlock twice in
Linus Torvalds [Sun, 16 Feb 2003 12:46:44 +0000 (04:46 -0800)]
It's usually considered stupid to lock the same spinlock twice in
close succession. However, for this once we'll just call it "inspired".

But let's decide pair the lock with an unlock anyway, even if it is
boring and "square".

22 years ago[PATCH] get rid of exec_usermodehelper, replace with call_usermodehelper
Rusty Russell [Sun, 16 Feb 2003 12:02:37 +0000 (04:02 -0800)]
[PATCH] get rid of exec_usermodehelper, replace with call_usermodehelper

Urban Widmark points out that modprobe calls system() in many
configurations, which drops privs since request_module() doesn't
set ruid and rguid.

This gets rid of exec_usermodehelper and makes everyone use
call_usermodehelper, which has a new "wait" flag.

22 years ago[PATCH] compat futex fix
Anton Blanchard [Sun, 16 Feb 2003 12:02:30 +0000 (04:02 -0800)]
[PATCH] compat futex fix

Fix compile errors after futex merge.

22 years agoDo proper signal locking for the old-style /proc/stat too.
Linus Torvalds [Sun, 16 Feb 2003 11:56:15 +0000 (03:56 -0800)]
Do proper signal locking for the old-style /proc/stat too.

22 years ago[ARM PATCH] 1099/4: trizeps MTD support
Russell King [Sun, 16 Feb 2003 11:10:44 +0000 (11:10 +0000)]
[ARM PATCH] 1099/4: trizeps MTD support

Patch from Guennadi Liakhovetski

An update of the partition-table and a typo-fix. Please, apply.

22 years ago[ARM] Add input_devclass support to SA1111 PS/2 port driver.
Russell King [Sun, 16 Feb 2003 10:57:42 +0000 (10:57 +0000)]
[ARM] Add input_devclass support to SA1111 PS/2 port driver.

22 years ago[ARM] Update wdt285 and wdt977 watchdog drivers
Russell King [Sun, 16 Feb 2003 10:49:08 +0000 (10:49 +0000)]
[ARM] Update wdt285 and wdt977 watchdog drivers

General updates to these two watchdog drivers, including:
- converting initialisers to C99 syntax
- correcting module descriptions
- ensuring private symbols are declared static
- ensuring correct options are reported in the watchdog_info structure
- ensuring we use the right clock value for calculating timeouts
- ensuring failure cleanup paths are properly implemented
- don't use MOD_{INC,DEC}_USE_COUNT

22 years agoClean up and fix locking around signal rendering
Linus Torvalds [Sun, 16 Feb 2003 08:15:57 +0000 (00:15 -0800)]
Clean up and fix locking around signal rendering

22 years ago[PATCH] yet more pedantry: complement vs compliment.
Steven Cole [Sun, 16 Feb 2003 06:51:08 +0000 (22:51 -0800)]
[PATCH] yet more pedantry: complement vs compliment.

A compliment is an expression of esteem, respect, affection, or
admiration.  As far as I can tell, this word does not yet have a
place in the kernel source.

A complement on the other hand, is what is meant in the following
places.

22 years ago[PATCH] more accurate spelling of accuracy
Steven Cole [Sun, 16 Feb 2003 06:50:59 +0000 (22:50 -0800)]
[PATCH] more accurate spelling of accuracy

22 years ago[PATCH] correct the spelling of correction and correctly
Steven Cole [Sun, 16 Feb 2003 06:50:53 +0000 (22:50 -0800)]
[PATCH] correct the spelling of correction and correctly

22 years ago[PATCH] fix different spellings of different and differences
Steven Cole [Sun, 16 Feb 2003 06:50:44 +0000 (22:50 -0800)]
[PATCH] fix different spellings of different and differences

22 years agoMerge samba.org:/home/paulus/kernel/linux-2.5
Paul Mackerras [Mon, 17 Feb 2003 19:09:14 +0000 (06:09 +1100)]
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc

22 years agoMerge bk://ptrace.bkbits.net/for-linus-2.5
Linus Torvalds [Sun, 16 Feb 2003 04:21:12 +0000 (20:21 -0800)]
Merge bk://ptrace.bkbits.net/for-linus-2.5
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years ago[PATCH] 2.5.61 fix spelling of necessary in 11 files
Steven Cole [Sun, 16 Feb 2003 04:20:22 +0000 (20:20 -0800)]
[PATCH] 2.5.61 fix spelling of necessary in 11 files

This fixes the spelling of "necessary" in 11 files, plus these other
fixes which were nearby:

 divisable -> divisible
 feild -> field
 effectivly -> effectively
 belive -> believe

22 years ago[PATCH] 2.5.61 Reduce the number of "nuber" by four.
Steven Cole [Sun, 16 Feb 2003 04:20:14 +0000 (20:20 -0800)]
[PATCH] 2.5.61 Reduce the number of "nuber" by four.

This reduces the number of "nuber" by four and fixes the spelling
of necessary in one of those files.

22 years ago[PATCH] Fix 8139too device close
Roger Luethi [Sun, 16 Feb 2003 04:14:06 +0000 (20:14 -0800)]
[PATCH] Fix 8139too device close

Starting with 2.5.61, 8139too takes forever (30+ seconds) to take an
interface down.  This gets the driver back to regular fraction of a
second time.

The thread exit code assumes it can use SIGTERM to kill the driver
thread, not SIGKILL.

22 years ago[PATCH] remove .mod.c files in make clean
Brian Gerst [Sun, 16 Feb 2003 04:13:57 +0000 (20:13 -0800)]
[PATCH] remove .mod.c files in make clean

Remove the generated *.mod.c files in make clean.

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

22 years ago[PATCH] front merge fix (really!)
Jens Axboe [Sun, 16 Feb 2003 02:11:50 +0000 (18:11 -0800)]
[PATCH] front merge fix (really!)

Ok, this is the fixed and tested variant that also fixes the bug that
the previous trivial fix exposed.

22 years agoSet ptrace_message before PT_TRACE_EXIT.
Daniel Jacobowitz [Sat, 15 Feb 2003 17:40:07 +0000 (12:40 -0500)]
Set ptrace_message before PT_TRACE_EXIT.

22 years agoClean up ptrace_setoptions and PT_* constants
Daniel Jacobowitz [Sat, 15 Feb 2003 17:30:25 +0000 (12:30 -0500)]
Clean up ptrace_setoptions and PT_* constants

22 years ago[PATCH] 2.5.61 fix erroneous spellings of error.
Steven Cole [Sat, 15 Feb 2003 09:18:41 +0000 (01:18 -0800)]
[PATCH] 2.5.61 fix erroneous spellings of error.

22 years ago[PATCH] pcmcia: small bugfix & cleanup
Dominik Brodowski [Sat, 15 Feb 2003 08:54:38 +0000 (00:54 -0800)]
[PATCH] pcmcia: small bugfix & cleanup

Remove unneeded function declarations and correct /proc-directory name
for > 1 pcmcia_socket_class devices.

22 years ago[PATCH] Fix small typo
Rob Weryk [Sat, 15 Feb 2003 08:25:55 +0000 (00:25 -0800)]
[PATCH] Fix small typo

22 years ago[PATCH] add static, fix typo
Andries E. Brouwer [Sat, 15 Feb 2003 08:25:46 +0000 (00:25 -0800)]
[PATCH] add static, fix typo

22 years ago[PATCH] cpufreq: fix compilation of ACPI if !CPU_FREQ
Dominik Brodowski [Sat, 15 Feb 2003 08:25:38 +0000 (00:25 -0800)]
[PATCH] cpufreq: fix compilation of ACPI if !CPU_FREQ

here's the compile fix for this breakage which appears if CONFIG_ACPI &&
!(CONFIG_CPU_FREQ_TABLE || CONFIG_CPU_FREQ_TABLE_MODULE).

22 years ago[PATCH] elv_former_request reversion
Andrew Morton [Sat, 15 Feb 2003 08:17:41 +0000 (00:17 -0800)]
[PATCH] elv_former_request reversion

This morning's fix for elv_former_request() is causing oopses all over the
place in the IO scheduler.

Jens, remember that I did try that fix a while ago, and the same happened.

I believe it has exposed a new problem at the __make_request/attempt_front_merge
level: if attempt_front_merge() actually succeeds, the wrong request gets freed
up in elv_merged_request().

It may be best to back this change out until it can be fixed up for real.

22 years agoMerge http://linux-isdn.bkbits.net/linux-2.5.make
Linus Torvalds [Sat, 15 Feb 2003 08:10:07 +0000 (00:10 -0800)]
Merge http://linux-isdn.bkbits.net/linux-2.5.make
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years agoMerge tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5
Kai Germaschewski [Sat, 15 Feb 2003 09:59:51 +0000 (03:59 -0600)]
Merge tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5
into tp1.ruhr-uni-bochum.de:/scratch/kai/kernel/v2.5/linux-2.5.make

22 years agokbuild: Warn on undefined exported symbols
Kai Germaschewski [Sat, 15 Feb 2003 09:52:51 +0000 (03:52 -0600)]
kbuild: Warn on undefined exported symbols

modpost did not warn on symbols which are exported but not defined
in the current module, but it should.

Also, fix a compile time warning, and have bk ignore *.mod.c files.

22 years agoPPC32: use ptrace_notify
Paul Mackerras [Sat, 15 Feb 2003 08:09:04 +0000 (19:09 +1100)]
PPC32: use ptrace_notify

22 years agoMerge bk://cifs.bkbits.net/linux-2.5cifs
Linus Torvalds [Sat, 15 Feb 2003 08:07:17 +0000 (00:07 -0800)]
Merge bk://cifs.bkbits.net/linux-2.5cifs
into home.transmeta.com:/home/torvalds/v2.5/linux

22 years ago[netdrvr rrunner] small fixes and cleanups:
François Romieu [Sat, 15 Feb 2003 11:58:16 +0000 (06:58 -0500)]
[netdrvr rrunner] small fixes and cleanups:
 - pci_disable_device() added in rr_remove_one() to balance
   pci_enable_device() in rr_init_one()
 - rr_timer() and rr_close() are leaking pci_map'ed memory: make them
   use rr_raz_{rx/tx}
 - error exiting path in rr_open() was balancing pci_alloc_consistent()
   with kfree().

22 years ago[netdrvr] make CONFIG_MII one-line desc more pretty
Adrian Bunk [Sat, 15 Feb 2003 11:52:42 +0000 (06:52 -0500)]
[netdrvr] make CONFIG_MII one-line desc more pretty

22 years ago[netdrvr via-rhine] bump version, use constant instead of magic number
Roger Luethi [Sat, 15 Feb 2003 11:51:06 +0000 (06:51 -0500)]
[netdrvr via-rhine] bump version, use constant instead of magic number

22 years ago[netdrvr via-rhine] reset function rewrite:
Roger Luethi [Sat, 15 Feb 2003 11:37:42 +0000 (06:37 -0500)]
[netdrvr via-rhine] reset function rewrite:
The new reset function only waits up to 0.1 ms for the reset to complete,
instead of 10 ms. However, it introduces the use of a forced reset flag if
a chip doesn't seem cooperative. This fixes cases where until now only
reloading the driver or even rebooting the machine would bring the chip
back.

22 years ago[netdrvr via-rhine] various duplex-related fixes:
Roger Luethi [Sat, 15 Feb 2003 11:36:48 +0000 (06:36 -0500)]
[netdrvr via-rhine] various duplex-related fixes:
Fix the following bugs:
- after a watchdog timeout (still a common thing with the Rhine), the
  driver will fall back to half-duplex, ignoring the auto-negotiation
  results, killing performance completely until the driver is reloaded;
  fixed by clearing full_duplex in init_registers()
- driver considers only 0x200 for full-duplex option; now 0x220
- duplex code used dev->name before it's initialized; code section moved

The full_duplex and force_media related code is quite a mess, but this
minimal fix will make the most annoying problems go away. Looking at some
other code (e.g. mii.c) it seems to me the interaction between user force,
autoneg results and full_duplex/force_media is amazingly complex, so I'll
leave it at this for now.

22 years ago[netdrvr via-rhine] fix broken tx-underrun handling:
Roger Luethi [Sat, 15 Feb 2003 11:35:11 +0000 (06:35 -0500)]
[netdrvr via-rhine] fix broken tx-underrun handling:
The Tx underrun handling in the current driver is broken. The details have
been explained in a posting "VIA Rhine 1.15exp1, patch for
testing/discussion" a couple of months ago.

22 years ago[netdrvr via-rhine] trivial bits:
Roger Luethi [Sat, 15 Feb 2003 11:33:00 +0000 (06:33 -0500)]
[netdrvr via-rhine] trivial bits:
- nuke mii_status_bits
- move clear_tally_counters() up so it can get inlined (pointed out by
  Luca Barbieri)
- rename via_restart_tx() -> via_rhine_restart_tx()

22 years agoMerge redhat.com:/garz/repo/linus-2.5
Jeff Garzik [Sat, 15 Feb 2003 11:28:16 +0000 (06:28 -0500)]
Merge redhat.com:/garz/repo/linus-2.5
into redhat.com:/garz/repo/net-drivers-2.5

22 years agoMerge in fixes from version 0.6.5 of the CIFS VFS. Greatly improved performance...
Steve French [Sat, 15 Feb 2003 10:11:13 +0000 (04:11 -0600)]
Merge in fixes from version 0.6.5 of the CIFS VFS.  Greatly improved performance including improved distributed caching support and support for readpages and larger read sizes. Cache data now flushed properly at file close time. Socket and memory leak fixed.  Fix two oops. Fix error logging and made more consistent.  Generic sendfile added.

22 years agoPPC32: declare pm_power_off
Paul Mackerras [Sat, 15 Feb 2003 07:58:35 +0000 (18:58 +1100)]
PPC32: declare pm_power_off

22 years agoMerge samba.org:/home/paulus/kernel/linux-2.5
Paul Mackerras [Sat, 15 Feb 2003 07:27:35 +0000 (18:27 +1100)]
Merge samba.org:/home/paulus/kernel/linux-2.5
into samba.org:/home/paulus/kernel/for-linus-ppc

22 years agoFix futex compile breakage introduced by the compat code.
Linus Torvalds [Sat, 15 Feb 2003 04:49:07 +0000 (20:49 -0800)]
Fix futex compile breakage introduced by the compat code.

22 years ago[PATCH] C99 initializers for drivers/net/arlan-proc.c
Art Haas [Sat, 15 Feb 2003 04:45:24 +0000 (20:45 -0800)]
[PATCH] C99 initializers for drivers/net/arlan-proc.c

22 years ago[PATCH] C99 initializers for drivers/cdrom/cdrom.c
Art Haas [Sat, 15 Feb 2003 04:45:17 +0000 (20:45 -0800)]
[PATCH] C99 initializers for drivers/cdrom/cdrom.c

22 years ago[PATCH] C99 initializers for drivers/char/rtc.c
Art Haas [Sat, 15 Feb 2003 04:45:10 +0000 (20:45 -0800)]
[PATCH] C99 initializers for drivers/char/rtc.c

22 years ago[PATCH] C99 initializers for drivers/net/aironet4500_proc.c
Art Haas [Sat, 15 Feb 2003 04:45:03 +0000 (20:45 -0800)]
[PATCH] C99 initializers for drivers/net/aironet4500_proc.c

22 years ago[PATCH] cpufreq: move /proc/cpufreq interface code to extra module
Dominik Brodowski [Sat, 15 Feb 2003 04:44:20 +0000 (20:44 -0800)]
[PATCH] cpufreq: move /proc/cpufreq interface code to extra module

The deprecated /proc/cpufreq interface can easily live outside the
cpufreq core now.

22 years ago[PATCH] cpufreq: move frequency table helpers to extra module
Dominik Brodowski [Sat, 15 Feb 2003 04:44:13 +0000 (20:44 -0800)]
[PATCH] cpufreq: move frequency table helpers to extra module

The CPU frequency table helpers can easily be modularized --
especially as they are not needed on all architectures, or for
all drivers (even on x86 -- see longrun and gx-suspmod)

22 years ago[PATCH] remove stale comment
Anton Blanchard [Sat, 15 Feb 2003 04:43:11 +0000 (20:43 -0800)]
[PATCH] remove stale comment

I added this comment but the line it refers to is long gone.

22 years ago[PATCH] enable OFFB on ppc64
Anton Blanchard [Sat, 15 Feb 2003 04:43:04 +0000 (20:43 -0800)]
[PATCH] enable OFFB on ppc64

22 years ago[PATCH] disable printout of interrupts in /proc/stat on ppc64
Anton Blanchard [Sat, 15 Feb 2003 04:42:59 +0000 (20:42 -0800)]
[PATCH] disable printout of interrupts in /proc/stat on ppc64

The interrupt printout in /proc/stat doesnt make sense on many ppc64
boxes because we remap interrupts. Also, with enough active interrupt
sources /proc/stat might get much bigger than a page which results
in memory corruption.

22 years ago[PATCH] pcmcia: use device_class->add_device/remove_device
Dominik Brodowski [Sat, 15 Feb 2003 04:42:51 +0000 (20:42 -0800)]
[PATCH] pcmcia: use device_class->add_device/remove_device

This patch removes the {un}register_ss_entry/pcmcia_{un}register_socket
calls, and replaces them with generic driver-model-compatible functions.

Also, update the CodingStyle of these cs.c functions to what's recommended
in the Linux kernel.

22 years ago[PATCH] pcmcia: add device_class pcmcia_socket, update devices & drivers
Dominik Brodowski [Sat, 15 Feb 2003 04:42:44 +0000 (20:42 -0800)]
[PATCH] pcmcia: add device_class pcmcia_socket, update devices & drivers

A new device_class "pcmcia_socket_class" is introduced for PCMCIA and
CardBus sockets.  All socket drivers I could find are updated so that
they register a driver, and -if necessary- the "platform"/legacy device.
This will allow for a cleanup of pcmcia_{un}register_socket() /
{un}register_ss_entry() as well as reflect the parent for pcmcia_bus
devices.

Russell King allowed me to break sa1100_generic pcmcia support for the
time being - so drop that part of the patch for the moment.

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

22 years agoppc64: add set_tid_address and fadvise64
Anton Blanchard [Sun, 16 Feb 2003 04:36:31 +0000 (15:36 +1100)]
ppc64: add set_tid_address and fadvise64

22 years agoppc64: make sure socketcall_table is 8 byte aligned
Anton Blanchard [Sun, 16 Feb 2003 02:06:04 +0000 (13:06 +1100)]
ppc64: make sure socketcall_table is 8 byte aligned

22 years agoppc64: ptrace signal fix
Anton Blanchard [Sun, 16 Feb 2003 01:58:52 +0000 (12:58 +1100)]
ppc64: ptrace signal fix

22 years agoppc64: use get_user in alignment exception handler
Anton Blanchard [Sun, 16 Feb 2003 01:55:42 +0000 (12:55 +1100)]
ppc64: use get_user in alignment exception handler

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

22 years ago[PATCH] compat_sys_futex 1/3 generic, parisc, ppc64, s390x and x86_64
Stephen Rothwell [Sat, 15 Feb 2003 04:38:11 +0000 (20:38 -0800)]
[PATCH] compat_sys_futex 1/3 generic, parisc, ppc64, s390x and x86_64

This is the generic part of the patch and the architecture specific parts
I have been asked to forward directly to you.

22 years ago[PATCH] trivial: unused var in sunrpc
Robert Love [Sat, 15 Feb 2003 04:35:12 +0000 (20:35 -0800)]
[PATCH] trivial: unused var in sunrpc

There is an unused variable, `int maxlen', in net/sunrpc/clnt.c ::
rpc_setup_pipedir().

22 years ago[PATCH] alpha typo fix
Steven Cole [Sat, 15 Feb 2003 04:34:40 +0000 (20:34 -0800)]
[PATCH] alpha typo fix

22 years ago[PATCH] header update for arcnet updates (again to match 2.4)
Alan Cox [Sat, 15 Feb 2003 04:31:25 +0000 (20:31 -0800)]
[PATCH] header update for arcnet updates (again to match 2.4)

22 years ago[PATCH] another ia64 typo
Alan Cox [Sat, 15 Feb 2003 04:31:19 +0000 (20:31 -0800)]
[PATCH] another ia64 typo

22 years ago[PATCH] mca 53c9x also needs mca-legacy
Alan Cox [Sat, 15 Feb 2003 04:31:12 +0000 (20:31 -0800)]
[PATCH] mca 53c9x also needs mca-legacy

22 years ago[PATCH] Fix aha1542
Alan Cox [Sat, 15 Feb 2003 04:31:05 +0000 (20:31 -0800)]
[PATCH] Fix aha1542

Randy Dunlap included this with the 152x stuff which then got lost in
discussion about core changes and queueing reset. 154x doesnt need the
extra discussion. Also adds a fix to use mca-legacy as needed for 1640
right now

22 years ago[PATCH] bring 2.5 arcnet into line with 2.4
Alan Cox [Sat, 15 Feb 2003 04:30:59 +0000 (20:30 -0800)]
[PATCH] bring 2.5 arcnet into line with 2.4

Fixes a request region breakage
Fixes a size request error
Handles a new card type

22 years ago[PATCH] high pedantry in ppc spelling
Steven Cole [Sat, 15 Feb 2003 04:30:52 +0000 (20:30 -0800)]
[PATCH] high pedantry in ppc spelling

22 years ago[PATCH] specialix fix from 2.4 missing in 2.5
Alan Cox [Sat, 15 Feb 2003 04:30:45 +0000 (20:30 -0800)]
[PATCH] specialix fix from 2.4 missing in 2.5

22 years ago[PATCH] nor PPC people ;)
Alan Cox [Sat, 15 Feb 2003 04:30:39 +0000 (20:30 -0800)]
[PATCH] nor PPC people ;)

22 years ago[PATCH] itanic people cant spell either
Alan Cox [Sat, 15 Feb 2003 04:30:32 +0000 (20:30 -0800)]
[PATCH] itanic people cant spell either

22 years ago[PATCH] remove bogowarning
Alan Cox [Sat, 15 Feb 2003 04:30:26 +0000 (20:30 -0800)]
[PATCH] remove bogowarning

No lilo since about 1997 has stomped the EBDA

22 years ago[PATCH] printk levels for mpparse
Alan Cox [Sat, 15 Feb 2003 04:30:19 +0000 (20:30 -0800)]
[PATCH] printk levels for mpparse

Also recognize the NEC98 busses

22 years ago[PATCH] make the io-apic printk generate less junk mail
Alan Cox [Sat, 15 Feb 2003 04:30:13 +0000 (20:30 -0800)]
[PATCH] make the io-apic printk generate less junk mail

Also suggest bugzilla.kernel.org now not the mailing list

22 years ago[PATCH] merge the NEC98 parsing code
Alan Cox [Sat, 15 Feb 2003 04:30:06 +0000 (20:30 -0800)]
[PATCH] merge the NEC98 parsing code

This is nice and clean (your tree already knows the idents)