Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c13dcf9f2d6f5f06ef1bf79ec456df614c5e058b
/
arch
/
powerpc
/
lib
08d183e
Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
by Linus Torvalds
· 9 years ago
1fb3f5a
powerpc: Only use -mabi=altivec if toolchain supports it
by Anton Blanchard
· 9 years ago
5f76eea
sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitly
by David Hildenbrand
· 9 years ago
f691fa1
powerpc: Replace mem_init_done with slab_is_available()
by Michael Ellerman
· 10 years ago
df60f57
Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc into test
by Michael Ellerman
· 10 years ago
1f8c82a
cpufreq/ppc: Add missing #include <asm/smp.h>
by Geert Uytterhoeven
· 10 years ago
b05ae4e
powerpc: Remove duplicate cacheable_memcpy/memzero functions
by Kyle Moffett
· 13 years ago
7f4eec3
powerpc: Delete unnecessary checks before kfree()
by Markus Elfring
· 10 years ago
df99e6e
powerpc: Change vsrX register defines to vsX to match gcc and glibc
by Anton Blanchard
· 10 years ago
c2ce6f9
powerpc: Change vrX register defines to vX to match gcc and glibc
by Anton Blanchard
· 10 years ago
1dcee55
powerpc/lib: Makefile, use obj64-y to consolidate 64-bit rules
by Michael Ellerman
· 10 years ago
564ec2f
powerpc/lib: Makefile, consolidate obj-y sections
by Michael Ellerman
· 10 years ago
15c2d45
powerpc: Add 64bit optimised memcmp
by Anton Blanchard
· 10 years ago
803d57d
powerpc/lib: Do not include string.o in obj-y twice
by Andreas Ruprecht
· 10 years ago
a7cb7bb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
a020010
Merge Linus' tree to be be to apply submitted patches to newer code than
by Jiri Kosina
· 10 years ago
e39f223f
powerpc: Remove more traces of bootmem
by Michael Ellerman
· 10 years ago
7048c84
powerpc: Fix compilation of emulate_step()
by Paul Mackerras
· 10 years ago
dedd24a
powerpc: Remove unused devm_ioremap_prot()
by Kyle McMartin
· 11 years ago
c2522dc
powerpc: Fix comment typos 'CONFiG_ALTIVEC'
by Paul Bolle
· 10 years ago
c9f6f4e
powerpc: Implement emulation of string loads and stores
by Paul Mackerras
· 10 years ago
cf87c3f
powerpc: Emulate icbi, mcrf and conditional-trap instructions
by Paul Mackerras
· 10 years ago
be96f63
powerpc: Split out instruction analysis part of emulate_step()
by Paul Mackerras
· 10 years ago
e51df2c
powerpc: Make a bunch of things static
by Anton Blanchard
· 10 years ago
7b20a95
powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.c
by Anton Blanchard
· 10 years ago
78e05b1
powerpc: Add smp_mb()s to arch_spin_unlock_wait()
by Michael Ellerman
· 10 years ago
0f36910
powerpc: Remove power3 from comments
by Michael Ellerman
· 10 years ago
6f5405b
powerpc: use _GLOBAL_TOC for memmove
by Li Zhong
· 10 years ago
e698b96
powerpc: Fix bugs in emulate_step()
by Paul Mackerras
· 10 years ago
b69a1da
powerpc: fix typo 'CONFIG_PPC_CPU'
by Paul Bolle
· 10 years ago
2ac7b01
powerpc: Exported functions __clear_user and copy_page use r2 so need _GLOBAL_TOC()
by Anton Blanchard
· 10 years ago
f6869e7
Merge remote-tracking branch 'anton/abiv2' into next
by Benjamin Herrenschmidt
· 11 years ago
00f554f
powerpc: memcpy optimization for 64bit LE
by Philippe Bergheaud
· 11 years ago
169c7ce
powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modules
by Anton Blanchard
· 11 years ago
752a642
powerpc: Fix unsafe accesses to parameter area in ELFv2
by Ulrich Weigand
· 11 years ago
b37c10d
powerpc: Fix ABIv2 issues with stack offsets in assembly code
by Anton Blanchard
· 11 years ago
b1576fe
powerpc: No need to use dot symbols when branching to a function
by Anton Blanchard
· 11 years ago
22d651d
selftests/powerpc: Import Anton's memcpy / copy_tofrom_user tests
by Michael Ellerman
· 11 years ago
8fe9c93
powerpc: Add vr save/restore functions
by Andreas Schwab
· 11 years ago
dece8ad
Merge branch 'merge' into next
by Benjamin Herrenschmidt
· 11 years ago
2015116
powerpc: Make 64-bit non-VMX __copy_tofrom_user bi-endian
by Paul E. McKenney
· 11 years ago
1e8341a
powerpc: Move the patch_exception to a common place
by Kevin Hao
· 11 years ago
ef1313d
powerpc: Add VMX optimised xor for RAID5
by Anton Blanchard
· 11 years ago
dbc2fbd
powerpc: Fix Unaligned LE Floating Point Loads and Stores
by Tom Musta
· 11 years ago
6506b47
powerpc: Fix Unaligned Loads and Stores
by Tom Musta
· 11 years ago
de577a3
powerpc: Use generic memcpy code in little endian
by Anton Blanchard
· 11 years ago
7a332b0
powerpc: Use generic checksum code in little endian
by Anton Blanchard
· 11 years ago
32ee1e1
powerpc: Fix endian issues in VMX copy loops
by Anton Blanchard
· 11 years ago
8f21bd0
powerpc: Restore registers on error exit from csum_partial_copy_generic()
by Paul E. McKenney
· 11 years ago
d9813c3
powerpc: Fix parameter clobber in csum_partial_copy_generic()
by Paul E. McKenney
· 11 years ago
cbc9565
powerpc: Remove ksp_limit on ppc64
by Benjamin Herrenschmidt
· 11 years ago
17e8de7
powerpc: Unaligned stores and stmw are broken in emulation code
by Tom Musta
· 11 years ago
7ffcf8e
powerpc: Fix little endian lppaca, slb_shadow and dtl_entry
by Anton Blanchard
· 11 years ago
70a54a4
powerpc: Fix single step emulation of 32bit overflowed branches
by Michael Neuling
· 12 years ago
280a5ba
powerpc/pseries: Improve stream generation comments in copypage/user
by Michael Neuling
· 11 years ago
5e249d4
uprobes/powerpc: Add dependency on single step emulation
by Suzuki K. Poulose
· 12 years ago
1fbe9cf
powerpc: Build kernel with -mcmodel=medium
by Anton Blanchard
· 12 years ago
c8adfec
powerpc: Fix VMX fix for memcpy case
by Nishanth Aravamudan
· 12 years ago
8e9f693
powerpc/kprobe: Don't emulate store when kprobe stwu r1
by Tiejun Chen
· 12 years ago
636802e
powerpc: Don't use __put_user() in patch_instruction
by Benjamin Herrenschmidt
· 12 years ago
2fae7cd
powerpc: Fix VMX in interrupt check in POWER7 copy loops
by Anton Blanchard
· 12 years ago
dad477c
powerpc: POWER7 copy_to_user/copy_from_user patch applied twice
by Anton Blanchard
· 12 years ago
1d5a436
powerpc: Put the gpr save/restore functions in their own section
by Stephen Rothwell
· 12 years ago
e55174e
powerpc: Fixes for instructions not using correct register naming
by Michael Neuling
· 12 years ago
86e32fd
powerpc: Change mtcrf to use real register names
by Michael Neuling
· 12 years ago
44ce6a5
powerpc: Merge STK_REG/PARAM/FRAMESIZE
by Michael Neuling
· 12 years ago
c75df6f
powerpc: Fix usage of register macros getting ready for %r0 change
by Michael Neuling
· 12 years ago
cf8fb55
powerpc: Optimise the 64bit optimised __clear_user
by Anton Blanchard
· 12 years ago
b3f271e
powerpc: POWER7 optimised memcpy using VMX and enhanced prefetch
by Anton Blanchard
· 12 years ago
bce4b4b
powerpc: Use enhanced touch instructions in POWER7 copy_to_user/copy_from_user
by Anton Blanchard
· 12 years ago
fde6928
powerpc: POWER7 optimised copy_page using VMX and enhanced prefetch
by Anton Blanchard
· 12 years ago
6f7839e
powerpc: Rename copyuser_power7_vmx.c to vmx-helper.c
by Anton Blanchard
· 12 years ago
a9514dc
powerpc: Use enhanced touch instructions in POWER7 copy_to_user/copy_from_user
by Anton Blanchard
· 12 years ago
17968fb
powerpc: 64bit optimised __clear_user
by Anton Blanchard
· 12 years ago
b6e3796
powerpc: Have patch_instruction detect faults
by Steven Rostedt
· 13 years ago
1629372
powerpc: Use the new generic strncpy_from_user() and strnlen_user()
by Paul Mackerras
· 12 years ago
694caf0
powerpc: Remove CONFIG_POWER4_ONLY
by Anton Blanchard
· 13 years ago
ae3a197
Disintegrate asm/system.h for PowerPC
by David Howells
· 13 years ago
f533927
powerpc: Remove FW_FEATURE ISERIES from arch code
by Stephen Rothwell
· 13 years ago
a66086b
powerpc: POWER7 optimised copy_to_user/copy_from_user using VMX
by Anton Blanchard
· 13 years ago
d715e43
powerpc: Copy down exception vectors after feature fixups
by Anton Blanchard
· 13 years ago
4b16f8e
powerpc: various straight conversions from module.h --> export.h
by Paul Gortmaker
· 13 years ago
82aff10
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 13 years ago
268bb0c
sanitize <linux/prefetch.h> usage
by Linus Torvalds
· 13 years ago
a56555e
powerpc: Remove alloc_maybe_bootmem for zalloc version
by Milton Miller
· 14 years ago
40f1ce7
powerpc: Remove ioremap_flags
by Anton Blanchard
· 14 years ago
d988f0e
powerpc: Simplify 4k/64k copy_page logic
by Anton Blanchard
· 14 years ago
b91e136
powerpc: Use MSR_64BIT in sstep.c, fix kprobes on BOOK3E
by Michael Ellerman
· 14 years ago
c033728
powerpc: Ensure the else case of feature sections will fit
by Michael Ellerman
· 14 years ago
b5f9b66
powerpc: Hardcode popcnt instructions for old assemblers
by Anton Blanchard
· 14 years ago
64ff312
powerpc: Add support for popcnt instructions
by Anton Blanchard
· 14 years ago
4108d9b
powerpc/Makefiles: Change to new flag variables
by matt mooney
· 14 years ago
cd64d16
powerpc: mtmsrd not defined
by Sean MacLennan
· 14 years ago
025c018
powerpc: Fix incorrect .stabs entry for copy_32.S
by Sean MacLennan
· 14 years ago
8154c5d
powerpc: Abstract indexing of lppaca structs
by Paul Mackerras
· 14 years ago
8c77391
powerpc: Add 64bit csum_and_copy_to_user
by Anton Blanchard
· 14 years ago
fdd374b
powerpc: Optimise 64bit csum_partial_copy_generic and add csum_and_copy_from_user
by Anton Blanchard
· 14 years ago
9b83ecb
powerpc: Optimise 64bit csum_partial
by Anton Blanchard
· 14 years ago
5f07aa7
Merge commit 'paulus-perf/master' into next
by Benjamin Herrenschmidt
· 14 years ago
3880ecb
powerpc: Fix feature-fixup tests for gcc 4.5
by Stephen Rothwell
· 14 years ago
Next »