- 10 Oct, 2003 8 commits
-
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/usb-2.6
-
bk://linux-dj.bkbits.net/cpufreqLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Dave Jones authored
into wopr.codemonkey.org.uk:/mnt/nfs/sepia/bar/src/kernel/2.6/trees/cpufreq
-
Dave Jones authored
(Blah about unused variables). This code still won't be used, as its still not tested/debugged properly on a Nehemiah.
-
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.
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
- 09 Oct, 2003 32 commits
-
-
David S. Miller authored
-
David S. Miller authored
This code is from ancient history when TCP did not used SKB cloning.
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
David Gibson authored
-
Andi Kleen authored
-
Krzysztof Halasa authored
-
David S. Miller authored
-
David S. Miller authored
-
Linus Torvalds authored
cause NULL pointer references in /proc. Moreover, it's questionable whether the whole thing makes sense at all. Per-thread state is good. Cset exclude: davem@nuts.ninka.net|ChangeSet|20031005193942|01097 Cset exclude: akpm@osdl.org[torvalds]|ChangeSet|20031005180420|42200 Cset exclude: akpm@osdl.org[torvalds]|ChangeSet|20031005180411|42211
-
Noah J. Misch authored
Previously, one could configure a kernel that wouldn't link by doing a 'make allnoconfig' and then a 'make menuconfig' and enabling CONFIG_EXPERIMENTAL, CONFIG_PCI, CONFIG_USB_GADGET, and CONFIG_USB_ETH.
-
Noah J. Misch authored
This usb driver needs ide_fix_driveid from drivers/ide/ide-ops.c, which needs BLK_DEV_IDE ("Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support") to get built. Without this patch, you can configure an un-linkable kernel by doing make allnoconfig, make menuconfig, and setting CONFIG_PCI, CONFIG_USB, CONFIG_USB_STORAGE, and CONFIG_USB_STORAGE_ISD200 only.
-
Dax Kelson authored
I've got a new toy. This obviously correct 4 liner patches the two files:
-
Paul Mundt authored
net/sunrpc/clnt.c does not compile if RPC_DEBUG is not enabled, due to the fact that tk_pid is protected by RPC_DEBUG (which in turn depends on CONFIG_SYSCTL). The printk's that use it don't actually need to print it out at all, the rpc_task tag isn't really interesting here. Acked by Trond Myklebust.
-
Matthew Wilcox authored
The Zoran driver doesn't include <asm/io.h> and thus won't compile on architectures where that doesn't get implicitly included through some other path. Add the proper includes.
-
Andi Kleen authored
This is the latest iteration of the workaround for the Athlon/Opteron prefetch erratum. Sometimes the CPU would incorrectly report an exception on prefetch. This supercedes the previous dumb workaround of checking for AMD CPUs in prefetch(). That one bloated the kernel by several KB and lead to lots of unnecessary checks in hot paths. Also this one handles user space faults too, so the kernel can effectively isolte the user space from caring about this errata. Instead it handles it in the slow path of the exception handler (the check is only done when the kernel would normally trigger seg fault or crash anyways) All the serious criticisms to the previous patches have been addressed. It checks segment bases now, handles vm86 mode and avoids deadlocks when the prefetch exception happened inside mmap_sem. This includes review and fixes from Jamie Lokier and Andrew Morton. Opcode decoder based on code from Richard Brunner.
-
David Brownell authored
This resolves a bug in osdl bugtraq (#1261) by making some more driver names match their module names. Such mismatches are bad because scripts often need to add special cases, handling multiple names for drivers.
-
Oliver Neukum authored
usually this would be too trivial, but is so obviously stupid that people might think that there's some hidden trick in there. We should not check for NULL _after_ following a pointer. Consider it a small tiny step towards cleaning up this code.
-
Paul Mackerras authored
In drivers/usb/core/hcd-pci.c, the code forgets to set hcd->state to USB_STATE_SUSPENDED on suspend. The effect is that on resume, the code refuses to wake the HCD up, and instead prints a message saying the interface hasn't been suspended. The patch below fixes this. It is against 2.6.0-test6. With this patch I can suspend and resume my Apple PowerBook G4, and the USB works after resuming.
-
Alexey Dobriyan authored
-
Alexey Dobriyan authored
Module names in Kconfig help texts should match those in Makefiles. Please apply.
-
David Brownell authored
This holds minor net2280 cleanups: - Cleaner handling for cases where dma_alloc_coherent() must be used instead of kmalloc(). (Kmalloc is more memory-efficient for the "small buffers" case.) Both MIPS cases should work, as well as others. - Prefetch cachelines on PIO paths. The first of those gets rid of one <linux/version.h> usage, no longer useful now that 2.4 and 2.6 versions have forked.
-
Corey Minyard authored
This fixes some problems with timing calculations (primarily for ia64) and adds an operation to send panic strings to the IPMI event log on a panic.
-
Mikael Pettersson authored
Since 2.6.0-test6, ftape can't be configured as a built-in driver. test6 changed ftape-init.c to call ftape_proc_destroy() also in the non-MODULE case; however, ftape_proc_destroy() is only defined when the driver is built as a module. The result is a linkage error. This fixes this by deleting the #if MODULE around ftape_proc_destroy()'s definition.
-
Linus Torvalds authored
on lots of PCI-only setups that have no ISA anywhere.
-
Michael Hunold authored
- add vbi device handling for dvb-c cards with analog module - fix error handling upon device initialization - fix DD1_INIT handling of DVB-C w/ analog module installed. (Jon Burgess)
-
Michael Hunold authored
- fixed some return values in device attach functions - allow private data to be associated with frontend devices here, too - misc bugfixes and performance improvements (endianess, function split up)
-
Michael Hunold authored
- applied latest changes by Juergen Peitz (great work!) o as a workaround for the lockup problem the data valid signal is checked after every channel switch. If it is not set FEC parameters are set again. o disabled autoprobing if FEC settings are known (from sp887x). o added support for FE_READ_UNCORRECTED_BLOCKS (from sp887x). o added support for FE_SLEEP (from sp887x). o bit error rate is now not only read from register 0xC07 but also from 0xC08 (from sp887x). o I2C feedthrough to the tuner is now only enabled when needed (from sp887x). o Added FE_CAN_QAM_AUTO and FE_CAN_HIERARCHY_AUTO to dvb_frontend_info. o Removed obsolete setting of default frontend parameters in sp8870_init. o Removed obsolete module parameter 'loadcode' because changes in the saa7146 driver made firmware loading very fast.
-
Michael Hunold authored
- simplify and sanitize add/del handling for dvb net devices
-
Michael Hunold authored
- allow private data to be associated with dvb frontend devices (Andreas Oberritter) - fixed fe_count countint in nxt6000 frontend driver (Andreas Oberritter)
-
Michael Hunold authored
- add some debug and safety checks for video/vbi capture buffer handling - add new flag SAA7146_USE_PORT_B_FOR_VBI, so we can distinguish on which video port to apply the vbi workaround - add del_timer(...) for vbi capture queue and vbi_read timers, prevents oopses on vbi usage
-
Michael Hunold authored
- replace alps_bsrv2 driver by generic ves1893 & ves1993 driver (Andreas Oberritter)
-