summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 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
| * Blackfin arch: Extend sram malloc to handle L2 SRAM.Sonic Zhang2008-07-193-20/+104
| * Blackfin arch: Do not need this dualcore test module in kernel.Yi Li2008-07-192-50/+0
| * Blackfin arch: Allow ptrace to peek and poke application data in L1 data SRAM.Jie Zhang2008-07-151-0/+28
| * Blackfin arch: Add ANOMALY_05000368 workaroundMichael Hennerich2008-07-161-0/+5
| * Blackfin arch: Functional power management supportMichael Hennerich2008-07-192-6/+138
| * Blackfin arch: Fix BUG - JUMP error in kernel (relocation truncated to fit: R...Michael Hennerich2008-07-151-1/+1
| * Blackfin arch: Remove redundant kernel optionMichael Hennerich2008-07-142-14/+6
* | Merge branch 'linus' into timers/nohzIngo Molnar2008-07-184-8/+13
|\|
| * Blackfin arch: fix up section mismatch warningBryan Wu2008-06-251-2/+4
| * Blackfin arch: fix bug - kernel boot fails when Spinlock and rw-lock debuggin...Sonic Zhang2008-06-251-0/+5
| * Blackfin arch: fixup warnings with the new cplb saved valuesMike Frysinger2008-06-031-5/+3
| * Blackfin arch: Cleanup no functional changesMichael Hennerich2008-05-201-1/+1
* | nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-05-201-1/+0
|\