aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-15Blackfin: kgdb: punt dead codeSonic Zhang1-17/+0
2009-12-15Blackfin: reject NULL callback in set_dma_callback()Mike Frysinger1-11/+10
2009-12-15Blackfin: gptimers: use unsigned timer/group idsMike Frysinger1-16/+16
2009-12-15Blackfin: don't walk VMAs when oopsingRobin Getz1-0/+9
2009-12-15Blackfin/ipipe: prepare status bitops for SMP supportPhilippe Gerum1-0/+67
2009-12-15Blackfin: don't give CPU its own line in traps outputMike Frysinger1-3/+3
2009-12-15Blackfin: announce current cpu rev when bootingRobin Getz1-1/+1
2009-12-15Blackfin: convert DMA mutex to an atomic and drop redundant codeMike Frysinger1-21/+10
2009-12-15Blackfin: push down asm/ includes and out of bfin-global.hMike Frysinger1-0/+1
2009-12-15Blackfin: bf538: add support for extended GPIO banksMichael Hennerich1-0/+97
2009-12-15Blackfin: calculate on-chip lengths at link time rather than run timeMike Frysinger2-35/+32
2009-12-15Blackfin: improve async bank access checking (for cross-banks & XIP)Bernd Schmidt1-15/+62
2009-12-15Blackfin: convert DMA code to a proper bitmapMichael Hennerich1-7/+8
2009-12-15Blackfin: add some bounds checking to peripheral_requestBarry Song1-0/+2
2009-12-15Blackfin: use common code for cycle->nanosecond conversionYi Li1-22/+4
2009-12-15Blackfin: unify sched_clock() handling between clock sourcesYi Li1-10/+33
2009-12-15Blackfin: fix gptimer0 clock source compile warningYi Li1-1/+1
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2-5/+5
2009-12-11Unify sys_mmap*Al Viro1-33/+0
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-09Merge branch 'bkl-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+1
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-25Blackfin: fix SMP build error in start_thread()Graf Yang1-1/+1
2009-11-25Blackfin: fix typo in ptrace pokingJie Zhang1-1/+1
2009-11-25Blackfin: fix cache Kconfig typoAndré Goddard Rosa1-1/+1
2009-11-25Blackfin: fix suspend/resume failure with some on-chip ROMsMichael Hennerich1-2/+7
2009-10-14blackfin: Remove the BKL from sys_execveJohn Kacur1-5/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-08Blackfin: fix framebuffer mmap bug for nommuThomas Chou1-0/+11
2009-10-07Blackfin: cplbinfo: drop d_path() hacksMike Frysinger1-13/+12
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz25-432/+63
2009-10-07Blackfin: convert to use arch_gettimeoffset()john stultz1-61/+2
2009-09-24blackfin: Cleanup linker script using new linker script macros.Tim Abbott1-50/+6
2009-09-16Blackfin: update ftrace for latest toolchainYi Li1-11/+12
2009-09-16Blackfin: unify cache init functionsMike Frysinger4-144/+2
2009-09-16Blackfin: swap clocksource ratings for gptimer/cyclesGraf Yang1-2/+2
2009-09-16Blackfin: update ftrace_push_return_trace() breakageMike Frysinger1-1/+1
2009-09-16Blackfin: add ICPLB coverage for async banksBernd Schmidt1-2/+9
2009-09-16Blackfin: use KERN_ALERT in all kgdb_test outputMingquan Pan1-1/+1
2009-09-16Blackfin: fix spelling in a few commentsMichael Hennerich1-2/+2
2009-09-16Blackfin: use raw_smp_processor_id() in exception codeYi Li3-8/+8
2009-09-16Blackfin: remove useless duplicated assignment in gpio codeMichael Hennerich1-1/+0
2009-09-16Blackfin: Fix link errors with binutils 2.19 and GCC 4.3Ingo Molnar1-2/+2
2009-09-16Blackfin: optimize fixed code handling for the most common caseMike Frysinger1-8/+2
2009-09-16Blackfin: punt dead cache locking codeMike Frysinger1-51/+0
2009-09-16Blackfin: do not trace the exception handlerYi Li1-1/+1
2009-09-16Blackfin: cleanup sync handling when enabling/disabling cplbsYi Li4-83/+23
2009-09-16Blackfin: fix read buffer overflowRoel Kluin1-4/+4
2009-09-16Blackfin: improve double fault debug handlingGraf Yang2-4/+10