aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-21blackfin:dma: rename bfin_dma_5xx.c to bfin_dma.cBob Liu2-2/+8
2012-03-21Disintegrate asm/system.h for Blackfin [ver #2]David Howells9-4/+5
2012-03-21blackfin: cplb-mpu: fix page mask table overflowBarry Song1-0/+2
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
2012-01-09blackfin: time-ts: rm unused func broadcast_timer_setup()Bob Liu1-18/+0
2012-01-09bf54x: get mem size: missing break in switchSteven Miao1-4/+12
2012-01-09blackfin: smp: cleanup smp codeBob Liu1-1/+25
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-2/+2
2011-10-31blackfin: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker3-0/+3
2011-10-26Blackfin: irq: remove IRQF_DISABLEDYong Zhang2-5/+2
2011-10-25Blackfin: kgdb_test: rework code to avoid -O0 usageSonic Zhang2-3/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma3-3/+3
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-21/+0
2011-07-23Blackfin: bf526: restrict reboot workaround to 0.0 siliconMike Frysinger1-1/+3
2011-07-23Blackfin: bf54x: fix GPIO resume codeMike Frysinger1-2/+2
2011-07-23Blackfin: bf538: pull gpio/port logic out of core hibernate pathsMike Frysinger1-0/+22
2011-07-23Blackfin: debug-mmrs: generalize pint logicMike Frysinger1-19/+31