- 29 Dec, 2002 20 commits
-
-
Andrew Morton authored
These functions have no references. Just ifdef them away for now; someone may want them back.
-
Andrew Morton authored
drivers/serial/core.c:390: warning: `quot' might be used uninitialized in this function It's a compiler bug. This change makes it go away.
-
Andrew Morton authored
-
Andrew Morton authored
Ingo added saved_fs, saved_gs to thread_struct and didn't add corresponding initializers to INIT_THREAD. We assign NULL to an unsigned int and the compiler warns. The patch converts it to use designated initialisers and fixes the io_bitmap initializer in the process.
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Christoph Hellwig authored
A second start at removing them from kernel/*.c and fs/*.c. Note that module_put is fine for a NULL argument.
-
Christoph Hellwig authored
Rename the deprecated attribute to __deprecated to make it obvious this is something special and to avoid namespace clashes. Mark old module interfaces deprecated.
-
Linus Torvalds authored
-
Christoph Hellwig authored
The use of explicit initializers all over the i2c core anoyed for long, but the lm_sensors merge with two new files just for initializers was too much. Conver all of i2c to sane initialization (mostly initcall, but some driver also got other cleanups in that area)
-
Christoph Hellwig authored
Trying to get the i2c code in shape at some point..
-
Christoph Hellwig authored
This is a large rewrite of i2c-amd756 (added by Pavel post 2.5.53 although it's not his code) into a driver following linux driver guide lines. As a side-effect it shrinks the driver by almost one fifth. Tested with an early AMD756-based board. - use proper PCI API - use pr_debug instead of #ifdef DEBUG mess - use named initializers - completly restructure init/exit code - mark everything static
-
Christoph Hellwig authored
So stub it out, similar to /proc/<pid>/wchan for !CONFIG_KALLSYMS
-
Christoph Hellwig authored
It's only used to hide two entries in arch/i386/Kconfig.
-
Linus Torvalds authored
inline asm will do it for us.
-
Randy Dunlap authored
This corrects the misspellings of "deprecated" in a few places.
-
Hirofumi Ogawa authored
This moves ramfs_getattr() to fs/libfs.c as simple_getattr()
-
Linus Torvalds authored
doing a full register restore on return to user space, and thus require the long system call exit path (ie "iret" instead of "sysexit"). * execve() - we need to set edx/ecx correctly at process startup. * iopl() - needs iret to restore eflags with new IOPL levels.
-
Geert Uytterhoeven authored
Here's a fix on top of the patch you commited: - Rename ide_intr_lock to falconide_intr_lock - Add falconide_intr_lock to the Falcon IDE driver itself - Test for CONFIG_BLK_DEV_FALCON_IDE instead of CONFIG_ATARI since falconide_intr_lock is Falcon IDE-specific, not Atari-specific
-
Hirofumi Ogawa authored
This makes ramfs support proper st_blocks accounting.
-
- 28 Dec, 2002 20 commits
-
-
Linus Torvalds authored
a bit more closely.
-
Linus Torvalds authored
-
William Stinson authored
This marks check_region "deprecated". This gives a nice warning messages for programs that still use check_region for example: drivers/parport/parport_pc.c:2215: warning: `__check_region' is deprecated (declared at include/linux/ioport.h:111)
-
Robert Love authored
This patch adds support for usage of the attribute as "deprecated" and is backward-compatible. Usage is: int deprecated foo(void) etc.. If we mark a function as deprecated, then each use of the function emits a warning like: foo.c:12: warning: `baz' is deprecated (declared at bar.c:60) Which is very informative, giving both the location of each usage and where the little bastard is declared.
-
Linus Torvalds authored
-
James Bottomley authored
Switch to larger operating GDT after moving to protected mode This is necessary to boot on certain subarchs (voyager)
-
James Bottomley authored
Also localises the parameters and setup into kernel/timers Adds an external flag so that the tsc can be disabled from the machine specific setup (used by voyager)
-
James Bottomley authored
-
James Bottomley authored
Patch suggested by Randy Dunlap
-
James Bottomley authored
-
James Bottomley authored
-
Andi Kleen authored
Add support for the AMD Opteron/Athlon64/Hammer/K8 line to the 32bit kernel. Mostly just reusing Athlon code with some changed CPU model checks. The Hammer has model number 15. I also fixed rmb()/mb() to use the SSE2 mfence/lfence instructions on P4 and Hammer. They are somewhat cheaper than the locked cycle.
-
Andi Kleen authored
- Optimize __copy*user a bit. - Merge with 2.5.53/i386 - Fix broken 32bit signal handling. - Implement AT_SYSINFO and a vsyscall page for 32bit programs. - Fix 32bit SYSCALL entry point to handle 6 arguments and restart correctly. - Add oprofile support (Vojtech Pavlik, with changes by me) This is shared code with i386.
-
Andi Kleen authored
The x86-64 port shares the oprofile code with i386. This needs some minor changes in the i386 oprofile, mostly to use instruction_pointer(regs) to access the EIP instead of referencing it directly. On i386 this is a nop.
-
Linus Torvalds authored
-
Linus Torvalds authored
-
http://uml.bkbits.net/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://uml.bkbits.net/doc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://uml.bkbits.net/skas-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
http://uml.bkbits.net/updates-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-