index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
xmon
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-06-07
1
-1
/
+1
|
\
|
*
powerpc/xmon: constify sysrq_key_op
Emil Velikov
2020-05-15
1
-1
/
+1
*
|
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-06-05
4
-77
/
+179
|
\
\
|
*
|
powerpc/xmon: Show task->thread.regs in process display
Michael Ellerman
2020-06-02
1
-3
/
+3
|
*
|
powerpc: Add ppc_inst_next()
Michael Ellerman
2020-05-26
1
-1
/
+1
|
*
|
powerpc/watchpoint/xmon: Support 2nd DAWR
Ravi Bangoria
2020-05-19
1
-32
/
+69
|
*
|
powerpc/watchpoint/xmon: Don't allow breakpoint overwriting
Ravi Bangoria
2020-05-19
1
-0
/
+4
|
*
|
powerpc/watchpoint: Provide DAWR number to __set_breakpoint
Ravi Bangoria
2020-05-19
1
-1
/
+1
|
*
|
powerpc/watchpoint: Rename current DAWR macros
Ravi Bangoria
2020-05-19
1
-1
/
+1
|
*
|
powerpc/xmon: Don't allow breakpoints on suffixes
Jordan Niethe
2020-05-19
1
-2
/
+25
|
*
|
powerpc: Add prefixed instructions to instruction data type
Jordan Niethe
2020-05-19
2
-2
/
+4
|
*
|
powerpc/xmon: Move insertion of breakpoint for xol'ing
Jordan Niethe
2020-05-19
1
-1
/
+2
|
*
|
powerpc/xmon: Use a function for reading instructions
Jordan Niethe
2020-05-19
1
-4
/
+24
|
*
|
powerpc: Use a function for reading instructions
Jordan Niethe
2020-05-19
1
-3
/
+3
|
*
|
powerpc: Use a datatype for instructions
Jordan Niethe
2020-05-19
2
-14
/
+14
|
*
|
powerpc: Introduce functions for instruction equality
Jordan Niethe
2020-05-19
1
-2
/
+2
|
*
|
powerpc: Use an accessor for instructions
Jordan Niethe
2020-05-19
1
-2
/
+2
|
*
|
powerpc: Use a macro for creating instructions from u32s
Jordan Niethe
2020-05-19
1
-3
/
+4
|
*
|
powerpc/xmon: Use bitwise calculations in_breakpoint_table()
Jordan Niethe
2020-05-19
1
-2
/
+2
|
*
|
powerpc/xmon: Move breakpoints to text section
Jordan Niethe
2020-05-19
4
-6
/
+25
|
*
|
powerpc/xmon: Move breakpoint instructions to own array
Jordan Niethe
2020-05-19
1
-9
/
+12
|
*
|
powerpc/xmon: Remove store_inst() for patch_instruction()
Jordan Niethe
2020-05-19
1
-13
/
+5
|
*
|
powerpc: trap_is_syscall() helper to hide syscall trap number
Nicholas Piggin
2020-05-15
1
-1
/
+1
|
*
|
powerpc: Use set_trap() and avoid open-coding trap masking
Nicholas Piggin
2020-05-15
1
-1
/
+1
|
|
/
*
/
powerpc: add support for folded p4d page tables
Mike Rapoport
2020-06-04
1
-14
/
+13
|
/
*
powerpc: Make setjmp/longjmp signature standard
Clement Courbet
2020-04-01
1
-3
/
+0
*
powerpc/xmon: Add ASCII dump to d1,d2,d4,d8 commands.
Douglas Miller
2020-03-27
1
-1
/
+6
*
powerpc/xmon: Lower limits on nidump and ndump
Michael Ellerman
2020-03-25
1
-3
/
+4
*
powerpc/xmon: Fix whitespace handling in getstring()
Oliver O'Halloran
2020-02-18
1
-0
/
+5
*
powerpc/xmon: Fix compile error in print_insn* functions
Sukadev Bhattiprolu
2020-01-26
1
-2
/
+2
*
powerpc/xmon: Allow passing an argument to ppc_md.restart()
Oliver O'Halloran
2020-01-23
1
-4
/
+7
*
powerpc/xmon: don't access ASDR in VMs
Sukadev Bhattiprolu
2020-01-14
1
-5
/
+4
*
powerpc: Avoid clang warnings around setjmp and longjmp
Nathan Chancellor
2019-11-25
1
-2
/
+2
*
powerpc/watchpoint: Introduce macros for watchpoint length
Ravi Bangoria
2019-11-13
1
-1
/
+1
*
powerpc/xmon: Restrict when kernel is locked down
Christopher M. Riedl
2019-10-28
1
-21
/
+82
*
powerpc/xmon: Allow listing and clearing breakpoints in read-only mode
Christopher M. Riedl
2019-10-28
1
-5
/
+11
*
powerpc/xmon: Improve output of XIVE interrupts
Cédric Le Goater
2019-09-14
1
-11
/
+4
*
powerpc/xmon: Add a dump of all XIVE interrupts
Cédric Le Goater
2019-08-19
1
-0
/
+21
*
powerpc/xive: Fix dump of XIVE interrupt under pseries
Cédric Le Goater
2019-08-19
1
-6
/
+6
*
powerpc/xmon: Check for HV mode when dumping XIVE info from OPAL
Cédric Le Goater
2019-08-19
1
-7
/
+10
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-13
1
-5
/
+9
|
\
|
*
powerpc/book3s: Use config independent helpers for page table walk
Aneesh Kumar K.V
2019-07-05
1
-3
/
+3
|
*
powerpc/64s/exception: remove bad stack branch
Nicholas Piggin
2019-07-02
1
-0
/
+2
|
*
powerpc/xmon: Fix disabling tracing while in xmon
Naveen N. Rao
2019-07-01
1
-2
/
+4
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-13
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
3
-15
/
+3
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 76
Thomas Gleixner
2019-05-24
2
-27
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1
Thomas Gleixner
2019-05-21
4
-52
/
+8
*
Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-05-10
2
-14
/
+53
|
\
[next]