- 13 Feb, 2004 12 commits
-
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
This involves moving the final fixup to a function pointer in machdep, turning all the PCI DMA routines into function pointers in a separate structure and a bit of renaming work. The PowerMac currently use "direct" PCI DMA bypassing the iommu. The driver for the IOMMU will come later, allowing us to lift the limitation to 2Gb of RAM
-
Benjamin Herrenschmidt authored
This involves making the actual read/write routines be indirect through ppc_md, and adding the various nvram partition types used on a PowerMac.
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
Also move some of the init cruft into separate function to make things slightly more readable. We sill need to significantly cleanup that file, but that will come later... Properly export the OF device-tree accessors to modules
-
Benjamin Herrenschmidt authored
Apple's OF boots us with translation enabled. Also move the copy_and_flush of the CPU holding loop to prom.c as it mustn't be called on platforms that don't boot in real mode (that space isn't always mapped)
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
Benjamin Herrenschmidt authored
-
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 15 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
-