summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-141-5/+9
|\
| * powerpc/book3s: Use config independent helpers for page table walkAneesh Kumar K.V2019-07-041-3/+3
| * powerpc/64s/exception: remove bad stack branchNicholas Piggin2019-07-021-0/+2
| * powerpc/xmon: Fix disabling tracing while in xmonNaveen N. Rao2019-07-011-2/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-303-15/+3Star
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 76Thomas Gleixner2019-05-242-27/+4Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-214-52/+8Star
* Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-102-14/+53
|\
| * powerpc/xmon: add read-only modeChristopher M. Riedl2019-05-021-0/+42
| * powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy2019-05-021-0/+1
| * powerpc/64s: Reimplement book3s idle code in CNicholas Piggin2019-04-301-14/+10Star
* | powerpc/mmiowb: Hook up mmwiob() implementation to asm-generic codeWill Deacon2019-04-081-1/+4
|/
* powerpc/xmon: Fix opcode being uninitialized in print_insn_powerpcNathan Chancellor2019-02-261-1/+1
* powerpc: Only use task_struct 'cpu' field on SMPChristophe Leroy2019-02-231-1/+1
* powerpc: Enable kcovAndrew Donnellan2019-02-231-0/+1
* powerpc/xmon: fix dump_segments()Christophe Leroy2018-12-191-1/+1
* powerpc: annotate implicit fall throughsStephen Rothwell2018-12-041-0/+1
* powerpc/xmon: Fix invocation inside lock regionBreno Leitao2018-12-041-4/+14
* powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3SChristophe Leroy2018-11-261-1/+1
* powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-2/+2
* powerpc/xmon: Define static functionsBreno Leitao2018-11-251-3/+3
* powerpc/xmon: Relax frame size for clangJoel Stanley2018-10-311-0/+6
* powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64Christophe Leroy2018-10-201-0/+4
* powerpc: Add -Werror at arch/powerpc levelMichael Ellerman2018-10-181-2/+0Star
* powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin2018-10-141-1/+3
* powerpc/mm: use pte helpers in generic codeChristophe Leroy2018-10-141-5/+7
* powerpc/xmon: Show the stack protector canary in xmonMichael Ellerman2018-10-131-0/+3
* powerpc: Disable -Wbuiltin-requires-header when setjmp is usedJoel Stanley2018-10-131-1/+4
* Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-031-3/+1Star
* powerpc: consolidate -mno-sched-epilog into FTRACE flagsNicholas Piggin2018-09-191-1/+1
* powerpc/64s: xmon do not dump hash fields when using radix modeNicholas Piggin2018-09-191-19/+21
* powerpc/64s/hash: SLB allocation status bitmapsNicholas Piggin2018-09-191-1/+3
* powerpc/64s/hash: Use POWER9 SLBIA IH=3 variant in switch_slbNicholas Piggin2018-09-191-4/+7
* Merge branch 'fixes' into nextMichael Ellerman2018-08-131-2/+2
|\
| * powerpc/xmon: Fix disassembly since printf changesMichael Ellerman2018-07-171-2/+2
* | powerpc/xmon: Add address lookup for percpu symbolsBoqun Feng2018-08-101-1/+32
* | powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-0/+1
* | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-07-191-1/+0Star
|\ \
| * | powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-161-1/+0Star
| |/
* / powerpc: xmon: use ktime_get_coarse_boottime64Arnd Bergmann2018-07-021-2/+2
|/
* powerpc/64: Save stack pointer when we hard disable interruptsMichael Ellerman2018-06-031-0/+4
* powerpc/64: change softe to irqmask in show_regs and xmonNicholas Piggin2018-06-031-1/+1
* powerpc/xmon: use match_string() helperYisheng Xie2018-06-031-12/+11Star
* powerpc/xmon: Update paca fields dumped in xmonMichael Ellerman2018-05-251-0/+10
* powerpc/xmon: Realign paca dump fieldsMichael Ellerman2018-05-251-8/+9
* powerpc/xmon: Add __printf annotation to xmon_printf()Mathieu Malaterre2018-05-253-74/+74
* powerpc/xmon: Specify the full format in DUMP() macroMichael Ellerman2018-05-251-51/+51
* powerpc/xmon: Also setup debugger hooks when single-steppingMichal Suchanek2018-05-241-10/+11
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-1/+1
|\