- 13 Dec, 2002 3 commits
-
-
Linus Torvalds authored
-
http://jfs.bkbits.net/linux-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Andy Grover authored
-
- 12 Dec, 2002 2 commits
-
-
Andy Grover authored
- remove NATIVE_CHAR typedef - remove ACPI_{GET,VALID}_ADDRESS macros - fix memory corruption in deletion of a static AML buffer - fix fault caused by 0-length AML - fix user-buffer overwrite/corruption of buffer is too small - fix buffer-to-string conversion
-
Andy Grover authored
into groveronline.com:/root/bk/linux-acpi
-
- 10 Dec, 2002 2 commits
-
-
Dave Kleikamp authored
The logic surrounding COMMIT_Holdlock was well-intentioned to reduce latency when deleting files, but it can also result in a hang that I don't have good fix for. I don't think removing this will hurt our overall performance very much.
-
Dave Kleikamp authored
jfs_destroy_inode was assuming that active_ag should never be set coming into this routine. Since it's possible for file to be extended after the file descriptor has been closed, we need to allow the possibility. (Dirty pages of memory mapped files can be written after the file has been closed.)
-
- 09 Dec, 2002 27 commits
-
-
bk://linux.bkbits.net/linux-2.5Dave Kleikamp authored
into hostme.bitkeeper.com:/ua/repos/j/jfs/linux-2.5
-
Andy Grover authored
into groveronline.com:/root/bk/linux-acpi
-
http://linux-acpi.bkbits.net/linux-acpiLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/jgarzik/net-drivers-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Jeff Garzik authored
* 5704-A0 chip-specific patch. fixes PXE issue. * the existence of the mini ring is an urban legend. (no production board has it; it requires external SRAM) * re-arrange driver-private struct to be cacheline-friendly.
-
Jeff Garzik authored
(from lkml)
-
Dave Jones authored
into tetrachloride.(none):/mnt/stuff/kernel/2.5/agpgart
-
Andy Grover authored
-
Linus Torvalds authored
-
Henrique Gobbi authored
-
Davide Libenzi authored
- Finalized the interface by : * Having an epoll_event structure instead of using the pollfd * Adding a 64 bit opaque data member to the epoll_event structure * Removing the "fd" member from the epoll_event structure * Removing the "revents" member to leave space for a unique 32 bit "events" member - Fixes the problem where, due the new callback'd wake_up() mechanism loops might be generated by bringing deadlock or stack blow ups. In fact a user could create a cycle by adding epoll fds inside other epoll fds. The patch solves the problem by either : * Moving the wake_up() call done on the poll wait queue head, outside the locked region * Implementing a new safe wake up function for the poll wait queue head - Some variable renaming - Changed __NR_sys_epoll_* to __NR_epoll_* ( Hanna Linder ) - Blocked the add operation of an epoll file descriptor inside itself - Comments added/fixed
-
bk://fbdev.bkbits.net/fbdev-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
James Simmons authored
into maxwell.earthlink.net:/usr/src/fbdev-2.5
-
James Simmons authored
New NVIDIA and Radeon cards pci ids. Soon I will add support for these :-) Also a needed fix for fbcon.c.
-
bk://linux.bkbits.net/linux-2.5James Simmons authored
into maxwell.earthlink.net:/usr/src/linus-2.5
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/gregkh-2.5
-
Art Haas authored
Here's a small patch for the file. The patch is against 2.5.50.
-
Matthew Dharm authored
This patch makes ss->ep_int just like ep_in and ep_out for improved code symmetry and readability. It may (on some architectures) also shrink the size of the per-device data structure.
-
Matthew Dharm authored
Change interrupt used for CBI from periodic to one-shot. This (a) reduces consumed bandwidth, (b) makes the logic clearer, and (c) makes the abort mechanism more uniform.
-
Greg Kroah-Hartman authored
-
Thomas Wahrenbruch authored
-
David Brownell authored
While in search of a different bug, I found this one that got in with the recent 'async_next' patch. The schedule scan termination changed (had to), but it wasn't quite correct. Slower and/or misbehaving devices might have wedged a CPU ... fix is simple, only restart the scan when the list may have changed.
-
Oliver Neukum authored
-
Greg Kroah-Hartman authored
-
Greg Kroah-Hartman authored
-
James Simmons authored
into maxwell.earthlink.net:/usr/src/fbdev-2.5
-
bk://linux.bkbits.net/linux-2.5James Simmons authored
into maxwell.earthlink.net:/usr/src/linus-2.5
-
- 08 Dec, 2002 4 commits
-
-
Robert Love authored
add_blkdev_randomness() is long gone, so remove stale declaration and comments
-
bk://kernel.bkbits.net/acme/misc-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Arnaldo Carvalho de Melo authored
-
http://ppc.bkbits.net/for-linus-ppc64Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
- 09 Dec, 2002 2 commits
-
-
Anton Blanchard authored
-
Anton Blanchard authored
-