index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-16
powerpc/lib: Fix off-by-one in alternate feature patching
Michael Ellerman
1
-1
/
+1
2018-03-31
powerpc/64s: Set assembler machine type to POWER4
Nicholas Piggin
7
-11
/
+10
2018-03-27
powerpc/rfi-flush: Differentiate enabled and patched flush types
Mauricio Faria de Oliveira
1
-1
/
+8
2018-03-13
powerpc/32: Move the inline keyword at the beginning of function declaration
Mathieu Malaterre
1
-2
/
+2
2018-01-21
Merge branch 'fixes' into next
Michael Ellerman
1
-0
/
+41
2018-01-21
powerpc/lib/feature-fixups: use raw_patch_instruction()
Christophe Leroy
2
-6
/
+6
2018-01-21
powerpc/lib/code-patching: refactor patch_instruction()
Christophe Leroy
1
-15
/
+15
2018-01-10
powerpc/64s: Add support for RFI flush of L1-D cache
Michael Ellerman
1
-0
/
+41
2017-12-11
powerpc/modules: Don't try to restore r2 after a sibling call
Josh Poimboeuf
1
-0
/
+5
2017-11-25
Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-4
/
+2
2017-11-22
powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
Christophe Leroy
1
-4
/
+2
2017-11-16
Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-1
/
+88
2017-11-13
powerpc/lib: Implement UACCESS_FLUSHCACHE API
Oliver O'Halloran
1
-0
/
+33
2017-11-13
powerpc/lib: Implement PMEM API
Oliver O'Halloran
2
-1
/
+35
2017-11-12
powerpc/kprobes: Blacklist emulate_update_regs() from kprobes
Naveen N. Rao
1
-0
/
+1
2017-11-10
Merge branch 'fixes' into next
Michael Ellerman
1
-2
/
+4
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
3
-0
/
+3
2017-10-10
powerpc/lib/sstep: Fix count leading zeros instructions
Sandipan Das
1
-2
/
+4
2017-10-04
powerpc/lib/sstep: Fix fixed-point shift instructions that set CA32
Sandipan Das
1
-0
/
+4
2017-10-04
powerpc/lib/sstep: Fix fixed-point arithmetic instructions that set CA32
Sandipan Das
1
-0
/
+13
2017-10-04
powerpc/lib/sstep: Add XER bits introduced in POWER ISA v3.0
Sandipan Das
1
-0
/
+2
2017-09-20
powerpc/sstep: mullw should calculate a 64 bit signed result
Anton Blanchard
1
-2
/
+3
2017-09-20
powerpc/sstep: Fix issues with mcrf
Anton Blanchard
1
-2
/
+2
2017-09-20
powerpc/sstep: Fix issues with set_cr0()
Anton Blanchard
1
-7
/
+7
2017-09-04
powerpc: Fix kernel crash in emulation of vector loads and stores
Paul Mackerras
1
-4
/
+4
2017-09-02
powerpc/sstep: Avoid used uninitialized error
Michael Ellerman
1
-0
/
+1
2017-09-01
powerpc/32: remove a NOP from memset()
Christophe Leroy
1
-2
/
+5
2017-09-01
powerpc/32: optimise memset()
Christophe Leroy
1
-7
/
+14
2017-09-01
powerpc: fix location of two EXPORT_SYMBOL
Christophe Leroy
1
-1
/
+1
2017-09-01
powerpc/32: add memset16()
Christophe Leroy
1
-0
/
+14
2017-09-01
powerpc: Wrap register number correctly for string load/store instructions
Paul Mackerras
1
-2
/
+4
2017-09-01
powerpc: Emulate load/store floating point as integer word instructions
Paul Mackerras
1
-15
/
+45
2017-09-01
powerpc: Use instruction emulation infrastructure to handle alignment faults
Paul Mackerras
1
-2
/
+2
2017-09-01
powerpc: Separate out load/store emulation into its own function
Paul Mackerras
1
-113
/
+145
2017-09-01
powerpc: Handle opposite-endian processes in emulation code
Paul Mackerras
1
-57
/
+127
2017-09-01
powerpc: Set regs->dar if memory access fails in emulate_step()
Paul Mackerras
1
-22
/
+52
2017-09-01
powerpc: Emulate the dcbz instruction
Paul Mackerras
1
-0
/
+32
2017-09-01
powerpc: Emulate load/store floating double pair instructions
Paul Mackerras
1
-16
/
+52
2017-09-01
powerpc: Emulate vector element load/store instructions
Paul Mackerras
1
-2
/
+36
2017-09-01
powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not live
Paul Mackerras
2
-267
/
+202
2017-09-01
powerpc: Make load/store emulation use larger memory accesses
Paul Mackerras
1
-129
/
+106
2017-09-01
powerpc: Add emulation for the addpcis instruction
Paul Mackerras
1
-3
/
+11
2017-09-01
powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructions
Paul Mackerras
1
-6
/
+6
2017-09-01
powerpc: Fix emulation of the isel instruction
Paul Mackerras
1
-8
/
+10
2017-09-01
powerpc/64: Fix update forms of loads and stores to write 64-bit EA
Paul Mackerras
1
-54
/
+55
2017-09-01
powerpc: Handle most loads and stores in instruction emulation code
Paul Mackerras
4
-62
/
+681
2017-09-01
powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr()
Paul Mackerras
1
-42
/
+12
2017-09-01
powerpc: Change analyse_instr so it doesn't modify *regs
Paul Mackerras
1
-253
/
+348
2017-08-17
powerpc/string: Implement optimized memset variants
Naveen N. Rao
1
-1
/
+18
2017-08-10
powerpc/lib/sstep: Add isel instruction emulation
Matt Brown
1
-0
/
+8
[next]