- ef4c536 ARM: 7031/1: entry: Fix Thumb-2 undef handling for multi-CPU kernels by Dave Martin · 14 years ago
- 8551918 ARM: 7030/1: entry: Remove unnecessary masking when decoding Thumb-2 instructions by Dave Martin · 14 years ago
- 3ad5515 Merge branch 'devel-stable' into for-next by Russell King · 14 years ago
- 30891c9 ARM: entry: no need to reload the SPSR value from struct pt_regs by Russell King · 14 years ago
- da74047 ARM: entry: data abort: tail-call the main data abort handler by Russell King · 14 years ago
- 3e287be ARM: entry: data abort: arrange for CPU abort helpers to take pc/psr in r4/r5 by Russell King · 14 years ago
- 8dfe7ac ARM: entry: prefetch abort: tail-call the main prefetch abort handler by Russell King · 14 years ago
- d9600c9 ARM: entry: re-allocate registers in irq entry assembly macros by Russell King · 14 years ago
- f2741b7 ARM: entry: consolidate trace_hardirqs_off into (svc|usr)_entry macros by Russell King · 14 years ago
- bc08960 ARM: entry: instrument usr exception handlers with irqsoff tracing by Russell King · 14 years ago
- df295df ARM: entry: instrument svc undefined exception handler with irqtrace by Russell King · 14 years ago
- 02fe284 ARM: entry: avoid enabling interrupts in prefetch/data abort handlers by Russell King · 14 years ago
- 8b41861 ARM: entry: prefetch abort helper: pass aborted pc in r4 rather than r0 by Russell King · 14 years ago
- b059bdc ARM: entry: rejig register allocation in exception entry handlers by Russell King · 14 years ago
- fbab1c8 ARM: entry: no need to check parent IRQ mask in IRQ handler return by Russell King · 14 years ago
- 1613cc1 ARM: entry: no need to increase preempt count for IRQ handlers by Russell King · 14 years ago
- 0402bec ARM: entry: prefetch/data abort helpers: avoid corrupting r4 by Russell King · 14 years ago
- ac8b9c1 ARM: entry: prefetch/data abort helpers: convert to macros by Russell King · 14 years ago
- 2ff0720 Merge branch 'cmpxchg64' of git://git.linaro.org/people/nico/linux into devel-stable by Russell King · 14 years ago
- 40fb79c ARM: add a kuser_cmpxchg64 user space helper by Nicolas Pitre · 14 years ago
- 37b8304 ARM: kuser: move interface documentation out of the source code by Nicolas Pitre · 14 years ago
- 9fc2552 ARM: 6952/1: fix lockdep warning of "unannotated irqs-off" by Ming Lei · 14 years ago
- 753790e ARM: move cache/processor/fault glue to separate include files by Russell King · 14 years ago
- 404a02c Merge branch 'devel-stable' into devel by Russell King · 14 years ago
- 4073723 Merge branch 'misc' into devel by Russell King · 14 years ago
- 4ec3eb1 Merge branch 'smp' into misc by Russell King · 14 years ago
- cd544ce ARM: 6538/1: Subarch IRQ handler macros V3 by Magnus Damm · 14 years ago
- 5210864 ARM: 6532/1: Allow machine to specify it's own IRQ handlers at run-time by eric miao · 14 years ago
- 25cf039 Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stable by Russell King · 14 years ago
- ed3768a ARM: 6516/1: Allow SMP_ON_UP to work with Thumb-2 kernels. by Dave Martin · 14 years ago
- 7e20269 ARM: hw_breakpoint: disable preemption during debug exception handling by Will Deacon · 14 years ago
- 55afd26 ARM: 6519/1: kuser: Fix incorrect cmpxchg syscall in kuser helpers by Dave Martin · 14 years ago
- ad3b699 ARM: SMP: pass an ipi number to smp_cross_call() by Russell King · 14 years ago
- 247055a ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUs by Catalin Marinas · 14 years ago
- f00ec48 ARM: Allow SMP kernels to boot on UP systems by Russell King · 15 years ago
- 7b70c42 Merge branch 'devel-stable' into devel by Russell King · 15 years ago
- b31fc7a Merge branches 'at91', 'ep93xx', 'kexec', 'iop', 'lmb', 'nomadik', 'nuc', 'pl', 'spear' and 'versatile' into devel by Russell King · 15 years ago
- 14764b0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion into devel-stable by Russell King · 15 years ago
- ac78884 ARM: lockdep: fix unannotated irqs-on by Russell King · 15 years ago
- f159f4e ARM: 6207/1: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6 by Tony Lindgren · 15 years ago
- df0698b ARM: stack protector: change the canary value per task by Nicolas Pitre · 15 years ago
- 124efc2 ARM: 6068/1: Fix build break with KPROBES enabled by Santosh Shilimkar · 15 years ago
- 4260415 ARM: fix build error in arch/arm/kernel/process.c by Russell King · 15 years ago
- 7511bce ARM: Fix wrong dmb by Russell King · 15 years ago
- cc20d42 ARM: Use a definition for the userspace cmpxchg emulation syscall by Russell King · 15 years ago
- a771fe6 ARM: 5757/1: Thumb-2: Correct "mov.w pc, lr" instruction which is unpredictable by Catalin Marinas · 15 years ago
- 4fb2847 ARM: 5727/1: Pass IFSR register to do_PrefetchAbort() by Kirill A. Shutemov · 15 years ago
- 83e686e Thumb-2: Correctly handle undefined instructions in the kernel by Catalin Marinas · 15 years ago
- 200b812 Clear the exclusive monitor when returning from an exception by Catalin Marinas · 15 years ago
- 9b2616c Merge branch 'for-rmk-2.6.32' of git://git.pengutronix.de/git/ukl/linux-2.6 into devel-stable by Russell King · 16 years ago
- 0d928b0 Complete irq tracing support for ARM by Uwe Kleine-König · 16 years ago
- b86040a Thumb-2: Implementation of the unified start-up and exceptions code by Catalin Marinas · 16 years ago
- 88987ef Thumb-2: Add some .align statements to the .S files by Catalin Marinas · 16 years ago
- 42578c8 Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into devel by Russell King · 16 years ago
- 2658485 Add core support for ARMv6/v7 big-endian by Catalin Marinas · 16 years ago
- bac4e96 [ARM] barriers: improve xchg, bitops and atomic SMP barriers by Russell King · 16 years ago
- c4c5716 [ARM] 5385/2: unwind: Add unwinding information to exception entry points by Catalin Marinas · 16 years ago
- ecbab71 [ARM] call undefined instruction exception handler with irqs enabled by Russell King · 16 years ago
- 93ed397 [ARM] 5227/1: Add the ENDPROC declarations to the .S files by Catalin Marinas · 17 years ago
- a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 17 years ago
- d1964da Merge branches 'arm', 'at91', 'ep93xx', 'iop', 'ks8695', 'misc', 'mxc', 'ns9x', 'orion', 'pxa', 'sa1100', 's3c' and 'sparsemem' into devel by Russell King · 17 years ago
- 28fab1a [ARM] Fix kernel mode preemption by Russell King · 17 years ago
- cb170a4 Linux Thumb-2 support for user-space applications by Paul Brook · 17 years ago
- 48d7927 Add a prefetch abort handler by Paul Brook · 17 years ago
- d0d42df Merge branches 'at91', 'ep93xx', 'iop', 'kprobes', 'ks8695', 'misc', 'msm', 's3c2410', 'sa1100' and 'vfp' into devel by Russell King · 17 years ago
- 785d3cd ARM kprobes: prevent some functions involved with kprobes from being probed by Nicolas Pitre · 17 years ago
- d30a0c8 ARM kprobes: don't let a single-stepped stmdb corrupt the exception stack by Nicolas Pitre · 17 years ago
- 70b6f2b [ARM] 4689/1: small comment wrap fix by Nicolas Pitre · 17 years ago
- b5872db [ARM] 4584/2: ARMv7: Add Advanced SIMD (NEON) extension support by Catalin Marinas · 17 years ago
- d28a170 [ARM] 4665/1: fix __und_usr wrt accessing the undefined insn in user space by Nicolas Pitre · 17 years ago
- b49c0f2 [ARM] 4659/1: remove possibilities for spurious false negative with __kuser_cmpxchg by Nicolas Pitre · 17 years ago
- f80dff9 [ARM] 4185/2: entry: introduce get_irqnr_preamble and arch_ret_to_user by Dan Williams · 18 years ago
- ae0a846 [ARM] Move processor_modes[] to .../process.c by Russell King · 18 years ago
- db6ccbb [ARM] Fix kernel-mode undefined instruction aborts by Russell King · 18 years ago
- afe4b25 [ARM] 3881/4: xscale: clean up cp0/cp1 handling by Lennert Buytenhek · 18 years ago
- 7ad1bcb [ARM] Add ARM irqtrace support by Russell King · 19 years ago
- ba9b5d7 [ARM] 3746/2: Userspace helpers must be Thumb mode interworkable by Nicolas Pitre · 19 years ago
- a8c4c20 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 19 years ago
- ae95bfb [ARM] 3707/1: iwmmxt: use the generic thread notifier infrastructure by Lennert Buytenhek · 19 years ago
- 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
- c17fad1 [ARM] 3370/2: ep93xx: add crunch support by Lennert Buytenhek · 19 years ago
- d6551e8 [ARM] Add thread_notify infrastructure by Russell King · 19 years ago
- 6896eec [ARM] 3420/1: Missing clobber in example code by Paul Brook · 19 years ago
- 5d25ac0 [ARM] Move IRQ enable after coprocessor number decode by Russell King · 19 years ago
- 43cc198 [ARM] CONFIG_CPU_MPCORE -> CONFIG_CPU_32v6K by Russell King · 19 years ago
- 5964eae [ARM] 3310/1: add a comment about the possible __kuser_cmpxchg transient false by Nicolas Pitre · 19 years ago
- 49bca4c [ARM] 3309/1: disable the pre-ARMv5 NPTL kernel helper in the non MMU case by Nicolas Pitre · 19 years ago
- 5e09744 [ARM] 3271/1: ARM EABI: fix calling of cmpxchg syscall emulation by Nicolas Pitre · 19 years ago
- 2dede2d [ARM] 3102/1: ARM EABI: stack pointer must be 64-bit aligned after a CPU exception by Nicolas Pitre · 19 years ago
- afeb90c [ARM] Support register switch in nommu mode by Hyok S. Choi · 19 years ago
- 78ff18a [ARM] Cleanup ARM includes by Russell King · 19 years ago
- 7c612bf [ARM] 3210/1: add missing memory barrier helper for NPTL support by Nicolas Pitre · 19 years ago
- 37ee16a [ARM SMP] Add core ARM support for local timers by Russell King · 19 years ago
- b7ec479 [ARM] 3115/1: small optimizations to exception vector entry code by Nicolas Pitre · 19 years ago
- f09b997 [ARM] 3060/1: allow constants found in asm/memory.h to be used in asm code by Nicolas Pitre · 19 years ago
- 7339432 [ARM] Fix context switch with ARMv6 + TLS by Russell King · 19 years ago
- b876386 [ARM SMP] Clear the exclusive monitor on ARMv6 CPUs on context switch by Russell King · 20 years ago
- 5ab6091 Merge with ../linux-2.6-smp by Russell King · 20 years ago
- dcef1f6 [PATCH] ARM: 2664/2: add support for atomic ops on pre-ARMv6 SMP systems by Nicolas Pitre · 20 years ago
- ccea7a1 [PATCH] ARM SMP: Fix vector entry by Russell King · 20 years ago