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