summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/process.c
AgeCommit message (Expand)AuthorLines
2016-01-18arch/tile: adopt prepare_exit_to_usermode() model from x86Chris Metcalf-38/+41
2015-08-08tile: Reorganize _switch_to()Chris Metcalf-12/+4
2015-08-04sched, tile: Remove finish_arch_switchChris Metcalf-2/+15
2015-05-11tile: improve stack backtraceChris Metcalf-13/+23
2015-05-11tile: fix "odd fault" warning for stack backtracesChris Metcalf-1/+0
2015-05-11tile: support delivering NMIs for multicore backtraceChris Metcalf-0/+101
2015-04-17tile: support CONTEXT_TRACKING and thus NOHZ_FULLChris Metcalf-4/+8
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches-9/+7
2014-08-26tile: Replace __get_cpu_var usesChristoph Lameter-1/+1
2013-09-03tile: remove support for TILE64Chris Metcalf-43/+1
2013-08-30tile: don't call show_regs_print_info() with corrupt currentChris Metcalf-3/+5
2013-08-13tile: make register dumps more readableChris Metcalf-10/+10
2013-08-13tile: fast-path unaligned memory access for tilegxChris Metcalf-0/+21
2013-07-31tile: various minor cleanups to hardwall subsystemChris Metcalf-14/+9
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo-2/+1
2013-04-08tile: Use generic idle loopThomas Gleixner-56/+9
2013-02-01tile: remove an unused variable in copy_thread()Chris Metcalf-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro-3/+2
2012-11-28tile: switch to generic clone()Al Viro-8/+0
2012-10-25tile: sanitize copy_thread()Al Viro-13/+11
2012-10-23arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf-3/+3
2012-10-23tile: switch to generic sys_execve()Al Viro-45/+0
2012-10-20tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVEChris Metcalf-64/+39
2012-10-20Drop struct pt_regs * argument in compat_sys_execve()Al Viro-3/+3
2012-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds-0/+3
2012-10-12vfs: define struct filename and have getname() return itJeff Layton-4/+4
2012-10-12arch/tile: enable interrupts in do_work_pending()Chris Metcalf-0/+3
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+0
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds-10/+6
2012-05-25arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf-10/+6
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro-2/+0
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-21/+2
2012-05-16arch/tile: fix up some issues in calling do_work_pending()Chris Metcalf-2/+5
2012-05-08tile: Use common threadinfo allocatorThomas Gleixner-21/+2
2012-04-02arch/tile: avoid false corrupt frame warning in early bootChris Metcalf-1/+1
2012-04-02tile: fix multiple build failures from system.h dismantlePaul Gortmaker-0/+1
2012-03-28Disintegrate asm/system.h for TileDavid Howells-1/+2
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-05-12arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf-2/+2
2011-05-02arch/tile: support TIF_NOTIFY_RESUMEChris Metcalf-0/+48
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet-2/+2
2011-03-10arch/tile: support 4KB page size as well as 64KBChris Metcalf-1/+1
2011-03-01arch/tile: bug fix: exec'ed task thought it was still single-steppingChris Metcalf-0/+4
2010-12-17arch/tile: handle CLONE_SETTLS in copy_thread(), not user spaceChris Metcalf-0/+8
2010-10-15arch/tile: parameterize system PLs to support KVM portChris Metcalf-1/+11
2010-10-14arch/tile: update some comments to clarify register usage.Chris Metcalf-3/+4
2010-10-14arch/tile: Use <asm-generic/syscalls.h>Chris Metcalf-20/+11