aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-14blackfin: delete __cpuinit usage from all blackfin filesPaul Gortmaker2-3/+3
2013-07-09kgdb: blackfin: include irq_regs.h in kgdb.cSonic Zhang1-0/+1
2013-05-10Merge tag 'for-linus' of git://github.com/realmz/blackfin-linuxLinus Torvalds4-10/+44
2013-05-09bfin cache: dcplb map: add 16M dcplb map for BF60xSteven Miao3-9/+43
2013-05-09blackfin: fix bootup core clock and system clock displayJames Cosin1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-0/+1
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-26/+6
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner1-2/+0
2013-04-10bfin: Fix typo in arch_cpu_idle()Ingo Molnar1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-3/+1
2013-04-08bfin: Use generic idle loopThomas Gleixner1-26/+6
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-10/+2
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfinLinus Torvalds2-22/+7
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-23blackfin idle: Fix compile errorLars-Peter Clausen1-3/+1
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+5
2013-02-20blackfin: time-ts: Remove duplicate assignmentStephen Boyd1-6/+0
2013-02-20blackfin: use bitmap library functionsAkinobu Mita1-16/+7
2013-02-17blackfin idle: delete pm_idleLen Brown1-7/+0
2013-02-03blackfin: switch to generic sigaltstackAl Viro1-10/+2
2012-12-24time: convert arch_gettimeoffset to a pointerStephen Warren1-1/+5
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfinLinus Torvalds1-2/+11
2012-12-13blackfin: kgdb: call generic_exec_single() directlySonic Zhang1-2/+11
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 Viro3-53/+5
2012-10-14blackfin: switch to generic sys_execve()Al Viro1-20/+0
2012-10-14blackfin: convert kernel_thread() and kernel_execve() to generic onesAl Viro2-52/+25
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 Torvalds1-1/+0
2012-10-08Blackfin: fix wrong place disabled irqSteven Miao1-1/+0
2012-10-08Blackfin: bfin_gpio: proc: fix return valueSteven Miao1-2/+2
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-08-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-1/+0
2012-07-30Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2-101/+0
2012-07-24blackfin: cplb-nompu: fix ROM cplb size for bf609-ezkitBob Liu1-0/+8
2012-07-24bfin-dma: only use MDMA3 on bf609Steven Miao1-2/+2
2012-07-24blackfin: Call sg_for_each to pass through the whole sg list.Sonic Zhang1-4/+6
2012-07-02pwm: Move Blackfin PWM driver to PWM frameworkThierry Reding2-101/+0
2012-06-27mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven1-1/+0
2012-06-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-06-01blackfin: check __get_user() return valueAl Viro1-16/+14
2012-06-01new helper: signal_delivered()Al Viro1-2/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro1-1/+1
2012-06-01don't call try_to_freeze() from do_signal()Al Viro1-4/+0