| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2011-01-13 | 1 | -1/+1 |
|\ |
|
| * | suspend: constify platform_suspend_ops | Lionel Debroux | 2010-11-16 | 1 | -1/+1 |
* | | Blackfin: bf54x: don't ack GPIO ints when unmasking them | Mike Frysinger | 2011-01-10 | 1 | -1/+0 |
* | | Blackfin: fix building IPIPE code when XIP is enabled | Mike Frysinger | 2011-01-10 | 1 | -2/+2 |
* | | Blackfin: pm: drop irq save/restore in standby and suspend to mem callback | Steven Miao | 2011-01-10 | 1 | -10/+0 |
* | | Blackfin: SMP: rewrite IPI handling to avoid memory allocation | Yi Li | 2011-01-10 | 1 | -119/+78 |
* | | Blackfin: SMP: tweak platform_request_ipi() usage | Graf Yang | 2011-01-10 | 1 | -1/+1 |
* | | Blackfin: SMP: fix cpumask misbehavior | Graf Yang | 2011-01-10 | 1 | -6/+1 |
|/ |
|
* | Blackfin: drop unused irq_panic()/DEBUG_ICACHE_CHECK | Mike Frysinger | 2010-10-25 | 2 | -107/+0 |
* | Blackfin: bf561: rewrite SICA_xxx to just SIC_xxx | Mike Frysinger | 2010-10-22 | 2 | -50/+4 |
* | Blackfin: add new cacheflush syscall | Sonic Zhang | 2010-10-22 | 1 | -0/+1 |
* | Blackfin: SIC: fix off-by-one error in loop | Michael Hennerich | 2010-10-22 | 1 | -3/+4 |
* | Blackfin: initial preempt support while returning from interrupt | Barry Song | 2010-10-22 | 2 | -3/+126 |
* | Blackfin: Rename IRQ flags handling functions | David Howells | 2010-10-07 | 3 | -19/+19 |
* | Blackfin: wire up new fanotify/prlimit64 syscalls | Mike Frysinger | 2010-08-23 | 1 | -0/+3 |
* | Blackfin: dpmc: punt unnecessary RTC_ISTAT clearing | Michael Hennerich | 2010-08-06 | 1 | -24/+0 |
* | Blackfin: fix DMA/cache bug when resuming from suspend to RAM | Michael Hennerich | 2010-08-06 | 1 | -8/+9 |
* | Blackfin: allow cache funcs to be in L1 for IFLUSH Anomaly 05000491 | Mike Frysinger | 2010-08-06 | 2 | -11/+8 |
* | Blackfin: merge anomalies 475 and 220 to follow official lists | Mike Frysinger | 2010-08-06 | 1 | -7/+1 |
* | Blackfin: move MPU anomaly check to common location | Mike Frysinger | 2010-08-06 | 1 | -1/+5 |
* | Blackfin: SMP: fix continuation lines | Joe Perches | 2010-05-22 | 1 | -2/+2 |
* | Blackfin: SIC: cut down on IAR MMR reads a bit | Mike Frysinger | 2010-05-22 | 1 | -15/+18 |
* | Blackfin: punt Blackfin-specific GPIO wakeup API | Michael Hennerich | 2010-05-21 | 2 | -32/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 2 | -0/+2 |
* | Blackfin: scale calibration when cpu freq changes | Graf Yang | 2010-03-09 | 1 | -1/+12 |
* | Blackfin: fix anomaly 283 handling with exact hardware error | Robin Getz | 2010-03-09 | 1 | -2/+2 |
* | Blackfin: don't support keypad wakeup from hibernate | Michael Hennerich | 2010-03-09 | 1 | -5/+0 |
* | Blackfin: add support for the on-chip MAC status interrupts | Michael Hennerich | 2010-03-09 | 1 | -4/+136 |
* | Blackfin: check for bad syscalls after tracing it | Mike Frysinger | 2010-03-09 | 1 | -9/+14 |
* | Blackfin: fix single stepping over system calls | Mike Frysinger | 2010-03-09 | 1 | -0/+2 |
* | Blackfin: initial tracehook support | Mike Frysinger | 2010-03-09 | 1 | -2/+4 |
* | Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu data | Graf Yang | 2010-03-09 | 1 | -2/+4 |
* | Blackfin: add support for cpufreq on SMP systems | Graf Yang | 2010-03-09 | 1 | -62/+93 |
* | Blackfin: implement nmi_watchdog for SMP on BF561 | Graf Yang | 2010-03-09 | 1 | -1/+17 |
* | Blackfin: increase NR_IRQS beyond NR on-chip IRQs | Michael Hennerich | 2010-03-09 | 1 | -1/+1 |
* | Blackfin: add support for irqflags tracing | Yi Li | 2010-03-09 | 2 | -0/+22 |
* | Blackfin: initial XIP support | Barry Song | 2010-03-09 | 3 | -13/+19 |
* | Blackfin: fix initial stack pointer setup | Barry Song | 2010-03-09 | 1 | -8/+3 |
* | Blackfin: try to simplify interrupt ifdef ugliness | Yi Li | 2010-03-09 | 1 | -8/+13 |
* | Blackfin: SMP: add PM/CPU hotplug support | Graf Yang | 2010-03-09 | 1 | -3/+35 |
* | Blackfin: SMP: make core timers per-cpu clock events for HRT | Yi Li | 2010-03-09 | 2 | -17/+3 |
* | Blackfin: SMP: add support for IRQ affinity | Sonic Zhang | 2010-03-09 | 1 | -4/+34 |
* | Blackfin: pull in asm/bfin_can.h for interrupt masks | Michael Hennerich | 2010-03-09 | 1 | -0/+1 |
* | Blackfin: wire up the various memory related syscalls | Mike Frysinger | 2010-03-09 | 1 | -9/+9 |
* | Blackfin: flush caches on SMP when one core calls another via IPI | Yi Li | 2010-03-09 | 1 | -2/+24 |
* | Merge branch 'master' into percpu | Tejun Heo | 2010-01-05 | 13 | -223/+101 |
|\ |
|
| * | Blackfin: add support for TIF_NOTIFY_RESUME | Barry Song | 2009-12-15 | 1 | -1/+3 |
| * | Blackfin: BF537: push down error masks to avoid namespace pollution | Mike Frysinger | 2009-12-15 | 1 | -4/+10 |
| * | Blackfin: SMP: don't start up core b until its state has been completely onlined | Yi Li | 2009-12-15 | 1 | -8/+8 |
| * | Blackfin: pull in asm/dpmc.h for power defines | Mike Frysinger | 2009-12-15 | 3 | -1/+3 |