- 02 Apr, 2003 12 commits
-
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/i2c-2.5
-
Greg Kroah-Hartman authored
-
Martin Schlemmer authored
This should have a working w83781d driver updated for 2.5.66-bk4. Currently sysfs support is working, and are according to the spec (sensors-sysfs) in the 'lm sensors sysfs file structure' thread. Thus I used 'temp_input[1-3]', as there was not final decision on having them temp_input[0-2] as well, for example.
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
(the users of this function have already been changed in previous patches)
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
This still needs to be converted to use sysfs files, but due to lack of hardware, I can not do this. This change is necessary as the sysctl and proc interface is about to go away.
-
Greg Kroah-Hartman authored
Note, some data is not converted and will not be displayed. Someone with this hardware is going to have to finish the rest of this conversion.
-
Greg Kroah-Hartman authored
-
Linus Torvalds authored
while number of symbols is "num_syms". It used to be "num_syms" and "num_ksyms" respectively (ie the "k" was the wrong way around). The previous naming was not just confusing, it had caused one actual bug (ie the normal symbol code had used "num_syms", which was wrong in the old confusing naming scheme).
-
John Levon authored
This is Mikael's version of Pavel's patch, fixed to let CONFIG_PM=n compile. It works for me on my 2-way using oprofile.
-
- 01 Apr, 2003 28 commits
-
-
Linus Torvalds authored
-
Stephen Rothwell authored
-
Stelian Pop authored
Damn, a copy and paste error and nobody noticed until now. From Daniel K.
-
John Levon authored
This implements a simple notifier so oprofile can notice removed and added modules properly
-
Dave Jones authored
According to Intel document 24161823.pdf[*] page 18, 'tm2' is misdefined. Its bit 7 not, bit 8. Also add the missing 'EST' (Enhanced Speedstep Technology) bit, and use the correct Intel terminology for the context ID bit. [*] http://www.intel.com/design/xeon/applnots/241618.htm
-
Dave Jones authored
-
Marijn Kruisselbrink authored
The fb-logo *.c files are not deleted on a make clean; this patch fixes this.
-
Christoph Hellwig authored
-
http://linux-acpi.bkbits.net/linux-acpiLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Randy Dunlap authored
This changes/fixes the optcd.c stack reduction patch from last week. Alan and Jens objected to the kmalloc() in cdromread(), suggesting that the read buffer should be allocated one time and held onto, so this patch does that.
-
Neil Brown authored
The systemcall interface for adding exports checked that the filesystem was exportable. The new interface doesn't... This patch splits this functionality into a separate function which is called from both sites.
-
Paul Mackerras authored
This adds the PCI ids for some of the newer Apple chips.
-
Paul Mackerras authored
This updates the battery charge calculations for powerbooks. This is Ben Herrenschmidt's work.
-
Paul Mackerras authored
This updates the ADB (Apple desktop bus) driver used on macs and powermacs. The main change, from Ben Herrenschmidt, is that handlers are called without a lock held now. It also adds a way for userland to obtain some information about individual ADB devices from the driver.
-
Jan Kara authored
-
Rusty Russell authored
CROSS_64KB won't work as advertised due to missing parenthesis. Pointed out by Joern Engel.
-
Stephen Rothwell authored
Just want to nip this in the bud :-)
-
Andries E. Brouwer authored
Only used for (dubious) debugging purposes, and exposes internal kernel state.
-
Rusty Russell authored
The previous handling of PCI class masks was too primitive: the class field is not "all or nothing" but has base class, subclass and interface fields. This patch changes the alias form from: pci:vNdNsvNsdNcN to pci:vNdNsvNsdNbcNscNiN.
-
Rusty Russell authored
This removes the extable list, and the struct exception_table, in favour of just iterating through the modules. Now all iteration is within kernel/module.c, this is a fairly trivial cleanup.
-
Rusty Russell authored
This removes the symbol list, and the concept of kernel symbol groups, in favour of just iterating through the modules. Now all iteration is within kernel/module.c, this is a fairly trivial cleanup.
-
Rusty Russell authored
By making module_text_address return the module it found, we simplify symbol_put_addr significantly.
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/softirq-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Rusty Russell authored
From: Pablo Menichini <pablo@menichini.com.ar> initdata can't be const
-
Rusty Russell authored
From: Bob Miller <rem@osdl.org>
-
Rusty Russell authored
From: Paul Gortmaker <p_gortmaker@yahoo.com>
-
Rusty Russell authored
From: Adrian Bunk <bunk@fs.tum.de> initcall was renamed and made module_init()
-