| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] constify function pointer tables | Jan Engelhardt | 2008-02-09 | 1 | -1/+1 |
* | aout: remove unnecessary inclusions of {asm, linux}/a.out.h | David Howells | 2008-02-08 | 1 | -1/+0 |
* | aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT | David Howells | 2008-02-08 | 1 | -29/+0 |
* | add mm argument to pte/pmd/pud/pgd_free | Benjamin Herrenschmidt | 2008-02-05 | 1 | -1/+1 |
* | timerfd: new timerfd API | Davide Libenzi | 2008-02-05 | 1 | -1/+1 |
*---. | Merge branches 'at91', 'ixp', 'master', 'misc', 'pxa' and 'realview' into devel | Russell King | 2008-02-04 | 7 | -63/+133 |
|\ \ \ |
|
| | | * | [ARM] 4814/1: RealView: Add broadcasting clockevents support for ARM11MPCore | Catalin Marinas | 2008-02-04 | 1 | -5/+5 |
| | | * | [ARM] 4813/1: Add SMP helper functions for clockevents support | Catalin Marinas | 2008-02-04 | 1 | -2/+27 |
| |_|/
|/| | |
|
| | * | [ARM] 4736/1: Export atags to userspace and allow kexec to use customised atags | Richard Purdie | 2008-02-04 | 6 | -56/+100 |
| |/
|/| |
|
| * | [ARM] 4712/2: Adds functions to read and write IXP4xx "feature" bits | Krzysztof Halasa | 2008-02-04 | 1 | -0/+1 |
|/ |
|
* | all archs: consolidate init and exit sections in vmlinux.lds.h | Sam Ravnborg | 2008-01-28 | 1 | -5/+5 |
*-----. | Merge branches 'at91', 'ep93xx', 'iop', 'kprobes', 'ks8695', 'misc', 'msm', '... | Russell King | 2008-01-28 | 8 | -17/+2049 |
|\ \ \ \ |
|
| | | | * | [ARM] 4584/2: ARMv7: Add Advanced SIMD (NEON) extension support | Catalin Marinas | 2008-01-26 | 1 | -0/+38 |
| | |_|/
| |/| | |
|
| | | * | [ARM] 4689/1: small comment wrap fix | Nicolas Pitre | 2008-01-26 | 1 | -2/+2 |
| | | * | [ARM] 4687/1: Trivial arch/arm/kernel/entry-common.S comment fix | George G. Davis | 2008-01-26 | 1 | -1/+1 |
| | | * | [ARM] ARRAY_SIZE() cleanup | Alejandro Martinez Ruiz | 2008-01-26 | 1 | -1/+1 |
| | |/
| |/| |
|
| | * | ARM kprobes: special hook for the kprobes breakpoint handler | Nicolas Pitre | 2008-01-26 | 2 | -7/+13 |
| | * | ARM kprobes: prevent some functions involved with kprobes from being probed | Nicolas Pitre | 2008-01-26 | 4 | -11/+9 |
| | * | ARM kprobes: don't let a single-stepped stmdb corrupt the exception stack | Nicolas Pitre | 2008-01-26 | 1 | -3/+10 |
| | * | ARM kprobes: core code | Abhishek Sagar | 2008-01-26 | 2 | -1/+454 |
| | * | ARM kprobes: instruction single-stepping support | Quentin Barnes | 2008-01-26 | 2 | -0/+1530 |
| |/ |
|
* | | [ARM] Fix timer damage from d3d74453c34f8fd87674a8cf5b8a327c68f22e99 | Russell King | 2008-01-28 | 1 | -0/+2 |
|/ |
|
* | sched: remove printk_clock() | Ingo Molnar | 2008-01-25 | 1 | -11/+0 |
* | Driver core: change sysdev classes to use dynamic kobject names | Kay Sievers | 2008-01-24 | 1 | -2/+2 |
* | [ARM] 4665/1: fix __und_usr wrt accessing the undefined insn in user space | Nicolas Pitre | 2007-11-26 | 1 | -1/+1 |
* | [ARM] 4659/1: remove possibilities for spurious false negative with __kuser_c... | Nicolas Pitre | 2007-11-26 | 2 | -39/+58 |
* | [ARM] 4661/1: fix do_undefinstr wrt the enabling of IRQs | Nicolas Pitre | 2007-11-26 | 1 | -1/+1 |
* | Use helpers to obtain task pid in printks (arch code) | Alexey Dobriyan | 2007-10-19 | 3 | -10/+10 |
* | remove include/asm-*/ipc.h | Adrian Bunk | 2007-10-17 | 2 | -2/+2 |
* | Consolidate PTRACE_DETACH | Alexey Dobriyan | 2007-10-16 | 1 | -4/+0 |
* | Merge branch 'pxa' into devel | Russell King | 2007-10-15 | 1 | -3/+25 |
|\ |
|
| * | [ARM] 4577/1: ITE 8152 PCI bridge support | Mike Rapoport | 2007-10-15 | 1 | -3/+25 |
* | | [ARM] 4599/1: Preserve ATAG list for use with kexec (2.6.23) | Mike Westerhof | 2007-10-12 | 2 | -1/+58 |
* | | [ARM] Add fallocate syscall entry | Russell King | 2007-10-12 | 1 | -0/+1 |
* | | [ARM] 4585/1: Correctly identify the CPU architecture version | Catalin Marinas | 2007-10-12 | 1 | -4/+17 |
|/ |
|
* | [ARM] Resolve PCI section warnings | Russell King | 2007-09-30 | 1 | -2/+2 |
* | remove unused TIF_NOTIFY_RESUME flag | Stephane Eranian | 2007-07-31 | 1 | -1/+1 |
* | Remove fs.h from mm.h | Alexey Dobriyan | 2007-07-29 | 2 | -0/+2 |
* | [ARM] Remove CONFIG_IGNORE_FIQ | Russell King | 2007-07-26 | 1 | -2/+0 |
* | [ARM] setup_profiling_timer must not be __init | Russell King | 2007-07-23 | 1 | -1/+1 |
* | define new percpu interface for shared data | Fenghua Yu | 2007-07-19 | 1 | -0/+1 |
* | PTRACE_POKEDATA consolidation | Alexey Dobriyan | 2007-07-17 | 1 | -6/+1 |
* | PTRACE_PEEKDATA consolidation | Alexey Dobriyan | 2007-07-17 | 1 | -7/+1 |
* | Report that kernel is tainted if there was an OOPS | Pavel Emelianov | 2007-07-17 | 1 | -0/+1 |
* | [ARM] 4453/1: Fully Decode ARM instruction set state in show_regs() tombstone | George G. Davis | 2007-07-12 | 1 | -2/+6 |
* | [ARM] 4423/1: add ATAGS support | Bill Gatliff | 2007-07-12 | 3 | -5/+48 |
* | [ARM] always allow dump_stack() to produce a backtrace | Russell King | 2007-07-05 | 1 | -2/+0 |
* | Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM | David Woodhouse | 2007-06-28 | 2 | -14/+1 |
* | [ARM] Update show_regs/oops register format | Russell King | 2007-06-18 | 1 | -28/+35 |
* | [ARM] Add support for pause_on_oops and display preempt/smp options | Russell King | 2007-06-17 | 1 | -1/+19 |