Age | Commit message (Expand) | Author | Files | Lines |
2017-12-06 | powerpc/xmon: Don't print hashed pointers in xmon | Michael Ellerman | 1 | -5/+5 |
2017-11-16 | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -7/+162 |
2017-11-08 | powerpc/xmon: Support dumping software pagetables | Balbir Singh | 1 | -0/+116 |
2017-11-06 | powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64 | Michael Ellerman | 1 | -3/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 3 | -0/+3 |
2017-10-22 | powerpc/xmon: Add kstack base to paca dump | Michael Ellerman | 1 | -0/+1 |
2017-10-22 | powerpc/xmon: Check before calling xive functions | Breno Leitao | 1 | -0/+5 |
2017-10-06 | powerpc/xmon: Add option to show uptime information | Guilherme G. Piccoli | 1 | -0/+24 |
2017-10-04 | powerpc/xmon: Avoid tripping SMP hardlockup watchdog | Nicholas Piggin | 1 | -4/+13 |
2017-08-31 | powerpc/xmon: Add ISA v3.0 SPRs to SPR dump | Balbir Singh | 1 | -0/+23 |
2017-08-31 | powerpc/xmon: Add AMR, UAMOR, AMOR, IAMR to SPR dump | Balbir Singh | 1 | -4/+7 |
2017-08-31 | powerpc/xmon: Dump all 64 bits of HDEC | Balbir Singh | 1 | -1/+1 |
2017-08-31 | powerpc/xmon: Fix display of SPRs | Balbir Singh | 1 | -16/+16 |
2017-08-15 | powerpc/xmon: Exclude all of xmon from ftrace | Naveen N. Rao | 1 | -0/+4 |
2017-08-14 | powerpc/xmon: Disable tracing when entering xmon | Breno Leitao | 1 | -2/+6 |
2017-08-14 | powerpc/xmon: Dump ftrace buffers for the current CPU only | Breno Leitao | 1 | -3/+19 |
2017-07-03 | powerpc/xmon: Add patch_instruction() support for xmon | Balbir Singh | 1 | -2/+5 |
2017-05-30 | powerpc/xmon: Fix compile error with PPC_8xx=y | Nicholas Piggin | 1 | -4/+4 |
2017-05-01 | powerpc/xmon: Teach xmon oops about radix vectors | Michael Neuling | 1 | -2/+12 |
2017-04-28 | powerpc/xmon: Wait for secondaries before IPI'ing on system reset | Nicholas Piggin | 1 | -9/+27 |
2017-04-28 | powerpc/64s: Dedicated system reset interrupt stack | Nicholas Piggin | 1 | -0/+1 |
2017-04-28 | powerpc/64s: Disallow system reset vs system reset reentrancy | Nicholas Piggin | 1 | -0/+1 |
2017-04-24 | powerpc/xmon: Deindent the SLB dumping logic | Michael Ellerman | 1 | -17/+22 |
2017-04-12 | Merge branch 'topic/xive' (early part) into next | Michael Ellerman | 1 | -2/+92 |
2017-04-11 | powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there | Michael Ellerman | 1 | -4/+1 |
2017-04-10 | powerpc/xive: Native exploitation of the XIVE interrupt controller | Benjamin Herrenschmidt | 1 | -2/+92 |
2017-03-28 | powerpc/xmon: add debugfs entry for xmon | Guilherme G. Piccoli | 1 | -0/+31 |
2017-03-28 | powerpc/xmon: drop the nobt option from xmon plus minor fixes | Guilherme G. Piccoli | 1 | -10/+3 |
2017-03-28 | powerpc/xmon: Fix an unexpected xmon on/off state change | Pan Xinhui | 1 | -7/+10 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
2017-03-01 | Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 4 | -3500/+6085 |
2017-02-28 | scripts/spelling.txt: add "an user" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-02-23 | lib/show_mem.c: teach show_mem to work with the given nodemask | Michal Hocko | 1 | -1/+1 |
2017-02-22 | Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -4/+4 |
2017-02-21 | powerpc/xmon: Dump memory in CPU endian format | Douglas Miller | 1 | -3/+55 |
2017-02-15 | powerpc/xmon: Enable disassembly files (compilation changes) | Balbir Singh | 3 | -546/+60 |
2017-02-15 | powerpc/xmon: Apply binutils changes to upgrade disassembly | Balbir Singh | 3 | -3195/+6292 |
2017-02-15 | powerpc/xmon: Update ppc-dis/opc.c and ppc.h | Balbir Singh | 3 | -570/+492 |
2017-02-02 | powerpc/xmon: Cleanup to use is_kernel_addr macro | Madhavan Srinivasan | 1 | -4/+4 |
2017-01-14 | sched/cputime, powerpc: Migrate stolen_time field to the accounting structure | Frederic Weisbecker | 1 | -1/+1 |
2017-01-14 | sched/cputime, powerpc: Prepare accounting structure for cputime flush on tick | Frederic Weisbecker | 1 | -3/+3 |
2016-11-25 | powerpc/xmon: Add 'dt' command to dump trace buffers | Michael Ellerman | 1 | -0/+6 |
2016-09-13 | powerpc/xmon: Don't use ld on 32-bit | Michael Ellerman | 1 | -2/+2 |
2016-08-01 | powerpc: Move cpu_has_feature() to a separate file | Kevin Hao | 1 | -0/+1 |
2016-07-30 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo... | Michael Ellerman | 1 | -7/+7 |
2016-07-14 | powerpc/xmon: Dump ISA 2.07 SPRs | Michael Ellerman | 1 | -0/+44 |
2016-07-14 | powerpc/xmon: Dump ISA 2.06 SPRs | Michael Ellerman | 1 | -0/+31 |
2016-07-14 | powerpc/xmon: Adjust spacing of existing SPRs to make room for more | Michael Ellerman | 1 | -5/+6 |
2016-07-14 | powerpc/xmon: Move static regno into its only user | Michael Ellerman | 1 | -1/+1 |
2016-07-14 | powerpc/xmon: Remove unused externs | Michael Ellerman | 1 | -5/+0 |