]> git.hungrycats.org Git - linux/log
linux
21 years agoLinux 2.6.0-test7 v2.6.0-test7
Linus Torvalds [Wed, 8 Oct 2003 05:20:09 +0000 (22:20 -0700)]
Linux 2.6.0-test7

21 years ago[PATCH] monotonic seqlock for HPET timer
Stephen Hemminger [Wed, 8 Oct 2003 05:07:34 +0000 (22:07 -0700)]
[PATCH] monotonic seqlock for HPET timer

Replace read/write lock used for HPET timer monotonic_lock with seqlock.
Similar to locking used on xtime and monotonic_lock in timers/timer_tsc.c

21 years ago[PATCH] monotonic seqlock for cyclone timer
Stephen Hemminger [Wed, 8 Oct 2003 05:07:25 +0000 (22:07 -0700)]
[PATCH] monotonic seqlock for cyclone timer

Replace read/write lock used for cyclone timer monotonic_lock with seqlock.
Similar to locking used on xtime and monotonic_lock in timers/timer_tsc.c

21 years agoMerge bk://kernel.bkbits.net/davem/net-2.5
Linus Torvalds [Wed, 8 Oct 2003 03:55:08 +0000 (20:55 -0700)]
Merge bk://kernel.bkbits.net/davem/net-2.5
into home.osdl.org:/home/torvalds/v2.5/linux

21 years ago[UDP]: Fix typo in SO_BINDTODEVICE changes.
David S. Miller [Wed, 8 Oct 2003 03:17:14 +0000 (20:17 -0700)]
[UDP]: Fix typo in SO_BINDTODEVICE changes.

21 years ago[NET]: Fix 64-bit bugs in dscc4.c
Andi Kleen [Wed, 8 Oct 2003 03:02:04 +0000 (20:02 -0700)]
[NET]: Fix 64-bit bugs in dscc4.c

21 years agoMerge bk://kernel.bkbits.net/davem/sparc-2.5
Linus Torvalds [Wed, 8 Oct 2003 02:53:19 +0000 (19:53 -0700)]
Merge bk://kernel.bkbits.net/davem/sparc-2.5
into home.osdl.org:/home/torvalds/v2.5/linux

21 years ago[ATM]: Convert VCC list to hash.
Chas Williams [Wed, 8 Oct 2003 02:14:03 +0000 (19:14 -0700)]
[ATM]: Convert VCC list to hash.

21 years ago[ATM]: Eliminate atm_find_ci().
Chas Williams [Wed, 8 Oct 2003 02:11:48 +0000 (19:11 -0700)]
[ATM]: Eliminate atm_find_ci().

21 years ago[VLAN]: Do not modify the data of shared SKBs.
Tommy Christensen [Wed, 8 Oct 2003 02:01:26 +0000 (19:01 -0700)]
[VLAN]: Do not modify the data of shared SKBs.

21 years agoRevert the move of ptrinfo - it may make NOMMU compile, but it
Linus Torvalds [Wed, 8 Oct 2003 01:59:34 +0000 (18:59 -0700)]
Revert the move of ptrinfo - it may make NOMMU compile, but it
breaks everybody else.

Instead, fix the NOMMU case by avoiding the part that walks page
tables.

21 years ago[IPVS]: Avoid returning NF_DROP from the packet schedulers.
Julian Anastasov [Wed, 8 Oct 2003 01:51:08 +0000 (18:51 -0700)]
[IPVS]: Avoid returning NF_DROP from the packet schedulers.

21 years ago[PATCH] firmware blob for new DVB-T frontend driver
Michael Hunold [Wed, 8 Oct 2003 01:48:20 +0000 (18:48 -0700)]
[PATCH] firmware blob for new DVB-T frontend driver

21 years ago[PATCH] fix v4l1 backward compatibility in saa7146 driver
Michael Hunold [Wed, 8 Oct 2003 01:48:11 +0000 (18:48 -0700)]
[PATCH] fix v4l1 backward compatibility in saa7146 driver

 - fix VIDIOC_S_FBUF for v4l1 backward compatility with xfree86 / v4l_drv

21 years ago[PATCH] some more av7110 dvb-driver updates
Michael Hunold [Wed, 8 Oct 2003 01:48:03 +0000 (18:48 -0700)]
[PATCH] some more av7110 dvb-driver updates

 - some progress on DVB-C analog module: experimentally fix frequency
   offset, initialize msp3400 for analog TV sound
 - Reduce the number of dropped TS packets when an error is detected
   (Jon Burgess)
 - If somebody calls G_TUNER for a DVB-C card w/ analog module, then
   check for the selected tuner, not if the currently selected channel
   has a tuner.
 - play_iframe may be used to play stillpicture frames, that can either
   by complete i-frames or partial p-frames.  In any case, the av7110
   needs about 400kB of video data, before the internal video decoder
   starts displaying anything.  for stillframes, this is bad, so we
   *always* loop writing the frame until the magic amount is reached.
   stupid, but works...
 - applied 64bit fixes by Pedro Miguel Teixeira <pmsjt@warner.homeip.net

21 years ago[PATCH] Kconfig and Makefile updates, inspired by Adrian Bunk and Roman Zippel
Michael Hunold [Wed, 8 Oct 2003 01:47:54 +0000 (18:47 -0700)]
[PATCH] Kconfig and Makefile updates, inspired by Adrian Bunk and Roman Zippel

 - split up saa7146 compilation in core part (saa7146.o) and video+vbi
   part (saa7146_vv).  some drivers need both (av7110.c), some drivers
   only need the core stuff (budget*.c)
 - add entry for sp887x DVB-T modulator to corresponding Kconfig
 - use new SELECT facility of Kconfig, first mentioned by Adrian Bunk
   and Roman Zippel in DVB subsystem
 - use SELECT in media/video/Kconfig, too.

21 years ago[PATCH] update dvb frontend drivers
Michael Hunold [Wed, 8 Oct 2003 01:47:45 +0000 (18:47 -0700)]
[PATCH] update dvb frontend drivers

 - add budget driver as possible client of the ves1820 frontend driver
 - fix wrong include in sp887x.c frontend driver
 - fix wrong chip description in tda1004xh frontend driver
 - fixed detection of stv0299 if chip is in standby mode
 - change some #ifdef to #if, for easier debug enable/disable
 - ves1820: patch by Peter Bieringer: nicer log output
 - ves1820: allow PWM (tuner calibaration) value from EEPROM to be
   overridden on command line (based on patch by Peter Bieringer).  New
   module paramters: "pwm" (max 4 ints, range -1..0xff) and "verbose"
   (to print AFC value aftger tuning).

21 years ago[PATCH] various av7110 dvb-driver updates
Michael Hunold [Wed, 8 Oct 2003 01:47:36 +0000 (18:47 -0700)]
[PATCH] various av7110 dvb-driver updates

 - various av7110 updates

21 years ago[PATCH] various patches for non-av7110 dvb-drivers
Michael Hunold [Wed, 8 Oct 2003 01:47:27 +0000 (18:47 -0700)]
[PATCH] various patches for non-av7110 dvb-drivers

 - patch by Jon Burgess to fix DMA issues
 - reduce the number of dropped TS packets when an error is detected
   (Jon Burgess)
 - use budget-ci driver for new TT DVB-T cards with onboard MSP430.

21 years ago[PATCH] usual c99 initializer fixes
Michael Hunold [Wed, 8 Oct 2003 01:47:20 +0000 (18:47 -0700)]
[PATCH] usual c99 initializer fixes

 - the usual c99 initialization fixes all over the DVB place

21 years ago[PATCH] update copyright and licensing
Michael Hunold [Wed, 8 Oct 2003 01:47:11 +0000 (18:47 -0700)]
[PATCH] update copyright and licensing

 - fix copyright stuff in various files:
   - remove e-mail addresses that don't exist anymore, but of course keep
     the names
   - change license from GPL to LGPL in dvb_i2c.h (Convergence code)
   - change license from GPL to LGPL in dvb_ringbuffer.h (ack by original
     author Oliver Endriss)
   - add LGPL license to dvb_functions

21 years ago[PATCH] multiple device *read* opens support
Michael Hunold [Wed, 8 Oct 2003 01:47:02 +0000 (18:47 -0700)]
[PATCH] multiple device *read* opens support

 - allow multiple read device opens

21 years ago[PATCH] video capture updates for saa7146 core
Michael Hunold [Wed, 8 Oct 2003 01:46:54 +0000 (18:46 -0700)]
[PATCH] video capture updates for saa7146 core

 - some Kconfig simplifications
 - FIELD_ALTERNATE capture was broken, add a "wait for vbi" command
   before actually waiting for the field change
 - improvements regarding streaming capture to gfx card memory.
 - captured frames could only be page aligned.  fixed.
 - fix pgtable_build_single, it should work for all kinds of buffers now
   (system memory (kernel/user) and gfx-memory)
 - Fix bytesperline-calculation for V4L2_FIELD_ALTERNATE vs.
   V4L2_FIELD_INTERLACED capture

21 years ago[PATCH] add new DVB-T frontend driver
Michael Hunold [Wed, 8 Oct 2003 01:46:46 +0000 (18:46 -0700)]
[PATCH] add new DVB-T frontend driver

 - add new DVB-T frontend driver sp887x.c

21 years ago[PATCH] firmware update for av7110 dvb driver
Michael Hunold [Wed, 8 Oct 2003 01:46:36 +0000 (18:46 -0700)]
[PATCH] firmware update for av7110 dvb driver

 - av7110 DVB driver firmware update.  don't worry: we're planning to
   switch to firmware_class soon...

21 years ago[NET]: Convert dvb-net to use alloc_netdev().
Stephen Hemminger [Wed, 8 Oct 2003 01:46:27 +0000 (18:46 -0700)]
[NET]: Convert dvb-net to use alloc_netdev().

21 years ago[NET]: Fix obvious 64bit bug/warning in farsync.c
Andi Kleen [Wed, 8 Oct 2003 01:43:06 +0000 (18:43 -0700)]
[NET]: Fix obvious 64bit bug/warning in farsync.c

21 years ago[BRIDGE]: Let {ip,arp}tables see bridged VLAN packets.
Bart De Schuymer [Wed, 8 Oct 2003 01:39:56 +0000 (18:39 -0700)]
[BRIDGE]: Let {ip,arp}tables see bridged VLAN packets.

21 years ago[PATCH] unify drivers/Kconfig
Matthew Wilcox [Wed, 8 Oct 2003 01:33:21 +0000 (18:33 -0700)]
[PATCH] unify drivers/Kconfig

It's a pain for architecture maintainers to keep the toplevel Kconfig
files in sync.  This addresses part of the problem by moving all the
standard driver includes to drivers/Kconfig.  As a bonus, it moves all
the device drivers together in a menu which tames menuconfig somewhat.

This patch only touches i386.  Other architectures can join the party
as soon as they feel ready to inflict all the choices on their userbase.

21 years ago[UDP/TCP]: Fix binding conflict tests wrt. SO_BINDTODEVICE.
David S. Miller [Wed, 8 Oct 2003 01:33:00 +0000 (18:33 -0700)]
[UDP/TCP]: Fix binding conflict tests wrt. SO_BINDTODEVICE.

21 years ago[PATCH] Changes to v850 platform linker-script fragments
Miles Bader [Wed, 8 Oct 2003 01:32:54 +0000 (18:32 -0700)]
[PATCH] Changes to v850 platform linker-script fragments

This does two things:

 (1) Move the v850 platform-specific linker-script fragments into
     arch/v850/kernel, from arch/v850.  This move was prompted by a
     recent (all-architecture) move for vmlinux.lds.S, to keep the
     script together, but I think it also makes sense -- this way, all
     platform-specific non-header files are in the same directory with
     similar names.

 (2) Remove some hardwired constants in the linker script fragments,
     using already defined cpp macros anyway.  This eliminates one
     annoying source of duplicate definitions (which had to be kept in
     sync).

21 years ago[PATCH] Move `ptrinfo' function from mm/slab.c to mm/memory.c
Miles Bader [Wed, 8 Oct 2003 01:28:30 +0000 (18:28 -0700)]
[PATCH] Move `ptrinfo' function from mm/slab.c to mm/memory.c

This function doesn't compile on non-MMU systems, so put it in a place
where it won't cause problems (mm/memory.c is only compiled if
CONFIG_MMU is defined).

21 years ago[PATCH] Update v850 Kconfig debugging menu
Miles Bader [Wed, 8 Oct 2003 01:17:05 +0000 (18:17 -0700)]
[PATCH] Update v850 Kconfig debugging menu

21 years ago[PATCH] Remove some old debugging stuff on the v850
Miles Bader [Wed, 8 Oct 2003 01:16:49 +0000 (18:16 -0700)]
[PATCH] Remove some old debugging stuff on the v850

21 years ago[PATCH] Add sched_clock on v850
Miles Bader [Wed, 8 Oct 2003 01:16:36 +0000 (18:16 -0700)]
[PATCH] Add sched_clock on v850

This is a horrid implementation, but whatever.

21 years ago[PATCH] Triple the memory size used on the v850 gdb simulator
Miles Bader [Wed, 8 Oct 2003 01:16:27 +0000 (18:16 -0700)]
[PATCH] Triple the memory size used on the v850 gdb simulator

21 years ago[USB]: Fix encapsulation of int inside of pointer in code/file.c
David S. Miller [Wed, 8 Oct 2003 01:06:49 +0000 (18:06 -0700)]
[USB]: Fix encapsulation of int inside of pointer in code/file.c

21 years ago[NFS]: Fix printf format warnings in fs/nfs/nfs4xdr.c.
David S. Miller [Wed, 8 Oct 2003 01:03:10 +0000 (18:03 -0700)]
[NFS]: Fix printf format warnings in fs/nfs/nfs4xdr.c.

21 years ago[SUNRPC]: Printf pointers correctly.
David S. Miller [Wed, 8 Oct 2003 00:58:51 +0000 (17:58 -0700)]
[SUNRPC]: Printf pointers correctly.

21 years ago[SPARC64]: Export csum_partial().
David S. Miller [Tue, 7 Oct 2003 23:52:44 +0000 (16:52 -0700)]
[SPARC64]: Export csum_partial().

21 years agoMerge bk://kernel.bkbits.net/acme/ksyms-2.6
Linus Torvalds [Tue, 7 Oct 2003 13:59:04 +0000 (06:59 -0700)]
Merge bk://kernel.bkbits.net/acme/ksyms-2.6
into home.osdl.org:/home/torvalds/v2.5/linux

21 years agoo kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the tree
Arnaldo Carvalho de Melo [Tue, 7 Oct 2003 20:54:04 +0000 (17:54 -0300)]
o kernel/ksyms.c: move remaining EXPORT_SYMBOLs, remove this file from the tree

21 years agoo kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLs
Arnaldo Carvalho de Melo [Tue, 7 Oct 2003 19:56:44 +0000 (16:56 -0300)]
o kernel/ksyms.c: move remaining fs/*.c EXPORT_SYMBOLs

21 years agoMerge http://nfsclient.bkbits.net/linux-2.5
Trond Myklebust [Tue, 7 Oct 2003 16:58:21 +0000 (12:58 -0400)]
Merge http://nfsclient.bkbits.net/linux-2.5
into fys.uio.no:/home/linux/bitkeeper/nfsclient-2.5

21 years agoMerge http://nfsclient.bkbits.net/linux-2.5
Trond Myklebust [Tue, 7 Oct 2003 16:53:46 +0000 (12:53 -0400)]
Merge http://nfsclient.bkbits.net/linux-2.5
into fys.uio.no:/home/linux/bitkeeper/nfsclient-2.5

21 years agoClean up the nfs4_stateid and nfs4_verifier typedefs.
Trond Myklebust [Tue, 7 Oct 2003 16:52:45 +0000 (12:52 -0400)]
Clean up the nfs4_stateid and nfs4_verifier typedefs.
Convert them into structures

21 years agoNFSv4 state model update
Trond Myklebust [Tue, 7 Oct 2003 16:51:33 +0000 (12:51 -0400)]
NFSv4 state model update

  - Hierarchy of state attached to nfs4_client in order to
    simplify state recovery.
    state_owners hang off nfs4_client, whereas state hangs
    off both open_owners and the nfs_inode.

  - Model tries to minimize the number of open_owners on
    the server by recycling unused open_owners into a pool.

  - NFSv4 state attached to file->private_data. Previously
    this was used by credentials (and still is for NFSv2/v3)
    Abstract out setup/release of struct file and nfs_page
    structure initialization in order to cope with these
    conflicting uses of private_data.

21 years agoSimplify NFS synchronous write call interface. Pass
Trond Myklebust [Tue, 7 Oct 2003 12:02:09 +0000 (08:02 -0400)]
Simplify NFS synchronous write call interface. Pass
a pointer to a filled nfs_write_data struct like we
do for asynchronous function calls

21 years agoSimplify the synchronous NFS read call interface by
Trond Myklebust [Tue, 7 Oct 2003 11:59:42 +0000 (07:59 -0400)]
Simplify the synchronous NFS read call interface by
passing a pointer to a filled nfs_read_data structure
(the same struct used by the asynchronous function calls)

21 years agoThe NFSv4 state model assumes that the client machine identifies
Trond Myklebust [Tue, 7 Oct 2003 11:50:48 +0000 (07:50 -0400)]
The NFSv4 state model assumes that the client machine identifies
itself to the server once and once only.
This patch ensures that we do this by sharing the local identifier
struct nfs4_client among all mountpoints that talk to the same
server/ip address.

21 years agoRename the struct "nfs4_shareowner". The name was confusing
Trond Myklebust [Tue, 7 Oct 2003 11:46:31 +0000 (07:46 -0400)]
Rename the struct "nfs4_shareowner". The name was confusing
and didn't really relate to any of the RFCs.

Replace with the more descriptive "nfs4_state_owner".

21 years agoClean up the nfs_fhget() function. Have the called pass the
Trond Myklebust [Tue, 7 Oct 2003 11:43:43 +0000 (07:43 -0400)]
Clean up the nfs_fhget() function. Have the called pass the
superblock as a parameter instead of passing it in the form
of a dentry.

21 years agoFix an Oops in the NFSv4 asynchronous unlink code. The v4
Trond Myklebust [Tue, 7 Oct 2003 11:40:54 +0000 (07:40 -0400)]
Fix an Oops in the NFSv4 asynchronous unlink code. The v4
getattr "bitmap" was allocated on the stack.

Make it use the bitmaps already allocated for that purpose
in the nfs_fattr struct.

21 years agoIncrease the NFS readahead so that we at least fill the RPC
Trond Myklebust [Tue, 7 Oct 2003 11:37:34 +0000 (07:37 -0400)]
Increase the NFS readahead so that we at least fill the RPC
slot table.

21 years agoFix up hangs with the upcall mechanism for RPCSEC_GSS and the
Trond Myklebust [Tue, 7 Oct 2003 11:35:49 +0000 (07:35 -0400)]
Fix up hangs with the upcall mechanism for RPCSEC_GSS and the
NFSv4 idmapper.

 - Correct bugs in idmapper wait code.
 - Correct layering bugs in RPCSEC_GSS and idmapper
 - Ensure we advance the file pointer in case of partial
   reads/writes of a message on the pipes

21 years agoMake the client act correctly if the RPC server's asserts
Trond Myklebust [Tue, 7 Oct 2003 11:31:56 +0000 (07:31 -0400)]
Make the client act correctly if the RPC server's asserts
that it does not support a given program, version or
procedure call.

21 years agoUDP round trip timer fix. Modify Karn's algorithm so that
Trond Myklebust [Tue, 7 Oct 2003 11:30:00 +0000 (07:30 -0400)]
UDP round trip timer fix. Modify Karn's algorithm so that
we inherit timeouts from previous requests.
This means that we lengthen the window of time during which
we accept updates to the RTO estimate if we see an update.

Scheme proposed by Brian Mancuso, but it is standard for TCP
congestion control implementations.

21 years agoFix up recent net/ipv4/ipconfig.c typo breakage.
Linus Torvalds [Tue, 7 Oct 2003 10:37:50 +0000 (03:37 -0700)]
Fix up recent net/ipv4/ipconfig.c typo breakage.

21 years ago[PATCH] asus_acpi: don't include modversions.h
Arnaldo Carvalho de Melo [Tue, 7 Oct 2003 10:15:30 +0000 (03:15 -0700)]
[PATCH] asus_acpi: don't include modversions.h

This fixes asus_acpi.c when doing a modular build

21 years agoAvoid warnings in uid/gid usage by making the assignment
Linus Torvalds [Tue, 7 Oct 2003 07:58:01 +0000 (00:58 -0700)]
Avoid warnings in uid/gid usage by making the assignment
unconditional. Simplify the macros.

21 years ago[PATCH] fix warning in mm/memory for SWAP=n
Randy Dunlap [Tue, 7 Oct 2003 07:47:20 +0000 (00:47 -0700)]
[PATCH] fix warning in mm/memory for SWAP=n

Avoid "statement with no effect" warning by making the macro
that doesn't do anything an inline function instead.

21 years agoMerge bk://linux-dj.bkbits.net/cpufreq
Linus Torvalds [Tue, 7 Oct 2003 03:26:10 +0000 (20:26 -0700)]
Merge bk://linux-dj.bkbits.net/cpufreq
into home.osdl.org:/home/torvalds/v2.5/linux

21 years ago[CPUFREQ] Add VIA Nehemiah scaling ratios.
Dave Jones [Tue, 7 Oct 2003 18:52:44 +0000 (19:52 +0100)]
[CPUFREQ] Add VIA Nehemiah scaling ratios.

21 years ago[CPUFREQ] Fix misnaming of VIA Samuel2 CPUs.
Dave Jones [Tue, 7 Oct 2003 18:48:06 +0000 (19:48 +0100)]
[CPUFREQ] Fix misnaming of VIA Samuel2 CPUs.
670 -> 677 = Samuel 2
678 -> 67f = Ezra

21 years ago[CPUFREQ] cleanup longhaul header file.
Dave Jones [Tue, 7 Oct 2003 18:40:01 +0000 (19:40 +0100)]
[CPUFREQ] cleanup longhaul header file.
Group processor tables together correctly.

21 years ago[CPUFREQ] Ratio table renames longhaul3/c3m -> ezrat
Dave Jones [Tue, 7 Oct 2003 18:35:02 +0000 (19:35 +0100)]
[CPUFREQ] Ratio table renames longhaul3/c3m -> ezrat

21 years ago[CPUFREQ] More ratio table renames. longhaul2 -> ezra
Dave Jones [Tue, 7 Oct 2003 18:32:43 +0000 (19:32 +0100)]
[CPUFREQ] More ratio table renames. longhaul2 -> ezra

21 years ago[CPUFREQ] Document early samuel2 ratios.
Dave Jones [Tue, 7 Oct 2003 18:31:15 +0000 (19:31 +0100)]
[CPUFREQ] Document early samuel2 ratios.
Preemptively stop some good intentioned janitor coming along and "fixing a typo".

21 years ago[CPUFREQ] Rename longhaul frequency tables. longhaul1 -> samuel1
Dave Jones [Tue, 7 Oct 2003 18:29:05 +0000 (19:29 +0100)]
[CPUFREQ] Rename longhaul frequency tables. longhaul1 -> samuel1

21 years ago[CPUFREQ] Enable support for VIA Ezra-T processors in longhaul driver.
Dave Jones [Tue, 7 Oct 2003 18:23:34 +0000 (19:23 +0100)]
[CPUFREQ] Enable support for VIA Ezra-T processors in longhaul driver.
The current tables we had have been confirmed as safe by VIA.

21 years ago[CPUFREQ] Fix documentation pathname typos.
Dave Jones [Tue, 7 Oct 2003 18:19:10 +0000 (19:19 +0100)]
[CPUFREQ] Fix documentation pathname typos.
Spotted by Pavel Machek.

21 years ago[CPUFREQ] Fix my breakage of Dominik's powernow-k8 ->govenor fix.
Dave Jones [Tue, 7 Oct 2003 18:15:48 +0000 (19:15 +0100)]
[CPUFREQ] Fix my breakage of Dominik's powernow-k8 ->govenor fix.

Hand-applying simple diffs considered harmful.

21 years ago[CPUFREQ] powernow-k8 Namespace cleanups.
Dave Jones [Tue, 7 Oct 2003 18:11:49 +0000 (19:11 +0100)]
[CPUFREQ] powernow-k8 Namespace cleanups.
More bits from Pavel. drv_* in oopses is pretty uninformative.

21 years ago[CPUFREQ] find_closest_fid() can be static.
Dave Jones [Tue, 7 Oct 2003 18:05:02 +0000 (19:05 +0100)]
[CPUFREQ] find_closest_fid() can be static.
Spotted by Pavel Machek.

21 years ago[CPUFREQ] update URL.
Dave Jones [Tue, 7 Oct 2003 17:58:35 +0000 (18:58 +0100)]
[CPUFREQ] update URL.

21 years ago[CPUFREQ] fix up the invalid usage of pol->policy in drv_init()
Dave Jones [Tue, 7 Oct 2003 17:48:38 +0000 (18:48 +0100)]
[CPUFREQ] fix up the invalid usage of pol->policy in drv_init()

also mark it with a warning in drv_verify()
From Dominik.

21 years ago[CPUFREQ] powernow-k8 isn't using cpufreq table helpers yet.
Dave Jones [Tue, 7 Oct 2003 17:46:15 +0000 (18:46 +0100)]
[CPUFREQ] powernow-k8 isn't using cpufreq table helpers yet.
It's also pretty new, so mark it as experimental for the time being.

21 years agoMerge bk://kernel.bkbits.net/davem/net-2.5
Linus Torvalds [Tue, 7 Oct 2003 03:24:04 +0000 (20:24 -0700)]
Merge bk://kernel.bkbits.net/davem/net-2.5
into home.osdl.org:/home/torvalds/v2.5/linux

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

21 years ago[PATCH] InterMezzo maintainence patch
Chen Yang [Tue, 7 Oct 2003 02:15:15 +0000 (19:15 -0700)]
[PATCH] InterMezzo maintainence patch

I have tested these patches and can atteste that they work.

 - rwhron@earthlink.net:
include cleanup of fs/intermezzo
 - kdw@neowiz.com:
memory leakage problem,race condition report
 - Domen Puncer:
Use list_for_each() where applicable
 - Chen Yang:
include file modification for more platforms to compile intermezzo
fix an oops problem

21 years ago[IPV4/IPV6]: Do not modify skb->h.raw until skb is unshared.
Julian Anastasov [Tue, 7 Oct 2003 01:32:54 +0000 (18:32 -0700)]
[IPV4/IPV6]: Do not modify skb->h.raw until skb is unshared.

21 years ago[IRDA]: Fix spinlock badness in last dongle changes.
Stephen Hemminger [Tue, 7 Oct 2003 01:31:08 +0000 (18:31 -0700)]
[IRDA]: Fix spinlock badness in last dongle changes.

21 years ago[IRDA]: Fix BUG() in irlmp seq file code.
Stephen Hemminger [Tue, 7 Oct 2003 01:26:12 +0000 (18:26 -0700)]
[IRDA]: Fix BUG() in irlmp seq file code.

21 years ago[NET]: Size hh_cache->hh_data[] properly.
David S. Miller [Tue, 7 Oct 2003 01:25:15 +0000 (18:25 -0700)]
[NET]: Size hh_cache->hh_data[] properly.

21 years ago[IPV4]: Fix deadlock on ip_mc_list->lock
Petr Vandrovec [Tue, 7 Oct 2003 00:56:33 +0000 (17:56 -0700)]
[IPV4]: Fix deadlock on ip_mc_list->lock

21 years ago[PATCH] Fix x86-64 signal FPU saving bug
Andi Kleen [Tue, 7 Oct 2003 00:55:59 +0000 (17:55 -0700)]
[PATCH] Fix x86-64 signal FPU saving bug

Don't overwrite FPU state unconditionally in init_fpu.

The child == current check is probably not needed, it's just paranoia.

21 years ago[PATCH] Quota bugfix
Jan Kara [Tue, 7 Oct 2003 00:54:56 +0000 (17:54 -0700)]
[PATCH] Quota bugfix

This should fix a problem with used-bytes counter overflow in old quota
format.

21 years ago[PATCH] saa7134 driver update
Gerd Knorr [Tue, 7 Oct 2003 00:54:27 +0000 (17:54 -0700)]
[PATCH] saa7134 driver update

This pdates the saa7134 driver.  It depends on the videobuf patch.

Changes:

  * add support for mplex mpeg2 encoder cards (new saa6752hs module).
  * tv card list updates.
  * adapt to videobuf changes.
  * better sysfs support.

21 years ago[IPV4]: Fix route.c build warning when procfs is disabled.
Luiz Capitulino [Tue, 7 Oct 2003 00:54:23 +0000 (17:54 -0700)]
[IPV4]: Fix route.c build warning when procfs is disabled.

21 years ago[PATCH] v4l: saa7146 driver update
Gerd Knorr [Tue, 7 Oct 2003 00:54:02 +0000 (17:54 -0700)]
[PATCH] v4l: saa7146 driver update

This adapts the saa7146 driver to the videobuf changes

21 years ago[PATCH] v4l: bttv driver update
Gerd Knorr [Tue, 7 Oct 2003 00:53:45 +0000 (17:53 -0700)]
[PATCH] v4l: bttv driver update

This updates the bttv driver.  It depends on the videobuf patch.

  * usual tv card list updates.
  * sysfs adaptions.
  * new, experimental i2c adapter code for bt878 chips
    (not used by default yet).
  * various minor fixes.

21 years ago[PATCH] v4l: videobuf update
Gerd Knorr [Tue, 7 Oct 2003 00:53:35 +0000 (17:53 -0700)]
[PATCH] v4l: videobuf update

This updates the videobuf module used by the bttv, saa7134 and saa7146
drivers.

Changes:
  * adds support for overlays (i.e. PCI-PCI DMA transfers).
  * adds support for userspace DMA.
  * fixes bug in the read() helper function (catch I/O errors).

21 years ago[PATCH] fix ia64 core dump code
Andrew Morton [Tue, 7 Oct 2003 00:53:26 +0000 (17:53 -0700)]
[PATCH] fix ia64 core dump code

From: Roland Turner <roland@redhat.com>

Fixes a BUG which occurs when an ia64 application tries to dump core.

21 years ago[PATCH] remove unused `locks' field from task_struct
Roland McGrath [Tue, 7 Oct 2003 00:53:17 +0000 (17:53 -0700)]
[PATCH] remove unused `locks' field from task_struct

This field is used nowhere; I had it commented out in my "make
allyesconfig" build and nothing complained.

21 years ago[NETLINK]: netlink.h needs types.h
Herbert Xu [Tue, 7 Oct 2003 00:51:41 +0000 (17:51 -0700)]
[NETLINK]: netlink.h needs types.h

21 years ago[X25]: Use mod_timer(), add missing sock locking to x25_accept().
Vinay K. Nallamothu [Tue, 7 Oct 2003 00:50:47 +0000 (17:50 -0700)]
[X25]: Use mod_timer(), add missing sock locking to x25_accept().

21 years ago[ATM]: schedule_timeout() sets curr_state, from Alexey Dobriyan <adobriyan@mail.ru>.
Randy Dunlap [Tue, 7 Oct 2003 00:49:25 +0000 (17:49 -0700)]
[ATM]: schedule_timeout() sets curr_state, from Alexey Dobriyan <adobriyan@mail.ru>.

21 years ago[COSA]: schedule_timeout() sets curr_state, from Alexey Dobriyan <adobriyan@mail...
Randy Dunlap [Tue, 7 Oct 2003 00:48:49 +0000 (17:48 -0700)]
[COSA]: schedule_timeout() sets curr_state, from Alexey Dobriyan <adobriyan@mail.ru>.

21 years ago[NET]: schedule_timeout() sets curr_state, from Alexey Dobriyan <adobriyan@mail.ru>.
Randy Dunlap [Tue, 7 Oct 2003 00:48:10 +0000 (17:48 -0700)]
[NET]: schedule_timeout() sets curr_state, from Alexey Dobriyan <adobriyan@mail.ru>.

21 years ago[IPVS]: remove some unused fields from the protocols
Julian Anastasov [Tue, 7 Oct 2003 00:46:40 +0000 (17:46 -0700)]
[IPVS]: remove some unused fields from the protocols