aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches2-37/+38
2009-06-22Blackfin: fix dma-mapping build errorsFUJITA Tomonori1-0/+13
2009-06-22Blackfin: hook up new perf_counter_open syscallMike Frysinger2-1/+3
2009-06-22Blackfin: drop BF535-specific text for exception 0x2A (unaligned instruction)Yi Li1-3/+1
2009-06-22Blackfin: fix early crash when booting on wrong cpuRobin Getz1-8/+15
2009-06-22Blackfin: fix GPTMR0_CLOCKSOURCE dependency on BFIN_GPTIMERSMike Frysinger1-0/+1
2009-06-22Blackfin: drop unused ISP1760 port1_disable from board resourcesMike Frysinger5-5/+0
2009-06-22Blackfin: bf526-ezbrd: handle different SDRAM chipsGraf Yang2-1/+92
2009-06-22Blackfin: fix typo in TRAS define in mem_init.h headerGraf Yang1-1/+1
2009-06-22Blackfin: unify memory map headersMike Frysinger16-350/+145
2009-06-22Blackfin: stick the CPU name into boot image nameRobin Getz1-1/+1
2009-06-22Blackfin: update defconfigsMike Frysinger20-155/+272
2009-06-22Blackfin: decouple unrelated cache settings to get exact behaviorJie Zhang11-81/+176
2009-06-22Blackfin: update I-pipe patch levelPhilippe Gerum1-2/+2
2009-06-22Blackfin: remove obsolete mcount support from I-pipe codePhilippe Gerum3-76/+0
2009-06-22Blackfin: allow CONFIG_TICKSOURCE_GPTMR0 with interrupt pipelinePhilippe Gerum3-27/+28
2009-06-22Blackfin: convert interrupt pipeline to irqflagsPhilippe Gerum5-30/+177
2009-06-22Blackfin: allow people to select BF51x-0.1 silicon revMike Frysinger1-1/+1
2009-06-22Blackfin: bf526-ezbrd: set SPI flash resources to SST deviceGraf Yang1-2/+2
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: update anomaly listsMike Frysinger7-125/+178
2009-06-22Blackfin: bf533-ezkit: add resources for FISP devicesMike Frysinger1-0/+106
2009-06-22Blackfin: bf518f-ezbrd: update DSA resourcesMike Frysinger1-5/+11
2009-06-22Blackfin: unify memory region checks between kgdb and trapsMike Frysinger4-274/+256
2009-06-18Blackfin: convert page/tlb to asm-genericMike Frysinger4-157/+4
2009-06-18Blackfin: convert types to asm-genericMike Frysinger2-81/+12
2009-06-18Blackfin: convert irq/process to asm-genericMike Frysinger4-75/+30
2009-06-18Blackfin: convert signal/mmap to asm-genericMike Frysinger2-199/+4
2009-06-18Blackfin: convert locking primitives to asm-genericMike Frysinger6-308/+25
2009-06-18Blackfin: convert termios to asm-genericMike Frysinger2-292/+2
2009-06-18Blackfin: convert simple headers to asm-genericMike Frysinger20-170/+10
2009-06-18Blackfin: convert socket/poll to asm-genericMike Frysinger3-90/+5
2009-06-18Blackfin: convert user/elf to asm-genericMike Frysinger2-90/+2
2009-06-18Blackfin: convert shm/sysv/ipc to asm-genericMike Frysinger5-134/+5
2009-06-18Blackfin: convert asm/ioctls.h to asm-generic/ioctls.hMike Frysinger1-82/+2
2009-06-18Blackfin: only build irqpanic.c when neededMike Frysinger2-10/+4
2009-06-18Blackfin: pull in asm/io.h in ksyms for prototypesMike Frysinger1-0/+1
2009-06-18Blackfin: use common test_bit() rather than __test_bit()Mike Frysinger1-2/+2
2009-06-16Merge branch 'akpm'Linus Torvalds2-20/+1
2009-06-16kmap_types: make most arches use generic header fileRandy Dunlap1-16/+1
2009-06-16mm: consolidate init_mm definitionAlexey Dobriyan1-4/+0
2009-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfinLinus Torvalds55-603/+807
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-06-13Blackfin: hook up new rt_tgsigqueueinfo syscallMike Frysinger2-1/+3
2009-06-13Blackfin: improve CLKIN_HZ config defaultMike Frysinger1-3/+3
2009-06-13Blackfin: initial support for ftrace grapherMike Frysinger5-0/+115