- 10 Oct, 2003 3 commits
-
-
Dave Jones authored
We got half multipliers horribly wrong, which made us think we could clock the CPU much higher than we actually could.
-
Dave Jones authored
Now that longhaul=1 matches more than 1 CPU, this broke.
-
Dave Jones authored
These CPUs are actually only longhaul v1 compliant. This was catastrophic, as the MSRs moved between v1 and v2. There was also massive confusion in the documentation regarding Ezra. It's not another variant, so 'v2' never existed. Renamed v3 (Powersaver) to v2 as a result of this.
-
- 07 Oct, 2003 15 commits
-
-
Dave Jones authored
-
Dave Jones authored
670 -> 677 = Samuel 2 678 -> 67f = Ezra
-
Dave Jones authored
Group processor tables together correctly.
-
Dave Jones authored
-
Dave Jones authored
-
Dave Jones authored
Preemptively stop some good intentioned janitor coming along and "fixing a typo".
-
Dave Jones authored
-
Dave Jones authored
The current tables we had have been confirmed as safe by VIA.
-
Dave Jones authored
Spotted by Pavel Machek.
-
Dave Jones authored
Hand-applying simple diffs considered harmful.
-
Dave Jones authored
More bits from Pavel. drv_* in oopses is pretty uninformative.
-
Dave Jones authored
Spotted by Pavel Machek.
-
Dave Jones authored
-
Dave Jones authored
also mark it with a warning in drv_verify() From Dominik.
-
Dave Jones authored
It's also pretty new, so mark it as experimental for the time being.
-
- 06 Oct, 2003 13 commits
-
-
bk://bk.arm.linux.org.uk/linux-2.6-serialLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Bjorn Helgaas authored
Patch from Bjorn Helgaas. Lastest changes in 8250_acpi.c produce warnings about type mismatch in printk.
-
Andi Kleen authored
Reuses the i386 cpufreq code and add an notifier to the x86-64 timer code to track frequency changes. All previous criticism of earlier patches should be addressed: - it doesn't touch i386 now - Doesn't include the ACPI P states driver anymore following brodo's request. Also fix a typo in the last version.
-
Andi Kleen authored
This fixes CONFIG_UID16 problems on x86-64 as discussed earlier. CONFIG_UID16 now only selects the inclusion of kernel/uid16.c, all conversions are triggered dynamically based on type sizes. This allows x86-64 to both include uid16.c for emulation purposes, but not truncate uids to 16bit in sys_newstat. - Replace the old macros from linux/highuid.h with new SET_UID/SET_GID macros that do type checking. Based on Linus' proposal. - Fix everybody to use them. - Clean up some cruft in the x86-64 32bit emulation allowed by this (other 32bit emulations could be cleaned too, but I'm too lazy for that right now) - Add one missing EOVERFLOW check in x86-64 32bit sys_newstat while I was at it.
-
John Levon authored
Needs a forward declaration of struct pt_regs
-
Hirofumi Ogawa authored
Current match_token recognize "foo=" as "foo=%s". So this change the nul string does not recognize as "%s".
-
Hirofumi Ogawa authored
If original code uses the following, opts->value = simple_strtoul(value, &value, 0); if (*value) return error; It doesn't recognize negative value. So option format should use "%u".
-
Hirofumi Ogawa authored
This is just misc cleanup of fat option.
-
Hirofumi Ogawa authored
vfat doesn't recognize the msdos option. Also msdos doesn't recognize vfat option. And this separates fat/vfat/msdos option structures. I think this looks more good as document.
-
Hirofumi Ogawa authored
This uses more fine granularity ->d_lock than ->dcache_lock for ->d_parent with d_move() race.
-
Hirofumi Ogawa authored
From René Scharfe <l.s.r@web.de> there's one call to strncpy() in vfat that really should be a memcpy(). The source, msdos_name, is a space-filled char array, not a NUL-terminated string. The rest of the patch eliminates duplicate occurencies of the CURRENT_TIME macro inside functions. This shrinks vfat.o by a few bytes.
-
Russell King authored
It seems that we're attempting to work out the free stack size using two unrelated pointers for the lowest address of the stack. Fix this to use the correct pointer.
-
bk://ppc.bkbits.net/for-linus-ppcLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 07 Oct, 2003 4 commits
-
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
-
Paul Mackerras authored
-
- 06 Oct, 2003 5 commits
-
-
Paul Mackerras authored
into samba.org:/home/paulus/kernel/for-linus-ppc
-
Jens Axboe authored
From: Felipe W Damasio <felipewd@terra.com.br> Found by smatch.
-
Andi Kleen authored
Remove outdated URLs from the x86-64 Kconfig. Originally from the trivial patch monkey / Petri Koistinen <petri.koistinen@iki.fi>
-
Andi Kleen authored
Make linux32 ... on x86-64 to do proper uname emulation again. Also changes i386 to i686 because that's more near the truth.
-
Martin Schwidefsky authored
The zfcp scsi host adapater.
-