summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel
Commit message (Expand)AuthorAgeFilesLines
* Blackfin: mark gpio lib functions staticJoachim Eastwood2010-03-091-7/+7
* Blackfin: GPIO: implement to_irq handlerJoachim Eastwood2010-03-091-0/+6
* Blackfin: remove trailing space in messagesFrans Pop2010-03-092-6/+6
* Blackfin: add support for restart_syscall()Mike Frysinger2010-03-091-0/+9
* Blackfin: fix single stepping over system callsMike Frysinger2010-03-092-3/+11
* Blackfin: initial tracehook supportMike Frysinger2010-03-092-60/+20Star
* Blackfin: initial regset supportMike Frysinger2010-03-092-30/+90
* Blackfin: simplify PTRACE_{PEEK,POKE}USR in preperation for regset supportMike Frysinger2010-03-091-67/+51Star
* Blackfin: simplify SYSCFG code a bit and ignore attempts to change itMike Frysinger2010-03-091-18/+6Star
* Blackfin: use generic ptrace_resume codeChristoph Hellwig2010-03-091-44/+0Star
* Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu dataGraf Yang2010-03-091-2/+2
* Blackfin: add support for cpufreq on SMP systemsGraf Yang2010-03-091-0/+4
* Blackfin: split watchdog definitions into a dedicated header fileGraf Yang2010-03-091-15/+1Star
* Blackfin: support new ftrace frame pointer semanticsMike Frysinger2010-03-092-5/+13
* Blackfin: implement ftrace mcount testMike Frysinger2010-03-091-1/+10
* Blackfin: implement nmi_watchdog for SMP on BF561Graf Yang2010-03-093-0/+318
* Blackfin: respect the L1 kconfig optimization in the MPU codeBarry Song2010-03-091-6/+12
* Blackfin: fill out the signal si_addr when sending a SIGBUS/SIGSEGVBarry Song2010-03-091-3/+11
* Blackfin: fix up mm locking in address dumpingGraf Yang2010-03-091-1/+13
* Blackfin: kgdb: mark all local funcs/structs staticMike Frysinger2010-03-091-5/+5
* Blackfin: fix decoding of opcodes 41-47 in decode_instruction()Roel Kluin2010-03-091-1/+1
* Blackfin: initial XIP supportBarry Song2010-03-095-7/+92
* Blackfin: fix the section name of init_thread_unionBarry Song2010-03-091-1/+1
* Blackfin: replace harcoded define with proper THREAD_SIZE macroBarry Song2010-03-091-1/+1
* Blackfin: fix relocation errors with large initramfs imagesJie Zhang2010-03-091-5/+8
* Blackfin: SMP: make core timers per-cpu clock events for HRTYi Li2010-03-091-92/+105
* Blackfin: gpio: use shorter nameMichael Hennerich2010-03-091-1/+1
* Blackfin: dma-mapping: fix thinko in constant optimizationSonic Zhang2010-03-091-1/+1
* Blackfin: MPU: handle caches for reserved memorySonic Zhang2010-03-091-1/+5
* Blackfin: fix MPU page permission masks overflow when dealing with async memoryBarry Song2010-03-092-8/+27
* Blackfin: allow boards to register early devicesSonic Zhang2010-03-091-0/+7
* blackfin,kgdb: Do not put PC in gdb_regs into retx.Sonic Zhang2010-01-071-1/+1
* blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/writeJason Wessel2010-01-071-205/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2009-12-1618-274/+474
|\
| * Blackfin: drop duplicate sched_clockMike Frysinger2009-12-151-8/+0Star
| * Blackfin: NOMPU: skip DMA ICPLB hole when it is redundantMike Frysinger2009-12-151-5/+6
| * Blackfin: MPU: add missing __init markingsMike Frysinger2009-12-151-1/+1
| * Blackfin: add support for TIF_NOTIFY_RESUMEBarry Song2009-12-151-0/+18
| * Blackfin: kgdb_test: clean up code a bitMike Frysinger2009-12-151-23/+21Star
| * Blackfin: convert kgdbtest to proc_fopsAlexey Dobriyan2009-12-151-27/+12Star
| * Blackfin: convert cyc2ns() to clocksource_cyc2ns()Mike Frysinger2009-12-151-2/+4
| * Blackfin: dma-mapping.h: flesh out missing DMA mapping functionsBarry Song2009-12-151-37/+17Star
| * Blackfin: workaround anomaly 05000310Barry Song2009-12-151-0/+30
| * Blackfin: drop ptrace() write support for fixed code/bootromMike Frysinger2009-12-151-13/+0Star
| * Blackfin: MPU: support XIP in async flash memoryBarry Song2009-12-151-4/+9
| * Blackfin: drop 4KB reserve at end of memoryBarry Song2009-12-151-5/+0Star
| * Blackfin: support smaller uncached DMA chunks for memory constrained systemsBarry Song2009-12-151-7/+13
| * Blackfin: finish_atomic_sections: optimize the RTS stepMike Frysinger2009-12-151-7/+11
| * Blackfin: kgdb: punt dead codeSonic Zhang2009-12-151-17/+0Star
| * Blackfin: reject NULL callback in set_dma_callback()Mike Frysinger2009-12-151-11/+10Star