summaryrefslogtreecommitdiffstats
path: root/arch/blackfin
Commit message (Expand)AuthorAgeFilesLines
* PM / Blackfin: Use struct syscore_ops instead of sysdevs for PMRafael J. Wysocki2011-04-241-21/+9Star
* Blackfin: SMP: fix cache flush loopSonic Zhang2011-04-141-3/+16
* Blackfin: time-ts: ack gptimer sooner to avoid missing short intsMike Frysinger2011-04-141-1/+7
* Blackfin: gptimers: fix thinko when disabling timersMike Frysinger2011-04-141-1/+1
* Blackfin: SMP: make all barriers handle cache issuesGraf Yang2011-04-141-18/+18
* Fix common misspellingsLucas De Marchi2011-03-319-10/+10
* Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-03-301-1/+0Star
|\
| * genirq: Remove the now obsolete config options and select statementsThomas Gleixner2011-03-301-1/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2011-03-3012-35/+24Star
|\ \ | |/ |/|
| * Blackfin: bitops: fix include order after little endian inclusionMike Frysinger2011-03-251-1/+3
| * Blackfin: defconfigs: update after misc devices defaulted to NMike Frysinger2011-03-2510-7/+3Star
| * Blackfin: use more standard pr_fmt in the module loaderJoe Perches2011-03-251-27/+18Star
* | bfin: Use proper accessors in traceThomas Gleixner2011-03-291-3/+4
* | bfin: Convert irq namespaceThomas Gleixner2011-03-292-18/+18
* | bfin: Final irq cleanupThomas Gleixner2011-03-292-9/+6Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2011-03-246-2/+20
|\
| * Blackfin: bf54x: re-enable anomaly 05000353 for all revsMike Frysinger2011-03-231-1/+5
| * Blackfin: enable atomic64_t supportMike Frysinger2011-03-232-0/+3
| * Blackfin: wire up new syncfs syscallMike Frysinger2011-03-232-1/+3
| * Blackfin: SMP: flush CoreB cache when shutting downGraf Yang2011-03-231-0/+9
* | bitops: remove minix bitops from asm/bitops.hAkinobu Mita2011-03-241-1/+0Star
* | bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita2011-03-241-1/+0Star
* | bitops: introduce little-endian bitops for most architecturesAkinobu Mita2011-03-241-0/+1
|/
* Blackfin: ip0x: fix unused variable warningMike Frysinger2011-03-181-2/+0Star
* Blackfin: punt unused HDMA masksMike Frysinger2011-03-185-93/+0Star
* Blackfin: wire up new syscallsMike Frysinger2011-03-182-1/+7
* Blackfin/ipipe: restore pipeline bits in irqflagsPhilippe Gerum2011-03-181-10/+77
* Blackfin/ipipe: fix deferred pipeline sync for the root stagePhilippe Gerum2011-03-182-3/+14
* Blackfin/ipipe: upgrade to I-pipe mainlinePhilippe Gerum2011-03-184-114/+117
* Blackfin: cpufreq: fix typosMichael Hennerich2011-03-181-3/+3
* Blackfin: enable GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner2011-03-181-0/+1
* Blackfin: SMP: convert to irq chip functionsMike Frysinger2011-03-181-1/+5
* Blackfin: use accessor functions in show_interrupts()Thomas Gleixner2011-03-181-4/+6
* Blackfin: use proper wrapper functions for modifying irq statusThomas Gleixner2011-03-184-4/+4
* Blackfin: convert gpio irq_chip to new functionsThomas Gleixner2011-03-181-44/+48
* Blackfin: convert mac irq_chip to new functionsThomas Gleixner2011-03-181-7/+11
* Blackfin: convert error irq_chip to new functionsThomas Gleixner2011-03-181-7/+7
* Blackfin: convert internal irq_chip to new functionsThomas Gleixner2011-03-181-13/+28
* Blackfin: convert core irq_chip to new functionsThomas Gleixner2011-03-181-11/+11
* Blackfin: use proper wrappers for irq_descThomas Gleixner2011-03-181-9/+5Star
* Blackfin: optimize startup codeMike Frysinger2011-03-181-69/+41Star
* Blackfin: SMP: work around anomaly 05000491Sonic Zhang2011-03-188-12/+74
* Blackfin: SMP: implement cpu_freq supportGraf Yang2011-03-186-34/+70
* Blackfin: split optimization settings moreMike Frysinger2011-03-183-15/+47
* Blackfin: SMP: disable preempt with smp_processor_id to send messagesSonic Zhang2011-03-181-6/+8
* Blackfin: SMP: delay enabling caches until CPU is initializedsteven miao2011-03-181-2/+2
* Blackfin: SMP: use standard cache functionsMike Frysinger2011-03-181-3/+3
* Blackfin: SMP: PERCPU section should be PAGE alignedsteven miao2011-03-181-1/+1
* Blackfin: ADI boards: enable pseudo debug insns supportMike Frysinger2011-03-1811-0/+11
* Blackfin: kgdb: drop dead KGDB_THR_PROC_SWAP for SMP systemsSonic Zhang2011-03-181-4/+0Star