aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+5
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-1/+0
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-1/+1
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2020-12-16Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-10/+0
2020-11-26microblaze: Remove noMMU codeMichal Simek1-10/+0
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-2/+2
2020-07-04microblaze: switch to copy_thread_tls()Christian Brauner1-3/+3
2017-06-28arch: remove unused macro/function thread_saved_pc()Tobias Klauser1-17/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2014-04-07microblaze: Fix sparse warning because of missing cpu.h headerMichal Simek1-0/+1
2013-05-09microblaze: Enable IRQ in arch_cpu_idleMichal Simek1-0/+5
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-08microblaze: Use generic idle loopThomas Gleixner1-53/+0
2013-04-08arch: Cleanup enable/disable_hltThomas Gleixner1-12/+0
2013-02-26Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-12/+12
2013-02-23microblaze idle: Fix compile errorLars-Peter Clausen1-4/+1
2013-02-17microblaze idle: delete pm_idleLen Brown1-3/+0
2013-02-12microblaze: Do not use module.h in files which are not modulesMichal Simek1-1/+1
2013-02-12microblaze: Fix coding style issuesMichal Simek1-11/+11
2012-12-13microblaze: Remove BIP from childregsMichal Simek1-1/+0
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28microblaze: switch to generic fork/vfork/cloneAl Viro1-3/+5
2012-11-16microblaze: switch to generic kernel_execve()Al Viro1-0/+1
2012-11-16microblaze: switch to generic kernel_thread()Al Viro1-51/+20
2012-05-25microblaze: Setup correct pointer to TLS areaEdgar E. Iglesias1-1/+5
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