- 29 Sep, 2003 2 commits
-
-
Len Brown authored
Found and fixed a longstanding problem with the late execution of the various deferred AML opcodes (such as Operation Regions, Buffer Fields, Buffers, and Packages)... This fixes the "region size computed incorrectly" problem. Fixed several 64-bit issues with prototypes, casting and data types. Removed duplicate prototype from acdisasm.h
-
-
- 25 Sep, 2003 1 commit
-
-
Len Brown authored
-
- 23 Sep, 2003 1 commit
-
-
Len Brown authored
-
- 19 Sep, 2003 1 commit
-
-
- 18 Sep, 2003 10 commits
-
-
Len Brown authored
fixes random battery module loading problem -- SuSE bug #30477 (Andi Kleen)
-
-
Len Brown authored
some platforms use ACPI tables to find memory (Jesse Barnes)
-
Len Brown authored
into intel.com:/home/lenb/bk/linux-acpi-test-2.6.0
-
Len Brown authored
-
Len Brown authored
-
-
Len Brown authored
-
Len Brown authored
-
Len Brown authored
-
- 17 Sep, 2003 2 commits
- 16 Sep, 2003 10 commits
-
-
http://jfs.bkbits.net/linux-2.5Linus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
Stephen Hemminger authored
Monotonic clock code uses reader/writer lock which is prone to same starvation problems as we saw with xtime. This patch changes it to seq_lock which is faster and won't starve writers in face of lots of readers.
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into laptop.osdl.org:/home/torvalds/v2.5/linux
-
Jan Harkes authored
Introduce a new kernel-userspace interface that uses 128-bit file identifiers instead of the previously used 96-bit fileids. We also replacing the coda_creds structure with only the fsuid. This new API has been used by for a couple of months now, people had to patch their kernels whenever they want to run a current Coda release. A new Kconfig option is added to fall back on the old API for older Coda clients and other userspace filesystems that might use our protocol.
-
Jan Harkes authored
The ViceFid structure is really a Coda server datatype and the kernel really shouldn't have to know its internal structure. Replace all instances with struct CodaFid with opaque members.
-
Jan Harkes authored
Both userspace and the kernel are testing only the fsuid part of the coda_creds credentials structure. Nothing else is really used, so we now match the code with the actual usage by only passing fsuid around. The kernel-userspace API is kept compatible (for now).
-
Jan Harkes authored
Use a global 'epoch' counter to invalidate cached permissions instead of traversing a racy linked list of all known Coda inodes.
-
Jan Harkes authored
- Remove unused functions and variables. - Be a bit more strict with the definition of various types that are shared between kernel and userspace. - Included a couple of cleanups from Maximilian Attems and Stephen Hemminger.
-
Dave Kleikamp authored
A recent change causes pervasive data corruption by over-writing inode metadata with a word of garbage. The field, di_rdev, should only be set for a device inode.
-
- 14 Sep, 2003 1 commit
-
-
Len Brown authored
Note that this restores CONFIG_ACPI_HT_ONLY as a sub-set of CONFIG_ACPI rather than a dependency.
-
- 12 Sep, 2003 8 commits
-
-
Harald Welte authored
-
David S. Miller authored
-
Krishna Kumar authored
-
Stephen Hemminger authored
-
bk://linux-bt.bkbits.net/bt-2.5David S. Miller authored
into nuts.ninka.net:/disk1/davem/BK/net-2.5
-
Arnaldo Carvalho de Melo authored
-
Kevin P. Fleming authored
-
-
- 11 Sep, 2003 4 commits
-
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Maksim Krasnyanskiy authored
This will allow fixing races with rmmod and sysfs access. Patch from Stephen Hemminger <shemminger@osdl.org>
-
David S. Miller authored
into kernel.bkbits.net:/home/davem/sparc-2.5
-
David S. Miller authored
-