aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Disintegrate asm/system.h for MicroblazeDavid Howells1-1/+0
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-10-14microblaze: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSW usagePeter Zijlstra1-0/+1
2011-07-25microblaze: exec: Remove redundant set_fs(USER_DS)Mathias Krause1-1/+0
2011-03-09microblaze: Remove r0_ram pointer and PTO alignmentMichal Simek1-1/+1
2010-08-04microblaze: Do not trace cpu_relax functionMichal Simek1-2/+5
2010-04-01microblaze: Adding likely macrosMichal Simek1-4/+5
2010-04-01microblaze: Remove segment.hMichal Simek1-0/+1
2009-12-14microblaze: Move cache macro from cache.h to cacheflush.hMichal Simek1-0/+1
2009-10-05microblaze: UMS is used only for MMU kernelMichal Simek1-0/+2
2009-09-22microblaze: Ensure CPU usermode is set on new userspace processesJohn Williams1-0/+1
2009-05-26microblaze_mmu_v2: Update process creation for MMUMichal Simek1-0/+58
2009-05-21microblaze: export some symbolsArnd Bergmann1-0/+1
2009-04-23microblaze: Remove redundant variableMichal Simek1-4/+1
2009-04-23microblaze: Move start_thread to process.cMichal Simek1-0/+9
2009-04-23microblaze: Rename kernel_mode to pt_mode in pt_regsMichal Simek1-2/+2
2009-04-23microblaze: Remove while(1) loop from show_regs functionMichal Simek1-2/+0
2009-04-14microblaze: Simplify copy_thread()Michal Simek1-2/+1
2009-03-27microblaze_v8: process and init task functionMichal Simek1-0/+187