aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/kernel/stack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16arch: remove tile portArnd Bergmann1-539/+0
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2016-01-18tile: include the syscall number in the backtraceChris Metcalf1-9/+8
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-06-23vfs: add file_path() helperMiklos Szeredi1-1/+1
2015-05-11tile: improve stack backtraceChris Metcalf1-51/+74
2015-04-17arch: tile: fix null pointer dereference on pt_regs pointerColin Ian King1-7/+8
2014-11-11tile: Use the more common pr_warn instead of pr_warningJoe Perches1-5/+2
2013-09-30arch: tile: re-use kbasename() helperAndy Shevchenko1-7/+5
2013-09-03tile: don't assume user privilege is zeroChris Metcalf1-1/+1
2013-08-30tilegx: change how we find the kernel stackChris Metcalf1-5/+5
2013-08-13tile: implement gettimeofday() via vDSOChris Metcalf1-2/+3
2013-08-13tile: support CONFIG_PREEMPTChris Metcalf1-2/+2
2013-08-13tile: avoid recursive backtrace faultsChris Metcalf1-2/+28
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar1-1/+1
2013-02-08tile: export a handful of symbols appropriatelyChris Metcalf1-0/+1
2013-02-04tile: avoid defining INT_MASK macro in <arch/interrupts.h>Chris Metcalf1-1/+1
2012-04-02arch/tile: various bugs in stack backtracerChris Metcalf1-119/+112
2012-04-02tile: fix multiple build failures from system.h dismantlePaul Gortmaker1-0/+1
2011-05-02arch/tile: refactor backtracing codeChris Metcalf1-7/+7
2011-03-01arch/tile: fix two bugs in the backtracer codeChris Metcalf1-9/+19
2010-10-14arch/tile: prevent corrupt top frame from causing backtracer runawayChris Metcalf1-13/+22
2010-09-15arch/tile: Change struct sigcontext to be more usefulChris Metcalf1-1/+1
2010-08-13arch/tile: support backtracing on TILE-GxChris Metcalf1-8/+0
2010-07-06arch/tile: Miscellaneous cleanup changes.Chris Metcalf1-21/+22
2010-06-04arch/tile: core support for Tilera 32-bit chips.Chris Metcalf1-0/+485