summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* arch/tile: adopt the new nmi_backtrace frameworkChris Metcalf2016-10-071-56/+17
* Clarify naming of thread info/stack allocatorsLinus Torvalds2016-06-241-1/+2
* exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-2/+2
* arch/tile: adopt prepare_exit_to_usermode() model from x86Chris Metcalf2016-01-181-38/+41
* tile: Reorganize _switch_to()Chris Metcalf2015-08-081-12/+4
* sched, tile: Remove finish_arch_switchChris Metcalf2015-08-041-2/+15
* tile: improve stack backtraceChris Metcalf2015-05-111-13/+23
* tile: fix "odd fault" warning for stack backtracesChris Metcalf2015-05-111-1/+0
* tile: support delivering NMIs for multicore backtraceChris Metcalf2015-05-111-0/+101
* tile: support CONTEXT_TRACKING and thus NOHZ_FULLChris Metcalf2015-04-171-4/+8
* tile: Use the more common pr_warn instead of pr_warningJoe Perches2014-11-111-9/+7
* tile: Replace __get_cpu_var usesChristoph Lameter2014-08-261-1/+1
* tile: remove support for TILE64Chris Metcalf2013-09-031-43/+1
* tile: don't call show_regs_print_info() with corrupt currentChris Metcalf2013-08-301-3/+5
* tile: make register dumps more readableChris Metcalf2013-08-131-10/+10
* tile: fast-path unaligned memory access for tilegxChris Metcalf2013-08-131-0/+21
* tile: various minor cleanups to hardwall subsystemChris Metcalf2013-07-311-14/+9
* dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-2/+1
* tile: Use generic idle loopThomas Gleixner2013-04-081-56/+9
* tile: remove an unused variable in copy_thread()Chris Metcalf2013-02-011-1/+1
* flagday: don't pass regs to copy_thread()Al Viro2012-11-281-3/+2
* tile: switch to generic clone()Al Viro2012-11-281-8/+0
* tile: sanitize copy_thread()Al Viro2012-10-251-13/+11
* arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf2012-10-231-3/+3
* tile: switch to generic sys_execve()Al Viro2012-10-231-45/+0
* tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVEChris Metcalf2012-10-201-64/+39
* Drop struct pt_regs * argument in compat_sys_execve()Al Viro2012-10-201-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-10-131-0/+3
|\
| * arch/tile: enable interrupts in do_work_pending()Chris Metcalf2012-10-121-0/+3
* | vfs: define struct filename and have getname() return itJeff Layton2012-10-121-4/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-2/+0
|\
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-05-251-10/+6
|\ \ | |/ |/|
| * arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf2012-05-251-10/+6
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-211-21/+2
|\ \ | |/ |/|
| * tile: Use common threadinfo allocatorThomas Gleixner2012-05-081-21/+2
* | arch/tile: fix up some issues in calling do_work_pending()Chris Metcalf2012-05-161-2/+5
|/
* arch/tile: avoid false corrupt frame warning in early bootChris Metcalf2012-04-021-1/+1
* tile: fix multiple build failures from system.h dismantlePaul Gortmaker2012-04-021-0/+1
* Disintegrate asm/system.h for TileDavid Howells2012-03-281-1/+2
* sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-3/+1
* nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-111-2/+4
* nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-111-2/+2
* nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-111-2/+2
* arch/tile: finish enabling support for TILE-Gx 64-bit chipChris Metcalf2011-05-121-2/+2
* arch/tile: support TIF_NOTIFY_RESUMEChris Metcalf2011-05-021-0/+48