aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16arch: remove tile portArnd Bergmann1-659/+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
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-07arch/tile: adopt the new nmi_backtrace frameworkChris Metcalf1-56/+17
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds1-1/+2
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby1-2/+2
2016-01-18arch/tile: adopt prepare_exit_to_usermode() model from x86Chris Metcalf1-38/+41
2015-08-08tile: Reorganize _switch_to()Chris Metcalf1-12/+4
2015-08-04sched, tile: Remove finish_arch_switchChris Metcalf1-2/+15
2015-05-11tile: improve stack backtraceChris Metcalf1-13/+23
2015-05-11tile: fix "odd fault" warning for stack backtracesChris Metcalf1-1/+0
2015-05-11tile: support delivering NMIs for multicore backtraceChris Metcalf1-0/+101
2015-04-17tile: support CONTEXT_TRACKING and thus NOHZ_FULLChris Metcalf1-4/+8
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches1-9/+7
2014-08-26tile: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2013-09-03tile: remove support for TILE64Chris Metcalf1-43/+1
2013-08-30tile: don't call show_regs_print_info() with corrupt currentChris Metcalf1-3/+5
2013-08-13tile: make register dumps more readableChris Metcalf1-10/+10
2013-08-13tile: fast-path unaligned memory access for tilegxChris Metcalf1-0/+21
2013-07-31tile: various minor cleanups to hardwall subsystemChris Metcalf1-14/+9
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-2/+1
2013-04-08tile: Use generic idle loopThomas Gleixner1-56/+9
2013-02-01tile: remove an unused variable in copy_thread()Chris Metcalf1-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-3/+2
2012-11-28tile: switch to generic clone()Al Viro1-8/+0
2012-10-25tile: sanitize copy_thread()Al Viro1-13/+11
2012-10-23arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf1-3/+3
2012-10-23tile: switch to generic sys_execve()Al Viro1-45/+0
2012-10-20tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVEChris Metcalf1-64/+39
2012-10-20Drop struct pt_regs * argument in compat_sys_execve()Al Viro1-3/+3
2012-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+3
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-4/+4
2012-10-12arch/tile: enable interrupts in do_work_pending()Chris Metcalf1-0/+3
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-2/+0
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-10/+6
2012-05-25arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf1-10/+6
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+2
2012-05-16arch/tile: fix up some issues in calling do_work_pending()Chris Metcalf1-2/+5
2012-05-08tile: Use common threadinfo allocatorThomas Gleixner1-21/+2
2012-04-02arch/tile: avoid false corrupt frame warning in early bootChris Metcalf1-1/+1
2012-04-02tile: fix multiple build failures from system.h dismantlePaul Gortmaker1-0/+1
2012-03-28Disintegrate asm/system.h for TileDavid Howells1-1/+2
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-05-12arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf1-2/+2