summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)Author
2013-02-03ARM: virt: simplify __hyp_stub_install epilogMarc Zyngier
2013-02-03ARM: virt: boot secondary CPUs through the right entry pointMarc Zyngier
2013-02-03ARM: virt: Avoid bx instruction for compatibility with <=ARMv4Dave Martin
2013-02-03ARM: 7628/1: head.S: map one extra section for the ATAG/DTB areaNicolas Pitre
2013-01-11ARM: missing ->mmap_sem around find_vma() in swp_emulate.cAl Viro
2012-11-07Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-10-29ARM: 7565/1: sched: stop sched_clock() during suspendFelipe Balbi 2
2012-10-25Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-10-22Merge tag 'fixes-for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Russell King
2012-10-22ARM: 7560/1: SMP_TWD: use DIV_ROUND_CLOSEST() for periodic modeLinus Walleij
2012-10-22ARM: 7559/1: smp: switch away from the idmap before updating init_mm.mm_countWill Deacon
2012-10-18ARM: 7556/1: perf: fix updated event period in response to PERF_EVENT_IOC_PERIODWill Deacon
2012-10-18ARM: 7555/1: kexec: fix segment memory addresses checkAaro Koskinen
2012-10-15ARM: fix oops on initial entry to userspace with Thumb2 kernelsRussell King
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-12arm: switch to saner kernel_execve() semanticsAl Viro
2012-10-12Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-11Merge branch 'fixes' into for-linusRussell King
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-09ARM: export set_irq_flagsArnd Bergmann
2012-10-09ARM: kprobes: make more tests conditionalArnd Bergmann
2012-10-07Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-10-04Merge branch 'arch-timers' into for-linusRussell King
2012-10-04Merge branches 'atags', 'cache-l2x0', 'clkdev', 'fixes', 'integrator', 'misc'...Russell King
2012-10-04Merge branch 'cleanup' into for-linusRussell King
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-10-01Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds
2012-10-01Uninclude linux/freezer.hRichard Weinberger
2012-09-30arm: get rid of execve wrapper, switch to generic execve() implementationAl Viro
2012-09-30arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro
2012-09-30arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]Al Viro
2012-09-30Merge branch 'hyp-boot-mode-rmk' of git://git.kernel.org/pub/scm/linux/kernel...Russell King
2012-09-26ARM: 7540/1: kexec: Check segment memory addressesMatthew Leach
2012-09-26ARM: 7539/1: kexec: scan for dtb magic in segmentsMatthew Leach
2012-09-26ARM: 7538/1: delay: add registration mechanism for delay timer sourcesJonathan Austin
2012-09-26Merge branch 'cache-louis' of git://linux-arm.org/linux-2.6-lp into devel-stableRussell King
2012-09-25ARM: kernel: update __cpu_disable to use cache LoUIS maintenance APILorenzo Pieralisi
2012-09-25ARM: kernel: update cpu_suspend code to use cache LoUIS operationsLorenzo Pieralisi
2012-09-22Merge branch 'multiplatform/smp_ops' into next/multiplatformOlof Johansson
2012-09-21ARM: reserve syscall 378 for kcmpRussell King
2012-09-20Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux ...Olof Johansson
2012-09-20Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson
2012-09-20don't bother exporting kernel_execve()Al Viro
2012-09-19ARM: 7535/1: Reprogram smp_twd based on new common clk framework notifiersMike Turquette
2012-09-19ARM: 7536/1: smp: Formalize an IPI for wakeupStephen Boyd
2012-09-19ARM: 7525/1: ptrace: use updated syscall number for syscall auditingWill Deacon