summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* [ARM] 5565/2: Use PAGE_SIZE and RO_DATA() in link scriptLinus Walleij2009-06-251-7/+8
* [ARM] 5560/1: Avoid buffer overrun in case of an invalid IRQAaro Koskinen2009-06-251-18/+6
* [ARM] idle: clean up pm_idle calling, obey hlt_counterRussell King2009-06-221-26/+32
* [ARM] wire up rt_tgsigqueueinfo and perf_counter_openRussell King2009-06-201-0/+2
* [ARM] 5559/1: Limit the stack unwinding caused by a kthread exitCatalin Marinas2009-06-191-1/+18
* [ARM] 5558/1: Add extra checks to ARM unwinder to avoid tracing corrupt stacksCatalin Marinas2009-06-191-10/+9
* [ARM] 5557/1: Discard some ARM.ex*.*exit.text sections when !HOTPLUG or !HOTP...Catalin Marinas2009-06-191-0/+8
* [ARM] 5556/1: Fix the irq_desc.cpu referencesCatalin Marinas2009-06-191-3/+3
* mm: consolidate init_mm definitionAlexey Dobriyan2009-06-161-4/+0
* 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/+1
| | * | [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/+16
* | syscall: Sort out syscall_restart name clash.Eric W. Biederman2009-05-201-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-201-14/+5
|/
* [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-021-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-192-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/+1
| | * | | | [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
OpenPOWER on IntegriCloud