aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/process.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-02arch/tile: support TIF_NOTIFY_RESUMEChris Metcalf1-0/+48
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet1-2/+2
2011-03-10arch/tile: support 4KB page size as well as 64KBChris Metcalf1-1/+1
2011-03-01arch/tile: bug fix: exec'ed task thought it was still single-steppingChris Metcalf1-0/+4
2010-12-17arch/tile: handle CLONE_SETTLS in copy_thread(), not user spaceChris Metcalf1-0/+8
2010-10-15arch/tile: parameterize system PLs to support KVM portChris Metcalf1-1/+11
2010-10-14arch/tile: update some comments to clarify register usage.Chris Metcalf1-3/+4
2010-10-14arch/tile: Use <asm-generic/syscalls.h>Chris Metcalf1-20/+11
2010-09-15arch/tile: fix formatting bug in register dumpsChris Metcalf1-1/+1
2010-09-15arch/tile: Save and restore extra user state for tilegxChris Metcalf1-7/+16
2010-09-15arch/tile: finish const-ifying sys_execve()Chris Metcalf1-2/+3
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-2/+3
2010-07-06arch/tile: Miscellaneous cleanup changes.Chris Metcalf1-43/+67
2010-06-07Revert adding some arch-specific signal syscalls to <linux/syscalls.h>.Chris Metcalf1-1/+1
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf1-0/+647