aboutsummaryrefslogtreecommitdiff
path: root/arch/blackfin/kernel/process.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Disintegrate asm/system.h for Blackfin [ver #2]Gravatar David Howells 1-0/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Gravatar Thomas Gleixner 1-3/+1
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Gravatar Frederic Weisbecker 1-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopGravatar Frederic Weisbecker 1-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicGravatar Frederic Weisbecker 1-2/+2
2011-07-23Blackfin: exec: remove redundant set_fs(USER_DS)Gravatar Mathias Krause 1-1/+0
2011-05-25Blackfin: don't touch task->cpus_allowed directlyGravatar KOSAKI Motohiro 1-4/+2
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-22Blackfin: access_ok: permit L1 stackGravatar Barry Song 1-0/+5
2010-10-07Blackfin: Rename IRQ flags handling functionsGravatar David Howells 1-2/+2
2010-08-17Make do_execve() take a const filename pointerGravatar David Howells 1-1/+3
2010-08-13Mark arguments to certain syscalls as being constGravatar David Howells 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-09Blackfin: initial regset supportGravatar Mike Frysinger 1-7/+0
2009-12-15Blackfin: finish_atomic_sections: optimize the RTS stepGravatar Mike Frysinger 1-7/+11
2009-12-15Blackfin: improve async bank access checking (for cross-banks & XIP)Gravatar Bernd Schmidt 1-15/+62
2009-12-09Merge branch 'bkl-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+1
2009-11-25Blackfin: fix SMP build error in start_thread()Gravatar Graf Yang 1-1/+1
2009-10-14blackfin: Remove the BKL from sys_execveGravatar John Kacur 1-5/+1
2009-10-07Blackfin: mass clean up of copyright/licensing infoGravatar Robin Getz 1-24/+3
2009-09-16Blackfin: optimize fixed code handling for the most common caseGravatar Mike Frysinger 1-8/+2
2009-07-16Blackfin: handle BF561 Core B memory regions better when SMP=nGravatar Mike Frysinger 1-7/+7
2009-06-22Blackfin: unify memory region checks between kgdb and trapsGravatar Mike Frysinger 1-30/+121
2009-06-18Blackfin: convert irq/process to asm-genericGravatar Mike Frysinger 1-0/+23
2009-06-12Blackfin: push access_ok() L1 attribute downGravatar Mike Frysinger 1-0/+3
2009-04-06Merge git://git.infradead.org/mtd-2.6Gravatar Linus Torvalds 1-1/+1
2009-04-02Simplify copy_thread()Gravatar Alexey Dobriyan 1-1/+1
2009-03-24[MTD] Fix a bad dependency in the Blackfin codeGravatar Bernd Schmidt 1-1/+1
2009-01-07Blackfin arch: merge adeos blackfin part to arch/blackfin/Gravatar Yi Li 1-2/+5
2009-01-07Blackfin arch: smp patch cleanup from LKML reviewGravatar Graf Yang 1-0/+1
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management...Gravatar Graf Yang 1-8/+15
2008-10-28Blackfin arch: move EXPORT_SYMBOL to the place where it is actually definedGravatar Mike Frysinger 1-0/+1
2008-10-28Blackfin arch: fix bug - shared lib function in L2 failed be calledGravatar Jie Zhang 1-1/+6
2008-07-18nohz: prevent tick stop outside of the idle loopGravatar Thomas Gleixner 1-1/+1
2008-05-07[Blackfin] arch: fix bug - breaking the atomic sections code.Gravatar Bernd Schmidt 1-1/+1
2008-04-24[Blackfin] arch: This allows XIP to work with FD-PIC.Gravatar Bernd Schmidt 1-0/+6
2008-03-07[Blackfin] arch: add missing __user marking to ss_sp member of signalstack an...Gravatar Mike Frysinger 1-9/+11
2008-02-29[Blackfin] arch: initial generic time and clock sourcesGravatar Vitja Makarov 1-15/+28
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hGravatar David Howells 1-1/+0
2007-12-24[Blackfin] arch: scrub dead alive/idle LED codeGravatar Mike Frysinger 1-31/+0
2007-12-23[Blackfin] arch: Clean up dump_bfin_memGravatar Robin Getz 1-0/+1
2007-11-21Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from pro...Gravatar Mike Frysinger 1-21/+0
2007-11-18Blackfin arch: remove dump_thread()Gravatar Adrian Bunk 1-45/+0
2007-10-10Blackfin arch: fix bug libstdc++ calling writev with an iovec containing { NU...Gravatar Bernd Schmidt 1-1/+2
2007-10-11Blackfin arch: rewrite our reboot code in CGravatar Mike Frysinger 1-25/+0
2007-10-10Blackfin arch: to do some consolidation of common code and common name spacesGravatar Robin Getz 1-1/+1
2007-08-11Blackfin arch: after removing fs.h from mm.h, fix the broken on Blackfin archGravatar Bryan Wu 1-0/+2
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesGravatar Mike Frysinger 1-5/+5
2007-06-21Blackfin arch: defines and provides entry points for certain user space funct...Gravatar Bernd Schmidt 1-0/+65
2007-05-07blackfin architectureGravatar Bryan Wu 1-0/+394