| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-04-24 | 2 | -0/+12 |
|\ |
|
| * | blackfin: Wire up missing syscalls | Chen Gang | 2015-04-24 | 1 | -0/+10 |
| * | pm: sometimes wake up from suspend to RAM would fail | Aaron Wu | 2015-04-23 | 1 | -0/+2 |
* | | blackfin: Use common outgoing-CPU-notification code | Paul E. McKenney | 2015-03-11 | 1 | -4/+2 |
|/ |
|
* | blackfin: mach-common: ints-priority: remove unused function | Rickard Strandqvist | 2015-01-20 | 1 | -8/+0 |
* | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2014-10-15 | 2 | -5/+5 |
|\ |
|
| * | blackfin: Replace __get_cpu_var uses | Christoph Lameter | 2014-08-26 | 2 | -5/+5 |
* | | treewide: Fix typo in printk | Masanari Iida | 2014-08-26 | 1 | -1/+1 |
|/ |
|
* | irq: blackfin sec: drop duplicated sec priority set | Steven Miao | 2014-07-26 | 1 | -2/+0 |
* | blackfin: Support L1 SRAM parity checking feature on bf60x | Sonic Zhang | 2014-01-29 | 2 | -21/+30 |
* | blackfin: delete non-required instances of <linux/init.h> | Paul Gortmaker | 2014-01-29 | 3 | -3/+0 |
* | 06/18] smp, blackfin: kill SMP single function call interrupt | Jiang Liu | 2014-01-29 | 1 | -5/+1 |
* | blackfin: fix build warning for unused variable | Steven Miao | 2013-11-15 | 1 | -1/+4 |
* | smp: bf561: and smb_wmb()/smp_rmb() at ipi send/receive | Steven Miao | 2013-11-15 | 1 | -4/+8 |
* | pm: use GFP_ATOMIC when pm core call this function | Scott Jiang | 2013-11-15 | 1 | -1/+1 |
* | blackfin: adi gpio driver and pinctrl driver support | Sonic Zhang | 2013-11-15 | 2 | -401/+35 |
* | blackfin: scb: Add system crossbar init code. | Steven Miao | 2013-09-13 | 2 | -0/+54 |
* | Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-07-18 | 3 | -9/+9 |
|\ |
|
| * | blackfin: delete __cpuinit usage from all blackfin files | Paul Gortmaker | 2013-07-14 | 3 | -9/+9 |
* | | smp: blackfin: fix check error, using atomic_ops to handle atomic_t type | Steven Miao | 2013-07-16 | 1 | -3/+3 |
|/ |
|
* | smp: refine bf561 smpboot code | Steven Miao | 2013-07-09 | 1 | -10/+8 |
* | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-04-30 | 2 | -259/+0 |
|\ |
|
| * | cpufreq: blackfin: move cpufreq driver to drivers/cpufreq | Viresh Kumar | 2013-04-10 | 2 | -248/+0 |
| * | cpufreq: Notify all policy->cpus in cpufreq_notify_transition() | Viresh Kumar | 2013-04-02 | 1 | -45/+34 |
* | | bfin: Use generic idle loop | Thomas Gleixner | 2013-04-08 | 1 | -1/+1 |
|/ |
|
* | blackfin: pm: fix build error | Steven Miao | 2013-02-20 | 1 | -0/+4 |
* | ARCH: drivers remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -3/+3 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli... | Linus Torvalds | 2012-12-18 | 2 | -157/+134 |
|\ |
|
| * | blackfin: SEC: clean up SEC interrupt initialization | Sonic Zhang | 2012-12-14 | 1 | -139/+133 |
| * | Blackfin: dpmc: use module_platform_driver macro | Srinivas Kandagatla | 2012-12-13 | 1 | -18/+1 |
* | | bfin: switch to generic vfork, get rid of pointless wrappers | Al Viro | 2012-11-28 | 1 | -1/+1 |
* | | blackfin: convert kernel_thread() and kernel_execve() to generic ones | Al Viro | 2012-10-14 | 1 | -55/+0 |
|/ |
|
* | Blackfin: smp: add smp_mb() to keep coherency | Steven Miao | 2012-10-08 | 1 | -2/+2 |
* | Blackfin: drop irq enable in init_arch_irq() | Steven Miao | 2012-10-08 | 1 | -1/+0 |
* | Blackfin: fix wrong place disabled irq | Steven Miao | 2012-10-08 | 1 | -3/+1 |
* | Blackfin: cpufreq: fix dpm_state_table | James Cosin | 2012-10-08 | 1 | -3/+2 |
* | blackfin: smp: adapt to generic smp helpers | Steven Miao | 2012-09-07 | 1 | -157/+66 |
* | bf60x: fix build warning | Bob Liu | 2012-07-24 | 1 | -3/+3 |
* | bf60x: cpufreq: fix anomaly 05000273 | Sonic Zhang | 2012-07-24 | 1 | -1/+2 |
* | bf60x: Add double fault, hardware error and NMI SEC handler | Sonic Zhang | 2012-07-24 | 1 | -1/+33 |
* | bf60x: sec: Enable sec interrupt source priority configuration. | Sonic Zhang | 2012-07-24 | 1 | -0/+21 |
* | bf60x: sec: Clean up interrupt initialization code for SEC. | Sonic Zhang | 2012-07-24 | 1 | -87/+121 |
* | cleanup: sec and linkport only built on bf60x | Steven Miao | 2012-07-24 | 1 | -0/+2 |
* | bfin: pint: add pint suspend and resume | Steven Miao | 2012-07-24 | 1 | -0/+4 |
* | bf60x: pm: add pint suspend and resume support | Steven Miao | 2012-07-24 | 2 | -18/+58 |
* | blackfin: mach-common: ints-priority add irq_set_wake | Bob Liu | 2012-07-24 | 1 | -1/+5 |
* | cpufreq: change debug message level to show clock change error | Steven Miao | 2012-07-24 | 1 | -1/+1 |
* | bfin: pm: add deepsleep for bf60x | Sonic Zhang | 2012-07-24 | 1 | -7/+0 |
* | irq: set cgu event handle to fasteoi handle | Steven Miao | 2012-07-24 | 1 | -1/+1 |
* | bfin: reorg clock init steps for bf609 | Bob Liu | 2012-07-24 | 1 | -132/+7 |