- 08 Oct, 2003 12 commits
-
-
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
-
Michael Hunold authored
- av7110 DVB driver firmware update. don't worry: we're planning to switch to firmware_class soon...
-
Matthew Wilcox authored
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.
-
Miles Bader authored
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).
-
Miles Bader authored
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).
-
Miles Bader authored
-
Miles Bader authored
-
Miles Bader authored
This is a horrid implementation, but whatever.
-
Miles Bader authored
-
- 07 Oct, 2003 28 commits
-
-
bk://kernel.bkbits.net/acme/ksyms-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Arnaldo Carvalho de Melo authored
-
Arnaldo Carvalho de Melo authored
-
http://nfsclient.bkbits.net/linux-2.5Trond Myklebust authored
into fys.uio.no:/home/linux/bitkeeper/nfsclient-2.5
-
http://nfsclient.bkbits.net/linux-2.5Trond Myklebust authored
into fys.uio.no:/home/linux/bitkeeper/nfsclient-2.5
-
Trond Myklebust authored
Convert them into structures
-
Trond Myklebust authored
- 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.
-
Trond Myklebust authored
a pointer to a filled nfs_write_data struct like we do for asynchronous function calls
-
Trond Myklebust authored
passing a pointer to a filled nfs_read_data structure (the same struct used by the asynchronous function calls)
-
Trond Myklebust authored
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.
-
Trond Myklebust authored
and didn't really relate to any of the RFCs. Replace with the more descriptive "nfs4_state_owner".
-
Trond Myklebust authored
superblock as a parameter instead of passing it in the form of a dentry.
-
Trond Myklebust authored
getattr "bitmap" was allocated on the stack. Make it use the bitmaps already allocated for that purpose in the nfs_fattr struct.
-
Trond Myklebust authored
slot table.
-
Trond Myklebust authored
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
-
Trond Myklebust authored
that it does not support a given program, version or procedure call.
-
Trond Myklebust authored
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.
-
Linus Torvalds authored
-
Arnaldo Carvalho de Melo authored
This fixes asus_acpi.c when doing a modular build
-
Linus Torvalds authored
unconditional. Simplify the macros.
-
Randy Dunlap authored
Avoid "statement with no effect" warning by making the macro that doesn't do anything an inline function instead.
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
-
Dave Jones authored
670 -> 677 = Samuel 2 678 -> 67f = Ezra
-
Dave Jones authored
Group processor tables together correctly.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Preemptively stop some good intentioned janitor coming along and "fixing a typo".
-