- 29 Dec, 2002 12 commits
-
-
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 28 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
-
http://uml.bkbits.net/mconfig-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jochen Hein authored
The following patch fixes a "uninitialized timer" message when loading yenta_socket.ko.
-
bk://are.twiddle.net/tga-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Daniel A. Nobuto authored
the url for module-init-tools has been fixed, and all the references to modutils (outside source) has been updated if necessary. more patches to follow to fix up the modules.conf/conf.modules vs. modprobe.conf references.
-
Geert Uytterhoeven authored
Convert m68k scsi drivers to new local_irq*() framework: - 53c7xx SCSI core - NCR53C9x ESP SCSI core - Atari NCR5380 - Mac NCR5380 - Sun-3 OBIO and VME NCR5380
-
Geert Uytterhoeven authored
Kill warnings in Q40 keyboard driver: - wrong return type - unused variable
-
Geert Uytterhoeven authored
z2ram: kill unused variables
-
Geert Uytterhoeven authored
STRAM: kill warning because of incorrect printf()-style format
-