index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
|
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-15
1
-1
/
+0
*
|
Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-10-13
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-26
1
-3
/
+1
*
powerpc/lib: Prepare code-patching for modules allocated outside vmalloc space
Christophe Leroy
2020-07-26
1
-1
/
+1
*
powerpc/64s: Implement queued spinlocks and rwlocks
Nicholas Piggin
2020-07-26
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
*
|
powerpc/test_emulate_step: Add negative tests for prefixed addi
Balamuruhan S
2020-07-23
1
-0
/
+10
*
|
powerpc/test_emulate_step: Enhancement to test negative scenarios
Balamuruhan S
2020-07-23
1
-9
/
+21
*
|
powerpc: Add a ppc_inst_as_str() helper
Jordan Niethe
2020-07-23
1
-2
/
+2
*
|
powerpc/sstep: Add tests for Prefixed Add Immediate
Jordan Niethe
2020-07-23
2
-0
/
+127
*
|
powerpc/sstep: Let compute tests specify a required cpu feature
Jordan Niethe
2020-07-23
1
-0
/
+6
*
|
powerpc/sstep: Set NIP in instruction emulation tests
Jordan Niethe
2020-07-23
1
-0
/
+3
*
|
powerpc/sstep: Add tests for prefixed floating-point load/stores
Jordan Niethe
2020-07-23
1
-0
/
+124
*
|
powerpc/sstep: Add tests for prefixed integer load/stores
Jordan Niethe
2020-07-23
1
-0
/
+85
*
|
powerpc/ppc-opcode: Move ppc instruction encoding from test_emulate_step
Balamuruhan S
2020-07-16
1
-99
/
+56
*
|
powerpc/pmem: Avoid the barrier in flush routines
Aneesh Kumar K.V
2020-07-16
1
-6
/
+0
*
|
powerpc/pmem: Add flush routines using new pmem store and sync instruction
Aneesh Kumar K.V
2020-07-16
1
-4
/
+46
|
/
*
maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
Christoph Hellwig
2020-06-17
1
-3
/
+3
*
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2020-06-17
1
-3
/
+3
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-06-05
8
-334
/
+816
|
\
|
*
powerpc: Add ppc_inst_as_u64()
Michael Ellerman
2020-05-26
1
-7
/
+1
|
*
powerpc: Add ppc_inst_next()
Michael Ellerman
2020-05-26
1
-7
/
+8
|
*
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: Test prefixed instructions in feature fixups
Jordan Niethe
2020-05-18
2
-0
/
+144
|
*
powerpc: Test prefixed code patching
Jordan Niethe
2020-05-18
3
-1
/
+42
|
*
powerpc: Add prefixed instructions to instruction data type
Jordan Niethe
2020-05-18
4
-4
/
+58
|
*
powerpc: Make test_translate_branch() independent of instruction length
Jordan Niethe
2020-05-18
1
-3
/
+3
|
*
powerpc: Introduce a function for reporting instruction length
Jordan Niethe
2020-05-18
1
-7
/
+7
|
*
powerpc: Add a probe_kernel_read_inst() function
Jordan Niethe
2020-05-18
1
-0
/
+13
|
*
powerpc: Add a probe_user_read_inst() function
Jordan Niethe
2020-05-18
2
-1
/
+21
|
*
powerpc: Use a function for reading instructions
Jordan Niethe
2020-05-18
2
-14
/
+16
|
*
powerpc: Use a datatype for instructions
Jordan Niethe
2020-05-18
4
-74
/
+77
[next]