- 22 Mar, 2002 5 commits
-
-
Abraham van der Merwe authored
I've added support for 64-bit modulo arithmetic on ARM. This is needed for the video4linux API to function properly and since there's already support for 64-bit divides, I think there shouldn't be any reason for the absence of this.
-
Nicolas Pitre authored
Actually only debug.S and entry-armv.S
-
Nicolas Pitre authored
This patch populates the linux/include/asm-arm/arch-pxa directory.
-
Nicolas Pitre authored
This only populates the linux/arch/arm/mach-pxa directory.
-
Nicolas Pitre authored
-
- 13 Mar, 2002 2 commits
-
-
Trevor Pering authored
+++ linux/arch/arm/mach-sa1100/leds.c Wed Feb 13 13:55:33 2002 +++ linux/arch/arm/mach-sa1100/leds.h Wed Feb 13 13:55:52 2002 +++ linux/include/asm-arm/leds.h Wed Feb 13 13:01:31 2002 Additions for consus_leds_event (parallels assabet_leds_event). Added led_start_time_mode and led_stop_timer_mode for heartbeat led. Added led_blue_on and led_blue_off for Blue led support.
-
Christopher Hoover authored
For 2.5.x only. (Patch 1042/1 is for 2.4.x) (replaces patch 1041/1.) Christopher Hoover mailto:ch@murgatroid.com mailto:ch@hpl.hp.com
-
- 10 Mar, 2002 2 commits
-
-
Nicolas Pitre authored
This should bring better performances as all interrupts are always run with clock switching enabled and the idle spinning always with the lower clock. This also keeps the brokenness of that architecture localized while preserving the sanity of the common SA idle function.
-
Jamey Hicks authored
Updates the jornada720 config file to build with 2.4.17-rmk4
-
- 09 Mar, 2002 6 commits
-
-
Tomas Kasparek authored
This is updated version of patch 1002/1 . As build system in 2.5.5 kernel allows same name of .c files in different directories when computing dependencies and versioning information, the patch becomes simple. Now it just modify appropriate Makefile (in arch/arm/mach-sa1100) and exports one symbol in arch/arm/mach-sa10/pm.c) This patch replace 1002/1. (Hope, this is what you want Russel :)
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-rmk-patchtest
-
Russell King authored
system3.c
-
Tomas Kasparek authored
Even I do not realy use any ISA code of ALSA on my iPAQ I need it for compilation. As I build ALSA as modules, the dma_spin_lock symbol is missing. I have seen both definitions of dma_spin_lock (in kernel/dma.c and arch/arm/kernel/dma.c) same as EXPORT_SYMBOL in kernel/ksyms.c, but I think, exporting it in arch/arm/kernel/dma.c should be better then making confusion in kernel/ksyms.c 2Russel: If you don't think this is good solution, we should discuss this in linux-arm-kernel mailing list
-
Stefan Eletzhofer authored
This patch changes PCMCIA MECR handling such that: - MECR is changed in one function only and atomically - a additional callback for boards to allow them to tweak BS values on a per-socket basis Note: I don't know wether or not tish changes are WIP or done already. If so, please drop it and send me a note. Changes files: linux/drivers/pcmcia/sa1100_generic.h linux/drivers/pcmcia/sa1100_generic.c
-
Christopher Hoover authored
-
- 07 Mar, 2002 25 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.
-
Greg Kroah-Hartman authored
-