- 13 Feb, 2004 1 commit
-
-
Benjamin Herrenschmidt authored
-
- 11 Feb, 2004 13 commits
-
-
Wim Van Sebroeck authored
Source WATCHDOG config info from drivers/char/watchdog/Kconfig for m68k, sparc and sparc64 architectures
-
Wim Van Sebroeck authored
Add the Berkshire Products PCI-PC Watchdog driver
-
Wim Van Sebroeck authored
Apparently we ported the indydog code to the 2.5/2.6 kernel series, but we forgot to put it in the kernel configuration file + the Makefile
-
Wim Van Sebroeck authored
Cleanup/Restructuring of drivers/char/watchdog/Kconfig
-
Wim Van Sebroeck authored
Version 0.06 of the intel i8xx TCO driver: * change i810_margin to heartbeat (in seconds) * use module_param * added notify system support * renamed module to i8xx_tco
-
Wim Van Sebroeck authored
Added notifier support Moved start and stop code to their own subroutines Extended ioctl support Add MODULE_* info
-
Wim Van Sebroeck authored
small cleanup
-
Wim Van Sebroeck authored
Update MODULE_* information
-
Wim Van Sebroeck authored
Make heartbeat a module parameter and some general clean-up.
-
Matthew Wilcox authored
In order to make the watchdog menu useful for some architectures, we need to only be able to select the watchdogs that can compile. This patch also moves the SuperH watchdog from its own Kconfig file to the normal one.
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
This is nonsense. We only use the lower 8 bits, so putting the useful info in the upper 8 makes no sense at all.
-
Dave Jones authored
Cpufreq core expects units in khz not mhz. Oops.
-
- 10 Feb, 2004 18 commits
-
-
Linus Torvalds authored
It broke some existing setups, so let's drop it until we have a better notion of how to do this.
-
Ingo Molnar authored
This is an obvious scalability improvement for write()s. We used a global lock to protect the inode writecount (updated on every open for writing) - this just makes it use the existing inode->i_lock instead. Compiles & boots fine on x86 SMP.
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
Another fix from Dominik.
-
Dave Jones authored
From Dominik.. The different P-4-M steppings have different "ebx" values. Analyze it correctly to sort out Pentium-4-based Celerons.
-
Dave Jones authored
-
Dave Jones authored
Move the table verification to an extra function.
-
Dave Jones authored
Remove the *ppst table, and remove an unneccessary forward-declaration
-
Dave Jones authored
Keep *ppst local to the only function which needs it any longer.
-
Dave Jones authored
Use the frequency_table for calculating the correct ->target state
-
Dave Jones authored
Add a struct cpufreq_frequency_table, fill it with content, and use it for ->verify.
-
Dave Jones authored
Reverting frequency changes on unloading is uncommon for cpufreq drivers so let's remove this speciality.
-
Dave Jones authored
into delerium.codemonkey.org.uk:/mnt/nfs/sepia/bar/src/kernel/2.6/trees/cpufreq
-
Dave Jones authored
From: Hiroshi Miura <miura at da-cha.org> I mistook a Geode chipset's register meanings. (-.-; ON is not 'CPU is ON' but 'cpu modulation is ON' that is stops cpu. this causes a bad freq setting. This patch fixes this and minor bug that is, if (new_khz == stock_freq) { /* if new khz == 100% of CPU speed, it is special case */ local_irq_save(flags); cpufreq_notify_transition(&freqs, CPUFREQ_PRECHANGE); cpufreq_notify_transition() called after local_irq_save(); this makes not update cpu_khz.
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.6
-
David S. Miller authored
-
http://lia64.bkbits.net/to-linus-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
http://jfs.bkbits.net/linux-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 11 Feb, 2004 2 commits
-
-
Nathan Scott authored
into sgi.com:/source2/xfs-linux-2.6
-
Christoph Hellwig authored
SGI Modid: xfs-linux:xfs-kern:166504a
-
- 10 Feb, 2004 6 commits
-
-
David Mosberger authored
-
David Mosberger authored
-
David Mosberger authored
-
David Mosberger authored
via /proc/efi/fpswa, rather than printing it at boot time.
-
Dave Kleikamp authored
-
Dave Kleikamp authored
into kleikamp.dyn.webahead.ibm.com:/shaggy/bk/jfs-2.5
-