aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-19Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-39/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-1/+1
2010-03-13blackfin: Convert blackfin to use read/update_persistent_clockJohn Stultz2-39/+13
2010-03-09Blackfin: mark gpio lib functions staticJoachim Eastwood1-7/+7
2010-03-09Blackfin: GPIO: implement to_irq handlerJoachim Eastwood1-0/+6
2010-03-09Blackfin: remove trailing space in messagesFrans Pop2-6/+6
2010-03-09Blackfin: add support for restart_syscall()Mike Frysinger1-0/+9
2010-03-09Blackfin: fix single stepping over system callsMike Frysinger2-3/+11
2010-03-09Blackfin: initial tracehook supportMike Frysinger2-60/+20
2010-03-09Blackfin: initial regset supportMike Frysinger2-30/+90
2010-03-09Blackfin: simplify PTRACE_{PEEK,POKE}USR in preperation for regset supportMike Frysinger1-67/+51
2010-03-09Blackfin: simplify SYSCFG code a bit and ignore attempts to change itMike Frysinger1-18/+6
2010-03-09Blackfin: use generic ptrace_resume codeChristoph Hellwig1-44/+0
2010-03-09Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu dataGraf Yang1-2/+2
2010-03-09Blackfin: add support for cpufreq on SMP systemsGraf Yang1-0/+4
2010-03-09Blackfin: split watchdog definitions into a dedicated header fileGraf Yang1-15/+1
2010-03-09Blackfin: support new ftrace frame pointer semanticsMike Frysinger2-5/+13
2010-03-09Blackfin: implement ftrace mcount testMike Frysinger1-1/+10
2010-03-09Blackfin: implement nmi_watchdog for SMP on BF561Graf Yang3-0/+318
2010-03-09Blackfin: respect the L1 kconfig optimization in the MPU codeBarry Song1-6/+12
2010-03-09Blackfin: fill out the signal si_addr when sending a SIGBUS/SIGSEGVBarry Song1-3/+11
2010-03-09Blackfin: fix up mm locking in address dumpingGraf Yang1-1/+13
2010-03-09Blackfin: kgdb: mark all local funcs/structs staticMike Frysinger1-5/+5
2010-03-09Blackfin: fix decoding of opcodes 41-47 in decode_instruction()Roel Kluin1-1/+1
2010-03-09Blackfin: initial XIP supportBarry Song5-7/+92
2010-03-09Blackfin: fix the section name of init_thread_unionBarry Song1-1/+1
2010-03-09Blackfin: replace harcoded define with proper THREAD_SIZE macroBarry Song1-1/+1
2010-03-09Blackfin: fix relocation errors with large initramfs imagesJie Zhang1-5/+8
2010-03-09Blackfin: SMP: make core timers per-cpu clock events for HRTYi Li1-92/+105
2010-03-09Blackfin: gpio: use shorter nameMichael Hennerich1-1/+1
2010-03-09Blackfin: dma-mapping: fix thinko in constant optimizationSonic Zhang1-1/+1
2010-03-09Blackfin: MPU: handle caches for reserved memorySonic Zhang1-1/+5
2010-03-09Blackfin: fix MPU page permission masks overflow when dealing with async memoryBarry Song2-8/+27
2010-03-09Blackfin: allow boards to register early devicesSonic Zhang1-0/+7
2010-01-07blackfin,kgdb: Do not put PC in gdb_regs into retx.Sonic Zhang1-1/+1
2010-01-07blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/writeJason Wessel1-205/+0
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds18-274/+474
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-2/+0
2009-12-15module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins1-2/+0
2009-12-15Blackfin: drop duplicate sched_clockMike Frysinger1-8/+0
2009-12-15Blackfin: NOMPU: skip DMA ICPLB hole when it is redundantMike Frysinger1-5/+6
2009-12-15Blackfin: MPU: add missing __init markingsMike Frysinger1-1/+1
2009-12-15Blackfin: add support for TIF_NOTIFY_RESUMEBarry Song1-0/+18
2009-12-15Blackfin: kgdb_test: clean up code a bitMike Frysinger1-23/+21
2009-12-15Blackfin: convert kgdbtest to proc_fopsAlexey Dobriyan1-27/+12
2009-12-15Blackfin: convert cyc2ns() to clocksource_cyc2ns()Mike Frysinger1-2/+4
2009-12-15Blackfin: dma-mapping.h: flesh out missing DMA mapping functionsBarry Song1-37/+17
2009-12-15Blackfin: workaround anomaly 05000310Barry Song1-0/+30
2009-12-15Blackfin: drop ptrace() write support for fixed code/bootromMike Frysinger1-13/+0
2009-12-15Blackfin: MPU: support XIP in async flash memoryBarry Song1-4/+9