- 13 Feb, 2003 40 commits
-
-
David Jeffery authored
This removes the old LinuxVersionCode() and replaces it with KERNEL_VERSION(). Thanks go to Adrian Bunk for sending the initial version.
-
David Jeffery authored
This adds a few bits of code and couple #ifdefs that are needed to enable this driver to work for 2.4 as well as 2.5.
-
David Jeffery authored
This adds back the reboot_notifier hook that was accidentally removed in the last set of patches. It also adds support handle a Mode Page 8 command so the scsi layer won't complain anymore. And the movement to using ->device to get scsi numbers resulted in 2 typos in debug code. These are also fixed.
-
Dave Jones authored
Lingering around for a while. 2.4 forward port.
-
Dave Jones authored
The new C3s won't boot a C3 kernel as they dropped 3dnow support in favour of SSE. It now also has cmov though and can be scheduled as a 686 CPU. I've a patch for gcc pending inclusion that adds the -march=c3-2 option.
-
Dave Jones authored
Forgot to bring this bit forward when I updated the watchdog drivers.
-
Dave Jones authored
Fixes from 2.4 + compile fixes from me.
-
Dave Jones authored
This one has been around for ages, has Rusty's name all over it, but wasn't from him. 48 lines of comments, and no swearing? 8-) Mostly documentation, but also has some buffer overflow detection in there.
-
Dave Jones authored
from 2.4
-
Dave Jones authored
adap_lock is a little generic for a global..
-
Dave Jones authored
-
Dave Jones authored
This went into 2.4.18
-
Dave Jones authored
Whoops, VIA goofed, and it reports L2 size as 65KB.
-
Dave Jones authored
If we have a non-SMP approved CPU, but its in a UP system, we should allow SMP kernels.
-
Dave Jones authored
from 2.4 only register gameport if the port is active
-
Dave Jones authored
from 2.4 only register gameport if the port is active
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Jones authored
-
Dave Jones authored
-
bk://linux-dj.bkbits.net/watchdogLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Dave Jones authored
-
Dave Jones authored
By Heiko Ronsdorf, has been around linux-kernel a few days, and has been through some rounds of cleanup.
-
Dave Jones authored
into tetrachloride.(none):/mnt/stuff/kernel/2.5/watchdog
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
-
Linus Torvalds authored
updates.
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/jgarzik/irda-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Andrew Morton authored
Patch from Andreas Gruenbacher <agruen@suse.de> This patch fixes an unbalanced lock_kernel()/unlock_kernel() path in the ext3 extended attributes code. Instead of fixing this in fs/ext3/xattr_user.c, the locking code is moved to fs/ext3/xattr.c, since most other types of extended attributes will need the exact same functionality.
-
Andrew Morton authored
Growing i_size in hugetlbfs_prefault() isn't right - if we run out of pages, do_mmap_pgoff() will chop the partially-instantiated pages off again. So update i_size in hugetlbfs_file_mmap() if the whole mmap attempt was successful.
-
Andrew Morton authored
Patch from john stultz <johnstul@us.ibm.com> This patch simply enables the existing timer_cyclone code for Summit/x440 systems.
-
Andrew Morton authored
Patch from: john stultz <johnstul@us.ibm.com> This patch "fixes" the timer_cyclone code by having it initialize fast_gettimeoffset_quotient and cpu_khz in the same manner as timer_tsc. This is required for enabling the timer_cyclone code on the x440. Ideally fast_gettimeoffset_quotient would not be used outside timer_tsc and cpu_khz would be initialized generically outside the timer subsystem. I have patches to do this, but they touch quite a bit of generic code, and I'd rather not make the timer_cyclone enablement (patch to follow) depend on these larger changes.
-
Andrew Morton authored
Patch from: john stultz <johnstul@us.ibm.com> This cleanup patch makes fast_gettimeoffset_quotient (a timer_tsc specific variable) static, and replaces its usage with cpu_khz, making it timer_opt independent.
-
Andrew Morton authored
Patch from: Rusty Lynch <rusty@linux.co.intel.com> Attempting to cat a sysfs file that returns an error will result in an endless dump of garbage to the screen because the result of the specific show operation was being saved to a size_t (unsigned) and then later checked for a negative value. Here is a trivial patch to fix the error.
-