summaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/process.c
Commit message (Expand)AuthorAgeFilesLines
* flagday: don't pass regs to copy_thread()Al Viro2012-11-291-3/+2Star
* tile: switch to generic clone()Al Viro2012-11-291-8/+0Star
* tile: sanitize copy_thread()Al Viro2012-10-251-13/+11Star
* arch/tile: eliminate pt_regs trampolines for syscallsChris Metcalf2012-10-231-3/+3
* tile: switch to generic sys_execve()Al Viro2012-10-231-45/+0Star
* tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVEChris Metcalf2012-10-201-64/+39Star
* 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-131-4/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-2/+0Star
|\
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-05-261-10/+6Star
|\ \ | |/ |/|
| * arch/tile: fix hardwall for tilegx and generalize for idn and ipiChris Metcalf2012-05-251-10/+6Star
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-221-21/+2Star
|\ \ | |/ |/|
| * tile: Use common threadinfo allocatorThomas Gleixner2012-05-081-21/+2Star
* | 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/+1Star
* 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-031-0/+48
* mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-231-2/+2
* arch/tile: support 4KB page size as well as 64KBChris Metcalf2011-03-101-1/+1
* arch/tile: bug fix: exec'ed task thought it was still single-steppingChris Metcalf2011-03-011-0/+4
* arch/tile: handle CLONE_SETTLS in copy_thread(), not user spaceChris Metcalf2010-12-171-0/+8
* arch/tile: parameterize system PLs to support KVM portChris Metcalf2010-10-151-1/+11
* arch/tile: update some comments to clarify register usage.Chris Metcalf2010-10-141-3/+4
* arch/tile: Use <asm-generic/syscalls.h>Chris Metcalf2010-10-141-20/+11Star
* arch/tile: fix formatting bug in register dumpsChris Metcalf2010-09-151-1/+1
* arch/tile: Save and restore extra user state for tilegxChris Metcalf2010-09-151-7/+16
* arch/tile: finish const-ifying sys_execve()Chris Metcalf2010-09-151-2/+3
* Make do_execve() take a const filename pointerDavid Howells2010-08-181-2/+3
* arch/tile: Miscellaneous cleanup changes.Chris Metcalf2010-07-061-43/+67
* Revert adding some arch-specific signal syscalls to <linux/syscalls.h>.Chris Metcalf2010-06-071-1/+1
* arch/tile: core support for Tilera 32-bit chips.Chris Metcalf2010-06-041-0/+647