summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel
Commit message (Expand)AuthorAgeFilesLines
* Blackfin arch: move bfin_addr_dcachable() and friends into the cacheflush hea...Mike Frysinger2008-10-161-0/+1
* Blackfin arch: use the new bfin_addr_dcachable() functionMike Frysinger2008-10-161-3/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-10-1311-475/+987
|\
| * Blackfin arch: Fix bogus str_ident check in gpio codeMichael Hennerich2008-10-131-5/+2
| * Blackfin arch: introducing bfin_addr_dcachableVitja Makarov2008-10-131-0/+1
| * Blackfin arch: fix a typo in commentsBryan Wu2008-10-101-1/+1
| * Blackfin arch: use the Blackfin on-chip ROM to do software reset when possibleMike Frysinger2008-10-131-1/+9
| * Blackfin arch: bfin_reset() is an internal reboot function ... everyone shoul...Mike Frysinger2008-10-101-1/+1
| * Blackfin arch: print out error/warning if you are running on the incorrect CP...Robin Getz2008-10-101-16/+27
| * Blackfin arch: Add optional verbose debugRobin Getz2008-10-101-100/+130
| * Blackfin arch: emulate a TTY over the EMUDAT/JTAG interfaceMike Frysinger2008-10-101-0/+12
| * Blackfin arch: have is_user_addr_valid() check for overflows (like when addre...Mike Frysinger2008-10-101-0/+4
| * Blackfin arch: ptrace - fix off-by-one check on end of memory regionsMike Frysinger2008-10-101-29/+21
| * Blackfin arch: Move all the silicon rev handling to one placeMike Frysinger2008-10-091-1/+2
| * Blackfin arch: Fix bug - HW Errors never recover on BF548Robin Getz2008-10-091-2/+13
| * Blackfin arch: correct icache size in show_cpuinfo(), let c_start() return pr...Graf Yang2008-10-091-4/+10
| * Blackfin arch: ptrace - make sure PT_ORIG_R0 and PT_ORIG_P0 offsets are declaredMike Frysinger2008-10-091-0/+1
| * Blackfin arch: use existing ptrace_disable() func to clear TRACE_BITS and cre...Mike Frysinger2008-10-091-50/+37
| * Blackfin arch: ptrace - cleanup debug messages and styleMike Frysinger2008-10-091-18/+12
| * Blackfin arch: fix bug -- PTRACE_PEEKDATA does not seem to work which breaks ...Mike Frysinger2008-10-091-35/+31
| * Blackfin arch: Make L2 SRAM cacheableSonic Zhang2008-10-092-2/+12
| * Blackfin arch: Fix bug - kernel build with config kernel debugging with remot...Sonic Zhang2008-10-091-12/+9
| * Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception ...Robin Getz2008-10-081-2/+1
| * Blackfin arch: Modify some funtion names to more genernal onesGraf Yang2008-10-083-6/+6
| * Blackfin arch: Make sure we protect except 2 properly, and print out memory p...Robin Getz2008-10-081-1/+2
| * Blackfin arch: mark local gpio_error() as staticMike Frysinger2008-10-081-1/+1
| * Blackfin arch: fix bug - sometimes there is no response to the hitting key in...Mike Frysinger2008-10-081-3/+3
| * Blackfin arch: Better error handling of unknown exceptionsRobin Getz2008-10-081-14/+29
| * Blackfin arch: add supporting for kgdbSonic Zhang2008-10-132-177/+569
| * Blackfin arch: fixing bug - under IRQ stress, running applications may wrongl...Bernd Schmidt2008-10-071-2/+12
| * Blackfin arch: add supporting for double fault debug handlingRobin Getz2008-10-082-14/+50
| * Blackfin arch: only include asm/cplb.h when it is truly usedMike Frysinger2008-10-131-0/+1
* | Blackfin Serial Driver: Fix bug - request UART2/3 peripheral mapped interrupt...Sonic Zhang2008-10-131-7/+6
|/
* Blackfin arch: move include/asm-blackfin header files to arch/blackfinBryan Wu2008-08-271-1/+1
* Blackfin arch: use %pF when printing out the double fault address so we get s...Mike Frysinger2008-08-141-1/+1
* Blackfin arch: Print out doublefault addresses, so debug can occurRobin Getz2008-08-141-1/+6
* Blackfin arch: mark some functions as __init as they are only called from __i...Mike Frysinger2008-08-142-4/+4
* Blackfin arch: cleanup cache lock codeMike Frysinger2008-08-141-1/+1
* Blackfin arch: Fix bug - when expanding the trace buffer, it does not print o...Robin Getz2008-08-061-35/+53
* Blackfin arch: convert L2 defines to be the same as the L1 definesMike Frysinger2008-08-134-19/+13
* Blackfin arch: move async memory programming into common setup_arch() as the ...Mike Frysinger2008-08-061-0/+10
* Blackfin arch: make sure the BSS and kernel load address are 4 byte alignedMike Frysinger2008-08-061-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-07-2613-162/+597
|\
| * Blackfin arch: If we double fault, rather than hang forever, resetRobin Getz2008-07-261-2/+5
| * Blackfin arch: When icache is off, make sure people know itRobin Getz2008-07-261-5/+12
| * Blackfin arch: Fix bug - skip single step in high priority interrupt handler ...Sonic Zhang2008-07-261-1/+15
| * Blackfin arch: cache the values of vco/sclk/cclk as the overhead of doing so ...Mike Frysinger2008-07-261-10/+34
| * Blackfin arch: fix bug - IMDMA is not type struct dma_registerMichael Hennerich2008-07-261-0/+8
| * Blackfin arch: check the EXTBANKS field of the DDRCTL1 register to see if we ...Mike Frysinger2008-07-261-0/+2
| * Blackfin arch: Add unwinding for stack info, and a little more detail on trac...Robin Getz2008-07-261-55/+241
OpenPOWER on IntegriCloud