Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
733ef7f056a5e23b66e8e7bb3508ca882db388f0
/
arch
/
powerpc
/
lib
192f0f8
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 5 years ago
1cfb725
powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()
by Christophe Leroy
· 6 years ago
5b497af
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
by Thomas Gleixner
· 6 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
3e3ebed
powerpc/lib: only build ldstfp.o when CONFIG_PPC_FPU is set
by Christophe Leroy
· 6 years ago
f8e0d0f
powerpc/lib: fix redundant inclusion of quad.o
by Christophe Leroy
· 6 years ago
f072015
powerpc: disable KASAN instrumentation on early/critical files.
by Christophe Leroy
· 6 years ago
26deb04
powerpc: prepare string/mem functions for KASAN
by Christophe Leroy
· 6 years ago
ef29672
powerpc/lib: Refactor __patch_instruction() to use __put_user_asm()
by Russell Currey
· 6 years ago
de78a9c
powerpc: Add a framework for Kernel Userspace Access Protection
by Christophe Leroy
· 6 years ago
6917735
powerpc: Remove duplicate headers
by Jagadeesh Pagadala
· 6 years ago
d947075
powerpc/64: Fix memcmp reading past the end of src/dest
by Michael Ellerman
· 6 years ago
8a7f97b
treewide: add checks for the return value of memblock_alloc*()
by Mike Rapoport
· 6 years ago
6324320
powerpc sstep: Add support for modsd, modud instructions
by Sandipan Das
· 6 years ago
6c18007
powerpc sstep: Add support for modsw, moduw instructions
by PrasannaKumar Muralidharan
· 6 years ago
3e751ac
powerpc sstep: Add support for extswsli instruction
by Sandipan Das
· 6 years ago
32628b5
powerpc sstep: Add support for cnttzw, cnttzd instructions
by Sandipan Das
· 6 years ago
a23987e
powerpc: sstep: Add support for darn instruction
by Sandipan Das
· 6 years ago
930d628
powerpc: sstep: Add support for maddhd, maddhdu, maddld instructions
by Sandipan Das
· 6 years ago
78a8da0
powerpc: sstep: Add tests for addc[.] instruction
by Sandipan Das
· 6 years ago
44dea17
powerpc: sstep: Add tests for add[.] instruction
by Sandipan Das
· 6 years ago
84022ac1
powerpc: sstep: Add tests for compute type instructions
by Sandipan Das
· 6 years ago
96d4f26
Remove 'type' argument from access_ok() function
by Linus Torvalds
· 6 years ago
76a5eaa
powerpc/fsl: Add infrastructure to fixup branch predictor flush
by Diana Craciun
· 6 years ago
45090c2
powerpc: simplify patch_instruction_site() and patch_branch_site()
by Christophe Leroy
· 6 years ago
3b30c6e
powerpc/lib: Declare static methods
by Breno Leitao
· 6 years ago
7e1c4e2
memblock: stop using implicit alignment to SMP_CACHE_BYTES
by Mike Rapoport
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
eb31d55
memblock: remove _virt from APIs returning virtual address
by Mike Rapoport
· 6 years ago
7cd01b0
powerpc: Add support for function error injection
by Naveen N. Rao
· 7 years ago
23ad1a2
powerpc: Add -Werror at arch/powerpc level
by Michael Ellerman
· 6 years ago
c766ee7
powerpc: handover page flags with a pgprot_t parameter
by Christophe Leroy
· 6 years ago
9b7e4d6
Merge branch 'fixes' into next
by Michael Ellerman
· 6 years ago
b45ba4a
powerpc/lib: fix book3s/32 boot failure due to code patching
by Christophe Leroy
· 6 years ago
85682a7
powerpc: fix csum_ipv6_magic() on little endian platforms
by Christophe Leroy
· 6 years ago
51c3c62
powerpc: Avoid code patching freed init sections
by Michael Neuling
· 6 years ago
be54c12
powerpc/64: Remove static branch hints from memset()
by Anton Blanchard
· 6 years ago
fa54a98
powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabled
by Christophe Leroy
· 6 years ago
f8db200
powerpc/64: Copy as much as possible in __copy_tofrom_user
by Paul Mackerras
· 6 years ago
98c45f5
selftests/powerpc/64: Test all paths through copy routines
by Paul Mackerras
· 6 years ago
a7c81ce
powerpc/64: Make exception table clearer in __copy_tofrom_user_base
by Paul Mackerras
· 6 years ago
06d0bbc
powerpc/asm: Add a patch_site macro & helpers for patching instructions
by Michael Ellerman
· 6 years ago
ebcd1bf
powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3E
by Diana Craciun
· 6 years ago
179ab1c
powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC
by Michael Ellerman
· 6 years ago
9412b23
powerpc/lib: Implement strlen() in assembly for PPC32
by Christophe Leroy
· 6 years ago
2c86cd1
powerpc: clean inclusions of asm/feature-fixups.h
by Christophe Leroy
· 7 years ago
5c35a02
powerpc: clean the inclusion of stringify.h
by Christophe Leroy
· 7 years ago
ec0c464
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
by Christophe Leroy
· 7 years ago
c2a4e54
powerpc/64: add 32 bytes prechecking before using VMX optimization on memcmp()
by Simon Guo
· 7 years ago
d58badf
powerpc/64: enhance memcmp() with VMX instruction for long bytes comparision
by Simon Guo
· 7 years ago
2d9ee32
powerpc/64: Align bytes before fall back to .Lshort in powerpc64 memcmp()
by Simon Guo
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
c90fca9
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
2676b89
powerpc/lib: optimise PPC32 memcmp
by Christophe Leroy
· 7 years ago
f36bbf2
powerpc/lib: optimise 32 bits __clear_user()
by Christophe Leroy
· 7 years ago
e9c4943
powerpc: Implement csum_ipv6_magic in assembly
by Christophe Leroy
· 7 years ago
373e098
powerpc/32: Optimise __csum_partial()
by Christophe Leroy
· 7 years ago
1128bb7
powerpc/lib: Adjust .balign inside string functions for PPC32
by Christophe Leroy
· 7 years ago
5a61640
powerpc/sstep: Fix emulate_step test if VSX not present
by Ravi Bangoria
· 7 years ago
83afab4
powerpc/sstep: Fix kernel crash if VSX is not present
by Ravi Bangoria
· 7 years ago
e6684d0
powerpc/sstep: Introduce GETTYPE macro
by Ravi Bangoria
· 7 years ago
815069c
powerpc/64s: Patch barrier_nospec in modules
by Michal Suchanek
· 7 years ago
2eea7f0
powerpc/64s: Add support for ori barrier_nospec patching
by Michal Suchanek
· 7 years ago
7cf76a6
powerpc/altivec: Add missing prototypes for altivec
by Mathieu Malaterre
· 7 years ago
a048a07
powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
by Nicholas Piggin
· 7 years ago
20acf7f
powerpc/lib: Fix "integer constant is too large" build failure
by Finn Thain
· 7 years ago
6158fae
powerpc/lib: Add alt patching test of branching past the last instruction
by Michael Ellerman
· 7 years ago
b58e798
powerpc/lib: Rename ftr_fixup_test7 to ftr_fixup_test_too_big
by Michael Ellerman
· 7 years ago
cad0e39
powerpc/lib: Fix the feature fixup tests to actually work
by Michael Ellerman
· 7 years ago
32810d9
powerpc/lib: Fix feature fixup test of external branch
by Michael Ellerman
· 7 years ago
b885858
powerpc/lib: Fix off-by-one in alternate feature patching
by Michael Ellerman
· 7 years ago
15a3204
powerpc/64s: Set assembler machine type to POWER4
by Nicholas Piggin
· 7 years ago
0063d61
powerpc/rfi-flush: Differentiate enabled and patched flush types
by Mauricio Faria de Oliveira
· 7 years ago
174b701
powerpc/32: Move the inline keyword at the beginning of function declaration
by Mathieu Malaterre
· 7 years ago
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
ad47ff3e
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
Next »