aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* nohz: prevent tick stop outside of the idle loopThomas Gleixner2008-07-181-1/+1
* [Blackfin] arch: fix bug - breaking the atomic sections code.Bernd Schmidt2008-05-071-1/+1
* [Blackfin] arch: This allows XIP to work with FD-PIC.Bernd Schmidt2008-04-241-0/+6
* [Blackfin] arch: add missing __user marking to ss_sp member of signalstack an...Mike Frysinger2008-03-071-9/+11
* [Blackfin] arch: initial generic time and clock sourcesVitja Makarov2008-02-291-15/+28
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-081-1/+0
* [Blackfin] arch: scrub dead alive/idle LED codeMike Frysinger2007-12-241-31/+0
* [Blackfin] arch: Clean up dump_bfin_memRobin Getz2007-12-231-0/+1
* Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from pro...Mike Frysinger2007-11-211-21/+0
* Blackfin arch: remove dump_thread()Adrian Bunk2007-11-181-45/+0
* Blackfin arch: fix bug libstdc++ calling writev with an iovec containing { NU...Bernd Schmidt2007-10-101-1/+2
* Blackfin arch: rewrite our reboot code in CMike Frysinger2007-10-111-25/+0
* Blackfin arch: to do some consolidation of common code and common name spacesRobin Getz2007-10-101-1/+1
* Blackfin arch: after removing fs.h from mm.h, fix the broken on Blackfin archBryan Wu2007-08-111-0/+2
* Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger2007-07-121-5/+5
* Blackfin arch: defines and provides entry points for certain user space funct...Bernd Schmidt2007-06-211-0/+65
* blackfin architectureBryan Wu2007-05-071-0/+394