- 11 Feb, 2004 3 commits
-
-
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 17 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
-
Keith Owens authored
Periodically check for outstanding MCA or INIT records and pass them to user space salinfo.
-
Keith Owens authored
Correct the "did we recover from MCA test" and move it up a level to simplify interaction with debuggers.
-
Kenneth W. Chen authored
-
Jun Nakajima authored
Thanks to Nick's domain patch, the kernel worked fine with smp_num_siblings = 4 (in simulation).
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Keith Owens authored
Patches from Ben Woodward to calculate irq_safe once and pass it around.
-
Keith Owens authored
-
Keith Owens authored
[PATCH] ia64: mca.c cleanup - Reorder to remove the need for forward declarations and to consolidate related code
-
Keith Owens authored
-
Keith Owens authored
-
Keith Owens authored
[PATCH] ia64: mca.c cleanup - Delete all record printing code, moved to salinfo_decode in user space
-