- 13 Mar, 2002 2 commits
-
-
David S. Miller authored
Kill references to obsolete BLK{F}RA{SET,GET} ioctls.
-
David S. Miller authored
1) Fix EBUS register probing 2) Add some missing ioctl32 translations 3) Add sys_futex entries for sparc/sparc64 4) Add platform-specific pcibios_set_mwi implementation for sparc64 5) Fix set_brkpkt implementation so it works on UltraSPARC-III
-
- 12 Mar, 2002 2 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
- 11 Mar, 2002 12 commits
-
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
-
David S. Miller authored
Zilog interrupt mappings are not clobbered on Sun Enterprise servers. Fix some FHC register offsets. Sometimes IPIs can allow BHs to run with interrupts disabled, fix that by rescheduling them to normal PIL based interrupts.
-
David S. Miller authored
Make device probe failure more robust.
-
David S. Miller authored
-
David S. Miller authored
value 0xffffffff.
-
David S. Miller authored
Use PCI_SLOT instead of hard-coded shift.
-
David S. Miller authored
-
David S. Miller authored
1) Update for schedule_tail and switch_to arg changes. 2) Update for PTE highmem. 3) Add random ioctls to ioctl32 translations. 4) Kill migration IPI. 5) Fixup scheduler bitmap function and move into bitops.h
-
- 07 Mar, 2002 24 commits
-
-
Linus Torvalds authored
-
Linus Torvalds authored
-
bk://linuxusb.bkbits.net/linus-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Petr Vandrovec authored
* Make matroxfb compilable with Mystique, but without G450 support. Petr Vandrovec
-
bk://are.twiddle.net:8080/axp-2.5Linus Torvalds authored
into penguin.transmeta.com:/home/penguin/torvalds/repositories/kernel/linux
-
Daniel Quinlan authored
Documentation/filesystems/cramfs.txt - remove comment about ROM size limit - fix up magic - update location of tools fs/cramfs/README - add note about sorted directory entries - mkcramfs compile-time DO_HOLES option replaced by run-time -z option - update tools section - add note about PAGE_CACHE_SIZE possibly changing on arm and ia64 fs/cramfs/inode.c - statfs->f_namelen = CRAMFS_MAXPATHLEN include/linux/cramfs_fs.h - add CRAMFS_MAXPATHLEN (252) - clarify CRAMFS_SUPPORTED_FLAGS definition scripts/cramfs - directory removed, the cramfs user-space tools are now located at <http://sourceforge.net/projects/cramfs/>.
-
Andi Kleen authored
Here are two small compile fixes for x86-64 in 2.5.6pre2. - Remove call to schedule_tail. - Fix inline assembly of semaphores to work with latest gcc 3.1.
-
Urban Widmark authored
This patch adds unicode support and wants to be applied on top of the LFS one. It uses a fake nls module to do the (little endian) unicode translation.
-
Urban Widmark authored
This patch adds LFS and moves some smb operations into per-protocol level structs. It wants the nls patch to applied already.
-
Urban Widmark authored
Fixes smbfs oopsing on failed nls translations and maps unknown chars to :#### strings. Also PATHLEN vs NAMELEN mixups.
-
Martin J. Bligh authored
This patch enables PCI buses on nodes above node 0 for the NUMA-Q architecture. It also enables node-directed port/IO, and cleans up a couple of tiny things that only affect CONFIG_MULTIQUAD.
-
Linus Torvalds authored
-
Linus Torvalds authored
-
Petko Manolov authored
the patch is against 2.5.6-pre3 and contains: - ethtool support; - using mii.h for the MII registers and constants; - 2 more device/vendor IDs added;
-
Christoph Hellwig authored
This is one of the very early steps on cleaning up the SCSI cdrom driver. It gets rid of directly accessing the scsi_CDs array in favour of using the handle we get from the generic cdrom layer. Also uses local vars instead of many grouped scsi_CDs accesses in other places. The gain is to get rid of the global, static array of CDROMS in the end.
-
David Brownell authored
ehci-0306, iso, philips, speedups - adds preliminary highspeed ISO support - tweaks the driver to support the Philips EHCI - does less in the IRQ handler - avoids accessing one immutable PCI register The ISO support should be enough to start writing drivers, not that I know of any ISO devices that are really available yet, but it's not fully cooked yet. As a functional milestone, this means Linux now handles all kinds of highspeed device I/O. (But it doesn't yet handle split periodic transactions, to full or low speed devices through USB 2.0 hubs.) Thanks to Rory Bolt for the non-ISO bits here!
-
David Howells authored
kill all subsidiary threads in a thread group when the main thread exits. Features: - It sends the subsidiary threads SIGKILL with SI_DETHREAD. - Subsidiary threads doing an execve() just leave the thread group (rather than forcing the master thread to do an execve() which would be more POSIX like).
-
David Brownell authored
hcd-0305, periodic and pci fixup - removes the pci dependency you mentioned in the rh_string code (friendlier to non-PCI HCs) - makes code match doc (8859-1 chars, not just ascii) - adds sanity checking for the periodic transfer interval, and forces it to a power-of-two (code can leave HCDs) - facilitates better IRQ sharing
-
Greg Kroah-Hartman authored
- removed dependancy on net/irda header files from the driver.
-
Greg Kroah-Hartman authored
- changed printer.c to use dynamic urbs, as that is now necessary.
-
Rusty Russell authored
These are the small subset which were obviously correct. Evgeniy Polyakov <johnpol@2ka.mipt.ru>: Patches check return values for request_region() and misc_register(). This patches make janitorial project TODO list a bit smaller.
-
Rusty Russell authored
Stephen Rothwell <sfr@canb.auug.org.au>: [PATCH] APM idleing fix: This bug slipped back in with the need_resched() macro substitution.
-
Rusty Russell authored
atomic ops are *not* barriers any more. Sebastian Wilhelmi <wilhelmi@ira.uka.de>: Re: Question on your "Unreliable Guide To Locking": > Yes, this is no longer true. The modern assumptions are that they are > not barriers.
-
Greg Kroah-Hartman authored
set.
-