summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* bfin: Fix typo in arch_cpu_idle()Ingo Molnar2013-04-101-1/+1
* bfin: Use generic idle loopThomas Gleixner2013-04-081-26/+6
* blackfin idle: Fix compile errorLars-Peter Clausen2013-02-231-3/+1
* blackfin idle: delete pm_idleLen Brown2013-02-171-7/+0
* flagday: kill pt_regs argument of do_fork()Al Viro2012-11-291-1/+1
* flagday: don't pass regs to copy_thread()Al Viro2012-11-281-3/+3
* bfin: switch to generic vfork, get rid of pointless wrappersAl Viro2012-11-281-18/+3
* blackfin: switch to generic sys_execve()Al Viro2012-10-141-20/+0
* blackfin: convert kernel_thread() and kernel_execve() to generic onesAl Viro2012-10-141-38/+17
* vfs: define struct filename and have getname() return itJeff Layton2012-10-121-2/+2
* sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra2012-05-301-1/+1
* blackfin: add bf60x to current frameworkBob Liu2012-05-211-1/+7
* Disintegrate asm/system.h for Blackfin [ver #2]David Howells2012-03-211-0/+1
* sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1
* nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4
* nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-2/+2
* nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-2/+2
* Blackfin: exec: remove redundant set_fs(USER_DS)Mathias Krause2011-07-231-1/+0
* Blackfin: don't touch task->cpus_allowed directlyKOSAKI Motohiro2011-05-251-4/+2
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* Blackfin: access_ok: permit L1 stackBarry Song2010-10-221-0/+5
* Blackfin: Rename IRQ flags handling functionsDavid Howells2010-10-071-2/+2
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-1/+3
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Blackfin: initial regset supportMike Frysinger2010-03-091-7/+0
* Blackfin: finish_atomic_sections: optimize the RTS stepMike Frysinger2009-12-151-7/+11
* Blackfin: improve async bank access checking (for cross-banks & XIP)Bernd Schmidt2009-12-151-15/+62
* Merge branch 'bkl-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-12-091-5/+1
|\
| * blackfin: Remove the BKL from sys_execveJohn Kacur2009-10-141-5/+1
* | Blackfin: fix SMP build error in start_thread()Graf Yang2009-11-251-1/+1
|/
* Blackfin: mass clean up of copyright/licensing infoRobin Getz2009-10-071-24/+3
* Blackfin: optimize fixed code handling for the most common caseMike Frysinger2009-09-161-8/+2
* Blackfin: handle BF561 Core B memory regions better when SMP=nMike Frysinger2009-07-161-7/+7
* Blackfin: unify memory region checks between kgdb and trapsMike Frysinger2009-06-221-30/+121
* Blackfin: convert irq/process to asm-genericMike Frysinger2009-06-181-0/+23
* Blackfin: push access_ok() L1 attribute downMike Frysinger2009-06-121-0/+3
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-04-061-1/+1
|\
| * [MTD] Fix a bad dependency in the Blackfin codeBernd Schmidt2009-03-241-1/+1
* | Simplify copy_thread()Alexey Dobriyan2009-04-021-1/+1
|/
* Blackfin arch: merge adeos blackfin part to arch/blackfin/Yi Li2009-01-071-2/+5
* Blackfin arch: smp patch cleanup from LKML reviewGraf Yang2009-01-071-0/+1
* Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management...Graf Yang2008-11-181-8/+15
* Blackfin arch: move EXPORT_SYMBOL to the place where it is actually definedMike Frysinger2008-10-281-0/+1
* Blackfin arch: fix bug - shared lib function in L2 failed be calledJie Zhang2008-10-281-1/+6
OpenPOWER on IntegriCloud