aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds17-159/+863
2009-03-28Merge branch 'master' into develRussell King1-0/+9
2009-03-28Merge branch 'origin' into develRussell King1-1/+1
2009-03-27Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2-6/+14
2009-03-24Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into develroot1-0/+1
2009-03-23[ARM] pxa: add iWMMXt support for pxa168Eric Miao1-0/+1
2009-03-21[ARM] 5428/1: Module relocation update for R_ARM_V4BXDaniel Silverstone1-0/+9
2009-03-19Merge branch 'master' of git://git.marvell.com/orion into develRussell King2-2/+6
2009-03-19[ARM] pass reboot command line to arch_reset()Russell King1-5/+5
2009-03-16Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar4-10/+15
2009-03-13Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into develRussell King3-10/+11
2009-03-12[ARM] 5421/1: ftrace: fix crash due to tracing of __naked functionsUwe Kleine-König1-2/+2
2009-03-10linker script: define __per_cpu_load on all SMP capable archsTejun Heo1-0/+1
2009-03-05[ARM] 5418/1: restore lr before leaving mcountUwe Kleine-König1-0/+4
2009-03-03[ARM] 5417/1: Set the correct cacheid for ARMv6 CPUs with ARMv7 style MMUCatalin Marinas1-6/+7
2009-02-27[ARM] 5412/1: XSCALE: add ice dcc supportJean-Christop PLAGNIOL-VILLARD1-0/+27
2009-02-22Merge branch 'linus' into x86/apicIngo Molnar1-2/+2
2009-02-21Merge branch 'dma' into develRussell King2-85/+101
2009-02-19[ARM] 5404/1: Fix condition in arm_elf_read_implies_exec() to set READ_IMPLIES_EXECMakito SHIOKAWA1-2/+2
2009-02-19[ARM] 5386/2: unwind: Add Makefile and Kconfig entries for ARM stack unwindingCatalin Marinas1-0/+1
2009-02-19[ARM] 5385/2: unwind: Add unwinding information to exception entry pointsCatalin Marinas2-0/+23
2009-02-19[ARM] 5384/1: unwind: Add stack unwinding support for loadable modulesCatalin Marinas1-0/+64
2009-02-19[ARM] 5383/2: unwind: Add core support for ARM stack unwindingCatalin Marinas4-0/+466
2009-02-13Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar1-1/+1
2009-02-13Merge branch 'linus' into x86/apicIngo Molnar4-4/+5
2009-02-12[ARM] 5382/1: unwind: Reorganise the stacktrace supportCatalin Marinas4-54/+85
2009-02-12[ARM] 5381/1: unwind: Reorganise the traps.c codeCatalin Marinas1-15/+19
2009-02-12[ARM] 5389/1: Make sure the pmd entries are visible by the secondary CPUCatalin Marinas1-0/+2
2009-02-12[ARM] 5388/1: Add hwcap bits for VFPv3 and VFPv3D16Catalin Marinas1-0/+2
2009-02-12[ARM] 5387/1: Add ptrace VFP support on ARMCatalin Marinas1-0/+58
2009-02-10[ARM] Storage class should be before const qualifierTobias Klauser1-2/+2
2009-01-31annotate that [fp, #-4] is the saved lrUwe Kleine-König1-1/+1
2009-01-31Use __SPIN_LOCK_UNLOCKED to initialize bad_irq_desc.lockUwe Kleine-König1-1/+1
2009-01-28[ARM] call undefined instruction exception handler with irqs enabledRussell King1-0/+1
2009-01-21Merge branch 'x86/mm' into core/percpuIngo Molnar1-1/+1
2009-01-17linker script: add missing .data.percpu.page_alignedTejun Heo1-0/+1
2009-01-14[CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens1-1/+1
2009-01-12irq: update all arches for new irq_descMike Travis1-6/+12
2009-01-12sparseirq: use kstat_irqs_cpu on non-x86 architectures tooYinghai Lu1-1/+1
2009-01-08[ARM] arch/arm/kernel/isa.c: missing definition of register_isa_portsBen Dooks1-0/+1
2009-01-07PCI: arm: use generic INTx swizzle from PCI coreBjorn Helgaas1-27/+0
2009-01-07PCI: arm: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas1-3/+3
2009-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu1-2/+0
2009-01-06arm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-11/+1
2009-01-02[ARM] dma: remove dmamode_t typedefRussell King1-1/+1
2009-01-02[ARM] dma: make DMA_MODE_xxx reflect ISA DMA settingsRussell King1-12/+1
2008-12-31take init_fs to saner placeAl Viro1-1/+0
2008-12-19Merge branch 'for-rmk' of git://git.pengutronix.de/git/ukl/linux-2.6 into develRussell King1-1/+1