aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel
Commit message (Expand)AuthorAgeFilesLines
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-1/+3
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-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/+0
* Blackfin: use common EXCEPTION_TABLE() in vmlinux.ldsMike Frysinger2010-08-061-6/+1
* ptrace: unify FDPIC implementationsMike Frysinger2010-05-271-24/+9
* 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/+109
| * Blackfin: split kernel/traps.cRobin Getz2010-05-216-836/+885
| * Blackfin: punt Blackfin-specific GPIO wakeup APIMichael Hennerich2010-05-211-119/+12
* | kgdb,blackfin: Add in kgdb_arch_set_pc for blackfinJason Wessel2010-05-201-0/+5
|/
* Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-192-39/+13
|\
| * blackfin: Convert blackfin to use read/update_persistent_clockJohn Stultz2010-03-132-39/+13
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-1/+1
* | 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/+20
* | Blackfin: initial regset supportMike Frysinger2010-03-092-30/+90
* | Blackfin: simplify PTRACE_{PEEK,POKE}USR in preperation for regset supportMike Frysinger2010-03-091-67/+51
* | Blackfin: simplify SYSCFG code a bit and ignore attempts to change itMike Frysinger2010-03-091-18/+6
* | Blackfin: use generic ptrace_resume codeChristoph Hellwig2010-03-091-44/+0
* | 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/+1
* | 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