summaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)Author
2012-10-01arm: get rid of execve wrapper, switch to generic execve() implementationAl Viro
2012-10-01arm: optimized current_pt_regs()Al Viro
2012-10-01arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve()Al Viro
2012-10-01arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]Al Viro
2012-09-20don't bother exporting kernel_execve()Al Viro
2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro
2012-09-20get rid of generic instances of asm/exec.hAl Viro
2012-09-15Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds
2012-09-13Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-09-13Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixesOlof Johansson
2012-09-13Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-09-11ARM: clk-imx35: Fix SSI clock registrationFabio Estevam
2012-09-11ARM: clk-imx25: Fix SSI clock registrationFabio Estevam
2012-09-10arm: mm: fix DMA pool affiliation checkThomas Petazzoni
2012-09-09ARM: 7529/1: delay: set loops_per_jiffy when moving to timer-based loopWill Deacon
2012-09-09ARM: 7528/1: uaccess: annotate [__]{get,put}_user functions with might_fault()Will Deacon
2012-09-09ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINSRussell King
2012-09-08Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds
2012-09-07Merge tag 'omap-fixes-for-v3.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson
2012-09-07ARM: 7526/1: traps: send SIGILL if get_user fails on undef handling pathWill Deacon
2012-09-07ARM: 7521/1: Fix semihosting Kconfig textStephen Boyd
2012-09-07ARM: 7513/1: Make sure dtc is built before running itDavid Brown
2012-09-07ARM: 7512/1: Fix XIP build due to PHYS_OFFSET definition movingStephen Boyd
2012-09-05Merge tag 'omap-fixes-a-for-3.6rc' of git://git.kernel.org/pub/scm/linux/kern...Tony Lindgren
2012-09-05Merge branch 'fixes-wakeupgen' into fixesTony Lindgren
2012-09-05ARM: gemini: fix the gemini buildLinus Walleij
2012-09-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r...Olof Johansson
2012-09-05ARM: OMAP4: Fix array size for irq_target_cpuTony Lindgren
2012-09-03Merge branches 'clkdev_fixes_3.6rc', 'clkdm_fixes_3.6rc' and 'hwmod_data_fixe...Paul Walmsley
2012-09-03ARM: OMAP4: hwmod data: temporarily comment out data for the sl2if IP blockTero Kristo
2012-09-03ARM: OMAP: hwmod code: Disable module when hwmod enable failsMisael Lopez Cruz
2012-09-03ARM: OMAP3: hwmod data: fix iva2 reset infoTero Kristo
2012-09-03ARM: OMAP3xxx: clockdomain: fix software supervised wakeup/sleepPaul Walmsley
2012-09-03ARM: OMAP2+: am33xx: Fix the timer fck clock naming conventionVaibhav Hiremath
2012-09-03ARM: shmobile: armadillo800eva: enable rw rootfs mountKuninori Morimoto
2012-09-02Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/r...Olof Johansson
2012-09-02Merge branch 'fixes-for-v3.6-v2' of git://git.infradead.org/users/jcooper/lin...Olof Johansson
2012-08-31ARM: Kirkwood: Fix 'SZ_1M' undeclared here for db88f6281-bp-setup.cAndrew Lunn
2012-08-31ARM: shmobile: mackerel: fixup usb module orderKuninori Morimoto
2012-08-31ARM: shmobile: armadillo800eva: fixup: sound card detection orderKuninori Morimoto
2012-08-30ARM: OMAP: Config fix for omap3-touchbook boardRadek Pilar
2012-08-30ARM: OMAP: sram: skip the first 16K on OMAP3 HSAaro Koskinen
2012-08-30ARM: OMAP: sram: fix OMAP4 errata handlingAaro Koskinen
2012-08-30ARM: OMAP: timer: obey the !CONFIG_OMAP_32K_TIMERIgor Grinberg
2012-08-30ARM: shmobile: marzen: fixup smsc911x id for regulatorKuninori Morimoto
2012-08-28ARM: dma-mapping: IOMMU allocates pages from atomic_pool with GFP_ATOMICHiroshi Doyu
2012-08-28ARM: dma-mapping: Introduce __atomic_get_pages() for __iommu_get_pages()Hiroshi Doyu
2012-08-28ARM: dma-mapping: Refactor out to introduce __in_atomic_poolHiroshi Doyu
2012-08-28ARM: dma-mapping: atomic_pool with struct page **pagesHiroshi Doyu
2012-08-28ARM: Kirkwood: increase atomic coherent pool sizeMarek Szyprowski