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
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
4
-4
/
+4
2016-11-18
powerpc/lib: Fix randconfig build failure in sstep.c
Michael Ellerman
1
-0
/
+1
2016-11-14
powerpc: EX_TABLE macro for exception tables
Nicholas Piggin
9
-276
/
+203
2016-10-15
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
13
-30
/
+36
2016-10-14
Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+1
2016-10-12
powerpc/64: Fix incorrect return value from __copy_tofrom_user
Paul Mackerras
1
-1
/
+1
2016-10-08
Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-1
/
+3
2016-10-04
powerpc/64: Align hot loops of memset() and backwards_memcpy()
Anton Blanchard
1
-0
/
+2
2016-09-13
powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITS
Michael Ellerman
1
-1
/
+1
2016-09-08
powerpc/32: Fix again csum_partial_copy_generic()
Christophe Leroy
1
-3
/
+4
2016-08-10
powerpc/32: Fix crash during static key init
Benjamin Herrenschmidt
1
-0
/
+3
2016-08-10
powerpc/32: Fix csum_partial_copy_generic()
Christophe Leroy
1
-3
/
+4
2016-08-08
ppc: move exports to definitions
Al Viro
13
-30
/
+36
2016-08-05
Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-2
/
+37
2016-08-03
powerpc/32: Fix early access to cpu_spec relocation
Benjamin Herrenschmidt
1
-1
/
+1
2016-08-03
treewide: replace obsolete _refok by __ref
Fabian Frederick
1
-1
/
+1
2016-08-01
powerpc: Add option to use jump label for mmu_has_feature()
Kevin Hao
1
-0
/
+1
2016-08-01
powerpc: Add option to use jump label for cpu_has_feature()
Kevin Hao
1
-0
/
+1
2016-08-01
powerpc: Call jump_label_init() in apply_feature_fixups()
Aneesh Kumar K.V
1
-0
/
+8
2016-08-01
powerpc/kernel: Check features don't change after patching
Michael Ellerman
1
-1
/
+26
2016-07-21
powerpc: Factor do_feature_fixup calls
Benjamin Herrenschmidt
1
-2
/
+30
2016-07-15
powerpc/lib: Clarify that adde is an instruction and we mean plural
Stewart Smith
1
-6
/
+6
2016-06-16
powerpc: Introduce asm-prototypes.h
Daniel Axtens
1
-0
/
+1
2016-06-14
powerpc/spinlock: Fix spin_unlock_wait()
Boqun Feng
1
-16
/
+0
2016-06-14
powerpc: Various typo fixes
Michael Ellerman
1
-1
/
+1
2016-06-14
powerpc: Align hot loops of some string functions
Anton Blanchard
1
-0
/
+3
2016-06-14
powerpc: Remove assembly versions of strcpy, strcat, strlen and strcmp
Anton Blanchard
2
-45
/
+0
2016-05-11
powerpc/sstep: Fix emulation fall-through
Oliver O'Halloran
1
-0
/
+1
2016-05-11
powerpc/sstep: Fix sstep.c compile on powerpcspe
Lennart Sorensen
1
-0
/
+4
2016-04-27
powerpc: rework sparse for lib/xor_vmx.c
Daniel Axtens
1
-0
/
+10
2016-04-11
powerpc: Make generic_memcpy() private to copy_32.S
Michael Ellerman
1
-1
/
+1
2016-03-14
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...
Michael Ellerman
5
-189
/
+247
2016-03-09
powerpc: optimise csum_partial() call when len is constant
Christophe Leroy
3
-5
/
+5
2016-03-07
powerpc/ftrace: Use $(CC_FLAGS_FTRACE) when disabling ftrace
Torsten Duwe
1
-2
/
+2
2016-03-05
powerpc32: optimise csum_partial() loop
Christophe Leroy
1
-1
/
+15
2016-03-05
powerpc32: optimise a few instructions in csum_partial()
Christophe Leroy
1
-20
/
+17
2016-03-05
powerpc32: rewrite csum_partial_copy_generic() based on copy_tofrom_user()
Christophe Leroy
1
-111
/
+209
2016-03-05
powerpc: inline ip_fast_csum()
Christophe Leroy
3
-49
/
+0
2016-03-05
powerpc32: checksum_wrappers_64 becomes checksum_wrappers
Christophe Leroy
2
-2
/
+1
2016-03-05
powerpc: unexport csum_tcpudp_magic
Christophe Leroy
1
-1
/
+0
2015-12-01
powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
Anton Blanchard
2
-0
/
+6
2015-09-17
powerpc32: memset: only use dcbz once cache is enabled
LEROY Christophe
1
-0
/
+6
2015-09-17
powerpc32: memcpy: only use dcbz once cache is enabled
LEROY Christophe
1
-0
/
+5
2015-08-08
powerpc/32: Few optimisations in memcpy
LEROY Christophe
1
-5
/
+5
2015-08-08
powerpc/32: cacheable_memcpy becomes memcpy
LEROY Christophe
1
-8
/
+8
2015-08-08
powerpc/32: Merge the new memset() with the old one
LEROY Christophe
1
-27
/
+7
2015-08-08
powerpc/32: memset(0): use cacheable_memzero
LEROY Christophe
1
-4
/
+4
2015-08-08
Partially revert "powerpc: Remove duplicate cacheable_memcpy/memzero functions"
LEROY Christophe
1
-0
/
+127
2015-08-08
powerpc: put csum_tcpudp_magic inline
LEROY Christophe
2
-37
/
+0
2015-06-24
Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
1
-1
/
+1
[next]