aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28Merge branches 'at91', 'ep93xx', 'iop', 'kprobes', 'ks8695', 'misc', 'msm', 's3c2410', 'sa1100' and 'vfp' into develRussell King8-17/+2049
2008-01-28[ARM] Fix timer damage from d3d74453c34f8fd87674a8cf5b8a327c68f22e99Russell King1-0/+2
2008-01-26ARM kprobes: special hook for the kprobes breakpoint handlerNicolas Pitre2-7/+13
2008-01-26ARM kprobes: prevent some functions involved with kprobes from being probedNicolas Pitre4-11/+9
2008-01-26ARM kprobes: don't let a single-stepped stmdb corrupt the exception stackNicolas Pitre1-3/+10
2008-01-26ARM kprobes: core codeAbhishek Sagar2-1/+454
2008-01-26ARM kprobes: instruction single-stepping supportQuentin Barnes2-0/+1530
2008-01-26[ARM] 4689/1: small comment wrap fixNicolas Pitre1-2/+2
2008-01-26[ARM] 4687/1: Trivial arch/arm/kernel/entry-common.S comment fixGeorge G. Davis1-1/+1
2008-01-26[ARM] ARRAY_SIZE() cleanupAlejandro Martinez Ruiz1-1/+1
2008-01-26[ARM] 4584/2: ARMv7: Add Advanced SIMD (NEON) extension supportCatalin Marinas1-0/+38
2008-01-25sched: remove printk_clock()Ingo Molnar1-11/+0
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-2/+2
2007-11-26[ARM] 4665/1: fix __und_usr wrt accessing the undefined insn in user spaceNicolas Pitre1-1/+1
2007-11-26[ARM] 4659/1: remove possibilities for spurious false negative with __kuser_cmpxchgNicolas Pitre2-39/+58
2007-11-26[ARM] 4661/1: fix do_undefinstr wrt the enabling of IRQsNicolas Pitre1-1/+1
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan3-10/+10
2007-10-17remove include/asm-*/ipc.hAdrian Bunk2-2/+2
2007-10-16Consolidate PTRACE_DETACHAlexey Dobriyan1-4/+0
2007-10-15Merge branch 'pxa' into develRussell King1-3/+25
2007-10-15[ARM] 4577/1: ITE 8152 PCI bridge supportMike Rapoport1-3/+25
2007-10-12[ARM] 4599/1: Preserve ATAG list for use with kexec (2.6.23)Mike Westerhof2-1/+58
2007-10-12[ARM] Add fallocate syscall entryRussell King1-0/+1
2007-10-12[ARM] 4585/1: Correctly identify the CPU architecture versionCatalin Marinas1-4/+17
2007-09-30[ARM] Resolve PCI section warningsRussell King1-2/+2
2007-07-31remove unused TIF_NOTIFY_RESUME flagStephane Eranian1-1/+1
2007-07-29Remove fs.h from mm.hAlexey Dobriyan2-0/+2
2007-07-26[ARM] Remove CONFIG_IGNORE_FIQRussell King1-2/+0
2007-07-23[ARM] setup_profiling_timer must not be __initRussell King1-1/+1
2007-07-19define new percpu interface for shared dataFenghua Yu1-0/+1
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-6/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-7/+1
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-07-12[ARM] 4453/1: Fully Decode ARM instruction set state in show_regs() tombstoneGeorge G. Davis1-2/+6
2007-07-12[ARM] 4423/1: add ATAGS supportBill Gatliff3-5/+48
2007-07-05[ARM] always allow dump_stack() to produce a backtraceRussell King1-2/+0
2007-06-28Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARMDavid Woodhouse2-14/+1
2007-06-18[ARM] Update show_regs/oops register formatRussell King1-28/+35
2007-06-17[ARM] Add support for pause_on_oops and display preempt/smp optionsRussell King1-1/+19
2007-05-30[ARM] Fix stacktrace FP range checkingRussell King1-1/+1
2007-05-30[ARM] use __used attributeDavid Rientjes1-1/+1
2007-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixLinus Torvalds1-2/+2
2007-05-20[ARM] spelling fixesSimon Arlott1-1/+1
2007-05-20[ARM] 4387/1: fix /proc/cpuinfo formatting for pre-ARM7 partsGreg Ungerer1-1/+1
2007-05-19all-archs: consolidate .data section definition in asm-genericSam Ravnborg1-1/+1
2007-05-19all-archs: consolidate .text section definition in asm-genericSam Ravnborg1-1/+1
2007-05-17[ARM] ARMv6: add CPU_HAS_ASID configurationRussell King1-1/+1
2007-05-16[ARM] Update ARM syscallsRussell King1-0/+4
2007-05-15arm: walk_stacktrace() needs to be exportedAl Viro1-0/+2
2007-05-12Merge branch 'fixes' into develRussell King2-9/+4