Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
5ef3166e8a32d78dfa985a323aa45ed485ff663a
/
arch
/
powerpc
/
lib
ebf0b6a
Merge branch 'fixes' into next
by Michael Ellerman
· 7 years ago
8183d99
powerpc/lib/feature-fixups: use raw_patch_instruction()
by Christophe Leroy
· 7 years ago
8cf4c05
powerpc/lib/code-patching: refactor patch_instruction()
by Christophe Leroy
· 7 years ago
aa8a5e0
powerpc/64s: Add support for RFI flush of L1-D cache
by Michael Ellerman
· 7 years ago
b9eab08
powerpc/modules: Don't try to restore r2 after a sibling call
by Josh Poimboeuf
· 7 years ago
83ada03
Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
252eb55
powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
by Christophe Leroy
· 7 years ago
5b0e2cb
Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
6c44741
powerpc/lib: Implement UACCESS_FLUSHCACHE API
by Oliver O'Halloran
· 7 years ago
32ce386
powerpc/lib: Implement PMEM API
by Oliver O'Halloran
· 7 years ago
67ac0bf
powerpc/kprobes: Blacklist emulate_update_regs() from kprobes
by Naveen N. Rao
· 7 years ago
a54c61f
Merge branch 'fixes' into next
by Michael Ellerman
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
b0490a0
powerpc/lib/sstep: Fix count leading zeros instructions
by Sandipan Das
· 7 years ago
0a75aff
powerpc/lib/sstep: Fix fixed-point shift instructions that set CA32
by Sandipan Das
· 7 years ago
dc39c1d
powerpc/lib/sstep: Fix fixed-point arithmetic instructions that set CA32
by Sandipan Das
· 7 years ago
924c8fe
powerpc/lib/sstep: Add XER bits introduced in POWER ISA v3.0
by Sandipan Das
· 7 years ago
1575fe0
powerpc/sstep: mullw should calculate a 64 bit signed result
by Anton Blanchard
· 7 years ago
5bcaa4c
powerpc/sstep: Fix issues with mcrf
by Anton Blanchard
· 7 years ago
ad47ff3
powerpc/sstep: Fix issues with set_cr0()
by Anton Blanchard
· 7 years ago
4716e48
powerpc: Fix kernel crash in emulation of vector loads and stores
by Paul Mackerras
· 7 years ago
3b79b26
powerpc/sstep: Avoid used uninitialized error
by Michael Ellerman
· 7 years ago
ad1b012
powerpc/32: remove a NOP from memset()
by Christophe Leroy
· 7 years ago
7bf6057
powerpc/32: optimise memset()
by Christophe Leroy
· 7 years ago
c062216
powerpc: fix location of two EXPORT_SYMBOL
by Christophe Leroy
· 7 years ago
da74f65
powerpc/32: add memset16()
by Christophe Leroy
· 7 years ago
45f6215
powerpc: Wrap register number correctly for string load/store instructions
by Paul Mackerras
· 7 years ago
d2b65ac
powerpc: Emulate load/store floating point as integer word instructions
by Paul Mackerras
· 7 years ago
31bfdb0
powerpc: Use instruction emulation infrastructure to handle alignment faults
by Paul Mackerras
· 7 years ago
a53d518
powerpc: Separate out load/store emulation into its own function
by Paul Mackerras
· 7 years ago
d955189
powerpc: Handle opposite-endian processes in emulation code
by Paul Mackerras
· 7 years ago
b9da9c8
powerpc: Set regs->dar if memory access fails in emulate_step()
by Paul Mackerras
· 7 years ago
b2543f7
powerpc: Emulate the dcbz instruction
by Paul Mackerras
· 7 years ago
1f41fb7
powerpc: Emulate load/store floating double pair instructions
by Paul Mackerras
· 7 years ago
e61ccc7
powerpc: Emulate vector element load/store instructions
by Paul Mackerras
· 7 years ago
c22435a5
powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not live
by Paul Mackerras
· 7 years ago
e0a0986
powerpc: Make load/store emulation use larger memory accesses
by Paul Mackerras
· 7 years ago
958465e
powerpc: Add emulation for the addpcis instruction
by Paul Mackerras
· 7 years ago
5762e08
powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructions
by Paul Mackerras
· 7 years ago
f1bbb99
powerpc: Fix emulation of the isel instruction
by Paul Mackerras
· 7 years ago
d120cdb
powerpc/64: Fix update forms of loads and stores to write 64-bit EA
by Paul Mackerras
· 7 years ago
350779a
powerpc: Handle most loads and stores in instruction emulation code
by Paul Mackerras
· 7 years ago
ee0a54d
powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr()
by Paul Mackerras
· 7 years ago
3cdfcbf
powerpc: Change analyse_instr so it doesn't modify *regs
by Paul Mackerras
· 7 years ago
694fc88
powerpc/string: Implement optimized memset variants
by Naveen N. Rao
· 8 years ago
e27f71e
powerpc/lib/sstep: Add isel instruction emulation
by Matt Brown
· 7 years ago
2c979c4
powerpc/lib/sstep: Add prty instruction emulation
by Matt Brown
· 7 years ago
f312793
powerpc/lib/sstep: Add bpermd instruction emulation
by Matt Brown
· 7 years ago
dcbd19b
powerpc/lib/sstep: Add popcnt instruction emulation
by Matt Brown
· 7 years ago
02c0f62
powerpc/lib/sstep: Add cmpb instruction emulation
by Matt Brown
· 7 years ago
8a583c0
powerpc: Fix invalid use of register expressions
by Andreas Schwab
· 7 years ago
deed9de
Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
c69a48c
powerpc: make feature-fixup tests fortify-safe
by Daniel Axtens
· 8 years ago
64e756c
powerpc: Fix emulation of mfocrf in emulate_step()
by Anton Blanchard
· 8 years ago
87c4b83e
powerpc: Fix emulation of mcrf in emulate_step()
by Anton Blanchard
· 8 years ago
37bc3e5
powerpc/lib/code-patching: Use alternate map for patch_instruction()
by Balbir Singh
· 8 years ago
f718d42
powerpc/lib/xor_vmx: Ensure no altivec code executes before enable_kernel_altivec()
by Matt Brown
· 8 years ago
efe0160
powerpc/64: Linker on-demand sfpr functions for modules
by Nicholas Piggin
· 8 years ago
cde9f2f
powerpc/64: Do not create new section for save/restore functions
by Nicholas Piggin
· 8 years ago
baa25b5
powerpc/64: Do not link crtsavres.o in vmlinux
by Nicholas Piggin
· 8 years ago
a3f952d
powerpc: Tweak copy selection parameter in __copy_tofrom_user_power7()
by Andrew Jeffery
· 8 years ago
7246f60
Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
71f6e58
powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL()
by Naveen N. Rao
· 8 years ago
3448890
powerpc: get rid of zeroing, switch to RAW_COPY_USER
by Al Viro
· 8 years ago
f2ed8be
Merge commit 'a7d2475af7aedcb9b5c6343989a8bfadbf84429b' into uaccess.powerpc
by Al Viro
· 8 years ago
f7d6a72
Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
4ceae13
powerpc: emulate_step() tests for load/store instructions
by Ravi Bangoria
· 8 years ago
e148bd1
powerpc: Emulation support for load/store instructions on LE
by Ravi Bangoria
· 8 years ago
589ee62
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>
by Ingo Molnar
· 8 years ago
7d134b2
kprobes: move kprobe declarations to asm-generic/kprobes.h
by Luis R. Rodriguez
· 8 years ago
51c9c08
powerpc/kprobes: Implement Optprobes
by Anju T
· 8 years ago
ebfa50d
powerpc: Add helper to check if offset is within relative branch range
by Anju T
· 8 years ago
bd067f8
powerpc/64: Fix naming of cache block vs. cache line
by Benjamin Herrenschmidt
· 8 years ago
3c4b66a
powerpc/sstep: Return directly after a failed address_ok() in emulate_step()
by Markus Elfring
· 8 years ago
d4fde56
powerpc/64: Use optimized checksum routines on little-endian
by Paul Mackerras
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
5e9d0e3
powerpc/lib: Fix randconfig build failure in sstep.c
by Michael Ellerman
· 8 years ago
24bfa6a
powerpc: EX_TABLE macro for exception tables
by Nicholas Piggin
· 8 years ago
84d6984
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 8 years ago
d8bfb96
Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
1a34439
powerpc/64: Fix incorrect return value from __copy_tofrom_user
by Paul Mackerras
· 8 years ago
07021b4
Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
12ab11a
powerpc/64: Align hot loops of memset() and backwards_memcpy()
by Anton Blanchard
· 8 years ago
68201fb
powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITS
by Michael Ellerman
· 8 years ago
8540571
powerpc/32: Fix again csum_partial_copy_generic()
by Christophe Leroy
· 8 years ago
97f6e0c
powerpc/32: Fix crash during static key init
by Benjamin Herrenschmidt
· 8 years ago
1bc8b81
powerpc/32: Fix csum_partial_copy_generic()
by Christophe Leroy
· 8 years ago
9445aa1
ppc: move exports to definitions
by Al Viro
· 9 years ago
2cfd716
Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
2c0f995
powerpc/32: Fix early access to cpu_spec relocation
by Benjamin Herrenschmidt
· 8 years ago
bd721ea
treewide: replace obsolete _refok by __ref
by Fabian Frederick
· 8 years ago
c12e6f2
powerpc: Add option to use jump label for mmu_has_feature()
by Kevin Hao
· 8 years ago
4db7327
powerpc: Add option to use jump label for cpu_has_feature()
by Kevin Hao
· 8 years ago
309b315
powerpc: Call jump_label_init() in apply_feature_fixups()
by Aneesh Kumar K.V
· 8 years ago
a28e46f
powerpc/kernel: Check features don't change after patching
by Michael Ellerman
· 8 years ago
9402c68
powerpc: Factor do_feature_fixup calls
by Benjamin Herrenschmidt
· 9 years ago
ec5619f
powerpc/lib: Clarify that adde is an instruction and we mean plural
by Stewart Smith
· 9 years ago
42f5b4c
powerpc: Introduce asm-prototypes.h
by Daniel Axtens
· 9 years ago
6262db7
powerpc/spinlock: Fix spin_unlock_wait()
by Boqun Feng
· 9 years ago
027dfac
powerpc: Various typo fixes
by Michael Ellerman
· 9 years ago
Next »