- 27 Jun, 2003 26 commits
-
-
Matthew Wilcox authored
This patch moves all the duplicated cdrom Kconfig bits from arch/*/Kconfig to drivers/cdrom/Kconfig
-
Martin Schwidefsky authored
Add return statement to tty init function of 3215 driver.
-
Martin Schwidefsky authored
Fix typos.
-
Martin Schwidefsky authored
Pass correct argument to SET_MODULE_OWNER.
-
Martin Schwidefsky authored
- Simplify long busy condition handling, add quiesce/resume ioctl. - Add sense data area to reserve/release/steal_lock ccw-chains.
-
Martin Schwidefsky authored
- Make ccwgroup online attribute consistent with ccw online attribute. - Add link incident record handling to channel subsystem code. - Do path grouping only if the device driver explicitly requests it. - Fix multicast or broadcast flood ping hand on HiperSockets.
-
Martin Schwidefsky authored
- Add missing includes to compat_ioctl.c. - Fix 32 bit emulation of sys_settimeofday.
-
Martin Schwidefsky authored
- Remove unused variables from smp.c. - Reserve system call number 110 for sys_lookup_dcache. - Fix show_trace. - Remove superfluous asm include file. - Add statfs64 structure.
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Rusty Russell authored
In general, it is more better to use get_cpu_var() and __get_cpu_var() to access per-cpu variables on this CPU than to use smp_processor_id() and per_cpu(). In the current default implemention they are equivalent, but on IA64 the former is already faster, and other archs will follow.
-
Greg Ungerer authored
Make the ROMfs copy in the startup code for NETtel/5272 board conditional on actually using a ROMfs setup.
-
Greg Ungerer authored
Make the ROMfs copy in the startup code for Motorola/M5206eLITE board conditional on actually using a ROMfs setup.
-
Greg Ungerer authored
Fix the m68knommu version of show_stack(). It expects the task as an argument.
-
David Gibson authored
Architectures using the generic 32/64-bit ioctl() compatibility shims will get a link error if CONFIG_VT is not defined, since the compatbility ioctl() code calls functions in drivers/char/vt.c which is only included in the build if CONFIG_VT is set. This fixes the compile with a couple of #ifdefs:
-
Randy Dunlap authored
This patch is to 2.5.73-bk4 and is purely cosmetic. Please apply. It removes the blank line after "testing the IO APIC....":
-
Neil Brown authored
Call refrigerator() in svc_recv, so it is there for nfsd and no longer needed explicitly in lockd.
-
Neil Brown authored
Already defined in state.h
-
Neil Brown authored
From: "William A.(Andy) Adamson" <andros@citi.umich.edu> sorry. i forgot to lock the nfsv4 state in nfsd4_read, nfsd4_write, and nfsd4_setattr.
-
Neil Brown authored
From: "William A.(Andy) Adamson" <andros@citi.umich.edu> this patch adds share state processing to nfsd4_setattr().
-
Neil Brown authored
From: "William A.(Andy) Adamson" <andros@citi.umich.edu> this patch adds share state processing to nfsd4_write().
-
Neil Brown authored
From: "William A.(Andy) Adamson" <andros@citi.umich.edu> this patch adds share state processing to nfsd4_read().
-
Neil Brown authored
From: "William A.(Andy) Adamson" <andros@citi.umich.edu> Add the opendowngrade call with share state processing. it includes nfs4_preprocess_stateid_op() which will be used in read and write state processing.
-
Neil Brown authored
From: "William A.(Andy) Adamson" <andros@citi.umich.edu> Add share state processing to nfsd4_close. it includes some more debug counters.
-
Neil Brown authored
From: "William A.(Andy) Adamson" <andros@citi.umich.edu> Add OPEN_CONFIRM functionality to the nfsv4 server, including a preprocess_seqid_op function that will be used in subsequent patches.
-
Neil Brown authored
this was need for paths, but now we have seq_path...
-
Neil Brown authored
Also remove the path_buf that was passed around for /proc/fs/nfs/exports as the existance of seq_path removes the need for this.
-
- 26 Jun, 2003 5 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
http://linux-lksctp.bkbits.net/lksctp-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
bk://kernel.bkbits.net/jmorris/net-2.5David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
- 27 Jun, 2003 3 commits
-
-
Herbert Xu authored
Also append policy spec to acquire message.
-
Art Haas authored
These small patches remove a number of '.maxlen = 0,' initializers.
-
Hideaki Yoshifuji authored
MTU / alignment check in ip6_fragment() was wrong; first_len was not correct.
-
- 26 Jun, 2003 6 commits
-
-
David S. Miller authored
-
bk://kernel.bkbits.net/gregkh/linux/pci-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Greg Kroah-Hartman authored
-
Ben Collins authored
IEEE1394 : Kbuildify oui2c. ALL : C construct cleanups, macro namespace cleanups. ETH1394 : Limited multicast support. Minor fixes for IPv4 interop. ETH1394 : Add ethtool support.
-
Greg Ungerer authored
Modify m68knommu do_settimeofday() routine to take "struct timespec" argument, and adjust code to handle nsec size quantities.
-
Greg Ungerer authored
Define missing type for CONFIG_KCORE_ELF in m68knommu/Kconfig.
-