- 04 Oct, 2003 37 commits
-
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
Russell King authored
-
Nicolas Pitre authored
Patch from Nicolas Pitre
-
Robin Farine authored
[ARM PATCH] 1675/1: remove definitions of non-implemented system calls from include/asm-arm/unistd.h Patch from Robin Farine Remove the definitions of system call numbers from include/asm-arm/unistd.h for which the corresponding vector in arch/arm/kernel/calls.S points to sys_ni_syscall. Since the new glibc (2.3.2) implements some of the system call wrapper functions based on the presence or absence of such definitions, only implemented system calls should have a corresponding __NR_xyz preprocessor symbol in unistd.h.
-
Deepak Saxena authored
Patch from Deepak Saxena
-
Nicolas Pitre authored
Patch from Nicolas Pitre Here's my rewrite of the ARM division routines: - take advantage of the clz instruction on ARMv5+ - simpler and faster code for modulo routines - fast path for power of 2 divisors - other miscellaneous optimizations This code has already been merged into gcc-3.4.
-
Russell King authored
This takes account of the other IRQ changes, and makes the interrupt decoding more efficient.
-
Russell King authored
-
Russell King authored
Since we want to support multiple platforms, we also move the Integrator flash driver over to the driver model.
-
Russell King authored
This allows us to expand the interrupt numbers on the primary interrupt controller.
-
Russell King authored
Split Integrator/AP and Integrator/PP2 specific support from the Integrator core code.
-
Russell King authored
Use 'tsk' when accessing comm and pid members. Use regs->ARM_sp not regs + 1 for base of stack dump.
-
Russell King authored
Hook the PXA and SA11x0 platform core power into the generic PM core. Add support for freezing userspace processes. Make our apm emulation call the generic PM suspend to memory infrastructure.
-
Russell King authored
linux/init.h doesn't include linux/compiler.h, but needs some definitions (the __attribute_unused__ stuff) from compiler.h. Since this affects only two files, we include linux/compiler.h directly into the affected files.
-
Russell King authored
This allows us to make the suspend/resume handling local to the LEDs code itself, rather than being scattered in several files.
-
Russell King authored
-
Russell King authored
-
Russell King authored
-
Bartlomiej Zolnierkiewicz authored
They do not contain any real code.
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Bartlomiej Zolnierkiewicz authored
-
Michael Hunold authored
- MAINTAINERS: - add the LinuxTV.org project as the DVB driver maintainer - add me as the saa7146 v4l2 driver maintainer - CREDITS: add me as the saa7146 v4l2 driver author - Documentation/ioctl-number.txt: - remove bogus reference to Linux DVD API, which never really existed - remove bogus referenc to Philips saa7146 driver, which never came to life
-
Andrew Morton authored
From: Badari Pulavarty <pbadari@us.ibm.com> Since we have larger dev_t now, here is the patch to support large number of RAW devices. The userlevel command "raw" also needs changes to use this support - which in turn needs new glibc.
-
Andrew Morton authored
This reverts a broken part of the recent "Consolidate skb delivery" patch. It was doing an extra increment of skb->users, causing machine death after just a few seconds of NFS activity.
-
Daniel Drake authored
Witht he EXPORT_SYMBOL cleanups, net/netsyms.c has been removed. The kernel-api DocBook docs still refer to this file, and because this file is gone, "make htmldocs" and similar fails. This just removes the reference and so fixes this docbook problem.
-
Mikael Pettersson authored
drivers/char/misc.c was changed to use the common list macros instead of its own list code. The first open does load the module and increment its use count, but a bug causes a failure to be reported anyway. This causes an error return to user-space where there is none, and makes the module non-unloadable. Fixed like this.
-
- 03 Oct, 2003 3 commits
-
-
Randy Dunlap authored
From: rwhron@earthlink.net
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net>
-
Randy Dunlap authored
From: Randy Hron <rwhron@earthlink.net>
-