- 29 Sep, 2002 2 commits
-
-
Russell King authored
This allows the FP module to perform some extra optimisations.
-
Russell King authored
Update for changes in mainline 2.5.3[01234].
-
- 28 Sep, 2002 3 commits
-
-
Russell King authored
-
Russell King authored
We need the initrd location before the normal command line parsing occurs so we can reserve the right bits of memory, and not double- free the initrd during userspace boot.
-
Russell King authored
This solves a problem whereby the generic interrupt code repeatedly called an interrupt handler, even though the interrupt handler had called disable_irq().
-
- 27 Sep, 2002 1 commit
-
-
Nicolas Pitre authored
Question: is there any reason to do all this with byte access rather than word access besides alignment issues? Word access would be much faster.
-
- 26 Aug, 2002 1 commit
-
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-rmk
-
- 25 Aug, 2002 15 commits
-
-
http://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Kai Germaschewski authored
into zephyr.physics.uiowa.edu:/home/kai/src/kernel/v2.5/linux-2.5.make
-
Kai Germaschewski authored
Greg Banks: A very significant space is missing from an "if" expression in drivers/video/Config.in.
-
Kai Germaschewski authored
Greg Banks: Symbols CONFIG_BLK_DEV_NS87415, CONFIG_BLK_DEV_TRM290, CONFIG_DSCC4, and CONFIG_USB_SERIAL_SAFE_PADDED had spurious (EXPERIMENTAL) tags in their banners. Symbol CONFIG_INPUT_UINPUT was missing an (EXPERIMENTAL) tag in it banner.
-
Kai Germaschewski authored
The mips and parisc ports both defined 'Loadable module support' menus, despite including an identical menu from init/Config.in.
-
Kai Germaschewski authored
Greg Banks: The symbol CONFIG_SOUND_CMPCI_FMIO is declared with a "hex" statement, immediately preceded by a "define_hex" with the same value as the default value from the "hex". In config and xconfig, this has no effect; in menuconfig it prevents the user selecting any value other than the default.
-
Kai Germaschewski authored
Greg Banks: The symbol CONFIG_DEBUG_SPINLOCK was defined twice identically in the same file...three lines apart.
-
Kai Germaschewski authored
Greg Banks: A number of dep_bools and dep_tristates have architecture constants (e.g. CONFIG_X86) as dependencies. Such symbols have the property that their value is constant for any particular arch tree, and is either "y" or "", neither of which have any effect as dependencies, so the dependencies have no effect. This patch removes some of them.
-
Kai Germaschewski authored
Greg Banks: The menu 'AX.25 network device drivers' contained as its first item a comment with identical banner. This is pointless duplication, but more to the point it confused gcml2 unnecessarily.
-
Kai Germaschewski authored
-
Linus Torvalds authored
-
Linus Torvalds authored
Cset exclude: torvalds@home.transmeta.com|ChangeSet|20020821235957|57282
-
Ingo Molnar authored
This patch simply ensures that 'setting the MTRR' is atomic. This is important since HT CPU's may share some MTRR state.
-
- 23 Aug, 2002 18 commits
-
-
David S. Miller authored
- Do not use PC-relative branch/call in Ultra-III+ parity error trap vectors, we patch this into the trap table and then the PC-relative values are wrong. - When we take an irrecoverable trap at tl > 0, save away the full trap stack to the kernel stack, then log it from the C code handler.
-
David S. Miller authored
-
David S. Miller authored
- Some places need to include sched.h because the already include ptrace.h - CLONE_{SET,CLEAR}TID support - Clear PT_DTRACE when execve succeeds. - Add security bits to ptrace - Add sys_security to syscall tables.
-
David S. Miller authored
- Some places need to include sched.h because the already include ptrace.h - CLONE_{SET,CLEAR}TID support - Clear PT_DTRACE when execve succeeds. - Add security bits to ptrace and sys32_execve - Add sys_security to syscall tables.
-
David S. Miller authored
- futex uses int as its atomic word type, we pass in user_tid to the futex routines, so the types must match
-
David S. Miller authored
- flush_dcpage_cheetah sized wrongly, it is 11 not 9 insns now - xcall_report_regs and xcall_promstop should use etrap_irq not etrap
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/net-2.5
-
David S. Miller authored
into nuts.ninka.net:/home/davem/src/BK/sparc-2.5
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
Andras Kis-Szabo authored
-
Josef Siemes authored
-
James Mayer authored
-
Solar Designer authored
-
Alexey Kuznetsov authored
-
Kai Germaschewski authored
into tp1.ruhr-uni-bochum.de:/home/kai/linux-2.5.make
-
Kendrick M. Smith authored
This patch makes three small changes to nfsd_readdir(). First, the 'filldir' routine for NFSv4 may return an arbitrary error, which should become the return value for nfsd_readdir(). I implemented this by adding an 'nfserr' field to the 'struct readdir_cd'. Second, in NFSv4 the caller of nfsd_readdir() will specify an attribute bitmap, which must be communicated to the 'filldir' routine. I implemented this by adding a @bitmap parameter to nfsd_readdir() and a corresponding field in the 'struct readdir_cd'. (The bitmap is not interpreted in any way by nfsd_readdir().) Finally, NFSv4 defines a new error nfserr_readdir_nospc, which indicates that there was not enough buffer space to encode a single entry.
-