aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-16Blackfin: define HARDIRQ_BITS again for nowMike Frysinger1-0/+3
2009-07-16Blackfin: drop per-cpu loops_per_jiffy trackingMichael Hennerich1-1/+0
2009-07-16Blackfin: fix handling of IPEND in interrupt context saveRobin Getz1-3/+4
2009-07-16Blackfin: update handling of anomaly 364 (wrong rev id in BF527-0.1)Graf Yang1-14/+7
2009-07-10sched: INIT_PREEMPT_COUNTPeter Zijlstra1-1/+1
2009-06-22Blackfin: fix dma-mapping build errorsFUJITA Tomonori1-0/+13
2009-06-22Blackfin: hook up new perf_counter_open syscallMike Frysinger1-1/+2
2009-06-22Blackfin: drop BF535-specific text for exception 0x2A (unaligned instruction)Yi Li1-3/+1
2009-06-22Blackfin: bf526-ezbrd: handle different SDRAM chipsGraf Yang1-0/+86
2009-06-22Blackfin: fix typo in TRAS define in mem_init.h headerGraf Yang1-1/+1
2009-06-22Blackfin: unify memory map headersMike Frysinger2-50/+48
2009-06-22Blackfin: decouple unrelated cache settings to get exact behaviorJie Zhang3-22/+24
2009-06-22Blackfin: update I-pipe patch levelPhilippe Gerum1-2/+2
2009-06-22Blackfin: allow CONFIG_TICKSOURCE_GPTMR0 with interrupt pipelinePhilippe Gerum1-1/+6
2009-06-22Blackfin: convert interrupt pipeline to irqflagsPhilippe Gerum4-29/+176
2009-06-22Blackfin: unify memory region checks between kgdb and trapsMike Frysinger1-0/+22
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 Frysinger3-75/+7
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-16Merge branch 'akpm'Linus Torvalds1-16/+1
2009-06-16kmap_types: make most arches use generic header fileRandy Dunlap1-16/+1
2009-06-13Blackfin: hook up new rt_tgsigqueueinfo syscallMike Frysinger1-1/+2
2009-06-13Blackfin: initial support for ftraceMike Frysinger1-1/+13
2009-06-13Blackfin: move custom sections into sections.hMike Frysinger2-10/+12
2009-06-13Blackfin: punt unused/wrong mutex-dec.hMike Frysinger1-112/+0
2009-06-13Blackfin: add support for irqflagsMike Frysinger3-264/+74
2009-06-13Blackfin: update aedos-ipipe code to upstream 1.10-00Yi Li1-13/+15
2009-06-13Blackfin: fix flag storage for irq funcsMike Frysinger2-9/+10
2009-06-13Blackfin: add blackfin_invalidate_entire_icache for SMP systemsSonic Zhang3-3/+10
2009-06-13Blackfin: add support for GENERIC_BUGMike Frysinger1-6/+51
2009-06-13Blackfin: rename bfin_addr_dcachable to bfin_addr_dcacheableJie Zhang1-1/+1
2009-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds4-3/+4
2009-06-12Blackfin: push access_ok() L1 attribute downMike Frysinger1-4/+0
2009-06-12Blackfin: punt duplicated search_exception_table() prototypeMike Frysinger1-3/+0
2009-06-12Blackfin: add missing access_ok() checks to user functionsRobin Getz1-5/+20
2009-06-12Blackfin: rename Blackfin relocs according to the toolchainMike Frysinger1-42/+42
2009-06-12Blackfin: add SSYNC to set_dma_sg() for descriptor fetchingSonic Zhang1-1/+7
2009-06-12Blackfin: drop unused reserve_pda() functionGraf Yang1-2/+0
2009-06-12Blackfin: update gptimers APIMichael Hennerich1-19/+24
2009-06-12Blackfin: make deferred hardware errors more exactRobin Getz1-3/+89
2009-06-12Blackfin: work around anomaly 05000220Graf Yang1-16/+19
2009-06-12Blackfin: add support for gptimer0 as a tick sourceGraf Yang1-0/+1