aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22Blackfin: gpio: add peripheral group checksteven miao1-67/+118
2010-10-22Blackfin: add new cacheflush syscallSonic Zhang2-2/+17
2010-10-22Blackfin: access_ok: permit L1 stackBarry Song1-0/+5
2010-10-22Blackfin: ptrace: enable access to L1 stacksBarry Song1-0/+8
2010-10-07Fix IRQ flag handling namingDavid Howells1-0/+1
2010-10-07Blackfin: Rename IRQ flags handling functionsDavid Howells4-76/+76
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-1/+3
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-08-06Blackfin: add support for dynamic ftraceMike Frysinger3-9/+163
2010-08-06Blackfin: portmux: fix peripheral map overflow when requesting pinsMichael Hennerich1-1/+1
2010-08-06Blackfin: BF51x/BF52x: support GPIO Hysteresis/Schmitt Trigger optionsMichael Hennerich1-0/+7
2010-08-06Blackfin: gpio/portmux: clean up whitespace corruptionMike Frysinger1-2/+2
2010-08-06Blackfin: fix DMA/cache bug when resuming from suspend to RAMMichael Hennerich1-2/+17
2010-08-06Blackfin: gpio: unify & clean up reserved map handlingMike Frysinger1-51/+56
2010-08-06Blackfin: move MPU anomaly check to common locationMike Frysinger1-4/+0
2010-08-06Blackfin: use common EXCEPTION_TABLE() in vmlinux.ldsMike Frysinger1-6/+1
2010-05-27ptrace: unify FDPIC implementationsMike Frysinger1-24/+9
2010-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds11-958/+1510
2010-05-22Blackfin: another year of changes (update copyright in boot log)Mike Frysinger1-2/+2
2010-05-22Blackfin: move string functions to normal lib/ assemblyRobin Getz1-0/+12
2010-05-22Blackfin: kgdb: pass up the CC register instead of a 0 stubMike Frysinger1-1/+1
2010-05-22Blackfin: handle HW errors in the new "FAULT" printing codeRobin Getz1-0/+9
2010-05-22Blackfin: show the whole accumulator in the pseudo DBG insnRobin Getz1-6/+19
2010-05-22Blackfin: support all possible registers in the pseudo instructionsRobin Getz1-6/+61
2010-05-22Blackfin: add support for the DBG (debug output) pseudo insnRobin Getz2-18/+70
2010-05-22Blackfin: add support for the DBGA (debug assert) pseudo insnRobin Getz3-0/+89
2010-05-21Blackfin: make hardware trace output a little more usefulRobin Getz3-64/+443
2010-05-21Blackfin: print out the faulting insn in the trace outputRobin Getz1-2/+17
2010-05-21Blackfin: remove CONFIG_DEBUG_VERBOSE from trace.cRobin Getz3-123/+109
2010-05-21Blackfin: split kernel/traps.cRobin Getz6-836/+885
2010-05-21Blackfin: punt Blackfin-specific GPIO wakeup APIMichael Hennerich1-119/+12
2010-05-20kgdb,blackfin: Add in kgdb_arch_set_pc for blackfinJason Wessel1-0/+5
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