aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan2-2/+0
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches2-37/+38
2009-06-22Blackfin: fix early crash when booting on wrong cpuRobin Getz1-8/+15
2009-06-22Blackfin: decouple unrelated cache settings to get exact behaviorJie Zhang3-35/+107
2009-06-22Blackfin: remove obsolete mcount support from I-pipe codePhilippe Gerum3-76/+0
2009-06-22Blackfin: convert interrupt pipeline to irqflagsPhilippe Gerum1-1/+1
2009-06-22Blackfin: fix accidental reset in some boot modesSonic Zhang1-1/+2
2009-06-22Blackfin: abstract irq14 lowering in do_irqMike Frysinger1-18/+25
2009-06-22Blackfin: simplify irq stack overflow checkingMike Frysinger1-15/+17
2009-06-22Blackfin: only build show_interrupts() when procfs is enabledMike Frysinger1-0/+2
2009-06-22Blackfin: redo handling of bad irqsMike Frysinger1-42/+11
2009-06-22Blackfin: unify memory region checks between kgdb and trapsMike Frysinger3-274/+234
2009-06-18Blackfin: convert irq/process to asm-genericMike Frysinger1-0/+23
2009-06-18Blackfin: pull in asm/io.h in ksyms for prototypesMike Frysinger1-0/+1
2009-06-16Merge branch 'akpm'Linus Torvalds1-4/+0
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-4/+0
2009-06-13Blackfin: initial support for ftrace grapherMike Frysinger4-0/+114
2009-06-13Blackfin: initial support for ftraceMike Frysinger3-0/+78
2009-06-13Blackfin: add preliminary support for STACKTRACEMike Frysinger2-0/+54
2009-06-13Blackfin: update aedos-ipipe code to upstream 1.10-00Yi Li1-20/+22
2009-06-13Blackfin: do not configure the UART early if on wrong processorRobin Getz1-2/+6
2009-06-13Blackfin: push down exception oops checkingMike Frysinger1-45/+43
2009-06-13Blackfin: fix trap_c() exit pathsMike Frysinger1-5/+5
2009-06-13Blackfin: add blackfin_invalidate_entire_icache for SMP systemsSonic Zhang1-0/+3
2009-06-13Blackfin: include the cpu compiled version in /proc/cpuinfoRobin Getz1-2/+11
2009-06-13Blackfin: add support for GENERIC_BUGMike Frysinger2-2/+44
2009-06-13Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheableJie Zhang2-3/+3
2009-06-13Blackfin: only handle CPLB protection violations when MPU is enabledRobin Getz1-51/+3
2009-06-12Blackfin: fix sparseirq/kstat_irqs falloutMike Frysinger1-0/+2
2009-06-12Blackfin: fix unused warnings after nommu updateMike Frysinger1-1/+0
2009-06-12Blackfin: export the last exception cause via debugfsRobin Getz1-0/+10
2009-06-12Blackfin: fix length checking in kgdb_ebin2memRoel Kluin1-3/+2
2009-06-12Blackfin: kgdb: fix up error return valuesMike Frysinger1-25/+30
2009-06-12Blackfin: push access_ok() L1 attribute downMike Frysinger1-0/+3
2009-06-12Blackfin: convert early_printk EVT init to a loopMike Frysinger1-13/+3
2009-06-12Blackfin: rename Blackfin relocs according to the toolchainMike Frysinger1-11/+11
2009-06-12Blackfin: convert SMP to only use generic time frameworkGraf Yang1-34/+19
2009-06-12Blackfin: override default uClinux MTD addr/sizeMike Frysinger1-4/+7
2009-06-12Blackfin: update gptimers APIMichael Hennerich1-5/+25