summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2010-03-1925-196/+1284
|\
| * Blackfin: eat spurious space in asm/dpmc.hMike Frysinger2010-03-091-2/+2
| * Blackfin: asm/page.h: pull in asm-generic headersMike Frysinger2010-03-091-0/+3
| * Blackfin: GPIO: implement to_irq handlerJoachim Eastwood2010-03-091-4/+13
| * Blackfin: fix single stepping over system callsMike Frysinger2010-03-091-0/+2
| * Blackfin: initial tracehook supportMike Frysinger2010-03-092-0/+119
| * Blackfin: initial regset supportMike Frysinger2010-03-091-1/+7
| * Blackfin: simplify PTRACE_{PEEK,POKE}USR in preperation for regset supportMike Frysinger2010-03-091-0/+2
| * Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu dataGraf Yang2010-03-092-2/+7
| * Blackfin: add support for cpufreq on SMP systemsGraf Yang2010-03-091-3/+4
| * Blackfin: add CALLER_ADDR ftrace macrosYi Li2010-03-091-0/+53
| * Blackfin: split watchdog definitions into a dedicated header fileGraf Yang2010-03-091-0/+30
| * Blackfin: add dma_disable_irq_nosync() API for irq handlersBarry Song2010-03-091-0/+4
| * Blackfin: fix whitespace damage in thread_info.hMike Frysinger2010-03-091-12/+11Star
| * Blackfin: implement ndelay()Barry Song2010-03-091-2/+14
| * Blackfin: implement nmi_watchdog for SMP on BF561Graf Yang2010-03-093-0/+17
| * Blackfin: increase NR_IRQS beyond NR on-chip IRQsMichael Hennerich2010-03-091-0/+3
| * Blackfin: add support for irqflags tracingYi Li2010-03-091-0/+12
| * Blackfin: initial XIP supportBarry Song2010-03-092-0/+13
| * Blackfin: SMP: add PM/CPU hotplug supportGraf Yang2010-03-091-0/+7
| * Blackfin: SMP: make core timers per-cpu clock events for HRTYi Li2010-03-091-1/+5
| * Blackfin: unify MMR helpersMike Frysinger2010-03-091-44/+12Star
| * Blackfin: add optimized version of Hamming Weight functionsMichael Hennerich2010-03-091-19/+55
| * Blackfin: dma-mapping: fix thinko in constant optimizationSonic Zhang2010-03-091-6/+9
| * Blackfin: merge common CAN defines into one headersMike Frysinger2010-03-091-0/+725
| * Blackfin: extend bfin-lq035q1-fb resources to include PPI modeMichael Hennerich2010-03-091-0/+12
| * Blackfin: fix MPU page permission masks overflow when dealing with async memoryBarry Song2010-03-091-3/+11
| * Blackfin: bfin_sport: unify & standardize SPORT masksMike Frysinger2010-03-092-97/+132
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-131-2/+2
|\ \
| * | Fix spelling of 'platform' in comments and docStefan Weil2010-02-051-2/+2
| |/
* / dma-mapping: blackfin: remove the obsolete and unnecessary DMA API commentsFUJITA Tomonori2010-03-131-36/+0Star
|/
* FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stackMike Frysinger2010-01-071-0/+5
* Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-171-0/+1
|\
| * kbuild: move asm-offsets.h to include/generatedSam Ravnborg2009-12-121-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds2009-12-1624-527/+416Star
|\ \
| * | Blackfin: Convert BUG() to use unreachable()David Daney2009-12-151-1/+1
| * | Blackfin: define __NR_recvmmsgMike Frysinger2009-12-151-1/+2
| * | Blackfin: add support for TIF_NOTIFY_RESUMEBarry Song2009-12-151-0/+2
| * | Blackfin: convert to asm-generic pci headersBarry Song2009-12-151-128/+2Star
| * | Blackfin: io.h: fix random busted whitespaceMike Frysinger2009-12-151-44/+51
| * | Blackfin: dma-mapping.h: flesh out missing DMA mapping functionsBarry Song2009-12-152-27/+99
| * | Blackfin: support smaller uncached DMA chunks for memory constrained systemsBarry Song2009-12-151-0/+6
| * | Blackfin: kgdb: punt dead codeSonic Zhang2009-12-151-3/+0Star
| * | Blackfin: punt dead/unused flash mem_init settingsMike Frysinger2009-12-151-153/+0Star
| * | Blackfin: gptimers: use unsigned timer/group idsMike Frysinger2009-12-151-16/+16
| * | Blackfin: comment the FDPIC PTRACE definesMike Frysinger2009-12-151-3/+3
| * | Blackfin/ipipe: update version stampPhilippe Gerum2009-12-151-2/+2
| * | Blackfin/ipipe: introduce support for CONFIG_MPUPhilippe Gerum2009-12-151-2/+31
| * | Blackfin/ipipe: fix forward ref to barrier()Philippe Gerum2009-12-151-6/+7
| * | Blackfin/ipipe: prepare status bitops for SMP supportPhilippe Gerum2009-12-152-27/+9Star