summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel
Commit message (Expand)AuthorAgeFilesLines
* Blackfin/ipipe: upgrade to I-pipe mainlinePhilippe Gerum2011-03-181-45/+39Star
* Blackfin: use accessor functions in show_interrupts()Thomas Gleixner2011-03-181-4/+6
* Blackfin: SMP: work around anomaly 05000491Sonic Zhang2011-03-182-0/+38
* Blackfin: SMP: PERCPU section should be PAGE alignedsteven miao2011-03-181-1/+1
* Blackfin: kgdb: drop dead KGDB_THR_PROC_SWAP for SMP systemsSonic Zhang2011-03-181-4/+0Star
* Blackfin: bf54x: add kconfig for UART2/3 DMA channel assignmentssteven miao2011-03-181-13/+19
* Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-1/+1
|\
| * percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-1/+1
* | blackfin: Switch from do_timer() to xtime_update()Torben Hohn2011-01-311-4/+2Star
|/
* Blackfin: kgdb_test: make sure to initialize num2Vivi Li2011-01-101-0/+4
* Blackfin: kgdb: disable preempt schedule when running single step in kgdbSonic Zhang2011-01-101-1/+7
* Blackfin: kgdb: disable interrupt when single stepping in ADEOSSonic Zhang2011-01-101-0/+20
* Blackfin: no-mpu: fix masking of small uncached dma regionSonic Zhang2011-01-101-1/+1
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-10-291-1/+2
|\
| * debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng2010-10-291-1/+2
* | ptrace: cleanup arch_ptrace() and friends on BlackfinNamhyung Kim2010-10-281-6/+7
* | ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-281-1/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2010-10-234-69/+148
|\
| * Blackfin: gpio: add peripheral group checksteven miao2010-10-221-67/+118
| * Blackfin: add new cacheflush syscallSonic Zhang2010-10-222-2/+17
| * Blackfin: access_ok: permit L1 stackBarry Song2010-10-221-0/+5
| * Blackfin: ptrace: enable access to L1 stacksBarry Song2010-10-221-0/+8
* | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ | |/ |/|
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | Fix IRQ flag handling namingDavid Howells2010-10-071-0/+1
* | Blackfin: Rename IRQ flags handling functionsDavid Howells2010-10-074-76/+76
|/
* Make do_execve() take a const filename pointerDavid Howells2010-08-181-1/+3
* Mark arguments to certain syscalls as being constDavid Howells2010-08-141-1/+1
* Blackfin: add support for dynamic ftraceMike Frysinger2010-08-063-9/+163
* Blackfin: portmux: fix peripheral map overflow when requesting pinsMichael Hennerich2010-08-061-1/+1
* Blackfin: BF51x/BF52x: support GPIO Hysteresis/Schmitt Trigger optionsMichael Hennerich2010-08-061-0/+7
* Blackfin: gpio/portmux: clean up whitespace corruptionMike Frysinger2010-08-061-2/+2
* Blackfin: fix DMA/cache bug when resuming from suspend to RAMMichael Hennerich2010-08-061-2/+17
* Blackfin: gpio: unify & clean up reserved map handlingMike Frysinger2010-08-061-51/+56
* Blackfin: move MPU anomaly check to common locationMike Frysinger2010-08-061-4/+0Star
* Blackfin: use common EXCEPTION_TABLE() in vmlinux.ldsMike Frysinger2010-08-061-6/+1Star
* ptrace: unify FDPIC implementationsMike Frysinger2010-05-271-24/+9Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2010-05-2411-958/+1510
|\
| * Blackfin: another year of changes (update copyright in boot log)Mike Frysinger2010-05-221-2/+2
| * Blackfin: move string functions to normal lib/ assemblyRobin Getz2010-05-221-0/+12
| * Blackfin: kgdb: pass up the CC register instead of a 0 stubMike Frysinger2010-05-221-1/+1
| * Blackfin: handle HW errors in the new "FAULT" printing codeRobin Getz2010-05-221-0/+9
| * Blackfin: show the whole accumulator in the pseudo DBG insnRobin Getz2010-05-221-6/+19
| * Blackfin: support all possible registers in the pseudo instructionsRobin Getz2010-05-221-6/+61
| * Blackfin: add support for the DBG (debug output) pseudo insnRobin Getz2010-05-222-18/+70
| * Blackfin: add support for the DBGA (debug assert) pseudo insnRobin Getz2010-05-223-0/+89
| * Blackfin: make hardware trace output a little more usefulRobin Getz2010-05-213-64/+443
| * Blackfin: print out the faulting insn in the trace outputRobin Getz2010-05-211-2/+17
| * Blackfin: remove CONFIG_DEBUG_VERBOSE from trace.cRobin Getz2010-05-213-123/+109Star