aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-09-16Blackfin: fix MPU handling of invalid memory accessesGraf Yang1-1/+1
2009-09-16Blackfin: do not try displaying the end of the stackSonic Zhang1-1/+1
2009-09-16Blackfin: catch hardware errors earlier during bootingRobin Getz4-12/+122
2009-09-16Blackfin: add an early shadow consoleRobin Getz3-0/+81
2009-09-16Blackfin: add support for common FDPIC ptrace requestsMike Frysinger1-2/+24
2009-09-16Blackfin: clean up early memory setup codeRobin Getz1-28/+32
2009-09-16Blackfin: fix module reloc handling for all memory regionsMike Frysinger1-28/+34
2009-09-16Blackfin: cleanup module section checkingMike Frysinger1-51/+60
2009-09-16Blackfin: convert malloc()/memset() to zalloc() in module codeMike Frysinger1-4/+2
2009-09-16Blackfin: cleanup printk() usage in module codeMike Frysinger1-34/+25
2009-09-16Blackfin: reject outdated/unused/wrong relocation typesRobin Getz1-34/+8
2009-09-16Blackfin: convert ptrace to new memory functionsMike Frysinger1-57/+72
2009-09-16Blackfin: cleanup traps decode_address() a bitMike Frysinger1-18/+30
2009-09-16Blackfin: inline I-pipe bypass code in ret_from_exceptionPhilippe Gerum1-5/+0
2009-09-16Blackfin: allow high priority domains to preempt schedule_tail()Philippe Gerum1-2/+22
2009-09-16Blackfin: export show_stack() to modulesPhilippe Gerum1-0/+1
2009-09-16Blackfin: fix misnomer of some I-pipe helpersPhilippe Gerum1-24/+20
2009-09-16Blackfin: checkpatch --file arch/blackfin/kernel/ipipe.cPhilippe Gerum1-17/+19
2009-09-16Blackfin: make EVT3->EVT5 lowering more robust wrt IPEND[4]Robin Getz2-9/+11
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo8-99/+103
2009-07-16Blackfin: add CPLB entries for Core B on-chip L1 SRAM regionsGraf Yang1-6/+17
2009-07-16Blackfin: work around anomaly 05000189Robin Getz1-1/+2
2009-07-16Blackfin: drop per-cpu loops_per_jiffy trackingMichael Hennerich1-4/+3
2009-07-16Blackfin: fix bugs in GPIO resume codeMichael Hennerich1-4/+2
2009-07-16Blackfin: drop duplicate runtime checking of anomaly 05000448Robin Getz1-4/+0
2009-07-16Blackfin: fix early_dma_memcpy() handling of busy channelsMike Frysinger1-15/+14
2009-07-16Blackfin: handle BF561 Core B memory regions better when SMP=nMike Frysinger1-7/+7
2009-07-16Blackfin: fix silent crash when no uClinux MTD filesystem existsRobin Getz1-10/+16
2009-07-16Blackfin: restore exception banner when dumping crash infoMike Frysinger1-2/+3
2009-07-16Blackfin: work around anomaly 05000281Robin Getz1-1/+2
2009-07-16Blackfin: drop dead flash_probe callMike Frysinger1-7/+0