summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include
AgeCommit message (Expand)AuthorLines
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori-1/+1
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-2/+0
2010-08-10Merge git://git.infradead.org/mtd-2.6Linus Torvalds-3/+0
2010-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds-85/+301
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori-2/+0
2010-08-06Blackfin: gpio: add a debounce stubMike Frysinger-0/+5
2010-08-06Blackfin: remove CONFIG_MEM_GENERIC_BOARDChristian Dietrich-18/+0
2010-08-06Blackfin: unify rotary encoder bitmasksMike Frysinger-1/+73
2010-08-06Blackfin: unify SDH/RSI bitmasksMike Frysinger-2/+117
2010-08-06Blackfin: add EVT_OVERRIDE/IPRIO core MMR helpersMike Frysinger-4/+5
2010-08-06Blackfin: add support for dynamic ftraceMike Frysinger-0/+16
2010-08-06Blackfin: gpio/portmux: clean up whitespace corruptionMike Frysinger-58/+58
2010-08-06Blackfin: make sure mmiowb inserts a write barrier with SSYNCMichael Hennerich-1/+7
2010-08-06Blackfin: fix DMA/cache bug when resuming from suspend to RAMMichael Hennerich-0/+1
2010-08-06Blackfin: fix typo in hweight asmMike Frysinger-1/+1
2010-08-06Blackfin: stub fpregs dumpingMike Frysinger-0/+1
2010-08-06Blackfin: new dynamic bfin read/write mmr helpersMike Frysinger-0/+17
2010-08-05mtd: Blackfin NFC: fix handling of page sizesBarry Song-3/+0
2010-06-09arch: Implement local64_tPeter Zijlstra-0/+1
2010-05-27blackfin: use use asm-generic/scatterlist.hFUJITA Tomonori-21/+1
2010-05-22Blackfin: set ARCH_KMALLOC_MINALIGNFUJITA Tomonori-0/+2
2010-05-22Blackfin: move string functions to normal lib/ assemblyRobin Getz-109/+4
2010-05-22Blackfin: add support for the DBG (debug output) pseudo insnRobin Getz-0/+1
2010-05-22Blackfin: change the BUG opcode to an unused 16-bit opcodeRobin Getz-1/+6
2010-05-22Blackfin: add support for the DBGA (debug assert) pseudo insnRobin Getz-0/+17
2010-05-21Blackfin: SMP: add flush_tlb_kernel_range stubGraf Yang-0/+1
2010-05-21Blackfin: make hardware trace output a little more usefulRobin Getz-3/+3
2010-05-21Blackfin: remove CONFIG_DEBUG_VERBOSE from trace.cRobin Getz-0/+11
2010-05-21Blackfin: split kernel/traps.cRobin Getz-0/+2
2010-05-21Blackfin: punt Blackfin-specific GPIO wakeup APIMichael Hennerich-11/+11
2010-05-21Blackfin: drop unused bad_page pages and move zero_page to the bssMike Frysinger-1/+2
2010-05-14add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+1
2010-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds-196/+1284
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2010-03-12dma-mapping: blackfin: remove the obsolete and unnecessary DMA API commentsFUJITA Tomonori-36/+0
2010-03-09Blackfin: eat spurious space in asm/dpmc.hMike Frysinger-2/+2
2010-03-09Blackfin: asm/page.h: pull in asm-generic headersMike Frysinger-0/+3
2010-03-09Blackfin: GPIO: implement to_irq handlerJoachim Eastwood-4/+13
2010-03-09Blackfin: fix single stepping over system callsMike Frysinger-0/+2
2010-03-09Blackfin: initial tracehook supportMike Frysinger-0/+119
2010-03-09Blackfin: initial regset supportMike Frysinger-1/+7
2010-03-09Blackfin: simplify PTRACE_{PEEK,POKE}USR in preperation for regset supportMike Frysinger-0/+2
2010-03-09Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu dataGraf Yang-2/+7
2010-03-09Blackfin: add support for cpufreq on SMP systemsGraf Yang-3/+4
2010-03-09Blackfin: add CALLER_ADDR ftrace macrosYi Li-0/+53
2010-03-09Blackfin: split watchdog definitions into a dedicated header fileGraf Yang-0/+30
2010-03-09Blackfin: add dma_disable_irq_nosync() API for irq handlersBarry Song-0/+4
2010-03-09Blackfin: fix whitespace damage in thread_info.hMike Frysinger-12/+11
2010-03-09Blackfin: implement ndelay()Barry Song-2/+14