aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-10bfin: Fix typo in arch_cpu_idle()Ingo Molnar1-1/+1
2013-04-08bfin: Use generic idle loopThomas Gleixner1-26/+6
2013-02-23blackfin idle: Fix compile errorLars-Peter Clausen1-3/+1
2013-02-17blackfin idle: delete pm_idleLen Brown1-7/+0
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 Viro1-18/+3
2012-10-14blackfin: switch to generic sys_execve()Al Viro1-20/+0
2012-10-14blackfin: convert kernel_thread() and kernel_execve() to generic onesAl Viro1-38/+17
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra1-1/+1
2012-05-21blackfin: add bf60x to current frameworkBob Liu1-1/+7
2012-03-21Disintegrate asm/system.h for Blackfin [ver #2]David Howells1-0/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-3/+1
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-07-23Blackfin: exec: remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2011-05-25Blackfin: don't touch task->cpus_allowed directlyKOSAKI Motohiro1-4/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-22Blackfin: access_ok: permit L1 stackBarry Song1-0/+5
2010-10-07Blackfin: Rename IRQ flags handling functionsDavid Howells1-2/+2
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-1/+3
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-09Blackfin: initial regset supportMike Frysinger1-7/+0
2009-12-15Blackfin: finish_atomic_sections: optimize the RTS stepMike Frysinger1-7/+11
2009-12-15Blackfin: improve async bank access checking (for cross-banks & XIP)Bernd Schmidt1-15/+62
2009-12-09Merge branch 'bkl-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+1
2009-11-25Blackfin: fix SMP build error in start_thread()Graf Yang1-1/+1
2009-10-14blackfin: Remove the BKL from sys_execveJohn Kacur1-5/+1
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz1-24/+3
2009-09-16Blackfin: optimize fixed code handling for the most common caseMike Frysinger1-8/+2
2009-07-16Blackfin: handle BF561 Core B memory regions better when SMP=nMike Frysinger1-7/+7
2009-06-22Blackfin: unify memory region checks between kgdb and trapsMike Frysinger1-30/+121
2009-06-18Blackfin: convert irq/process to asm-genericMike Frysinger1-0/+23
2009-06-12Blackfin: push access_ok() L1 attribute downMike Frysinger1-0/+3
2009-04-06Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-1/+1
2009-04-02Simplify copy_thread()Alexey Dobriyan1-1/+1
2009-03-24[MTD] Fix a bad dependency in the Blackfin codeBernd Schmidt1-1/+1
2009-01-07Blackfin arch: merge adeos blackfin part to arch/blackfin/Yi Li1-2/+5
2009-01-07Blackfin arch: smp patch cleanup from LKML reviewGraf Yang1-0/+1
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management codeGraf Yang1-8/+15
2008-10-28Blackfin arch: move EXPORT_SYMBOL to the place where it is actually definedMike Frysinger1-0/+1
2008-10-28Blackfin arch: fix bug - shared lib function in L2 failed be calledJie Zhang1-1/+6
2008-07-18nohz: prevent tick stop outside of the idle loopThomas Gleixner1-1/+1
2008-05-07[Blackfin] arch: fix bug - breaking the atomic sections code.Bernd Schmidt1-1/+1
2008-04-24[Blackfin] arch: This allows XIP to work with FD-PIC.Bernd Schmidt1-0/+6
2008-03-07[Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functionsMike Frysinger1-9/+11
2008-02-29[Blackfin] arch: initial generic time and clock sourcesVitja Makarov1-15/+28