aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* [ARM] 3593/1: Add reboot and shutdown handlers for Zaurus handheldsRichard Purdie2006-06-191-26/+35
* [ARM] 3554/1: ARM: Fix dyntick lockingTony Lindgren2006-06-182-9/+19
* [ARM] 3335/1: Old-abi Thumb sys_syscall brokenPaul Brook2006-06-181-1/+1
* [ARM] arch/arm/kernel/dma-isa.c: named initializersAdrian Bunk2006-05-161-6/+17
* [ARM] arch/arm/kernel/process.c: Fix warningRussell King2006-05-161-1/+1
* [ARM] 3517/1: move definition of PROC_INFO_SZ from procinfo.h to asm-offsets.hUwe Zeisberger2006-05-161-0/+2
* [ARM] Fix thread struct allocator for SMP caseRussell King2006-05-091-12/+25
* [ARM] 3496/1: more constants for asm-offsets.hUwe Zeisberger2006-05-053-11/+7
* [ARM] nommu: trivial fixups for head-nommu.S and the MakefileHyok S. Choi2006-04-242-2/+4
* [ARM] for_each_possible_cpuKAMEZAWA Hiroyuki2006-04-201-1/+1
* [ARM] add_memory() build fixAndrew Morton2006-04-201-3/+3
* [PATCH] No arch-specific strpbrk implementationsKyle McMartin2006-04-111-1/+0
* [ARM] 3470/1: Clear the HWCAP bits for the disabled kernel featuresCatalin Marinas2006-04-101-0/+6
* [ARM] 3439/2: xsc3: add I/O coherency supportLennert Buytenhek2006-04-021-0/+3
* [ARM] 3437/1: Kill duplicate exports of string library functionsKomal Shah2006-04-011-13/+0
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-03-316-212/+308
|\
| * [ARM] 3420/1: Missing clobber in example codePaul Brook2006-03-281-1/+1
| * Merge nommu treeRussell King2006-03-285-211/+307
| |\
| | * [ARM] nommu: fixups for the exception vectorsHyok S. Choi2006-03-272-5/+6
| | * [ARM] nommu: start-up codeHyok S. Choi2006-03-273-206/+301
* | | [PATCH] unexport get_wchanAdrian Bunk2006-03-311-1/+0
|/ /
* | [ARM] 3030/2: fix permission check in the obscur cmpxchg syscallNicolas Pitre2006-03-251-1/+1
* | Merge nommu treeRussell King2006-03-253-8/+16
|\|
| * [ARM] Move read of processor ID out of lookup_processor_type()Russell King2006-03-212-8/+11
| * [ARM] noMMU: block sys_fork in nommu modeHyok S. Choi2006-03-211-0/+5
* | [ARM] SMP: don't set cpu_*_map in smp_prepare_boot_cpuRussell King2006-03-251-3/+0
* | [ARM] Move enable_irq and disable_irq to assembler.hRussell King2006-03-231-18/+0
* | [ARM] Quieten spurious IRQ detectionRussell King2006-03-221-3/+8
* | [ARM] Convert kmalloc+memset to kzallocRussell King2006-03-213-9/+3
* | [ARM] 3261/2: remove phys_ram from struct machine_desc (part 3)Nicolas Pitre2006-03-211-4/+3
* | [ARM] Move IRQ enable after coprocessor number decodeRussell King2006-03-211-1/+1
* | [ARM] Remove unnecessary asm/hardware.h includesRussell King2006-03-211-1/+0
|/
* [ARM] 3362/1: [cleanup] - duplicate decleration of mem_fclk_21285Ben Dooks2006-03-151-1/+0
* [ARM] 3365/1: [cleanup] header for compat.c exported functionsBen Dooks2006-03-153-2/+17
* [ARM] 3363/1: [cleanup] process.c - fix warningsBen Dooks2006-03-151-1/+2
* [ARM] Fix "thead" typoRussell King2006-03-151-1/+1
* [ARM] iwmmxt thread state alignmentRussell King2006-03-122-11/+7
* [PATCH] fix next_timer_interrupt() for hrtimerTony Lindgren2006-03-061-4/+6
* [ARM] CONFIG_CPU_MPCORE -> CONFIG_CPU_32v6KRussell King2006-02-221-1/+1
* [ARM] Add panic-on-oops supportRussell King2006-02-221-0/+8
* [ARM] 3338/1: old ABI compat: sys_socketcallNicolas Pitre2006-02-162-1/+31
* [ARM] Fix SMP initialisation oopsRussell King2006-02-162-1/+5
* [ARM] 3310/1: add a comment about the possible __kuser_cmpxchg transient falseNicolas Pitre2006-02-081-1/+6
* [ARM] 3309/1: disable the pre-ARMv5 NPTL kernel helper in the non MMU caseNicolas Pitre2006-02-081-0/+10
* [ARM] 3308/1: old ABI compat: struct sockaddr_unNicolas Pitre2006-02-082-4/+75
* [ARM] safer handling of syscall table paddingAl Viro2006-01-192-332/+333
* [ARM] 3271/1: ARM EABI: fix calling of cmpxchg syscall emulationNicolas Pitre2006-01-181-1/+4
* [ARM] 3270/1: ARM EABI: fix sigreturn and rt_sigreturnNicolas Pitre2006-01-182-12/+19
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-01-1412-61/+574
|\
| * [ARM] 3262/4: allow ptraced syscalls to be overridenNicolas Pitre2006-01-142-3/+15