- 08 Oct, 2003 40 commits
-
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Yves Rutschle authored
Patch from Yves Rutschle. This cset allows LART to build again.
-
Benjamin Herrenschmidt authored
This allows PPC to insert resource descriptors later on after boot.
-
http://jfs.bkbits.net/linux-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dave Kleikamp authored
into shaggy.austin.ibm.com:/home/shaggy/bk/jfs-2.5
-
bk://kernel.bkbits.net/lord/xfs-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Stephen Lord authored
-
Stephen Lord authored
the online backup tools.
-
Stephen Lord authored
this correctly
-
Stephen Lord authored
-
Dave Kleikamp authored
This patch replaces many assert statements, which caused a BUG(), with improved code to mark the superblock dirty and then proceed as specified by the errors= mount flag (as ext2 and ext3 do). JFS's default for the errors option is "remount-ro" in order to prevent addition data corruption when a problem is found. These asserts are usually triggered by on-disk data corruption. By marking the superblock dirty, fsck will perform a complete check on the file system and correct the problems, rather than simply replaying the journal, inviting later trouble. Submitted by Karl Rister & Dave Kleikamp
-
ssh://lord@kernel.bkbits.net/xfs-2.6Stephen Lord authored
into penguin.americas.sgi.com:/src/lord/bitkeeper/xfs-2.6
-
Linus Torvalds authored
-
Stephen Hemminger authored
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
-
Stephen Hemminger authored
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
-
Stephen Lord authored
SGI Modid: 2.5.x-xfs:slinx:159631a
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
David S. Miller authored
-
Andi Kleen authored
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Chas Williams authored
-
Chas Williams authored
-
Tommy Christensen authored
-
Linus Torvalds authored
breaks everybody else. Instead, fix the NOMMU case by avoiding the part that walks page tables.
-
Julian Anastasov authored
-
Michael Hunold authored
-
Michael Hunold authored
- fix VIDIOC_S_FBUF for v4l1 backward compatility with xfree86 / v4l_drv
-
Michael Hunold authored
- 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
-
Michael Hunold authored
- 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.
-
Michael Hunold authored
- 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).
-
Michael Hunold authored
- various av7110 updates
-
Michael Hunold authored
- 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.
-
Michael Hunold authored
- the usual c99 initialization fixes all over the DVB place
-
Michael Hunold authored
- 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
-
Michael Hunold authored
- allow multiple read device opens
-
Michael Hunold authored
- 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
-
Michael Hunold authored
- add new DVB-T frontend driver sp887x.c
-