index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
xmon
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/xmon: Relax frame size for clang
Joel Stanley
2018-10-31
1
-0
/
+6
*
powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64
Christophe Leroy
2018-10-20
1
-0
/
+4
*
powerpc: Add -Werror at arch/powerpc level
Michael Ellerman
2018-10-18
1
-2
/
+0
*
powerpc/64s/hash: Add SLB allocation status bitmaps
Nicholas Piggin
2018-10-14
1
-1
/
+3
*
powerpc/mm: use pte helpers in generic code
Christophe Leroy
2018-10-14
1
-5
/
+7
*
powerpc/xmon: Show the stack protector canary in xmon
Michael Ellerman
2018-10-13
1
-0
/
+3
*
powerpc: Disable -Wbuiltin-requires-header when setjmp is used
Joel Stanley
2018-10-13
1
-1
/
+4
*
Revert "convert SLB miss handlers to C" and subsequent commits
Michael Ellerman
2018-10-03
1
-3
/
+1
*
powerpc: consolidate -mno-sched-epilog into FTRACE flags
Nicholas Piggin
2018-09-19
1
-1
/
+1
*
powerpc/64s: xmon do not dump hash fields when using radix mode
Nicholas Piggin
2018-09-19
1
-19
/
+21
*
powerpc/64s/hash: SLB allocation status bitmaps
Nicholas Piggin
2018-09-19
1
-1
/
+3
*
powerpc/64s/hash: Use POWER9 SLBIA IH=3 variant in switch_slb
Nicholas Piggin
2018-09-19
1
-4
/
+7
*
Merge branch 'fixes' into next
Michael Ellerman
2018-08-13
1
-2
/
+2
|
\
|
*
powerpc/xmon: Fix disassembly since printf changes
Michael Ellerman
2018-07-17
1
-2
/
+2
*
|
powerpc/xmon: Add address lookup for percpu symbols
Boqun Feng
2018-08-10
1
-1
/
+32
*
|
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
Christophe Leroy
2018-07-30
1
-0
/
+1
*
|
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-07-19
1
-1
/
+0
|
\
\
|
*
|
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
2018-07-16
1
-1
/
+0
|
|
/
*
/
powerpc: xmon: use ktime_get_coarse_boottime64
Arnd Bergmann
2018-07-02
1
-2
/
+2
|
/
*
powerpc/64: Save stack pointer when we hard disable interrupts
Michael Ellerman
2018-06-03
1
-0
/
+4
*
powerpc/64: change softe to irqmask in show_regs and xmon
Nicholas Piggin
2018-06-03
1
-1
/
+1
*
powerpc/xmon: use match_string() helper
Yisheng Xie
2018-06-03
1
-12
/
+11
*
powerpc/xmon: Update paca fields dumped in xmon
Michael Ellerman
2018-05-25
1
-0
/
+10
*
powerpc/xmon: Realign paca dump fields
Michael Ellerman
2018-05-25
1
-8
/
+9
*
powerpc/xmon: Add __printf annotation to xmon_printf()
Mathieu Malaterre
2018-05-25
3
-74
/
+74
*
powerpc/xmon: Specify the full format in DUMP() macro
Michael Ellerman
2018-05-25
1
-51
/
+51
*
powerpc/xmon: Also setup debugger hooks when single-stepping
Michal Suchanek
2018-05-24
1
-10
/
+11
*
Merge branch 'topic/paca' into next
Michael Ellerman
2018-03-31
1
-1
/
+1
|
\
|
*
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
2018-03-30
1
-1
/
+1
*
|
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-03-27
1
-0
/
+4
|
\
\
|
*
|
powerpc: Update xmon to use ppc_breakpoint_available()
Michael Neuling
2018-03-27
1
-0
/
+4
|
|
/
*
|
powerpc/xmon: Move empty plpar_set_ciabr() into plpar_wrappers.h
Michael Ellerman
2018-03-13
1
-6
/
+1
*
|
powerpc: Rename plapr routines to plpar
Michael Ellerman
2018-03-13
1
-2
/
+2
*
|
powerpc/xmon: Clear all breakpoints when xmon is disabled via debugfs
Vaibhav Jain
2018-03-13
1
-0
/
+24
*
|
powerpc/xmon: Setup debugger hooks when first break-point is set
Vaibhav Jain
2018-03-13
1
-1
/
+16
|
/
*
powerpc/64s: Improve RFI L1-D cache flush fallback
Nicholas Piggin
2018-01-23
1
-2
/
+0
*
powerpc/xmon: Do not compute/store the major opcode
Mathieu Malaterre
2018-01-21
1
-4
/
+0
*
Merge branch 'fixes' into next
Michael Ellerman
2018-01-21
1
-16
/
+20
|
\
|
*
powerpc/xmon: Don't print hashed pointers in paca dump
Michael Ellerman
2018-01-10
1
-11
/
+11
|
*
powerpc/xmon: Add RFI flush related fields to paca dump
Michael Ellerman
2018-01-10
1
-0
/
+4
|
*
powerpc/xmon: Don't print hashed pointers in xmon
Michael Ellerman
2017-12-06
1
-5
/
+5
*
|
powerpc/64: Rename soft_enabled to irq_soft_mask
Madhavan Srinivasan
2018-01-19
1
-2
/
+2
|
/
*
Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2017-11-16
1
-7
/
+162
|
\
|
*
powerpc/xmon: Support dumping software pagetables
Balbir Singh
2017-11-08
1
-0
/
+116
|
*
powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64
Michael Ellerman
2017-11-06
1
-3
/
+3
|
*
powerpc/xmon: Add kstack base to paca dump
Michael Ellerman
2017-10-22
1
-0
/
+1
|
*
powerpc/xmon: Check before calling xive functions
Breno Leitao
2017-10-22
1
-0
/
+5
|
*
powerpc/xmon: Add option to show uptime information
Guilherme G. Piccoli
2017-10-06
1
-0
/
+24
|
*
powerpc/xmon: Avoid tripping SMP hardlockup watchdog
Nicholas Piggin
2017-10-04
1
-4
/
+13
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
3
-0
/
+3
|
/
[next]