Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
be7445a38110a4232ea6c8a589ba4cb18aceb41c
/
arch
/
powerpc
/
xmon
efe4fbb
powerpc/xmon: Add patch_instruction() support for xmon
by Balbir Singh
· 7 years ago
09b6c11
powerpc/xmon: Fix compile error with PPC_8xx=y
by Nicholas Piggin
· 8 years ago
8915bcd
powerpc/xmon: Teach xmon oops about radix vectors
by Michael Neuling
· 8 years ago
1cd6ed7
powerpc/xmon: Wait for secondaries before IPI'ing on system reset
by Nicholas Piggin
· 8 years ago
b1ee8a3
powerpc/64s: Dedicated system reset interrupt stack
by Nicholas Piggin
· 8 years ago
c4f3b52
powerpc/64s: Disallow system reset vs system reset reentrancy
by Nicholas Piggin
· 8 years ago
8567364
powerpc/xmon: Deindent the SLB dumping logic
by Michael Ellerman
· 8 years ago
3c19d5a
Merge branch 'topic/xive' (early part) into next
by Michael Ellerman
· 8 years ago
7644d58
powerpc: Create asm/debugfs.h and move powerpc_debugfs_root there
by Michael Ellerman
· 8 years ago
243e251
powerpc/xive: Native exploitation of the XIVE interrupt controller
by Benjamin Herrenschmidt
· 8 years ago
de78ae6
powerpc/xmon: add debugfs entry for xmon
by Guilherme G. Piccoli
· 8 years ago
b561783
powerpc/xmon: drop the nobt option from xmon plus minor fixes
by Guilherme G. Piccoli
· 8 years ago
3b5bf42
powerpc/xmon: Fix an unexpected xmon on/off state change
by Pan Xinhui
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
b286ced
Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
9332ef9
scripts/spelling.txt: add "an user" pattern and fix typo instances
by Masahiro Yamada
· 8 years ago
9af744d
lib/show_mem.c: teach show_mem to work with the given nodemask
by Michal Hocko
· 8 years ago
38705613
Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
5e48dc0
powerpc/xmon: Dump memory in CPU endian format
by Douglas Miller
· 8 years ago
5b10278
powerpc/xmon: Enable disassembly files (compilation changes)
by Balbir Singh
· 8 years ago
08d96e0
powerpc/xmon: Apply binutils changes to upgrade disassembly
by Balbir Singh
· 8 years ago
cc7639c
powerpc/xmon: Update ppc-dis/opc.c and ppc.h
by Balbir Singh
· 8 years ago
e71ff89
powerpc/xmon: Cleanup to use is_kernel_addr macro
by Madhavan Srinivasan
· 8 years ago
f828c3d
sched/cputime, powerpc: Migrate stolen_time field to the accounting structure
by Frederic Weisbecker
· 8 years ago
8c8b73c
sched/cputime, powerpc: Prepare accounting structure for cputime flush on tick
by Frederic Weisbecker
· 8 years ago
56144ec
powerpc/xmon: Add 'dt' command to dump trace buffers
by Michael Ellerman
· 9 years ago
b42d902
powerpc/xmon: Don't use ld on 32-bit
by Michael Ellerman
· 8 years ago
b92a226
powerpc: Move cpu_has_feature() to a separate file
by Kevin Hao
· 8 years ago
719dbb2
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next
by Michael Ellerman
· 8 years ago
e0ddf7a
powerpc/xmon: Dump ISA 2.07 SPRs
by Michael Ellerman
· 8 years ago
1846193
powerpc/xmon: Dump ISA 2.06 SPRs
by Michael Ellerman
· 8 years ago
56346ad
powerpc/xmon: Adjust spacing of existing SPRs to make room for more
by Michael Ellerman
· 8 years ago
13629da
powerpc/xmon: Move static regno into its only user
by Michael Ellerman
· 8 years ago
5b71eff
powerpc/xmon: Remove unused externs
by Michael Ellerman
· 8 years ago
c223c90
powerpc32: provide VIRT_CPU_ACCOUNTING
by Christophe Leroy
· 9 years ago
31cdd0c
powerpc/xmon: Fix SPR read/write commands and add command to dump SPRs
by Paul Mackerras
· 9 years ago
caca285
powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related code
by Aneesh Kumar K.V
· 9 years ago
6dfb540
powerpc/xmon: Add xmon command to dump process/task similar to ps(1)
by Douglas Miller
· 9 years ago
fde93a0
powerpc/xmon: add command to dump OPAL msglog
by Andrew Donnellan
· 9 years ago
2e34057
powerpc/xmon: fix typo in usage message
by Andrew Donnellan
· 9 years ago
bf76f73
powerpc: enable UBSAN support
by Daniel Axtens
· 9 years ago
08eb105
powerpc/xmon: Use rtas_call_unlocked() in xmon
by Michael Ellerman
· 9 years ago
eb925d6
powerpc/xmon: Append linux_banner to exception information in xmon.
by Rashmica Gupta
· 9 years ago
ad987fc
powerpc/xmon: Add some more elements to the existing PACA dump list
by Michael Ellerman
· 9 years ago
0c23a88
powerpc/xmon: Paginate kernel log buffer display
by Sam bobroff
· 9 years ago
958b7c8
powerpc/xmon: Paged output for paca display
by Sam bobroff
· 9 years ago
8218a30
powerpc/xmon: Drop the valid variable completely in dump_segments()
by Anshuman Khandual
· 9 years ago
a825ac0
powerpc: Remove redundant breaks
by Joe Perches
· 9 years ago
d3f180e
Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
by Linus Torvalds
· 10 years ago
e6eb2eb
powerpc/xmon: Fix another endiannes issue in RTAS call from xmon
by Laurent Dufour
· 10 years ago
05b981f
powerpc/xmon: use isspace/isxdigit/isalnum from linux/ctype.h
by Vincent Bernat
· 10 years ago
140cd7f
Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
by Linus Torvalds
· 10 years ago
abb90ee
powerpc/xmon: Cleanup the breakpoint flags
by Michael Ellerman
· 10 years ago
1ad7d70
powerpc/xmon: Enable HW instruction breakpoint on POWER8
by Anshuman Khandual
· 10 years ago
3b8a3c0
powerpc/pseries: Fix endiannes issue in RTAS call from xmon
by Laurent Dufour
· 10 years ago
d8ee6f3
powerpc/xmon: Fix build when 4xx=y and 44x=n
by Michael Ellerman
· 10 years ago
9178ba2
powerpc: Convert power off logic to pm_power_off
by Alexander Graf
· 10 years ago
a71d64b
powerpc: Hard disable interrupts in xmon
by Anton Blanchard
· 10 years ago
13b3d13
powerpc: Remove MMU_FTR_SLB
by Michael Ellerman
· 10 years ago
376af59
powerpc: Remove STAB code
by Michael Ellerman
· 10 years ago
50b66db
powerpc/xmon: avoid format string leaking to printk
by Kees Cook
· 11 years ago
736256e
powerpc/xmon: Fix up xmon format strings
by Michael Ellerman
· 11 years ago
21f5850
powerpc: Fix smp_processor_id() in preemptible splat in set_breakpoint
by Paul Gortmaker
· 11 years ago
72eceef
powerpc: Fix xmon disassembler for little-endian
by Philippe Bergheaud
· 11 years ago
d2b496e
powerpc/xmon: Don't signal we've entered until we're finished printing
by Michael Ellerman
· 11 years ago
1507589
powerpc/xmon: Fix timeout loop in get_output_lock()
by Michael Ellerman
· 11 years ago
730efb6
powerpc/xmon: Don't loop forever in get_output_lock()
by Michael Ellerman
· 11 years ago
729b0f7
powerpc/book3s: Introduce exclusive emergency stack for machine check exception.
by Mahesh Salgaonkar
· 11 years ago
fd3bb91
powerpc/xmon: Fix printing of set of CPUs in xmon
by Paul Mackerras
· 11 years ago
660e034
powerpc: Add more trap names to xmon
by Michael Ellerman
· 11 years ago
5a148af
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 12 years ago
90a102e
powerpc/xmon/sysrq: fix inconstistent help message of sysrq key
by zhangwei(Jovi)
· 12 years ago
ce54152
powerpc: Save DAR and DSISR in pt_regs on MCE
by Aneesh Kumar K.V
· 12 years ago
b9818c3
powerpc: Rename set_break to avoid naming conflict
by Michael Neuling
· 12 years ago
9422de3
powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers
by Michael Neuling
· 12 years ago
1fbe9cf
powerpc: Build kernel with -mcmodel=medium
by Anton Blanchard
· 12 years ago
b2bb65f
powerpc/xmon: Fallback to printk() in xmon_printf() if udbg is not setup
by Michael Ellerman
· 12 years ago
0104cd6
powerpc/xmon: Fiddle xmon_depth_to_print logic in xmon_show_stack()
by Michael Ellerman
· 12 years ago
c4de380
powerpc/xmon: Use STACK_FRAME_OVERHEAD in xmon_show_stack()
by Michael Ellerman
· 12 years ago
c5c5714
powerpc/xmon: Remove unused #defines
by Michael Ellerman
· 12 years ago
b3dc19c
powerpc/xmon: Remove renaming #defines of scanhex() and skipbl()
by Michael Ellerman
· 12 years ago
33b5cd6
powerpc/xmon: Merge start.c into nonstdio.c
by Michael Ellerman
· 12 years ago
88c6d62
powerpc/xmon: Make xmon_getchar() static
by Michael Ellerman
· 12 years ago
08702c7
powerpc/xmon: Remove empty xmon_map_scc()
by Michael Ellerman
· 12 years ago
eb1c2ab
powerpc/xmon: Remove unused xmon_expect() & xmon_read_poll()
by Michael Ellerman
· 12 years ago
ddadb6b
powerpc: Add an xmon command to dump one or all pacas
by Michael Ellerman
· 12 years ago
4474ef0
powerpc: Rework set_dabr so it can take a DABRX value as well
by Michael Neuling
· 12 years ago
e3bc804
powerpc: Fixup whitespace in xmon
by Michael Ellerman
· 12 years ago
ca5dd39
powerpc: Fix xmon dl command for new printk implementation
by Michael Ellerman
· 12 years ago
bc1d770
powerpc/xmon: Use cpumask iterator to avoid warning
by Anton Blanchard
· 12 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
ae3a197
Disintegrate asm/system.h for PowerPC
by David Howells
· 13 years ago
ed2d265
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
f533927
powerpc: Remove FW_FEATURE ISERIES from arch code
by Stephen Rothwell
· 13 years ago
7230c56
powerpc: Rework lazy-interrupt handling
by Benjamin Herrenschmidt
· 13 years ago
7ac21cd
powerpc/xmon: Add display of soft & hard irq states
by Benjamin Herrenschmidt
· 13 years ago
50af5ea
bug.h: add include of it to various implicit C users
by Paul Gortmaker
· 13 years ago
08f6d6a
powerpc/xmon: Fix #if typo for systems without MSR[RI]
by Jimi Xenidis
· 13 years ago
79873e8
powerpc/xmon: Fix the 'u' command description
by Jimi Xenidis
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
Next »