aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-25Blackfin: drop unused irq_panic()/DEBUG_ICACHE_CHECKMike Frysinger2-107/+0
2010-10-22Blackfin: bf561: rewrite SICA_xxx to just SIC_xxxMike Frysinger2-50/+4
2010-10-22Blackfin: add new cacheflush syscallSonic Zhang1-0/+1
2010-10-22Blackfin: SIC: fix off-by-one error in loopMichael Hennerich1-3/+4
2010-10-22Blackfin: initial preempt support while returning from interruptBarry Song2-3/+126
2010-10-07Blackfin: Rename IRQ flags handling functionsDavid Howells3-19/+19
2010-08-23Blackfin: wire up new fanotify/prlimit64 syscallsMike Frysinger1-0/+3
2010-08-06Blackfin: dpmc: punt unnecessary RTC_ISTAT clearingMichael Hennerich1-24/+0
2010-08-06Blackfin: fix DMA/cache bug when resuming from suspend to RAMMichael Hennerich1-8/+9
2010-08-06Blackfin: allow cache funcs to be in L1 for IFLUSH Anomaly 05000491Mike Frysinger2-11/+8
2010-08-06Blackfin: merge anomalies 475 and 220 to follow official listsMike Frysinger1-7/+1
2010-08-06Blackfin: move MPU anomaly check to common locationMike Frysinger1-1/+5
2010-05-22Blackfin: SMP: fix continuation linesJoe Perches1-2/+2
2010-05-22Blackfin: SIC: cut down on IAR MMR reads a bitMike Frysinger1-15/+18
2010-05-21Blackfin: punt Blackfin-specific GPIO wakeup APIMichael Hennerich2-32/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-03-09Blackfin: scale calibration when cpu freq changesGraf Yang1-1/+12
2010-03-09Blackfin: fix anomaly 283 handling with exact hardware errorRobin Getz1-2/+2
2010-03-09Blackfin: don't support keypad wakeup from hibernateMichael Hennerich1-5/+0
2010-03-09Blackfin: add support for the on-chip MAC status interruptsMichael Hennerich1-4/+136
2010-03-09Blackfin: check for bad syscalls after tracing itMike Frysinger1-9/+14
2010-03-09Blackfin: fix single stepping over system callsMike Frysinger1-0/+2
2010-03-09Blackfin: initial tracehook supportMike Frysinger1-2/+4
2010-03-09Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu dataGraf Yang1-2/+4
2010-03-09Blackfin: add support for cpufreq on SMP systemsGraf Yang1-62/+93
2010-03-09Blackfin: implement nmi_watchdog for SMP on BF561Graf Yang1-1/+17
2010-03-09Blackfin: increase NR_IRQS beyond NR on-chip IRQsMichael Hennerich1-1/+1
2010-03-09Blackfin: add support for irqflags tracingYi Li2-0/+22
2010-03-09Blackfin: initial XIP supportBarry Song3-13/+19
2010-03-09Blackfin: fix initial stack pointer setupBarry Song1-8/+3
2010-03-09Blackfin: try to simplify interrupt ifdef uglinessYi Li1-8/+13
2010-03-09Blackfin: SMP: add PM/CPU hotplug supportGraf Yang1-3/+35
2010-03-09Blackfin: SMP: make core timers per-cpu clock events for HRTYi Li2-17/+3
2010-03-09Blackfin: SMP: add support for IRQ affinitySonic Zhang1-4/+34
2010-03-09Blackfin: pull in asm/bfin_can.h for interrupt masksMichael Hennerich1-0/+1
2010-03-09Blackfin: wire up the various memory related syscallsMike Frysinger1-9/+9
2010-03-09Blackfin: flush caches on SMP when one core calls another via IPIYi Li1-2/+24
2010-01-05Merge branch 'master' into percpuTejun Heo13-223/+101
2009-12-15Blackfin: add support for TIF_NOTIFY_RESUMEBarry Song1-1/+3
2009-12-15Blackfin: BF537: push down error masks to avoid namespace pollutionMike Frysinger1-4/+10
2009-12-15Blackfin: SMP: don't start up core b until its state has been completely onlinedYi Li1-8/+8
2009-12-15Blackfin: pull in asm/dpmc.h for power definesMike Frysinger3-1/+3
2009-12-15Blackfin: bf538: add support for extended GPIO banksMichael Hennerich1-0/+30
2009-12-15Blackfin: cpufreq: use a constant latencyMichael Hennerich1-1/+2
2009-12-11Unify sys_mmap*Al Viro1-1/+1
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-4/+7
2009-11-25Blackfin: fix memset in smp_send_reschedule() and -stop()Roel Kluin1-4/+2
2009-11-25Blackfin: check for anomaly 05000475Mike Frysinger1-0/+5
2009-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller11-203/+36
2009-10-29percpu: remove per_cpu__ prefix.Rusty Russell1-2/+2