index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
lib
/
sstep.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Use user_mode() macro when possible
Christophe Leroy
2024-02-22
1
-12
/
+11
*
powerpc/lib: Validate size for vector operations
Naveen N Rao
2023-11-27
1
-0
/
+10
*
powerpc/lib: Avoid array bounds warnings in vec ops
Michael Ellerman
2023-11-27
1
-2
/
+2
*
powerpc/step: Mark __copy_mem_out() and __emulate_dcbz() __always_inline
Christophe Leroy
2023-08-16
1
-2
/
+2
*
powerpc: add compile-time support for lbarx, lharx
Nicholas Piggin
2022-11-24
1
-10
/
+11
*
powerpc/64: remove system call instruction emulation
Nicholas Piggin
2022-05-05
1
-36
/
+10
*
powerpc/sstep: Use bitwise instead of arithmetic operator for flags
Yang Li
2022-05-02
1
-3
/
+3
*
Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-03-25
1
-19
/
+11
|
\
|
*
powerpc/lib/sstep: Fix build errors with newer binutils
Anders Roxell
2022-03-01
1
-0
/
+6
|
*
powerpc/lib/sstep: Fix 'sthcx' instruction
Anders Roxell
2022-03-01
1
-1
/
+1
|
*
powerpc/lib/sstep: use truncate_if_32bit()
Christophe Leroy
2022-02-12
1
-6
/
+3
|
*
powerpc/lib/sstep: Remove unneeded #ifdef __powerpc64__
Christophe Leroy
2022-02-12
1
-8
/
+0
|
*
powerpc/lib/sstep: Use l1_dcache_bytes() instead of opencoding
Christophe Leroy
2022-02-12
1
-4
/
+1
*
|
Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-03-24
1
-2
/
+2
|
\
\
|
*
|
uaccess: fix type mismatch warnings from access_ok()
Arnd Bergmann
2022-02-25
1
-2
/
+2
|
|
/
*
/
powerpc/lib/sstep: fix 'ptesync' build error
Anders Roxell
2022-02-15
1
-0
/
+2
|
/
*
powerpc/inst: Define ppc_inst_t
Christophe Leroy
2021-12-09
1
-2
/
+2
*
powerpc/lib/sstep: Don't use __{get/put}_user() on kernel addresses
Christophe Leroy
2021-10-22
1
-57
/
+140
*
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
2021-06-24
1
-8
/
+9
*
powerpc/sstep: Add emulation support for ‘setb’ instruction
Sathvika Vasireddy
2021-05-23
1
-0
/
+22
*
powerpc: remove partial register save logic
Nicholas Piggin
2021-04-14
1
-4
/
+0
*
powerpc/32: Remove ksp_limit
Christophe Leroy
2021-03-29
1
-9
/
+0
*
powerpc/sstep: Fix VSX instruction emulation
Jordan Niethe
2021-03-02
1
-2
/
+2
*
Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-02-22
1
-18
/
+83
|
\
|
*
powerpc/sstep: Fix darn emulation
Sandipan Das
2021-02-08
1
-1
/
+1
|
*
powerpc/sstep: Fix load-store and update emulation
Sandipan Das
2021-02-08
1
-0
/
+14
|
*
powerpc/sstep: Fix incorrect return from analyze_instr()
Ananth N Mavinakayanahalli
2021-01-30
1
-1
/
+6
|
*
powerpc/sstep: Check instruction validity against ISA version before emulation
Ananth N Mavinakayanahalli
2021-01-30
1
-16
/
+62
*
|
powerpc/sstep: Fix array out of bound warning
Ravi Bangoria
2021-01-30
1
-6
/
+8
|
/
*
powerpc/sstep: Support VSX vector paired storage access instructions
Balamuruhan S
2020-12-10
1
-21
/
+129
*
powerpc/sstep: Cover new VSX instructions under CONFIG_VSX
Ravi Bangoria
2020-12-10
1
-1
/
+3
*
powerpc/sstep: Emulate prefixed instructions only when CPU_FTR_ARCH_31 is set
Balamuruhan S
2020-12-10
1
-0
/
+6
*
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2020-10-22
1
-3
/
+3
|
\
|
*
powerpc: remove address space overrides using set_fs()
Christoph Hellwig
2020-09-09
1
-3
/
+3
*
|
powerpc/sstep: Remove empty if statement checking for invalid form
Cédric Le Goater
2020-09-18
1
-3
/
+6
|
/
*
powerpc/sstep: Add support for divde[.] and divdeu[.] instructions
Balamuruhan S
2020-07-29
1
-1
/
+12
*
powerpc/sstep: Fix incorrect CONFIG symbol in scv handling
Michael Ellerman
2020-07-24
1
-1
/
+1
*
Merge branch 'scv' support into next
Michael Ellerman
2020-07-23
1
-0
/
+16
|
\
|
*
powerpc/64s: system call support for scv/rfscv instructions
Nicholas Piggin
2020-07-22
1
-0
/
+16
*
|
powerpc/sstep: Introduce macros to retrieve Prefix instruction operands
Balamuruhan S
2020-07-23
1
-6
/
+6
|
/
*
powerpc sstep: Add support for prefixed fixed-point arithmetic
Jordan Niethe
2020-05-18
1
-0
/
+20
*
powerpc sstep: Add support for prefixed load/stores
Jordan Niethe
2020-05-18
1
-2
/
+162
*
powerpc: Add prefixed instructions to instruction data type
Jordan Niethe
2020-05-18
1
-1
/
+3
*
powerpc: Use a datatype for instructions
Jordan Niethe
2020-05-18
1
-2
/
+2
*
powerpc: Use a function for getting the instruction op code
Jordan Niethe
2020-05-18
1
-1
/
+1
*
powerpc: Use an accessor for instructions
Jordan Niethe
2020-05-18
1
-133
/
+135
*
powerpc/64/sstep: Ifdef the deprecated fast endian switch syscall
Nicholas Piggin
2020-04-01
1
-2
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
powerpc sstep: Add support for modsd, modud instructions
Sandipan Das
2019-02-25
1
-2
/
+15
*
powerpc sstep: Add support for modsw, moduw instructions
PrasannaKumar Muralidharan
2019-02-25
1
-0
/
+14
[next]