aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-17/+7
2012-06-01new helper: sigmask_to_save()Al Viro1-9/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-2/+0
2012-05-31blackfin: fix possible deadlock in decode_address()Anton Vorontsov1-3/+3
2012-05-31blackfin: a couple of task->mm handling fixesAnton Vorontsov1-13/+13
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra1-1/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21blackfin: don't open-code force_sigsegv()Al Viro1-3/+1
2012-05-21blackfin: use set_current_blocked() and block_sigmask()Matt Fleming1-13/+4
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-33/+1
2012-05-21blackfin: fix build after add bf60x mach/pm.hSteven Miao1-0/+3
2012-05-21blackfin: bf60x: Rename the DDR controller macroSonic Zhang1-1/+1
2012-05-21blackfin: bf60x: cleanup get clock codeSonic Zhang1-42/+22
2012-05-21blackfin: bf60x: make clock changeable in kernel menuconfigBob Liu1-19/+5
2012-05-21bfin_gpio: fix bf548-ezkit kernel fail to bootSteven Miao1-1/+2
2012-05-21bfin_dma: fix initcall return error in proc_dma_init()Steven Miao1-1/+2
2012-05-21Blackfin: delete fork funcMike Frysinger1-10/+0
2012-05-21Blackfin: fix unused clk var warningMike Frysinger1-0/+2
2012-05-21blackfin: bf60x: fix compiling warningBob Liu1-1/+3
2012-05-21blackfin: bf60x: enable gptimer clock sourceSteven Miao2-3/+107
2012-05-21blackfin: cplb: add support for bf60xBob Liu2-2/+8
2012-05-21blackfin: add bf60x to current frameworkBob Liu7-76/+282
2012-05-05blackfin: Use generic init_taskThomas Gleixner2-33/+1
2012-03-31new helper: ext2_image_size()Al Viro1-3/+4