summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: consolidate init_mm definitionAlexey Dobriyan2009-06-171-4/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-1510-70/+356
|\
| * Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King2009-06-116-29/+58
| |\
| | * Add core support for ARMv6/v7 big-endianCatalin Marinas2009-05-303-1/+7
| | * arm: Provide _sdata and __bss_stop in the vmlinux.lds.S fileCatalin Marinas2009-05-301-0/+2
| | * Clear the IT state when invoking a Thumb-2 signal handlerCatalin Marinas2009-05-301-2/+6
| | * Check whether the TLB operations need broadcasting on SMP systemsCatalin Marinas2009-05-301-26/+43
| * | Merge branch 'for-rmk' of git://git.marvell.com/orion into develRussell King2009-06-082-4/+10
| |\ \
| | * | [ARM] barriers: improve xchg, bitops and atomic SMP barriersRussell King2009-05-281-4/+1Star
| | * | [ARM] disable NX support for OABI-supporting kernelsRussell King2009-05-231-0/+9
| | |/
| * | [ARM] smp: use new cpumask functionsRussell King2009-05-281-3/+3
| * | [ARM] 5516/1: Flush the D-cache after initialising the SCUCatalin Marinas2009-05-281-0/+7
| * | [ARM] smp: fix style issues in smp_twd.cRussell King2009-05-171-12/+14
| * | [ARM] smp: allow re-use of realview localtimer TWD supportRussell King2009-05-172-0/+174
| * | [ARM] smp: separate SCU support code from realviewRussell King2009-05-172-0/+42
| * | [ARM] smp: move core localtimer support out of platform specific filesRussell King2009-05-171-8/+48
| |/
| * [ARM] smp: fix cpumask usage in ARM SMP codeRussell King2009-05-171-30/+16Star
* | syscall: Sort out syscall_restart name clash.Eric W. Biederman2009-05-211-3/+3
|/
* [ARM] 5507/1: support R_ARM_MOVW_ABS_NC and MOVT_ABS relocation typesPaul Gortmaker2009-05-071-0/+15
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-04-241-0/+2
|\
| * [ARM] 5456/1: add sys_preadv and sys_pwritevMikael Pettersson2009-04-201-0/+2
* | Separate out common fstatat code into vfs_fstatatOleg Drokin2009-04-211-14/+5Star
|/
* [ARM] 5453/1: fix building breakage of sys_oabi-compat.c due to missing kmall...eric miao2009-04-161-0/+1
* Simplify copy_thread()Alexey Dobriyan2009-04-031-1/+1
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-03-2817-159/+863
|\
| * Merge branch 'master' into develRussell King2009-03-281-0/+9
| |\
| | * [ARM] 5428/1: Module relocation update for R_ARM_V4BXDaniel Silverstone2009-03-211-0/+9
| * | Merge branch 'origin' into develRussell King2009-03-281-1/+1
| |\ \
| * \ \ Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...root2009-03-241-0/+1
| |\ \ \
| | * | | [ARM] pxa: add iWMMXt support for pxa168Eric Miao2009-03-231-0/+1
| * | | | Merge branch 'master' of git://git.marvell.com/orion into develRussell King2009-03-202-2/+6
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | [ARM] pass reboot command line to arch_reset()Russell King2009-03-191-5/+5
| * | | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into develRussell King2009-03-133-10/+11
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | [ARM] 5412/1: XSCALE: add ice dcc supportJean-Christop PLAGNIOL-VILLARD2009-02-271-0/+27
| * | | | Merge branch 'dma' into develRussell King2009-02-212-85/+101
| |\ \ \ \
| | * | | | [ARM] dma: remove dmamode_t typedefRussell King2009-01-021-1/+1
| | * | | | [ARM] dma: make DMA_MODE_xxx reflect ISA DMA settingsRussell King2009-01-021-12/+1Star
| | * | | | [ARM] dma: ensure that the single entry sg is properly initializedRussell King2008-12-111-0/+4
| | * | | | [ARM] dma: rejig DMA initializationRussell King2008-12-112-15/+28
| | * | | | [ARM] dma: factor out code looking up the DMA channelRussell King2008-12-081-14/+24
| | * | | | [ARM] dma: remove dmach_t typedefRussell King2008-12-082-64/+64
| * | | | | [ARM] 5386/2: unwind: Add Makefile and Kconfig entries for ARM stack unwindingCatalin Marinas2009-02-191-0/+1
| * | | | | [ARM] 5385/2: unwind: Add unwinding information to exception entry pointsCatalin Marinas2009-02-192-0/+23
| * | | | | [ARM] 5384/1: unwind: Add stack unwinding support for loadable modulesCatalin Marinas2009-02-191-0/+64
| * | | | | [ARM] 5383/2: unwind: Add core support for ARM stack unwindingCatalin Marinas2009-02-194-0/+466
| * | | | | [ARM] 5382/1: unwind: Reorganise the stacktrace supportCatalin Marinas2009-02-124-54/+85
| * | | | | [ARM] 5381/1: unwind: Reorganise the traps.c codeCatalin Marinas2009-02-121-15/+19
| * | | | | [ARM] 5389/1: Make sure the pmd entries are visible by the secondary CPUCatalin Marinas2009-02-121-0/+2
| * | | | | [ARM] 5388/1: Add hwcap bits for VFPv3 and VFPv3D16Catalin Marinas2009-02-121-0/+2
| * | | | | [ARM] 5387/1: Add ptrace VFP support on ARMCatalin Marinas2009-02-121-0/+58