- 10 Feb, 2004 25 commits
-
-
Len Brown authored
-
Len Brown authored
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.3
-
Len Brown authored
-
Martin J. Bligh authored
drivers/acpi/numa.c is IA64 only for now -- enforce it. (and arch/i386/kernel/srat.c is i386 only for now)
-
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
-
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.
-
Linus Torvalds authored
The S_IFxxxx macros aren't bits to be tested, they are values of the S_IFMT field.
-
James Simmons authored
This patch fixes the GPM cursor corruption people where seeing.
-
Joe Thornber authored
With 32 bit sector_t the block device size _in bytes_ is also cut to 32 bit in __set_size when the block device is mount (a filesystem mounted). The argument should be cast to loff_t before expanding the sector count to a byte count and calling i_size_write. [Christophe Saout]
-
Linus Torvalds authored
user program inclusion. It's still wrong to include kernel headers from user programs. Oh, well.
-
Bartlomiej Zolnierkiewicz authored
Ths "fix duplication of DMA {black,white}list in icside.c" patch broke it. Noticed by Geert Uytterhoeven <geert@linux-m68k.org>.
-
Jens Axboe authored
From John McKell <mckellj@iomega.com>: This patch for scsi/sr.c and cdrom/cdrom.c persuades /proc/sys/dev/cdrom/info to report that connecting a drive via USB rather than ATAPI in fact does not make it able to write DVD-R. Without this patch, when sr0 and hdd are the same type of device connected via USB and ATAPI respectively, I see: $ cat /proc/sys/dev/cdrom/info: drive name: sr1 sr0 hdd ... Can write CD-R: 1 0 0 Can write CD-RW: 1 0 0 Can read DVD: 0 0 0 Can write DVD-R: 1 1 0 Can write DVD-RAM: 0 0 0 Can read MRW: 0 0 0 Can write MRW: 0 0 0 With this patch applied, instead I see: $ cat /proc/sys/dev/cdrom/info: drive name: sr1 sr0 hdd ... Can write CD-R: 1 0 0 Can write CD-RW: 1 0 0 Can read DVD: 0 0 0 Can write DVD-R: 0 0 0 Can write DVD-RAM: 0 0 0 Can read MRW: 0 0 0 Can write MRW: 0 0 0 The sr1 device in particular is an ordinary CD-RW that in fact cannot write DVD-R. While messing with this code, I also thought to tweak the /proc formatting to align the tabbed columns.
-
Benjamin Herrenschmidt authored
Here's a new version of the patch according to our discussion. This allows the platform to add its own platform files to the sysfs PCI device node through a "pcibios_add_platform_entries()" call. I added an empty pcibios_add_platform_entries() inline to all archs that apparently have PCI and implemented the OF stuff for ppc and ppc64. The name is still "devspec" for now, I doubt it will conflict and that's consistent with our use of the "devspec" name in other places.
-
- 09 Feb, 2004 15 commits
-
-
Linus Torvalds authored
-
Andrew Morton authored
From: Nathan Scott <nathans@sgi.com>, Andreas Gruenbacher <agruen@suse.de> XFS regression tests tripped a couple of problems with the recent xattr fix. When a size of 0 is passed in, the getxattr and listxattr syscalls return the size that would be required for the value or list of names, without actually returning the value. The previous patch accidentally removed this test, and so querying the required size broke.
-
Andrew Morton authored
From: "Art Haas" <ahaas@airmail.net> The following patch removes the duplicated sysctl entries for 'soft-power' and 'unaligned-trap' for HPPA users. Immediately before these lines these two entries exist in a C99-style format.
-
bk://kernel.bkbits.net/davem/irda-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Jean Tourrilhes authored
<Patch from Stephen Hemminger> o [CORRECT] Better handling of shared IRQs in w83977af_ir driver.
-
Jean Tourrilhes authored
<Patch from Stephen Hemminger> o [CORRECT] Better handling of shared IRQs in via-ircc driver.
-
Jean Tourrilhes authored
<Patch from Stephen Hemminger> o [CORRECT] Better handling of shared IRQs in smsc-ircc2 driver.
-
Jean Tourrilhes authored
<Patch from Stephen Hemminger> o [CORRECT] Better handling of shared IRQs in ali-ircc driver.
-
Jean Tourrilhes authored
<Patch from Stephen Hemminger> o [CORRECT] Better handling of shared IRQs in nsc-ircc driver.
-
Jean Tourrilhes authored
<Patch from Stephen Hemminger> o [FEATURE] remove unused code : device notifier handler.
-
Jean Tourrilhes authored
o [FEATURE] Don't drop IrLAP connection is we *just* received an incomming IrLMP connection request.
-
Jean Tourrilhes authored
<Original patch from Stephen Hemminger> o [CORRECT] Always initialise Ultra packet/header size. o [CORRECT] Don't allow Ultra send on unbound sockets if no dest address is given. o [FEATURE] Properly support Ultra sendto on unbound sockets.
-
Andrew Morton authored
From: Trond Myklebust <trond.myklebust@fys.uio.no> Fix for proper C99 designated initializer, and avoid warning from missing (unreachable - but gcc doesn't know it) return.
-
Linus Torvalds authored
a function of its own. This also allows us to do a better job, since slab.c can now do more proper tests.
-