summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/process.c
AgeCommit message (Expand)AuthorLines
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser-17/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2014-04-07microblaze: Fix sparse warning because of missing cpu.h headerMichal Simek-0/+1
2013-05-09microblaze: Enable IRQ in arch_cpu_idleMichal Simek-0/+5
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo-0/+2
2013-04-08microblaze: Use generic idle loopThomas Gleixner-53/+0
2013-04-08arch: Cleanup enable/disable_hltThomas Gleixner-12/+0
2013-02-26Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-12/+12
2013-02-23microblaze idle: Fix compile errorLars-Peter Clausen-4/+1
2013-02-17microblaze idle: delete pm_idleLen Brown-3/+0
2013-02-12microblaze: Do not use module.h in files which are not modulesMichal Simek-1/+1
2013-02-12microblaze: Fix coding style issuesMichal Simek-11/+11
2012-12-13microblaze: Remove BIP from childregsMichal Simek-1/+0
2012-11-28flagday: don't pass regs to copy_thread()Al Viro-2/+1
2012-11-28microblaze: switch to generic fork/vfork/cloneAl Viro-3/+5
2012-11-16microblaze: switch to generic kernel_execve()Al Viro-0/+1
2012-11-16microblaze: switch to generic kernel_thread()Al Viro-51/+20
2012-05-25microblaze: Setup correct pointer to TLS areaEdgar E. Iglesias-1/+5
2012-03-28Disintegrate asm/system.h for MicroblazeDavid Howells-1/+0
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner-3/+1
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker-2/+4
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker-2/+2
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker-2/+2
2011-10-14microblaze: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW usagePeter Zijlstra-0/+1
2011-07-25microblaze: exec: Remove redundant set_fs(USER_DS)Mathias Krause-1/+0
2011-03-09microblaze: Remove r0_ram pointer and PTO alignmentMichal Simek-1/+1
2010-08-04microblaze: Do not trace cpu_relax functionMichal Simek-2/+5
2010-04-01microblaze: Adding likely macrosMichal Simek-4/+5
2010-04-01microblaze: Remove segment.hMichal Simek-0/+1
2009-12-14microblaze: Move cache macro from cache.h to cacheflush.hMichal Simek-0/+1
2009-10-05microblaze: UMS is used only for MMU kernelMichal Simek-0/+2
2009-09-22microblaze: Ensure CPU usermode is set on new userspace processesJohn Williams-0/+1
2009-05-26microblaze_mmu_v2: Update process creation for MMUMichal Simek-0/+58
2009-05-21microblaze: export some symbolsArnd Bergmann-0/+1
2009-04-23microblaze: Remove redundant variableMichal Simek-4/+1
2009-04-23microblaze: Move start_thread to process.cMichal Simek-0/+9
2009-04-23microblaze: Rename kernel_mode to pt_mode in pt_regsMichal Simek-2/+2
2009-04-23microblaze: Remove while(1) loop from show_regs functionMichal Simek-2/+0
2009-04-14microblaze: Simplify copy_thread()Michal Simek-2/+1
2009-03-27microblaze_v8: process and init task functionMichal Simek-0/+187