aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin
AgeCommit message (Expand)AuthorFilesLines
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSGravatar Stephen Rothwell 1-0/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-4/+1
2013-02-26default SET_PERSONALITY() in linux/elf.hGravatar Al Viro 1-3/+0
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-12/+2
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Gravatar Linus Torvalds 5-23/+13
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-02-23Merge branch 'pm-cpuidle' into fixesGravatar Rafael J. Wysocki 1-3/+1
2013-02-23blackfin idle: Fix compile errorGravatar Lars-Peter Clausen 1-3/+1
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-1/+5
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+2
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-7/+0
2013-02-20blackfin: time-ts: Remove duplicate assignmentGravatar Stephen Boyd 1-6/+0
2013-02-20blackfin: pm: fix build errorGravatar Steven Miao 1-0/+4
2013-02-20blackfin: sync data in blackfin write bufferGravatar Sonic Zhang 1-0/+1
2013-02-20blackfin: use bitmap library functionsGravatar Akinobu Mita 1-16/+7
2013-02-20blackfin: mem_init: update dmc config registerGravatar Bob Liu 1-1/+1
2013-02-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+0
2013-02-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Rafael J. Wysocki 1-7/+0
2013-02-17blackfin idle: delete pm_idleGravatar Len Brown 1-7/+0
2013-02-14burying unused conditionalsGravatar Al Viro 2-3/+0
2013-02-04arch Kconfig: Remove references to IRQ_PER_CPUGravatar James Hogan 1-1/+0
2013-02-03blackfin: switch to generic sigaltstackGravatar Al Viro 2-10/+3
2013-01-29blackfin: Provide dma_mmap_coherent() and dma_get_sgtable()Gravatar Geert Uytterhoeven 1-0/+10
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 1-1/+0
2013-01-21arch/blackfin: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 1-4/+2
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupGravatar Olof Johansson 1-3/+3
2013-01-03ARCH: drivers remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-12-24time: convert arch_gettimeoffset to a pointerGravatar Stephen Warren 1-1/+5
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-3/+1
2012-12-19new helper: current_user_stack_pointer()Gravatar Al Viro 1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 2-3/+0
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Gravatar Linus Torvalds 38-948/+972
2012-12-14blackfin: SEC: clean up SEC interrupt initializationGravatar Sonic Zhang 4-146/+137
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 2-2/+2
2012-12-13blackfin: kgdb: call generic_exec_single() directlyGravatar Sonic Zhang 1-2/+11
2012-12-13blackfin: anomaly: add anomaly 16000030 for bf5xxGravatar Sonic Zhang 7-0/+7
2012-12-13Blackfin: dpmc: use module_platform_driver macroGravatar Srinivas Kandagatla 1-18/+1
2012-12-13Blackfin: remove unused is_in_rom()Gravatar Tobias Klauser 1-17/+0
2012-12-13Blackfin: remove unnecessary prototype for kobjsize()Gravatar Tobias Klauser 1-2/+0
2012-12-13Blackfin: twi: Add missing __iomem annotationGravatar Lars-Peter Clausen 1-1/+1
2012-12-13Blackfin: Annotate strnlen_user and strlen_user 'src' parameter with __userGravatar Lars-Peter Clausen 1-4/+4
2012-12-13Blackfin: Annotate clear_user 'to' parameter with __userGravatar Lars-Peter Clausen 1-2/+2
2012-12-13Blackfin: Add missing __user annotations to put_userGravatar Lars-Peter Clausen 1-4/+4
2012-12-13Blackfin: Annotate strncpy_from_user src parameter with __userGravatar Lars-Peter Clausen 1-2/+2
2012-12-13blackfin: Use Kbuild infrastructure for kvm_para.hGravatar Steven Rostedt 2-1/+1
2012-12-13UAPI: (Scripted) Disintegrate arch/blackfin/include/asmGravatar David Howells 22-749/+802
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 7-184/+36
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2012-12-03treewide: Fix typos in various driversGravatar Masanari Iida 1-1/+1