summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-02-01arm: Add generic timer broadcast supportMark Rutland1-2/+1
2013-02-01arm: Use generic timer broadcast receiverMark Rutland1-7/+3
2013-01-31ARM: scu: mask cluster id from cpu_logical_mapRob Herring1-1/+1
2013-01-31arm: arch_timer: move core to drivers/clocksourceMark Rutland1-368/+18
2013-01-31arm: arch_timer: add arch_counter_set_user_accessMark Rutland1-0/+2
2013-01-31arm: arch_timer: divorce from local_timer apiMark Rutland1-23/+29
2013-01-31arm: arch_timer: factor out register accessorsMark Rutland1-92/+0
2013-01-31arm: arch_timer: split cntfrq accessorMark Rutland1-7/+9
2013-01-31arm: arch_timer: standardise counter readingMark Rutland1-36/+22
2013-01-31arm: arch_timer: use u64/u32 for register dataMark Rutland1-19/+11
2013-01-31arm: arch_timer: remove redundant available checkMark Rutland1-12/+0
2013-01-31arm: arch_timer: balance device_node refcountingMark Rutland1-0/+2
2013-01-27Merge tag 'v3.8-rc5' into next/cleanupOlof Johansson3-13/+12
2013-01-24Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2-13/+10
2013-01-24Merge remote-tracking branch 'arm-soc/irqchip/gic-vic-move' into kvm-arm/vgicMarc Zyngier3-2/+12
2013-01-23Merge branch 'for-rmk/virt/psci' of git://git.kernel.org/pub/scm/linux/kernel...Russell King2-0/+212
2013-01-23Merge branch 'for-rmk/perf' of git://git.kernel.org/pub/scm/linux/kernel/git/...Russell King5-49/+42
2013-01-23KVM: ARM: World-switch implementationChristoffer Dall1-0/+25
2013-01-23ARM: Section based HYP idmapChristoffer Dall1-1/+5
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-19Merge branch 'for-rmk/virt/hyp-boot/fixes' of git://git.kernel.org/pub/scm/li...Russell King8-40/+32
2013-01-18ARM: perf: simplify __hw_perf_event_init err handlingMark Rutland1-5/+3
2013-01-18ARM: perf: remove unnecessary checks for idx < 0Mark Rutland1-8/+0
2013-01-18ARM: perf: handle armpmu_register failingMark Rutland1-5/+10
2013-01-16Merge branch 'v3.8-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson6-27/+25
2013-01-16ARM: compile fix for DEBUG_LL=y && MMU=nUwe Kleine-König1-0/+2
2013-01-16ARM: 7628/1: head.S: map one extra section for the ATAG/DTB areaNicolas Pitre1-0/+3
2013-01-16ARM: perf: don't pretend to support counting of L1I writesWill Deacon3-12/+12
2013-01-14Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Olof Johansson3-2/+12
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson6-27/+25
2013-01-14ARM: perf: remove redundant NULL check on cpu_pmuWill Deacon1-1/+1
2013-01-14ARM: smp: remove wrapper functionsRussell King1-23/+8
2013-01-12ARM: remove mach .handle_irq for GIC usersRob Herring1-1/+0
2013-01-11ARM: Use implementor and part defines from cputype.hChristoffer Dall1-18/+16
2013-01-10ARM: hw_breakpoint: Debug powerdown support for self-hosted debugDietmar Eggemann1-1/+27
2013-01-10ARM: hw_breakpoint: Check function for OS Save and Restore mechanismDietmar Eggemann1-5/+23
2013-01-10ARM: coresight: common definition for (OS) Lock Access Register key valueDietmar Eggemann1-2/+3
2013-01-10ARM: psci: add support for PSCI invocations from the kernelWill Deacon2-0/+212
2013-01-10ARM: virt: simplify __hyp_stub_install epilogMarc Zyngier1-9/+3
2013-01-10ARM: virt: boot secondary CPUs through the right entry pointMarc Zyngier1-1/+1
2013-01-10ARM: virt: Avoid bx instruction for compatibility with <=ARMv4Dave Martin1-3/+3
2013-01-10ARM: GIC: remove direct use of gic_raise_softirqRob Herring1-1/+2
2013-01-10arm: add set_handle_irq() to register the parent IRQ controller handler functionThomas Petazzoni1-0/+10
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman6-27/+25
2012-12-24ARM: delete struct sys_timerStephen Warren1-8/+1
2012-12-24ARM: remove struct sys_timer suspend and resume fieldsStephen Warren1-34/+0
2012-12-24ARM: set arch_gettimeoffset directlyStephen Warren1-14/+0
2012-12-24time: convert arch_gettimeoffset to a pointerStephen Warren1-1/+5
2012-12-20Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds3-3/+5
2012-12-20ARM: missing ->mmap_sem around find_vma() in swp_emulate.cAl Viro1-0/+2