summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2009-12-085-61/+671
|\
| * Merge branch 'devel-stable' into develRussell King2009-12-053-61/+28
| |\
| | * ARM: Clean up linker script using new linker script macros.Nelson Elhage2009-11-231-54/+23
| | * ARM: convert to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-11-233-7/+5
| * | ARM: 5841/1: a driver for on-chip ETM and ETBAlexander Shishkin2009-12-022-0/+643
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-081-0/+1
|\ \ \
| * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-011-2/+6
| |\ \ \ | | |/ /
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-1810-81/+123
| |\ \ \ | | | |/ | | |/|
| * | | net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2009-10-121-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds2009-12-081-11/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-3/+3
| * | | Merge commit 'v2.6.32-rc7'Eric W. Biederman2009-11-174-6/+11
| |\ \ \ | | | |/ | | |/|
| * | | sysctl arm: Remove binary sysctl supportEric W. Biederman2009-11-121-8/+3
* | | | ARM: 5793/1: ARM: Check put_user fail in do_signal when enable OABI_COMPATJean PIHET2009-11-231-2/+6
| |/ / |/| |
* | | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6Russell King2009-11-101-0/+4
|\ \ \
| * | | Check whether the SCU was already initialisedCatalin Marinas2009-11-051-0/+4
| |/ /
* | | ARM: Use a definition for the userspace cmpxchg emulation syscallRussell King2009-11-102-4/+5
* | | [ARM] Fix test for unimplemented ARM syscallsRussell King2009-11-081-1/+1
* | | ARM: 5784/1: fix early boot machine ID mismatch error displayNicolas Pitre2009-11-081-1/+1
|/ /
* | ARM: 5776/1: Check compiler version and EABI support when adding ARM unwind s...Claudio Scordino2009-11-021-0/+9
* | ARM: Fix signal restart issues with NX and OABI compatRussell King2009-10-253-26/+23
* | ARM: 5759/1: Add register information of threads to coredumpArtem Bityutskiy2009-10-141-0/+9
* | ARM: 5757/1: Thumb-2: Correct "mov.w pc, lr" instruction which is unpredictableCatalin Marinas2009-10-142-14/+29
* | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King2009-10-121-0/+1
|\ \
| * | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
| |/
* | ARM: update die() outputRussell King2009-10-111-2/+3
* | ARM: Dump code/mem oops lines with the appropriate log levelRussell King2009-10-111-16/+17
* | ARM: Dump memory and backtrace as one printk per lineRussell King2009-10-111-19/+23
|/
* ARM: 5727/1: Pass IFSR register to do_PrefetchAbort()Kirill A. Shutemov2009-10-022-19/+6
* ARM: 5739/1: ARM: allow empty ATAG_COREDavid Brown2009-10-021-1/+3
* ARM: 5734/1: arm: fix compilation of entry-common.S for older CPUsDmitry Artamonow2009-10-011-2/+2
* ARM: Ensure do_cache_op takes mmap_semRussell King2009-09-281-1/+4
* ARM: Fix __cpuexit section mismatch warningsRussell King2009-09-282-4/+6
* ARM: Don't allow highmem on SMP platforms without h/w TLB ops broadcastRussell King2009-09-281-6/+1
* make Linux bootable on ARM againNicolas Pitre2009-09-261-0/+2
* Merge branch 'origin' into for-linusRussell King2009-09-245-11/+10
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2009-09-231-5/+5
| |\
| | * cpumask: use mm_cpumask() wrapper: armRusty Russell2009-09-241-5/+5
| * | headers: utsname.h reduxAlexey Dobriyan2009-09-231-1/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-232-4/+4
| |\ \ | | |/ | |/|
| | * Use new __init_task_data macro in arch init_task.c files.Joe Perches2009-09-211-3/+2
| | * arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0Sam Ravnborg2009-09-201-1/+2
| * | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-1/+1
| |/
* | Merge branch 'master' into for-linusRussell King2009-09-224-10/+43
|\ \
| * | ARM: 5715/1: Make kprobes unregistration SMP safeFrederic Riss2009-09-211-2/+17
| * | Thumb-2: Correctly handle undefined instructions in the kernelCatalin Marinas2009-09-181-1/+11
| * | Clear the exclusive monitor when returning from an exceptionCatalin Marinas2009-09-182-7/+14
| |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-0/+1
| |\
| | * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-142-3/+3
| | |\
| | * \ Merge branch 'master' into for-nextTejun Heo2009-07-045-64/+85
| | |\ \
OpenPOWER on IntegriCloud