Age | Commit message (Expand) | Author | Files | Lines |
2021-02-16 | Stable update | Fedora Kernel Team | 1 | -0/+2 |
2020-09-15 | powerpc/watchpoint: Add hw_len wherever missing | Ravi Bangoria | 1 | -0/+1 |
2020-07-29 | powerpc: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-29 | powerpc/xmon: Use `dcbf` inplace of `dcbi` instruction for 64bit Book3S | Balamuruhan S | 1 | -1/+1 |
2020-07-23 | Merge branch 'scv' support into next | Michael Ellerman | 1 | -0/+1 |
2020-07-23 | powerpc/xmon: Improve dumping prefixed instructions | Jordan Niethe | 1 | -5/+6 |
2020-07-23 | powerpc: Add a ppc_inst_as_str() helper | Jordan Niethe | 1 | -1/+1 |
2020-07-22 | powerpc/64s: system call support for scv/rfscv instructions | Nicholas Piggin | 1 | -0/+1 |
2020-07-22 | powerpc/xmon: Add PowerISA v3.1 PMU SPRs | Madhavan Srinivasan | 1 | -0/+13 |
2020-07-15 | powerpc/xmon: Reset RCU and soft lockup watchdogs | Anton Blanchard | 1 | -1/+8 |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
2020-06-07 | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
2020-06-05 | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -76/+153 |
2020-06-05 | powerpc: add support for folded p4d page tables | Mike Rapoport | 1 | -14/+13 |
2020-06-02 | powerpc/xmon: Show task->thread.regs in process display | Michael Ellerman | 1 | -3/+3 |
2020-05-26 | powerpc: Add ppc_inst_next() | Michael Ellerman | 1 | -1/+1 |
2020-05-18 | powerpc/watchpoint/xmon: Support 2nd DAWR | Ravi Bangoria | 1 | -32/+69 |
2020-05-18 | powerpc/watchpoint/xmon: Don't allow breakpoint overwriting | Ravi Bangoria | 1 | -0/+4 |
2020-05-18 | powerpc/watchpoint: Provide DAWR number to __set_breakpoint | Ravi Bangoria | 1 | -1/+1 |
2020-05-18 | powerpc/watchpoint: Rename current DAWR macros | Ravi Bangoria | 1 | -1/+1 |
2020-05-18 | powerpc/xmon: Don't allow breakpoints on suffixes | Jordan Niethe | 1 | -2/+25 |
2020-05-18 | powerpc: Add prefixed instructions to instruction data type | Jordan Niethe | 1 | -2/+2 |
2020-05-18 | powerpc/xmon: Move insertion of breakpoint for xol'ing | Jordan Niethe | 1 | -1/+2 |
2020-05-18 | powerpc/xmon: Use a function for reading instructions | Jordan Niethe | 1 | -4/+24 |
2020-05-18 | powerpc: Use a function for reading instructions | Jordan Niethe | 1 | -3/+3 |
2020-05-18 | powerpc: Use a datatype for instructions | Jordan Niethe | 1 | -11/+11 |
2020-05-18 | powerpc: Introduce functions for instruction equality | Jordan Niethe | 1 | -2/+2 |
2020-05-18 | powerpc: Use an accessor for instructions | Jordan Niethe | 1 | -2/+2 |
2020-05-18 | powerpc: Use a macro for creating instructions from u32s | Jordan Niethe | 1 | -3/+4 |
2020-05-18 | powerpc/xmon: Use bitwise calculations in_breakpoint_table() | Jordan Niethe | 1 | -2/+2 |
2020-05-18 | powerpc/xmon: Move breakpoints to text section | Jordan Niethe | 1 | -5/+1 |
2020-05-18 | powerpc/xmon: Move breakpoint instructions to own array | Jordan Niethe | 1 | -9/+12 |
2020-05-18 | powerpc/xmon: Remove store_inst() for patch_instruction() | Jordan Niethe | 1 | -13/+5 |
2020-05-15 | powerpc/xmon: constify sysrq_key_op | Emil Velikov | 1 | -1/+1 |
2020-05-15 | powerpc: trap_is_syscall() helper to hide syscall trap number | Nicholas Piggin | 1 | -1/+1 |
2020-05-15 | powerpc: Use set_trap() and avoid open-coding trap masking | Nicholas Piggin | 1 | -1/+1 |
2020-03-26 | powerpc/xmon: Add ASCII dump to d1,d2,d4,d8 commands. | Douglas Miller | 1 | -1/+6 |
2020-03-25 | powerpc/xmon: Lower limits on nidump and ndump | Michael Ellerman | 1 | -3/+4 |
2020-02-18 | powerpc/xmon: Fix whitespace handling in getstring() | Oliver O'Halloran | 1 | -0/+5 |
2020-01-23 | powerpc/xmon: Allow passing an argument to ppc_md.restart() | Oliver O'Halloran | 1 | -4/+7 |
2020-01-14 | powerpc/xmon: don't access ASDR in VMs | Sukadev Bhattiprolu | 1 | -5/+4 |
2019-11-13 | powerpc/watchpoint: Introduce macros for watchpoint length | Ravi Bangoria | 1 | -1/+1 |
2019-10-28 | powerpc/xmon: Restrict when kernel is locked down | Christopher M. Riedl | 1 | -21/+82 |
2019-10-28 | powerpc/xmon: Allow listing and clearing breakpoints in read-only mode | Christopher M. Riedl | 1 | -5/+11 |
2019-09-13 | powerpc/xmon: Improve output of XIVE interrupts | Cédric Le Goater | 1 | -11/+4 |
2019-08-19 | powerpc/xmon: Add a dump of all XIVE interrupts | Cédric Le Goater | 1 | -0/+21 |
2019-08-19 | powerpc/xive: Fix dump of XIVE interrupt under pseries | Cédric Le Goater | 1 | -6/+6 |
2019-08-19 | powerpc/xmon: Check for HV mode when dumping XIVE info from OPAL | Cédric Le Goater | 1 | -7/+10 |
2019-07-14 | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -5/+9 |
2019-07-04 | powerpc/book3s: Use config independent helpers for page table walk | Aneesh Kumar K.V | 1 | -3/+3 |