summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* ARM: vfp ptrace: no point flushing hw context for PTRACE_GETVFPREGSRussell King2010-02-151-2/+4
* ARM: ptrace: get rid of PTRACE_{PEEK,POKE}{TEXT,DATA}Russell King2010-02-151-16/+0
* ARM: 5912/1: Define a 32-bit Thumb-2 breakpoint instructionDaniel Jacobowitz2010-02-151-0/+31
* ARM: 5906/1: arm: change command_line to cmd_lineJeremy Kerr2010-02-151-4/+4
* ARM: add notify_die() supportRussell King2010-02-151-10/+25
* ARM: 5880/1: arm: use generic infrastructure for early paramsJeremy Kerr2010-02-152-50/+16
* ARM: Move creation of /proc/cpu out of alignment.cRussell King2010-02-151-1/+14
* ARM: move LED support code out of arch/arm/kernel/time.cRussell King2010-02-153-104/+116
* ARM: remove old RTC supportRussell King2010-02-151-74/+0
* ARM: Fix wrong dmbRussell King2010-01-121-3/+1
* ARM: 5868/1: ARM: fix "BUG: using smp_processor_id() in preemptible code"Rabin Vincent2010-01-081-1/+2
* ARM: dma-isa: request cascade channel after registering itRussell King2009-12-241-2/+2
* ARM: Convert VFP/Crunch/XscaleCP thread_release() to exit_thread()Russell King2009-12-183-9/+7
* Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2009-12-162-25/+8
|\
| * ARM: unexport symbols used to implement floating point emulationAlan Jenkins2009-12-151-20/+0
| * ARM: use unified discard definition in linker scriptAlan Jenkins2009-12-151-5/+8
* | genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-6/+6
|/
* Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2009-12-139-129/+682
|\
| * Unify sys_mmap*Al Viro2009-12-112-31/+3
| * arm: add arch_mmap_check(), get rid of sys_arm_mremap()Al Viro2009-12-112-26/+1
| * 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-021-2/+6
| | |\| |
| | * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-1910-81/+123
| | |\ \ \ | | | | |/ | | | |/|
| | * | | net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo2009-10-131-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: Do not allow the probing of the local timerVarun Swara2009-12-091-0/+1
* | | | | ARM: Add an earlyprintk debug consoleCatalin Marinas2009-12-092-0/+58
|/ / / /
* | / / 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-111-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
|/