aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAge
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-27
|\
| * linker script: define __per_cpu_load on all SMP capable archsTejun Heo2009-03-10
| * Merge branch 'linus' into x86/apicIngo Molnar2009-02-22
| |\
| * \ Merge branch 'linus' into x86/apicIngo Molnar2009-02-13
| |\ \
| * \ \ Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-21
| |\ \ \
| * | | | linker script: add missing .data.percpu.page_alignedTejun Heo2009-01-17
| * | | | irq: update all arches for new irq_descMike Travis2009-01-12
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'irq/genirq' and 'linus' into irq/coreIngo Molnar2009-03-16
|\ \ \ \ \ \
| | * | | | | [ARM] 5421/1: ftrace: fix crash due to tracing of __naked functionsUwe Kleine-König2009-03-12
| | * | | | | [ARM] 5418/1: restore lr before leaving mcountUwe Kleine-König2009-03-05
| |/ / / / /
| * | | | / [ARM] 5417/1: Set the correct cacheid for ARMv6 CPUs with ARMv7 style MMUCatalin Marinas2009-03-03
| | |_|_|/ | |/| | |
| * | | | [ARM] 5404/1: Fix condition in arm_elf_read_implies_exec() to set READ_IMPLIE...Makito SHIOKAWA2009-02-19
| | |_|/ | |/| |
| | | |
| \ \ \
| \ \ \
| \ \ \
*---. \ \ \ Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/coreIngo Molnar2009-02-13
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| | * | | sparseirq: use kstat_irqs_cpu on non-x86 architectures tooYinghai Lu2009-01-12
| | | |/ | | |/|
* | | | [ARM] Storage class should be before const qualifierTobias Klauser2009-02-10
| |_|/ |/| |
* | | annotate that [fp, #-4] is the saved lrUwe Kleine-König2009-01-30
* | | Use __SPIN_LOCK_UNLOCKED to initialize bad_irq_desc.lockUwe Kleine-König2009-01-30
* | | [ARM] call undefined instruction exception handler with irqs enabledRussell King2009-01-28
|/ /
* / [CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens2009-01-14
|/
* [ARM] arch/arm/kernel/isa.c: missing definition of register_isa_portsBen Dooks2009-01-08
* PCI: arm: use generic INTx swizzle from PCI coreBjorn Helgaas2009-01-07
* PCI: arm: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas2009-01-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-06
|\
| * arm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-06
* | kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu2009-01-06
|/
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-02
|\
| * Merge branch 'linus' into cpus4096Ingo Molnar2008-12-17
| |\
| * | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-13
| * | cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-13
* | | take init_fs to saner placeAl Viro2008-12-31
* | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/ukl/linux-2.6 into develRussell King2008-12-19
|\ \ \
| * | | small doc fix: ftrace_dyn_arch_init is called by ftrace_initUwe Kleine-König2008-12-12
* | | | Merge branch 'mxc-pu-imxfb' of git://pasiphae.extern.pengutronix.de/git/imx/l...Russell King2008-12-17
|\ \ \ \ | | |_|/ | |/| |
| * | | [ARM] Ensure linux/hardirqs.h is included where requiredRussell King2008-12-15
| |/ /
| * / [ARM] 5341/2: there is no copy_page on nommu ARMNicolas Pitre2008-12-11
| |/
* | Merge branch 'for-rmk-realview' of git://linux-arm.org/linux-2.6 into develRussell King2008-12-01
|\ \
| * | RealView: Use only the shadow mapping of ARM11MPCore local timersCatalin Marinas2008-12-01
* | | [ARM] use asm/sections.hRussell King2008-12-01
* | | [ARM] Remove linux/sched.h from asm/cacheflush.h and asm/uaccess.hRussell King2008-11-29
* | | Merge branch 'highmem' into develRussell King2008-11-28
|\ \ \
| * | | [ARM] rationalize memory configuration code some moreNicolas Pitre2008-11-28
| | |/ | |/|
* | | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King2008-11-27
|\ \ \ | |/ / |/| |
| * | Fix the teehbr_read function prototypeCatalin Marinas2008-11-10
| * | Add HWCAP_NEON to the ARM hwcap.h fileCatalin Marinas2008-11-06
| * | Add "thumbee" to the hwcap_str arrayCatalin Marinas2008-11-06
| |/
* | [ARM] fix naming of MODULE_START / MODULE_ENDRussell King2008-11-06
* | [ARM] fix VFP+softfloat binariesRussell King2008-11-04
* | ftrace: remove mcount setSteven Rostedt2008-10-23
* | ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-20
|/
* Merge branch 'proc' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriya...Linus Torvalds2008-10-13
|\