aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds1-27/+18
2011-03-29bfin: Use proper accessors in traceThomas Gleixner1-3/+4
2011-03-29bfin: Convert irq namespaceThomas Gleixner1-1/+1
2011-03-25Blackfin: use more standard pr_fmt in the module loaderJoe Perches1-27/+18
2011-03-18Blackfin/ipipe: upgrade to I-pipe mainlinePhilippe Gerum1-45/+39
2011-03-18Blackfin: use accessor functions in show_interrupts()Thomas Gleixner1-4/+6
2011-03-18Blackfin: SMP: work around anomaly 05000491Sonic Zhang2-0/+38
2011-03-18Blackfin: SMP: PERCPU section should be PAGE alignedsteven miao1-1/+1
2011-03-18Blackfin: kgdb: drop dead KGDB_THR_PROC_SWAP for SMP systemsSonic Zhang1-4/+0
2011-03-18Blackfin: bf54x: add kconfig for UART2/3 DMA channel assignmentssteven miao1-13/+19
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2011-01-31blackfin: Switch from do_timer() to xtime_update()Torben Hohn1-4/+2
2011-01-25percpu: align percpu readmostly subsection to cachelineTejun Heo1-1/+1
2011-01-10Blackfin: kgdb_test: make sure to initialize num2Vivi Li1-0/+4
2011-01-10Blackfin: kgdb: disable preempt schedule when running single step in kgdbSonic Zhang1-1/+7
2011-01-10Blackfin: kgdb: disable interrupt when single stepping in ADEOSSonic Zhang1-0/+20
2011-01-10Blackfin: no-mpu: fix masking of small uncached dma regionSonic Zhang1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-29Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-1/+2
2010-10-29debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng1-1/+2
2010-10-27ptrace: cleanup arch_ptrace() and friends on BlackfinNamhyung Kim1-6/+7
2010-10-27ptrace: change signature of arch_ptrace()Namhyung Kim1-1/+2
2010-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds4-69/+148
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
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-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
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