aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/troubleshoot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-29arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()Liam Howlett1-4/+4
2020-08-27ARC: show_regs: fix r12 printing and simplifyVineet Gupta1-47/+30
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-09arc: add show_stack_loglvl()Dmitry Safonov1-1/+1
2020-05-14ARC: show_regs: avoid extra line of outputVineet Gupta1-8/+6
2020-03-11ARC: show_regs: reduce lines of outputVineet Gupta1-15/+12
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332Thomas Gleixner1-3/+1
2019-02-25ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev1-1/+4
2019-01-17ARC: show_regs: lockdep: re-enable preemptionVineet Gupta1-0/+8
2019-01-17ARC: show_regs: lockdep: avoid page allocator...Vineet Gupta1-14/+12
2018-08-27ARC: cleanup show_faulting_vma()Eugeniy Paltsev1-9/+4
2018-02-22get rid of pointless includes of fs_struct.hAl Viro1-1/+0
2017-12-20ARC: handle gcc generated __builtin_trap()Vineet Gupta1-0/+3
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko1-1/+1
2017-09-01ARC: Show fault information passed to show_kernel_fault_diag()Jose Abreu1-1/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+2
2016-10-28ARC: mm: retire ARC_DBG_TLB_MISS_COUNT...Vineet Gupta1-110/+0
2016-05-30Fix typosAndrea Gelmini1-1/+1
2015-07-06ARC: fix unused var wanringVineet Gupta1-1/+0
2015-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+3
2015-06-23vfs: add file_path() helperMiklos Szeredi1-7/+3
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta1-6/+27
2015-04-17arc: do not export symbols in troubleshoot.cDavidlohr Bueso1-2/+1
2014-06-04arc: call find_vma with the mmap_sem heldDavidlohr Bueso1-4/+6
2013-07-03Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-18/+13
2013-06-29more open-coded file_inode() callsAl Viro1-1/+1
2013-06-26ARC: Remove explicit passing around of ECRVineet Gupta1-2/+1
2013-06-26ARC: pt_regs update #5: Use real ECR for pt_regs->event vs. synth valuesVineet Gupta1-7/+5
2013-06-22ARC: Reduce Code for ECR printingVineet Gupta1-9/+7
2013-05-09Merge tag 'arc-v3.10-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-18/+32
2013-05-07ARC: Debug/crash-printing ImprovementsVineet Gupta1-18/+32
2013-04-30arc, print-fatal-signals: reduce duplicated informationVineet Gupta1-1/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+1
2013-02-15ARC: Diagnostics: show_regs() etcVineet Gupta1-0/+305
2013-02-15ARC: Last bits (stubs) to get to a running kernel with UARTVineet Gupta1-0/+17