| Commit message (Expand) | Author | Age |
* | resource/PCI: mark struct resource as const | Dominik Brodowski | 2010-02-22 |
* | resource/PCI: align functions now return start of resource | Dominik Brodowski | 2010-02-22 |
* | ARM: 5938/1: ARM: L2: export outer_cache_fns | Santosh Shilimkar | 2010-02-18 |
* | ARM: 5884/1: arm: Fix DCC console for v7 | Tony Lindgren | 2010-01-19 |
* | ARM: 5883/1: Revert "disable NX support for OABI-supporting kernels" | Rabin Vincent | 2010-01-18 |
* | ARM: Fix wrong dmb | Russell King | 2010-01-12 |
* | ARM: 5868/1: ARM: fix "BUG: using smp_processor_id() in preemptible code" | Rabin Vincent | 2010-01-08 |
* | ARM: dma-isa: request cascade channel after registering it | Russell King | 2009-12-24 |
* | ARM: Convert VFP/Crunch/XscaleCP thread_release() to exit_thread() | Russell King | 2009-12-18 |
* | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2009-12-16 |
|\ |
|
| * | ARM: unexport symbols used to implement floating point emulation | Alan Jenkins | 2009-12-15 |
| * | ARM: use unified discard definition in linker script | Alan Jenkins | 2009-12-15 |
* | | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 2009-12-14 |
|/ |
|
* | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/... | Russell King | 2009-12-13 |
|\ |
|
| * | Unify sys_mmap* | Al Viro | 2009-12-11 |
| * | arm: add arch_mmap_check(), get rid of sys_arm_mremap() | Al Viro | 2009-12-11 |
| * | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-12-08 |
| |\ |
|
| | * | Merge branch 'devel-stable' into devel | Russell King | 2009-12-05 |
| | |\ |
|
| | | * | ARM: Clean up linker script using new linker script macros. | Nelson Elhage | 2009-11-23 |
| | | * | ARM: convert to use __HEAD and HEAD_TEXT macros. | Tim Abbott | 2009-11-23 |
| | * | | ARM: 5841/1: a driver for on-chip ETM and ETB | Alexander Shishkin | 2009-12-02 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2009-12-08 |
| |\ \ \ |
|
| | * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-12-02 |
| | |\| | |
|
| | * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-19 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | net: Introduce recvmmsg socket syscall | Arnaldo Carvalho de Melo | 2009-10-13 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 | Linus Torvalds | 2009-12-08 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | sysctl: Drop & in front of every proc_handler. | Eric W. Biederman | 2009-11-18 |
| | * | | | Merge commit 'v2.6.32-rc7' | Eric W. Biederman | 2009-11-17 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | * | | | sysctl arm: Remove binary sysctl support | Eric W. Biederman | 2009-11-12 |
* | | | | | ARM: Do not allow the probing of the local timer | Varun Swara | 2009-12-09 |
* | | | | | ARM: Add an earlyprintk debug console | Catalin Marinas | 2009-12-09 |
|/ / / / |
|
* | / / | ARM: 5793/1: ARM: Check put_user fail in do_signal when enable OABI_COMPAT | Jean PIHET | 2009-11-23 |
| |/ /
|/| | |
|
* | | | Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 | Russell King | 2009-11-10 |
|\ \ \ |
|
| * | | | Check whether the SCU was already initialised | Catalin Marinas | 2009-11-05 |
| |/ / |
|
* | | | ARM: Use a definition for the userspace cmpxchg emulation syscall | Russell King | 2009-11-10 |
* | | | [ARM] Fix test for unimplemented ARM syscalls | Russell King | 2009-11-08 |
* | | | ARM: 5784/1: fix early boot machine ID mismatch error display | Nicolas Pitre | 2009-11-08 |
|/ / |
|
* | | ARM: 5776/1: Check compiler version and EABI support when adding ARM unwind s... | Claudio Scordino | 2009-11-02 |
* | | ARM: Fix signal restart issues with NX and OABI compat | Russell King | 2009-10-25 |
* | | ARM: 5759/1: Add register information of threads to coredump | Artem Bityutskiy | 2009-10-14 |
* | | ARM: 5757/1: Thumb-2: Correct "mov.w pc, lr" instruction which is unpredictable | Catalin Marinas | 2009-10-14 |
* | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px... | Russell King | 2009-10-12 |
|\ \ |
|
| * | | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 |
| |/ |
|
* | | ARM: update die() output | Russell King | 2009-10-11 |
* | | ARM: Dump code/mem oops lines with the appropriate log level | Russell King | 2009-10-11 |
* | | ARM: Dump memory and backtrace as one printk per line | Russell King | 2009-10-11 |
|/ |
|
* | ARM: 5727/1: Pass IFSR register to do_PrefetchAbort() | Kirill A. Shutemov | 2009-10-02 |
* | ARM: 5739/1: ARM: allow empty ATAG_CORE | David Brown | 2009-10-02 |
* | ARM: 5734/1: arm: fix compilation of entry-common.S for older CPUs | Dmitry Artamonow | 2009-10-01 |
* | ARM: Ensure do_cache_op takes mmap_sem | Russell King | 2009-09-28 |