Age | Commit message (Expand) | Author | Files | Lines |
2015-06-10 | blackfin: Fix build error | Guenter Roeck | 1 | -0/+1 |
2015-04-24 | Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 37 | -104/+127 |
2015-04-24 | eth: bf609 eth clock: add pclk clock for stmmac driver probe | Steven Miao | 1 | -0/+7 |
2015-04-24 | blackfin: Wire up missing syscalls | Chen Gang | 2 | -1/+21 |
2015-04-23 | arch: blackfin: kernel: kgdb: Remove unused function | Rickard Strandqvist | 1 | -13/+0 |
2015-04-23 | dma: fix build error after update to v3.19 | Steven Miao | 1 | -8/+0 |
2015-04-23 | blackfin: io: define __raw_readx/writex with bfin_readx/writex | Steven Miao | 1 | -21/+6 |
2015-04-23 | bf609: add resources for lcd nl8048 | Scott Jiang | 1 | -1/+30 |
2015-04-23 | pm: sometimes wake up from suspend to RAM would fail | Aaron Wu | 1 | -0/+2 |
2015-04-23 | debug-mmrs: Eliminate all traces of the USB_PHY_TEST MMR | Andre Wolokita | 7 | -24/+0 |
2015-04-23 | bf609: remove softswitch i2c configuration from adv7842 and adv7511 platform ... | Sonic Zhang | 1 | -2/+0 |
2015-04-23 | bf609: add platform data for soft switch devices on the video extenders | Sonic Zhang | 1 | -0/+22 |
2015-04-23 | bf609: enable soft switch gpio driver by default | Sonic Zhang | 1 | -0/+1 |
2015-04-23 | bf609: add gpio soft switch platform data for mcp23017 i2c devices | Sonic Zhang | 1 | -0/+27 |
2015-04-23 | bf609: use new SND_BF6XX_PCM to choose audio pcm driver | Scott Jiang | 1 | -4/+4 |
2015-04-23 | bug[220] kgdb: change the smp cross core function entry | Sonic Zhang | 1 | -8/+4 |
2015-04-23 | arch: blackfin: kernel: setup.c: Cleaning up missing null-terminate in conjun... | Rickard Strandqvist | 1 | -1/+1 |
2015-04-23 | blackfin: defconfigs: cleanup unused CONFIG_MTD_CHAR, add MTD_SPI_NOR for BF5... | Steven Miao | 21 | -21/+2 |
2015-04-20 | Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -16/+8 |
2015-04-12 | frv: Remove signal translation and exec_domain | Richard Weinberger | 1 | -1/+1 |
2015-04-12 | blackfin: Remove exec_domain usage | Richard Weinberger | 2 | -7/+1 |
2015-04-12 | blackfin: Autogenerate offsets in struct thread_info | Richard Weinberger | 3 | -9/+7 |
2015-03-11 | blackfin: Use common outgoing-CPU-notification code | Paul E. McKenney | 1 | -4/+2 |
2015-03-05 | blackfin: fix up obsolete cpu function usage. | Rusty Russell | 1 | -1/+1 |
2015-02-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 5 | -120/+40 |
2015-02-18 | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -16/+16 |
2015-02-16 | Input: bfin_rotary - use generic IO functions | Sonic Zhang | 4 | -0/+20 |
2015-02-16 | Input: bfin_rotary - move pin lists into into platform data | Sonic Zhang | 2 | -0/+16 |
2015-02-16 | Input: bfin_rotary - move platform header to linux/platform_data | Sonic Zhang | 5 | -120/+4 |
2015-02-13 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2 | -5/+1 |
2015-02-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -8/+0 |
2015-02-11 | blackfin: drop pte_file() | Kirill A. Shutemov | 1 | -5/+0 |
2015-01-20 | blackfin: mach-common: ints-priority: remove unused function | Rickard Strandqvist | 1 | -8/+0 |
2015-01-15 | Merge tag 'uaccess_for_upstream' of git://git.kernel.org/pub/scm/linux/kernel... | Arnd Bergmann | 1 | -16/+16 |
2015-01-13 | blackfin: macro whitespace fixes | Michael S. Tsirkin | 1 | -11/+11 |
2015-01-13 | blackfin: fix put_user sparse errors | Michael S. Tsirkin | 1 | -4/+4 |
2015-01-13 | blackfin/uaccess: fix sparse errors | Michael S. Tsirkin | 1 | -1/+1 |
2015-01-09 | arch/blackfin/mach-bf533/boards/stamp.c: add linux/delay.h | Oleg Nesterov | 1 | -0/+1 |
2014-12-15 | Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -4/+3 |
2014-12-12 | arch: Cleanup read_barrier_depends() and comments | Alexander Duyck | 1 | -0/+51 |
2014-12-10 | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 1 | -1/+0 |
2014-11-26 | tty: bfin, define inlined structures | Jiri Slaby | 1 | -4/+3 |
2014-10-15 | Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -11/+11 |
2014-10-10 | Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 5 | -10/+5 |
2014-10-09 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2014-10-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+2 |
2014-09-26 | treewide: Fix typos in Kconfig | Masanari Iida | 1 | -1/+1 |
2014-09-13 | irq_work: Introduce arch_irq_work_has_interrupt() | Peter Zijlstra | 1 | -0/+1 |
2014-08-26 | blackfin: Replace __get_cpu_var uses | Christoph Lameter | 4 | -11/+11 |