index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-13
powerpc/eeh: Cleanup logic in eeh_rmv_from_parent_pe()
Sam Bobroff
1
-2
/
+2
2018-10-13
powerpc/eeh: Cleanup field names in eeh_rmv_data
Sam Bobroff
1
-10
/
+11
2018-10-13
powerpc/eeh: Cleanup list_head field names
Sam Bobroff
3
-13
/
+10
2018-10-13
powerpc/eeh: Cleanup eeh_add_virt_device()
Sam Bobroff
1
-4
/
+3
2018-10-13
powerpc/eeh: Cleanup unused field in eeh_dev
Sam Bobroff
1
-1
/
+0
2018-10-13
powerpc/eeh: Cleanup EEH_POSTPONED_PROBE
Sam Bobroff
1
-12
/
+6
2018-10-13
powerpc/eeh: Fix use of EEH_PE_KEEP on wrong field
Sam Bobroff
1
-1
/
+1
2018-10-13
powerpc/eeh: Fix null deref for devices removed during EEH
Sam Bobroff
1
-0
/
+4
2018-10-13
powerpc/eeh: Fix possible null deref in eeh_dump_dev_log()
Sam Bobroff
1
-0
/
+5
2018-10-13
powerpc/rtasd: Improve unknown error logging
Oliver O'Halloran
1
-2
/
+4
2018-10-13
powerpc: Disable -Wbuiltin-requires-header when setjmp is used
Joel Stanley
1
-0
/
+3
2018-10-13
powerpc/process: Constify the number of insns printed by show instructions functions.
Christophe Leroy
1
-7
/
+6
2018-10-13
powerpc/process: Fix interleaved output in show_user_instructions()
Christophe Leroy
1
-18
/
+19
2018-10-13
powerpc/process: Add missing include of stacktrace.h
Christophe Leroy
1
-0
/
+1
2018-10-13
powerpc/process: Fix sparse address space warnings
Christophe Leroy
1
-2
/
+2
2018-10-13
powerpc/64: properly initialise the stackprotector canary on SMP.
Christophe Leroy
1
-0
/
+8
2018-10-10
vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
Kees Cook
1
-2
/
+0
2018-10-09
Merge branch 'fixes' into next
Michael Ellerman
3
-4
/
+28
2018-10-09
KVM: PPC: Book3S HV: Nested guest entry via hypercall
Paul Mackerras
1
-0
/
+1
2018-10-09
KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
Paul Mackerras
1
-2
/
+2
2018-10-09
powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode
Paul Mackerras
1
-2
/
+2
2018-10-07
Merge tag 'powerpc-4.19-4' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Greg Kroah-Hartman
1
-0
/
+10
2018-10-05
powerpc: Don't print kernel instructions in show_user_instructions()
Michael Ellerman
1
-0
/
+10
2018-10-04
powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9
Nicholas Piggin
1
-0
/
+7
2018-10-04
powerpc/time: Add set_state_oneshot_stopped decrementer callback
Anton Blanchard
1
-0
/
+1
2018-10-04
powerpc/time: Use clockevents_register_device(), fixing an issue with large decrementer
Anton Blanchard
1
-14
/
+3
2018-10-03
powerpc: Wire up memtest
Christophe Leroy
1
-0
/
+3
2018-10-03
powerpc/tm: Reformat comments
Michael Neuling
1
-28
/
+39
2018-10-03
powerpc: Remove duplicated include from pci_32.c
YueHaibing
1
-1
/
+0
2018-10-03
powerpc/64s: consolidate MCE counter increment.
Michal Suchanek
1
-3
/
+1
2018-10-03
powerpc/tm: Print 64-bits MSR
Breno Leitao
1
-1
/
+1
2018-10-03
powerpc/tm: Remove msr_tm_active()
Breno Leitao
1
-12
/
+9
2018-10-03
powerpc/ptrace: Add support for PTRACE_SYSEMU
Breno Leitao
1
-0
/
+11
2018-10-03
powerpc: Redefine TIF_32BITS thread flag
Breno Leitao
1
-1
/
+1
2018-10-03
powerpc/64: add stack protector support
Christophe Leroy
2
-0
/
+7
2018-10-03
powerpc/32: add stack protector support
Christophe Leroy
2
-0
/
+5
2018-10-03
powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception()
Christophe Leroy
2
-12
/
+4
2018-10-03
Revert "convert SLB miss handlers to C" and subsequent commits
Michael Ellerman
4
-59
/
+192
2018-09-28
Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Greg Kroah-Hartman
2
-5
/
+19
2018-09-25
powerpc/tm: Avoid possible userspace r1 corruption on reclaim
Michael Neuling
1
-1
/
+8
2018-09-25
powerpc/tm: Fix userspace r13 corruption
Michael Neuling
1
-2
/
+9
2018-09-21
signal/powerpc: Use force_sig_fault where appropriate
Eric W. Biederman
1
-8
/
+1
2018-09-21
signal/powerpc: Simplify _exception_pkey by using force_sig_pkuerr
Eric W. Biederman
1
-9
/
+1
2018-09-21
signal/powerpc: Specialize _exception_pkey for handling pkey exceptions
Eric W. Biederman
1
-5
/
+5
2018-09-21
signal/powerpc: Call force_sig_fault from _exception
Eric W. Biederman
1
-1
/
+4
2018-09-21
signal/powerpc: Factor the common exception code into exception_common
Eric W. Biederman
1
-5
/
+13
2018-09-19
signal: Simplify tracehook_report_syscall_exit
Eric W. Biederman
1
-5
/
+2
2018-09-19
powerpc/fadump: re-register firmware-assisted dump if already registered
Hari Bathini
1
-2
/
+2
2018-09-19
powerpc/prom: Remove VLA in prom_check_platform_support()
Suraj Jitindar Singh
1
-2
/
+5
2018-09-19
powerpc/pseries: Disable CPU hotplug across migrations
Nathan Fontenot
1
-0
/
+2
[prev]
[next]