summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)Author
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King
2011-07-21ARM: CPU hotplug: ensure we migrate all IRQs off a downed CPURussell King
2011-07-21ARM: CPU hotplug: pass in proper affinity mask on IRQ migrationRussell King
2011-07-21ARM: CPU hotplug: fix abuse of irqdesc->nodeRussell King
2011-07-19ARM: 6999/1: head, zImage: Always Enter the kernel in ARM stateDave Martin
2011-07-09ARM: vfp: fix a hole in VFP thread migrationRussell King
2011-07-07ARM: vmlinux.lds: use _text and _stext the same way as x86Russell King
2011-07-07ARM: vmlinux.lds: move init sections between text and data sectionsRussell King
2011-07-07ARM: vmlinux.lds: remove .rodata/.rodata1 from main .text segmentRussell King
2011-07-07ARM: vmlinux.lds: rearrange .init output sectionRussell King
2011-07-07ARM: vmlinux.lds: move discarded sections to beginningRussell King
2011-07-07ARM: 6994/1: smp_twd: Fix typo in 'twd_timer_rate' printingVitaly Kuzmichev
2011-07-07ARM: 6993/1: platsmp: Allow secondary cpu hotplug with maxcpus=1Stephen Boyd
2011-07-06ARM: 6960/1: allow enabling SCU code on UPRob Herring
2011-07-06ARM: 6985/1: export functions to determine the presence of I/DTCMLinus Walleij
2011-07-06ARM: 6984/1: enhance TCM robustnessLinus Walleij
2011-07-05ARM: move memory layout sanity checking before meminfo initializationRussell King
2011-07-05ARM: 6989/1: perf: do not start the PMU when no events are presentWill Deacon
2011-07-02ARM: entry: no need to reload the SPSR value from struct pt_regsRussell King
2011-07-02ARM: entry: data abort: tail-call the main data abort handlerRussell King
2011-07-02ARM: entry: data abort: arrange for CPU abort helpers to take pc/psr in r4/r5Russell King
2011-07-02ARM: entry: prefetch abort: tail-call the main prefetch abort handlerRussell King
2011-07-02ARM: entry: re-allocate registers in irq entry assembly macrosRussell King
2011-07-02ARM: entry: consolidate trace_hardirqs_off into (svc|usr)_entry macrosRussell King
2011-07-02ARM: entry: instrument usr exception handlers with irqsoff tracingRussell King
2011-07-02ARM: entry: instrument svc undefined exception handler with irqtraceRussell King
2011-07-02ARM: entry: avoid enabling interrupts in prefetch/data abort handlersRussell King
2011-07-02ARM: pm: allow suspend finisher to return error codesRussell King
2011-06-30ARM: entry: prefetch abort helper: pass aborted pc in r4 rather than r0Russell King
2011-06-30ARM: entry: rejig register allocation in exception entry handlersRussell King
2011-06-29ARM: 6977/1: pmu: add platform_device_id table supportMark Rutland
2011-06-29ARM: 6976/1: pmu: add OF probing supportMark Rutland
2011-06-29ARM: 6975/1: pmu: reject duplicate PMU registrationsMark Rutland
2011-06-29ARM: 6974/1: pmu: refactor reservationMark Rutland
2011-06-29ARM: entry: no need to check parent IRQ mask in IRQ handler returnRussell King
2011-06-29ARM: entry: no need to increase preempt count for IRQ handlersRussell King
2011-06-29ARM: entry: prefetch/data abort helpers: avoid corrupting r4Russell King
2011-06-29ARM: entry: prefetch/data abort helpers: convert to macrosRussell King
2011-06-24ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform codeRussell King
2011-06-24ARM: pm: move cpu_init() call into core codeRussell King
2011-06-24ARM: pm: convert cpu_suspend() to a normal functionRussell King
2011-06-24ARM: pm: rejig suspend follow-on function calling conventionRussell King
2011-06-24ARM: pm: reallocate registers to avoid r2, r3Russell King
2011-06-24ARM: pm: preserve r4 - r11 across a suspendRussell King
2011-06-24ARM: pm: extract common code from MULTI_CPU/!MULTI_CPU pathsRussell King
2011-06-24ARM: pm: move return address (for cpu_resume) to top of stackRussell King
2011-06-24ARM: pm: make MULTI_CPU and !MULTI_CPU resume paths the sameRussell King
2011-06-24ARM: pm: arrange for cpu_proc_init() to be called on resumeRussell King
2011-06-21ARM: SMP: wait for CPU to be marked activeRussell King
2011-06-17ARM: 6963/1: Thumb-2: Relax relocation requirements for non-function symbolsDave Martin