- 05 Oct, 2003 2 commits
-
-
Bjorn Helgaas authored
Patch from Bjorn Helgaas. RS_TABLE is defined by lots of architectures, but only referenced in arch/{mips,ppc}. This patch removes most of the unused definitions from 2.6.
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/bk/linux-2.6-serial
-
- 04 Oct, 2003 38 commits
-
-
bk://kernel.bkbits.net/davem/sparc-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.osdl.org:/home/torvalds/v2.5/linux
-
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
-
David S. Miller authored
-
David S. Miller authored
into nuts.ninka.net:/disk1/davem/BK/net-2.5
-
David S. Miller authored
into nuts.ninka.net:/disk1/davem/BK/sparc-2.5
-
Stephen Hemminger authored
-