Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
9e62ccec3ba0a17c8050ea78500dfdd0e4c5c0cc
9e62cce
powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro
by Michal Suchanek
· 5 years ago
d3883fa
powerpc/ps3: Set CONFIG_UEVENT_HELPER=y in ps3_defconfig
by Geoff Levand
· 5 years ago
96efbab9
powerpc/ps3: Remove an unneeded NULL check
by Dan Carpenter
· 5 years ago
7ee4174
powerpc/ps3: Remove duplicate error message
by Markus Elfring
· 5 years ago
4bdd394
powerpc/powernv: Re-enable imc trace-mode in kernel
by Anju T Sudhakar
· 5 years ago
a36e8ba
powerpc/perf: Implement a global lock to avoid races between trace, core and thread imc events.
by Anju T Sudhakar
· 5 years ago
a95a0a1
powerpc/pseries: Fix MCE handling on pseries
by Ganesh Goudar
· 5 years ago
bbe9064
selftests/eeh: Skip ahci adapters
by Michael Ellerman
· 5 years ago
0c89649
powerpc/64s: Fix doorbell wakeup msgclr optimisation
by Nicholas Piggin
· 5 years ago
c17eb4d
powerpc: Make setjmp/longjmp signature standard
by Clement Courbet
· 5 years ago
41b8426
powerpc/cputable: Remove unnecessary copy of cpu_spec->oprofile_type
by Leonardo Bras
· 5 years ago
ba96301
powerpc: Suppress .eh_frame generation
by Naveen N. Rao
· 5 years ago
c04868df
powerpc: Drop -fno-dwarf2-cfi-asm
by Naveen N. Rao
· 5 years ago
b77afad
powerpc/32: drop unused ISA_DMA_THRESHOLD
by Mike Rapoport
· 5 years ago
32377bd
powerpc/powernv: Add documentation for the opal sensor_groups sysfs interfaces
by Shilpasri G Bhat
· 5 years ago
9686813
selftests/powerpc: Fix try-run when source tree is not writable
by Michael Ellerman
· 5 years ago
ead9836
powerpc/vmlinux.lds: Explicitly retain .gnu.hash
by Michael Ellerman
· 5 years ago
ccbed90
powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.c
by Christophe Leroy
· 5 years ago
da529d4
powerpc/ptrace: create ppc_gethwdinfo()
by Christophe Leroy
· 5 years ago
e08227d
powerpc/ptrace: create ptrace_get_debugreg()
by Christophe Leroy
· 5 years ago
323a780
powerpc/ptrace: split out ADV_DEBUG_REGS related functions.
by Christophe Leroy
· 5 years ago
6e0b797
powerpc/ptrace: move register viewing functions out of ptrace.c
by Christophe Leroy
· 5 years ago
7c1f8db
powerpc/ptrace: split out TRANSACTIONAL_MEM related functions.
by Christophe Leroy
· 5 years ago
60ef9db
powerpc/ptrace: split out SPE related functions.
by Christophe Leroy
· 5 years ago
1b20773b
powerpc/ptrace: split out ALTIVEC related functions.
by Christophe Leroy
· 5 years ago
7b99ed4
powerpc/ptrace: split out VSX related functions.
by Christophe Leroy
· 5 years ago
963ae6b
powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSET
by Christophe Leroy
· 5 years ago
f1763e6
powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64
by Christophe Leroy
· 5 years ago
b313853
powerpc/ptrace: remove unused header includes
by Christophe Leroy
· 5 years ago
da9a1c1
powerpc: Move ptrace into a subdirectory.
by Christophe Leroy
· 5 years ago
5f0b6ac
powerpc/64/syscall: Reconcile interrupts
by Nicholas Piggin
· 5 years ago
702f098
powerpc/64s/exception: Remove lite interrupt return
by Nicholas Piggin
· 5 years ago
6cc0c16
powerpc/64s: Implement interrupt exit logic in C
by Nicholas Piggin
· 5 years ago
3282a3d
powerpc/64: Implement soft interrupt replay in C
by Nicholas Piggin
· 5 years ago
993c670
powerpc/64/syscall: Zero volatile registers when returning
by Nicholas Piggin
· 5 years ago
68b3458
powerpc/64/sycall: Implement syscall entry/exit logic in C
by Nicholas Piggin
· 5 years ago
f14f8a2
powerpc/64/sstep: Ifdef the deprecated fast endian switch syscall
by Nicholas Piggin
· 5 years ago
965dd3a
powerpc/64/syscall: Remove non-volatile GPR save optimisation
by Nicholas Piggin
· 5 years ago
71c3b05
powerpc/64s/exception: Soft NMI interrupt should not use ret_from_except
by Nicholas Piggin
· 5 years ago
b44fc96
powerpc/64s/exception: Reconcile interrupts in system_reset
by Nicholas Piggin
· 5 years ago
2284ffe
powerpc/64s/exception: Only test KVM in SRR interrupts when PR KVM is supported
by Nicholas Piggin
· 5 years ago
9432535
powerpc/64s/exception: Add more comments for interrupt handlers
by Nicholas Piggin
· 5 years ago
3f7fbd9
powerpc/64s/exception: Clean up SRR specifiers
by Nicholas Piggin
· 5 years ago
689e732
powerpc/64s/exception: Re-inline some handlers
by Nicholas Piggin
· 5 years ago
2babd6e
powerpc/64s/exception: Avoid touching the stack in hdecrementer
by Nicholas Piggin
· 5 years ago
9d598f9
powerpc/64s/exception: Trim unused arguments from KVMTEST macro
by Nicholas Piggin
· 5 years ago
931dc86
powerpc/64s/exception: Remove the SPR saving patch code macros
by Nicholas Piggin
· 5 years ago
d73a10c
powerpc/64s/exception: Remove confusing IEARLY option
by Nicholas Piggin
· 5 years ago
9600f26
powerpc/64s/exception: Move KVM test to common code
by Nicholas Piggin
· 5 years ago
0eddf32
powerpc/64s/exception: Move soft-mask test to common code
by Nicholas Piggin
· 5 years ago
8729c26
powerpc/64s/exception: Move real to virt switch into the common handler
by Nicholas Piggin
· 5 years ago
a3cd35b
powerpc/64s/exception: Add ISIDE option
by Nicholas Piggin
· 5 years ago
b177ae2
powerpc/64s/exception: Remove old INT_KVM_HANDLER
by Nicholas Piggin
· 5 years ago
6d71759
powerpc/64s/exception: Remove old INT_COMMON macro
by Nicholas Piggin
· 5 years ago
fc589ee
powerpc/64s/exception: Remove old INT_ENTRY macro
by Nicholas Piggin
· 5 years ago
4f50541
powerpc/64s/exception: Move all interrupt handlers to new style code gen macros
by Nicholas Piggin
· 5 years ago
eb204d8
powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macros
by Nicholas Piggin
· 5 years ago
d52fd3d
powerpc/64s/exception: Add GEN_KVM macro that uses INT_DEFINE parameters
by Nicholas Piggin
· 5 years ago
7cb3a1a
powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parameters
by Nicholas Piggin
· 5 years ago
a42a239
powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generation
by Nicholas Piggin
· 5 years ago
a2e3668
powerpc/64: mark emergency stacks valid to unwind
by Nicholas Piggin
· 5 years ago
c7def7f
powerpc/64/tm: Don't let userspace set regs->trap via sigreturn
by Michael Ellerman
· 5 years ago
233ba54
powerpc/64: Avoid isync in flush_dcache_range()
by Aneesh Kumar K.V
· 5 years ago
968339f
powerpc/boot: Delete unneeded .globl _zimage_start
by Fangrui Song
· 5 years ago
efbc430
powerpc/pseries: Handle UE event for memcpy_mcsafe
by Ganesh Goudar
· 5 years ago
c72e8da
powerpc/smp: Use IS_ENABLED() to avoid #ifdef
by Michael Ellerman
· 5 years ago
4b4d181
powerpc/smp: Drop superfluous NULL check
by Michael Ellerman
· 5 years ago
65de8bb
powerpc: Switch 8xx MAINTAINERS entry to Christophe
by Michael Ellerman
· 5 years ago
f46b7a8
powerpc: Update 83xx/85xx MAINTAINERS entry
by Michael Ellerman
· 5 years ago
790082a
powerpc: Update powermac MAINTAINERS entry
by Michael Ellerman
· 5 years ago
b865a8b
powerpc: Update MPC5XXX MAINTAINERS entry
by Michael Ellerman
· 5 years ago
ec2debf
powerpc: Drop XILINX MAINTAINERS entry
by Michael Ellerman
· 5 years ago
1ca9977
powerpc: Mark 4xx as Orphan in MAINTAINERS
by Michael Ellerman
· 5 years ago
b24f9ee
powerpc: Remove PA SEMI MAINTAINERS entries
by Michael Ellerman
· 5 years ago
fd65a1a
powerpc: Update wiki link in MAINTAINERS
by Michael Ellerman
· 5 years ago
7703889
powerpc: Update MAINTAINERS
by Michael Ellerman
· 5 years ago
8ec26c2
powerpc/xmon: Add ASCII dump to d1,d2,d4,d8 commands.
by Douglas Miller
· 8 years ago
930914b
powerpc/xive: Add a debugfs file to dump internal XIVE state
by Cédric Le Goater
· 5 years ago
5191e0b
powerpc/xmon: Add source flags to output of XIVE interrupts
by Cédric Le Goater
· 5 years ago
97ef275
powerpc/xive: Fix xmon support on the PowerNV platform
by Cédric Le Goater
· 5 years ago
b1a504a
powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIs
by Cédric Le Goater
· 5 years ago
a703263
powerpc: Prefer __section and __printf from compiler_attributes.h
by Nick Desaulniers
· 6 years ago
7074695
powerpc/prom_init: Remove leftover comment
by Fabiano Rosas
· 5 years ago
21f8b2fa3
powerpc/kprobes: Ignore traps that happened in real mode
by Christophe Leroy
· 5 years ago
af6cf95
powerpc/maple: Fix declaration made after definition
by Nathan Chancellor
· 5 years ago
adde871
powerpc/pseries: Avoid harmless preempt warning
by Nicholas Piggin
· 5 years ago
e86350f7
powerpc/eeh: Rework eeh_ops->probe()
by Oliver O'Halloran
· 5 years ago
b6eebb0
powerpc/eeh: Make early EEH init pseries specific
by Oliver O'Halloran
· 5 years ago
3ff32ef
powerpc/eeh: Remove PHB check in probe
by Oliver O'Halloran
· 5 years ago
a4b4f61
powerpc/eeh: Do early EEH init only when required
by Oliver O'Halloran
· 5 years ago
2d0953f
powerpc/eeh: Remove eeh_add_device_tree_late()
by Oliver O'Halloran
· 5 years ago
8645aaa
powerpc/eeh: Add sysfs files in late probe
by Oliver O'Halloran
· 5 years ago
7053f80
powerpc/64: Prevent stack protection in early boot
by Michael Ellerman
· 5 years ago
d4a8e98
powerpc/64: Setup a paca before parsing device tree etc.
by Daniel Axtens
· 5 years ago
d95fe37
cpufreq: powernv: Fix frame-size-overflow in powernv_cpufreq_work_fn
by Pratik Rajesh Sampat
· 5 years ago
850507f
selftests/powerpc: Turn off timeout setting for benchmarks, dscr, signal, tm
by Po-Hsu Lin
· 5 years ago
36b7840
powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE entries
by Aneesh Kumar K.V
· 5 years ago
9475af0
PCI: rpaphp: Remove unused variable 'value'
by Chen Zhou
· 5 years ago
697ece7
powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.
by Christophe Leroy
· 5 years ago
af92bad
powerpc/kasan: Fix kasan_remap_early_shadow_ro()
by Christophe Leroy
· 5 years ago
Next »