index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/32: Fix boot failure with CONFIG_STACKPROTECTOR
Christophe Leroy
2021-05-04
1
-0
/
+3
*
powerpc: Move copy_inst_from_kernel_nofault()
Christophe Leroy
2021-04-21
2
-27
/
+1
*
powerpc: Rename probe_kernel_read_inst()
Christophe Leroy
2021-04-21
1
-2
/
+1
*
powerpc: Make probe_kernel_read_inst() common to PPC32 and PPC64
Christophe Leroy
2021-04-21
1
-16
/
+1
*
powerpc: Remove probe_user_read_inst()
Christophe Leroy
2021-04-21
1
-31
/
+0
*
powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()
Christophe Leroy
2021-04-21
1
-1
/
+1
*
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/net: Switch csum_and_copy_{to/from}_user to user_access block
Christophe Leroy
2021-03-26
1
-11
/
+4
*
powerpc/lib: Don't use __put_user_asm_goto() outside of uaccess.h
Christophe Leroy
2021-03-26
1
-4
/
+9
*
powerpc/sstep: Fix VSX instruction emulation
Jordan Niethe
2021-03-02
1
-2
/
+2
*
Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-02-25
1
-1
/
+1
|
\
|
*
kbuild: LD_VERSION redenomination
Masahiro Yamada
2021-02-12
1
-1
/
+1
*
|
Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-02-22
2
-18
/
+84
|
\
\
|
|
/
|
/
|
|
*
powerpc/sstep: Fix darn emulation
Sandipan Das
2021-02-09
1
-1
/
+1
|
*
powerpc/sstep: Fix load-store and update emulation
Sandipan Das
2021-02-09
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/pmem: Include pmem prototypes
Cédric Le Goater
2021-01-30
1
-0
/
+1
*
|
powerpc/sstep: Fix array out of bound warning
Ravi Bangoria
2021-01-30
1
-6
/
+8
*
|
powerpc/64s: fix scv entry fallback flush vs interrupt
Nicholas Piggin
2021-01-20
1
-3
/
+21
|
/
*
powerpc/sstep: Add testcases for VSX vector paired load/store instructions
Balamuruhan S
2020-12-11
1
-0
/
+270
*
powerpc/sstep: Support VSX vector paired storage access instructions
Balamuruhan S
2020-12-11
1
-21
/
+129
*
powerpc/sstep: Cover new VSX instructions under CONFIG_VSX
Ravi Bangoria
2020-12-11
1
-1
/
+3
*
powerpc/sstep: Emulate prefixed instructions only when CPU_FTR_ARCH_31 is set
Balamuruhan S
2020-12-11
1
-0
/
+6
*
powerpc/feature-fixups: use a semicolon rather than a comma
Daniel Axtens
2020-12-04
1
-4
/
+4
*
powerpc/64s: flush L1D after user accesses
Nicholas Piggin
2020-11-19
1
-0
/
+50
*
powerpc/64s: flush L1D on kernel entry
Nicholas Piggin
2020-11-19
1
-0
/
+54
*
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-08
1
-3
/
+3
*
|
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-10-16
2
-13
/
+13
|
\
\
|
*
|
powerpc/sstep: Remove empty if statement checking for invalid form
Cédric Le Goater
2020-09-18
1
-3
/
+6
|
*
|
powerpc/uaccess: Switch __patch_instruction() to __put_user_asm_goto()
Christophe Leroy
2020-09-15
1
-10
/
+7
|
|
/
*
|
powerpc32: don't adjust unmoved stack pointer in csum_partial_copy_generic() ...
Jason A. Donenfeld
2020-10-14
1
-1
/
+0
*
|
Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-10-12
3
-133
/
+52
|
\
\
|
*
|
ppc: propagate the calling conventions change down to csum_partial_copy_gener...
Al Viro
2020-08-20
3
-99
/
+44
|
*
|
saner calling conventions for csum_and_copy_..._user()
Al Viro
2020-08-20
1
-47
/
+21
|
|
/
*
/
x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()
Dan Williams
2020-10-06
2
-3
/
+3
|
/
*
powerpc/test_emulate_step: Add testcases for divde[.] and divdeu[.] instructions
Balamuruhan S
2020-07-29
1
-0
/
+156
*
powerpc/sstep: Add support for divde[.] and divdeu[.] instructions
Balamuruhan S
2020-07-29
1
-1
/
+12
*
powerpc/lib: remove memcpy_flushcache redundant return
Li RongQing
2020-07-27
1
-3
/
+1
*
powerpc/lib: Prepare code-patching for modules allocated outside vmalloc space
Christophe Leroy
2020-07-27
1
-1
/
+1
*
powerpc/64s: Implement queued spinlocks and rwlocks
Nicholas Piggin
2020-07-27
1
-0
/
+3
*
powerpc/pseries: Move some PAPR paravirt functions to their own file
Nicholas Piggin
2020-07-26
1
-6
/
+6
*
powerpc/sstep: Fix incorrect CONFIG symbol in scv handling
Michael Ellerman
2020-07-24
1
-1
/
+1
*
powerpc/test_emulate_sstep: Fix build error
Michael Ellerman
2020-07-24
1
-0
/
+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/test_emulate_step: Move extern declaration to sstep.h
Balamuruhan S
2020-07-23
1
-2
/
+0
*
|
powerpc/sstep: Introduce macros to retrieve Prefix instruction operands
Balamuruhan S
2020-07-23
1
-6
/
+6
[next]