aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-7/+0
2013-02-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2013-02-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxRafael J. Wysocki1-7/+0
2013-02-17blackfin idle: delete pm_idleLen Brown1-7/+0
2013-02-04arch Kconfig: Remove references to IRQ_PER_CPUJames Hogan1-1/+0
2013-01-29blackfin: Provide dma_mmap_coherent() and dma_get_sgtable()Geert Uytterhoeven1-0/+10
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into irq/coreIngo Molnar1-1/+0
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-3/+1
2012-12-19new helper: current_user_stack_pointer()Al Viro1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfinLinus Torvalds38-948/+972
2012-12-14blackfin: SEC: clean up SEC interrupt initializationSonic Zhang4-146/+137
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2012-12-13blackfin: kgdb: call generic_exec_single() directlySonic Zhang1-2/+11
2012-12-13blackfin: anomaly: add anomaly 16000030 for bf5xxSonic Zhang7-0/+7
2012-12-13Blackfin: dpmc: use module_platform_driver macroSrinivas Kandagatla1-18/+1
2012-12-13Blackfin: remove unused is_in_rom()Tobias Klauser1-17/+0
2012-12-13Blackfin: remove unnecessary prototype for kobjsize()Tobias Klauser1-2/+0
2012-12-13Blackfin: twi: Add missing __iomem annotationLars-Peter Clausen1-1/+1
2012-12-13Blackfin: Annotate strnlen_user and strlen_user 'src' parameter with __userLars-Peter Clausen1-4/+4
2012-12-13Blackfin: Annotate clear_user 'to' parameter with __userLars-Peter Clausen1-2/+2
2012-12-13Blackfin: Add missing __user annotations to put_userLars-Peter Clausen1-4/+4
2012-12-13Blackfin: Annotate strncpy_from_user src parameter with __userLars-Peter Clausen1-2/+2
2012-12-13blackfin: Use Kbuild infrastructure for kvm_para.hSteven Rostedt2-1/+1
2012-12-13UAPI: (Scripted) Disintegrate arch/blackfin/include/asmDavid Howells22-749/+802
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds7-184/+36
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-12-03treewide: Fix typos in various driversMasanari Iida1-1/+1
2012-11-29flagday: kill pt_regs argument of do_fork()Al Viro1-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-3/+3
2012-11-28bfin: switch to generic vfork, get rid of pointless wrappersAl Viro5-54/+7
2012-11-19treewide: fix printk typo in multiple driversMasanari Iida1-1/+1
2012-11-17irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker1-1/+0
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-11-08arch: Change defconfigs to point to g_mass_storage.Michal Nazarewicz3-3/+3
2012-10-14blackfin: switch to generic sys_execve()Al Viro2-20/+1
2012-10-14blackfin: convert kernel_thread() and kernel_execve() to generic onesAl Viro5-109/+27
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-3/+3
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-5/+0
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headersDavid Woodhouse19-188/+588
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+1
2012-10-09Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas1-0/+1
2012-10-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfinLinus Torvalds11-31/+416
2012-10-09Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds5-0/+99
2012-10-08Blackfin: smp: add smp_mb() to keep coherencySteven Miao1-2/+2
2012-10-08Blackfin: drop irq enable in init_arch_irq()Steven Miao1-1/+0
2012-10-08Blackfin: fix wrong place disabled irqSteven Miao2-4/+1
2012-10-08Blackfin: update defconfig for bf609-ezkitBob Liu1-10/+6