- 13 Feb, 2004 3 commits
-
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.2
-
Len Brown authored
Completed investigation and implementation of the call-by-reference mechanism for control method arguments. Fixed a problem where a store of an object into an indexed package could fail if the store occurs within a different method than the method that created the package. Fixed a problem where the ToDecimal operator could return incorrect results. Fixed a problem where the CopyObject operator could fail on some of the more obscure objects (e.g., Reference objects.) Improved the output of the Debug object to display buffer, package, and index objects. Fixed a problem where constructs of the form "RefOf (ArgX)" did not return the expected result. Added permanent ACPI_REPORT_ERROR macros for all instances of the ACPI_AML_INTERNAL exception.
-
Len Brown authored
-
- 11 Feb, 2004 2 commits
-
-
Andrew Morton authored
Call that function rather than evaluating its runtime address...
-
Len Brown authored
-
- 10 Feb, 2004 2 commits
- 06 Feb, 2004 1 commit
-
-
Len Brown authored
-
- 05 Feb, 2004 4 commits
-
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.2
-
Karol Kozimor authored
The attached patch updates the acpi4asus driver to 0.27 through the following changes: - add support for M1300A, S5200N, L8400L, - remove WLED support for certain models, since it is not controlled by AML, - add LCD backlight switching for L2E / L3H, - C99 initializers, - generic LED handlers, - the output of ASYM method to provide battery state information (might be more accurate under certain conditions) in /proc/acpi/asus/info, - fix several oddities, various clean-ups and other minor changes. The patch itself is quite big, which is mostly due to the C99 initializers and the fact that diff doesn't like moving code around. This has been compile-tested in various configurations, the substantive changes were discussed on the acpi4asus mailing list. The code should apply to current bk (both for 2.4 and 2.6). The patch is also available here: http://hell.org.pl/~sziwan/asus/acpi4asus-0.26-0.27.diff Thanks to all the contributors (notably Pontus Fuchs) to this release.
-
John Belmonte authored
Fix remote chance of invalid buffer access in write_video. Support alternate HCI method path (recent "Phoenix BIOS" Toshiba's). Signal more proc-write errors. On proc-reads, report errors via printk instead of proc output. Add log level and driver name prefix to all printk's. Add missing __init and __exit function attributes. Be explicit about vars for which code relies on zero-init of BSS.
-
Len Brown authored
from Martin Hicks
-
- 03 Feb, 2004 8 commits
-
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.2
-
Linus Torvalds authored
See http://www.cse.unsw.edu.au/~gernot/persona/hobbies/dunnart.html for more information about Dunnarts, in case you've never heard of them before. Courtesy of Gernot Heiser.
-
Linus Torvalds authored
the size to "vsnprintf()". That's a pretty clear case of overflow.
-
Jozsef Kadlecsik authored
-
bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/tg3-2.6Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/tg3-2.6
-
David S. Miller authored
-
- 02 Feb, 2004 7 commits
-
-
Len Brown authored
into intel.com:/home/lenb/src/linux-acpi-test-2.6.2
-
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/tg3-2.6
-
Grant Grundler authored
-
Keith M. Wesolowski authored
-
Keith M. Wesolowski authored
sparc_do_fault assumes that pmd_val(*pmd) = pmd_val(*pmd_k) will duplicate a PMD entry. With large soft-PMDs this doesn't work.
-
Keith M. Wesolowski authored
Align the pkmap area on a 4MB region so that a single large pagetable can be used. Fixes random killing of processes which used high memory.
-
- 01 Feb, 2004 8 commits
-
-
Len Brown authored
-
Bartlomiej Zolnierkiewicz authored
This has been in -mm since 2.6.1-mm5 - IDE can be used as module again (compiles and works), this fixes bugzilla bugs #576 and #1700 - separate module for probing is no longer required - generic/default host driver is available as ide_generic module This contains the build fixes by Adrian Bunk and Andrew Morton.
-
David S. Miller authored
Thanks to Eric Brower for spotting this.
-
David S. Miller authored
into nuts.davemloft.net:/disk1/davem/BK/sparc-2.6
-
Bartlomiej Zolnierkiewicz authored
From: Davin McCall <davmac@ozonline.com.au> Set hwif->chipset to ide_forced if it was forced by kernel parameters. Set hwif->chipset to ide_generic for hwifs controlled by generic IDE code, so they wont be taken by setup_pci.c:ide_match_hwif(). Patch also fixes /proc/ide/ideX/model to report "generic" instead of "(none)" for default hwifs. This has been in -mm since 2.6.1-mm1.
-
Andrew Morton authored
You can't just cast cpumasks. It doesn't compile if NR_CPUS is greater than 4 * BITS_PER_LONG.
-
Ben Collins authored
-
Ben Collins authored
-
- 31 Jan, 2004 5 commits
-
-
bk://gkernel.bkbits.net/net-drivers-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
David S. Miller authored
into nuts.davemloft.net:/disk1/davem/BK/sparc-2.6
-
Linus Torvalds authored
This should fix some picky USB devices.
-
Andrew Morton authored
From Tom Rini <trini@kernel.crashing.org> On the MBX the kernel made an assumption about where the MAC address would be in the VPD (Vital Product Data). However, the documentation for the firmware (EPPC-Bug) describes the format of the VPD and makes no guarrantees about the location of any VPD record. It does however describe the format of each record type and the MAC address record will be of type '08' and of size 6. This changes the code so that instead of assuming a position, it searches for the record, which I assume is also what EPPC-Bug does.
-
Linus Torvalds authored
-