- 26 Feb, 2004 40 commits
-
-
bk://gkernel.bkbits.net/misc-2.5Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
bk://gkernel.bkbits.net/libata-2.5Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Alexander Viro authored
arm-26, ppc, sparc, sparc64 and sh have per-arch definitions of __cacheline_aligned that are identical to default. And yes, removal is safe - all users of __cacheline_aligned actually pull linux/cache.h in.
-
Rusty Russell authored
We put ____cacheline_aligned things in their own section, simply because we waste less space that way. Otherwise we end up padding innocent variables to the next cacheline to get the required alignment. There's no reason not to do this in modules, too.
-
Linus Torvalds authored
-
Alexander Viro authored
Removes gratitious ifdefs - get_nodes() is only called from __init and by itself, check_space() is only called by get_nodes(), so they can be made unconditionally __init.
-
bk://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Greg Ungerer authored
Use KERN_DEBUG in all debugging printk() output. This patch originally from the kernel janitors.
-
Greg Ungerer authored
Fix interrupt handler return types to be irqreturn_t.
-
Greg Ungerer authored
Remove non-existent config option from defconfig.
-
Dave Jones authored
I goofed in my last patch to this code.. It reported 1 less CPU than it should have. Doh.
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
From: Russell King <rmk@arm.linux.org.uk>
-
Dave Jones authored
Export scaling_available_frequencies on the remaining x86 freq_table-based cpufreq drivers. powernow-k7, acpi and speedstep-centrino are already queued. Please note that this cannot be done in the cpufreq core as the cpufreq core tries very hard to be independent of the freq_table helpers.
-
Dave Jones authored
From: Kronos <kronos at kronoz.cjb.net> The following patch make powernow-k7.c export supported frequencies via sysfs. I'm trying to write a scaling deamon and I need to know them.
-
Andrew Morton authored
From: Herbert Xu <herbert@gondor.apana.org.au> update_screen() requires the console semaphore.
-
Andrew Morton authored
net/wanrouter/wanmain.c:195: error: parse error before "static"
-
Andrew Morton authored
From: Sam Ravnborg <sam@ravnborg.org> List all entries in arch/$(ARCH)/configs/*_defconfig when doing 'make help'. Results in output like this (ppc64 as example): g5_defconfig - Build for g5 pSeries_defconfig - Build for pSeries The implementation is generic and enables this for all users of _defconfig.
-
Andrew Morton authored
From: linux@MichaelGeng.de (Michael Geng) Add new driver for Teletext decoder SAA5246A from Philips.
-
Andrew Morton authored
From: "Art Haas" <ahaas@airmail.net> Here's a small patch changing the GNU-style initializers to C99 initializers.
-
Andrew Morton authored
From: "Art Haas" <ahaas@airmail.net> Here's a small patch changing the GNU-style initializers to C99 initializers.
-
Andrew Morton authored
From: "Art Haas" <ahaas@airmail.net> Here's a small patch changing the GNU-style initializers to C99 initializers.
-
Andrew Morton authored
From: "Art Haas" <ahaas@airmail.net> Here's a small patch changing GNU-style initializers to C99 initializers.
-
Andrew Morton authored
From: "Art Haas" <ahaas@airmail.net> Here's a small patch changing the GNU-style initializers to C99 initializers.
-
Andrew Morton authored
From: "Art Haas" <ahaas@airmail.net> Here's a small patch changing the GNU-style initializers to C99 initializers.
-
Andrew Morton authored
From: "Art Haas" <ahaas@airmail.net> Here's a small patch changing the GNU-style initializers to C99 initializers.
-
Andrew Morton authored
From: "Art Haas" <ahaas@airmail.net> Here's a small patch changing the GNU-style initializers to C99 initializers.
-
Andrew Morton authored
From: "Art Haas" <ahaas@airmail.net> Here's a small patch changing the GNU-style initializers to C99 initializers.
-
Andrew Morton authored
From: "Art Haas" <ahaas@airmail.net> Here's a small patch changing a few GNU-style initializers to C99 initiailzers.
-
Andrew Morton authored
From: Dave Jones <davej@redhat.com> Now that the syscalls.h stuff is in mainline, that clears the way for this I guess?
-
Andrew Morton authored
From: "Art Haas" <ahaas@airmail.net> This patch converts the file to use C99 initializers. The file had this patch applied before, but a subsequent patch reversed the change and readded the GNU-style initializer. This patch brings back the C99 one.
-
Andrew Morton authored
From: David Woodhouse <dwmw2@infradead.org>, Dave Jones <davej@redhat.com> Add a missing unlock.
-
Andrew Morton authored
From: Jakub Bogusz <qboosh@pld-linux.org> This patch removes using of floating point operations in tdfxfb - they are really not needed here (these consts are used only in substitutions and comparisons with integers) are cause unresolved symbols on some archs - e.g. on alpha: *** Warning: "__ltdf2" [drivers/video/tdfxfb.ko] undefined! *** Warning: "__adddf3" [drivers/video/tdfxfb.ko] undefined! *** Warning: "__floatsidf" [drivers/video/tdfxfb.ko] undefined!
-
Andrew Morton authored
From: Marcelo Tosatti <marcelo.tosatti@cyclades.com> The callout code has been removed long ago from 2.6. I believe it is safe to remove some of its unused defines.
-
Andrew Morton authored
From: Herbert Xu <herbert@gondor.apana.org.au> RADEON is selecting I2C_ALGOBIT but as kconfig currently does not propagate selects up the dependency chain (that is according to Roman), this can leave I2C as m while I2C_ALGOBIT is y.
-
Andrew Morton authored
early printk documentation fix
-
Andrew Morton authored
From: Manuel Estrada Sainz <ranty@ranty.pantax.net> Based on patch and suggestions from Dmitry Torokhov - Don't remove attributes, they should be gone automatically.
-
Andrew Morton authored
From: Manuel Estrada Sainz <ranty@ranty.pantax.net> Based on patch and suggestions from Dmitry Torokhov - Refactor fw_setup_class_device for readability and maintainability.
-
Andrew Morton authored
From: Manuel Estrada Sainz <ranty@ranty.pantax.net> - Remove races related to the handling and release of 'struct firmware'
-
Andrew Morton authored
From: Manuel Estrada Sainz <ranty@ranty.pantax.net> Based on patch and suggestions from Dmitry Torokhov - release 'struct firmware_priv' from class_dev->release.
-