Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
17e6b00ac422b49d44a0b8d98402a211f726282d
/
arch
/
tile
/
kernel
/
process.c
1eaef88
tile: Reorganize _switch_to()
by Chris Metcalf
· 9 years ago
fe363ad
sched, tile: Remove finish_arch_switch
by Chris Metcalf
· 9 years ago
47ad7b9
tile: improve stack backtrace
by Chris Metcalf
· 10 years ago
e8200ba
tile: fix "odd fault" warning for stack backtraces
by Chris Metcalf
· 10 years ago
e5701b7
tile: support delivering NMIs for multicore backtrace
by Chris Metcalf
· 10 years ago
49e4e15
tile: support CONTEXT_TRACKING and thus NOHZ_FULL
by Chris Metcalf
· 10 years ago
f474367
tile: Use the more common pr_warn instead of pr_warning
by Joe Perches
· 10 years ago
b4f5019
tile: Replace __get_cpu_var uses
by Christoph Lameter
· 10 years ago
d7c9661
tile: remove support for TILE64
by Chris Metcalf
· 11 years ago
4036c7d
tile: don't call show_regs_print_info() with corrupt current
by Chris Metcalf
· 11 years ago
dadf78b
tile: make register dumps more readable
by Chris Metcalf
· 11 years ago
2f9ac29
tile: fast-path unaligned memory access for tilegx
by Chris Metcalf
· 11 years ago
7d93771
tile: various minor cleanups to hardwall subsystem
by Chris Metcalf
· 11 years ago
a43cb95
dump_stack: unify debug information printed by show_regs()
by Tejun Heo
· 12 years ago
0dc8153
tile: Use generic idle loop
by Thomas Gleixner
· 12 years ago
e69ddd3
tile: remove an unused variable in copy_thread()
by Chris Metcalf
· 12 years ago
afa86fc
flagday: don't pass regs to copy_thread()
by Al Viro
· 12 years ago
e9eac30
tile: switch to generic clone()
by Al Viro
· 12 years ago
008f179
tile: sanitize copy_thread()
by Al Viro
· 12 years ago
6b14e41
arch/tile: eliminate pt_regs trampolines for syscalls
by Chris Metcalf
· 12 years ago
5305506
tile: switch to generic sys_execve()
by Al Viro
· 12 years ago
0f8b983
tile: support GENERIC_KERNEL_THREAD and GENERIC_KERNEL_EXECVE
by Chris Metcalf
· 12 years ago
733deca
Drop struct pt_regs * argument in compat_sys_execve()
by Al Viro
· 12 years ago
54f7fc2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 12 years ago
91a27b2
vfs: define struct filename and have getname() return it
by Jeff Layton
· 12 years ago
c19c6c9
arch/tile: enable interrupts in do_work_pending()
by Chris Metcalf
· 12 years ago
fb21aff
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 12 years ago
fa2af6e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 12 years ago
b8ace08
arch/tile: fix hardwall for tilegx and generalize for idn and ipi
by Chris Metcalf
· 13 years ago
a42c6de
move key_repace_session_keyring() into tracehook_notify_resume()
by Al Viro
· 12 years ago
bf67f3a
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
fc327e2
arch/tile: fix up some issues in calling do_work_pending()
by Chris Metcalf
· 13 years ago
d909a81
tile: Use common threadinfo allocator
by Thomas Gleixner
· 13 years ago
b287f69
arch/tile: avoid false corrupt frame warning in early boot
by Chris Metcalf
· 13 years ago
34f2c0a
tile: fix multiple build failures from system.h dismantle
by Paul Gortmaker
· 13 years ago
bd119c6
Disintegrate asm/system.h for Tile
by David Howells
· 13 years ago
bd2f553
sched/rt: Use schedule_preempt_disabled()
by Thomas Gleixner
· 14 years ago
1268fbc
nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()
by Frederic Weisbecker
· 13 years ago
2bbb681
nohz: Allow rcu extended quiescent state handling seperately from tick stop
by Frederic Weisbecker
· 13 years ago
280f067
nohz: Separate out irq exit and idle loop dyntick logic
by Frederic Weisbecker
· 13 years ago
18aecc2
arch/tile: finish enabling support for TILE-Gx 64-bit chip
by Chris Metcalf
· 14 years ago
313ce67
arch/tile: support TIF_NOTIFY_RESUME
by Chris Metcalf
· 14 years ago
b6a8401
mm: NUMA aware alloc_thread_info_node()
by Eric Dumazet
· 14 years ago
76c567f
arch/tile: support 4KB page size as well as 64KB
by Chris Metcalf
· 14 years ago
04f7a3f
arch/tile: bug fix: exec'ed task thought it was still single-stepping
by Chris Metcalf
· 14 years ago
bc4cf2b
arch/tile: handle CLONE_SETTLS in copy_thread(), not user space
by Chris Metcalf
· 14 years ago
a78c942
arch/tile: parameterize system PLs to support KVM port
by Chris Metcalf
· 14 years ago
d6f0f22
arch/tile: update some comments to clarify register usage.
by Chris Metcalf
· 14 years ago
d929b6a
arch/tile: Use <asm-generic/syscalls.h>
by Chris Metcalf
· 14 years ago
7040dea
arch/tile: fix formatting bug in register dumps
by Chris Metcalf
· 14 years ago
a802fc6
arch/tile: Save and restore extra user state for tilegx
by Chris Metcalf
· 14 years ago
e6e6c46
arch/tile: finish const-ifying sys_execve()
by Chris Metcalf
· 14 years ago
d762746
Make do_execve() take a const filename pointer
by David Howells
· 14 years ago
0707ad3
arch/tile: Miscellaneous cleanup changes.
by Chris Metcalf
· 14 years ago
139ef32
Revert adding some arch-specific signal syscalls to <linux/syscalls.h>.
by Chris Metcalf
· 14 years ago
867e359
arch/tile: core support for Tilera 32-bit chips.
by Chris Metcalf
· 14 years ago