ChangeSet@1.1508, 2004-01-28 15:54:55-08:00, akpm@osdl.org [PATCH] cpufreq: fix cpufreq_update_policy From: Dominik Brodowski This brown paper bag patch is needed to assure cpufreq_update_policy works correctly. Please apply, else the next ACPI patch will cause trouble with thermal management [it needs cpufreq_update_policy to work properly]. Fix a horribly wrong memcpy instruction in cpufreq_update_policy which caused it to oops. ChangeSet@1.1507, 2004-01-28 15:54:38-08:00, akpm@osdl.org [PATCH] pmdisk.c needs utsname.h From: Torsten Duwe pmdisk.c uses struct new_utsname, so give it the header. ChangeSet@1.1506, 2004-01-28 15:54:26-08:00, akpm@osdl.org [PATCH] Fix kernel_flag again From: Christoph Hellwig Put kernel_flag back to where it used to be, near its comment and its EXPORT_SYMBOL. ChangeSet@1.1505, 2004-01-28 15:54:15-08:00, akpm@osdl.org [PATCH] Fix two warnings on x86-64 From: Andi Kleen Just fix two warnings on x86-64 that were recently introduced (one by me and the other by the sort extable changes) ChangeSet@1.1474.160.1, 2004-01-27 21:23:19-08:00, davidm@tiger.hpl.hp.com ia64: Implement exception-table sorting for real. ChangeSet@1.1502.1.1, 2004-01-27 17:27:13-08:00, david-b@pacbell.net [PATCH] USB: fix gadget config - Fix kconfig botch (bk automerge can be rather flakey) - The gadgetfs patches going with the kconfig cleanups ChangeSet@1.1474.149.6, 2004-01-27 14:46:05-08:00, greg@kroah.com [PATCH] I2C: remove printk() calls in lm85, and clean up debug logic. ChangeSet@1.1474.149.5, 2004-01-27 14:38:29-08:00, khali@linux-fr.org [PATCH] I2C: Bring lm75 and lm78 in compliance with sysfs naming conventions Here is a patch that brings the lm75 and lm78 drivers in compliance with sysfs naming conventions. The drivers as found in existing 2.6 kernels do not have a digit appended to the temperature-related files names as the sysfs naming conversion recommends (obviously because they each have a single temperature channel). As a result, libsensors won't find the files. It was discussed on the list wether a '1' should be appended in this case, and our conclusion was that it would be better to do so because it helps automatic processing of the sysfs exported files. Please apply if you agree with this. ChangeSet@1.1474.148.19, 2004-01-27 14:37:40-08:00, stern@rowland.harvard.edu [PATCH] USB: Update sound/usb/usbaudio.c On Tue, 27 Jan 2004, Greg KH wrote: > Hm, can you send me a patch to fix up snd_usb_extigy_boot_quirk() in > sound/usb/usbaudio.c now that this patch broke that code? :) Here it is. The problem with changing things in the core is always that you may miss some of the repercussions. In this case the patch will restore the code's original functionality. However the whole thing looks a bit creaky to me. Changing device descriptors and who knows what else without informing usbcore isn't a good idea. What this code _really_ appears to need is some form of usb_device_reenumerate(). Such a function would fit very nicely into the framework I've worked out for the revised usb_device_reset(); maybe I'll add it in there. It would do essentially the same thing as device_reset except for skipping the actual port reset. ChangeSet@1.1501, 2004-01-27 07:55:57-08:00, mort@wildopensource.com [PATCH] Remove sn2 debug printk I accidentally left a debug printk in the sn2 timer_interrupt(). ChangeSet@1.1500, 2004-01-26 22:09:58-08:00, torvalds@home.osdl.org Merge http://linux-acpi.bkbits.net/linux-acpi-release-2.6.2 into home.osdl.org:/home/torvalds/v2.5/linux ChangeSet@1.1474.148.18, 2004-01-26 17:12:05-08:00, stern@rowland.harvard.edu [PATCH] USB: Fix DMA coherence when reading device descriptor ChangeSet@1.1474.148.17, 2004-01-26 17:11:51-08:00, stern@rowland.harvard.edu [PATCH] USB: Don't dereference NULL actconfig This patch fixes a simple error in a couple of utility routines. They will no longer try to dereference a NULL actconfig pointer. Also, they will work a little better if the configuration is changed while they are running (which should never happen anyway). ChangeSet@1.1474.149.4, 2004-01-26 16:58:46-08:00, khali@linux-fr.org [PATCH] I2C: Add ADM1025EB support to i2c-parport The following patch adds support for the ADM1025 evaluation board to the i2c-parport (and i2c-parport-light) driver(s). In fact, it happens that it was already supported as an ADM1032 evaluation board, so it is just a matter of documenting it correctly. ChangeSet@1.1474.158.7, 2004-01-26 16:56:00-08:00, torvalds@home.osdl.org Move exception table sorting much earlier. ChangeSet@1.1474.148.16, 2004-01-26 16:54:59-08:00, herbert@gondor.apana.org.au [PATCH] USB Storage: revert freecom dvd-rw fx-50 usb-ide patch This is not needed, and messes up working devices. ChangeSet@1.1474.1.51, 2004-01-26 16:49:28-08:00, eranian@hpl.hp.com [PATCH] ia64: fix icc compilation ChangeSet@1.1474.148.15, 2004-01-26 16:46:29-08:00, arjanv@redhat.com [PATCH] usb: remove some sleep_on's sleep_on must die.... and it fixes a few races too ;) ChangeSet@1.1474.148.14, 2004-01-26 16:46:10-08:00, davej@redhat.com [PATCH] USB: fix suspicious pointer usage in kobil_sct driver. ChangeSet@1.1474.1.50, 2004-01-26 16:29:24-08:00, iod00d@hp.com [PATCH] ia64: enable PIOW/DMAR relaxed ordering on ZX1 ChangeSet@1.1474.1.49, 2004-01-26 16:24:43-08:00, schwab@suse.de [PATCH] ia64: Fix xbow.c compilation This fixes a conflicting declaration in xbow.c. ChangeSet@1.1474.1.48, 2004-01-26 16:21:05-08:00, matthewc@cse.unsw.edu.au ia64: Fix ptrace infrastructure some more so that strace'd sigreturn() works without trashing any registers. ChangeSet@1.1474.158.6, 2004-01-26 14:49:50-08:00, jsimmons@infradead.org [PATCH] fbdev documentation patch This updates the framebuffer docs to reflect the requirement that all driver names must end in fb. ChangeSet@1.1474.158.5, 2004-01-26 14:49:42-08:00, jsimmons@infradead.org [PATCH] fbdev booting fix. [FBCON] Fixed the order of which driver is used for the console. Before the api change the last driver loaded became the default one. Now this is not the case. ChangeSet@1.1493.1.2, 2004-01-26 17:16:11-05:00, len.brown@intel.com Merge intel.com:/home/lenb/src/linux-acpi-test-2.6.0 into intel.com:/home/lenb/src/linux-acpi-test-2.6.1 ChangeSet@1.1491.1.7, 2004-01-26 16:55:20-05:00, len.brown@intel.com [ACPI] handle system with NULL DSDT and valid XDSDT from ia64 via Alex Williamson ChangeSet@1.1474.159.1, 2004-01-26 13:20:30-08:00, davem@nuts.ninka.net [IRDA]: Mark init/exit functions of drivers static to fix build. ChangeSet@1.1474.158.3, 2004-01-26 13:13:21-08:00, akpm@osdl.org [PATCH] kbuildL fix cscope index generation From: Sam Ravnborg cscope expect to find the list of files used for the database in a file named cscope.files. Generate this file as part of 'make cscope'. This solves http://bugme.osdl.org/show_bug.cgi?id=1948. ChangeSet@1.1474.158.2, 2004-01-26 13:12:28-08:00, akpm@osdl.org [PATCH] Fix CONFIG_DEBUG_SPINLOCK on UP The spinlock debugging feature is supposed to work even on uniprocessor kernels. So we need to instantiate kernel_flag regardless of CONFIG_SMP. ChangeSet@1.1491.1.6, 2004-01-26 15:57:00-05:00, len.brown@intel.com [ACPI] move zero initialized data to .bss from Jes Sorensen ChangeSet@1.1474.158.1, 2004-01-26 12:33:14-08:00, davem@nuts.ninka.net [IPV6]: Fix TCP socket leak, do not grab socket reference when adding to main hashes. ChangeSet@1.1491.1.5, 2004-01-26 15:29:59-05:00, len.brown@intel.com [ACPI] on SCI allocation failure, don't mistakenly free IRQ0 from Jes Sorensen ChangeSet@1.1491.1.4, 2004-01-26 14:48:36-05:00, len.brown@intel.com [ACPI] fix ACPI spec URL in comment - from Randy Dunlap ChangeSet@1.1474.148.13, 2004-01-26 09:49:27-08:00, greg@kroah.com [PATCH] USB: add ohci support for OMAP controller Patch came from the omap kernel tree at http://linux-omap.bkbits.net/ ChangeSet@1.1474.1.46, 2004-01-26 08:52:24-08:00, ak@suse.de [PATCH] Fix error checking in IPC_SET The LSM changes broke the error checking for queue lengths in IPC_SET. The LSM check would set set err to 0, but the next check expected it to still be -EPERM. Result was that no error was reported, but the new parameters weren't correctly set. ChangeSet@1.1474.1.45, 2004-01-25 18:28:26-08:00, torvalds@home.osdl.org Linux 2.6.2-rc2 TAG: v2.6.2-rc2