index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
ppc_ksyms.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc32: move xxxxx_dcache_range() functions inline
Christophe Leroy
2016-03-11
1
-0
/
+2
*
powerpc: Add the ability to save VSX without giving it up
Cyril Bur
2016-03-02
1
-4
/
+0
*
powerpc: Move part of giveup_fpu,altivec,spe into c
Anton Blanchard
2015-12-01
1
-6
/
+0
*
powerpc: Rename __get_SP() to current_stack_pointer()
Anton Blanchard
2014-10-15
1
-1
/
+1
*
powerpc: Reimplement __get_SP() as a function not a define
Anton Blanchard
2014-10-15
1
-0
/
+2
*
powerpc: Separate ppc32 symbol exports into ppc_ksyms_32.c
Anton Blanchard
2014-09-25
1
-108
/
+15
*
powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.c
Anton Blanchard
2014-09-25
1
-32
/
+0
*
powerpc: Remove unused 32bit symbol exports
Anton Blanchard
2014-09-25
1
-16
/
+0
*
powerpc: Move more symbol exports next to function definitions
Anton Blanchard
2014-09-25
1
-14
/
+0
*
powerpc: Move via-cuda symbol exports next to function definitions
Anton Blanchard
2014-09-25
1
-4
/
+0
*
powerpc: Move adb symbol exports next to function definitions
Anton Blanchard
2014-09-25
1
-7
/
+0
*
powerpc: memcpy optimization for 64bit LE
Philippe Bergheaud
2014-04-30
1
-2
/
+0
*
powerpc: Export flush_icache_range
Jeff Mahoney
2014-04-28
1
-0
/
+1
*
Merge branch 'for-kvm' into next
Benjamin Herrenschmidt
2013-10-11
1
-0
/
+4
|
\
|
*
powerpc: Provide for giveup_fpu/altivec to save state in alternate location
Paul Mackerras
2013-10-11
1
-0
/
+4
*
|
powerpc: Added __cmpdi2 for signed 64bit comparision
Bharat Bhushan
2013-10-11
1
-0
/
+2
*
|
powerpc: Use generic memcpy code in little endian
Anton Blanchard
2013-10-11
1
-0
/
+2
*
|
powerpc: Use generic checksum code in little endian
Anton Blanchard
2013-10-11
1
-0
/
+2
|
/
*
powerpc: Remove the empty giveup_fpu() function on 32bit kernel
Kevin Hao
2013-08-14
1
-0
/
+2
*
powerpc: Remove the symbol __flush_icache_range
Kevin Hao
2013-08-14
1
-1
/
+0
*
powerpc: Provide __bswapdi2
David Woodhouse
2013-05-14
1
-1
/
+2
*
Merge remote-tracking branch 'master' into queue
Marcelo Tosatti
2012-10-29
1
-1
/
+0
|
\
|
*
powerpc: split ret_from_fork
Al Viro
2012-09-30
1
-1
/
+0
*
|
powerpc/epapr: export epapr_hypercall_start
Scott Wood
2012-10-05
1
-0
/
+5
|
/
*
powerpc: Use the new generic strncpy_from_user() and strnlen_user()
Paul Mackerras
2012-05-27
1
-2
/
+0
*
kvm/powerpc: Add new ioctl to retreive server MMU infos
Benjamin Herrenschmidt
2012-05-06
1
-0
/
+4
*
Disintegrate asm/system.h for PowerPC
David Howells
2012-03-28
1
-1
/
+1
*
powerpc: various straight conversions from module.h --> export.h
Paul Gortmaker
2011-10-31
1
-1
/
+1
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
1
-1
/
+1
*
powerpc: Simplify 4k/64k copy_page logic
Anton Blanchard
2011-05-19
1
-4
/
+1
*
powerpc: Add support for popcnt instructions
Anton Blanchard
2010-11-29
1
-0
/
+7
*
KVM: PPC: elide struct thread_struct instances from stack
Andreas Schwab
2010-08-01
1
-4
/
+0
*
powerpc: Don't export cvt_fd & _df when CONFIG_PPC_FPU is not set
Benjamin Herrenschmidt
2010-05-31
1
-1
/
+1
*
KVM: PPC: Find HTAB ourselves
Alexander Graf
2010-05-17
1
-5
/
+0
*
KVM: PPC: Export MMU variables
Alexander Graf
2010-05-17
1
-0
/
+5
*
KVM: PPC: Don't export Book3S symbols on BookE
Alexander Graf
2010-05-17
1
-0
/
+2
*
KVM: PPC: Add helpers to call FPU instructions
Alexander Graf
2010-04-25
1
-0
/
+2
*
KVM: PPC: Export __giveup_vsx
Alexander Graf
2010-03-01
1
-0
/
+1
*
powerpc: do not export pci_alloc/free_consistent
Stephen Rothwell
2009-11-24
1
-2
/
+0
*
powerpc: Enable sparse irq_descs on powerpc
Michael Ellerman
2009-10-30
1
-1
/
+0
*
powerpc: Export cacheable_memzero as its now used in a driver
Kumar Gala
2009-01-08
1
-0
/
+1
*
powerpc/mm: Add SMP support to no-hash TLB handling
Benjamin Herrenschmidt
2008-12-21
1
-6
/
+0
*
powerpc/mm: Split mmu_context handling
Benjamin Herrenschmidt
2008-12-21
1
-2
/
+1
*
ftrace: rename FTRACE to FUNCTION_TRACER
Steven Rostedt
2008-10-20
1
-1
/
+1
*
powerpc: Introduce local (non-broadcast) forms of tlb invalidates
Kumar Gala
2008-09-24
1
-0
/
+3
*
Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build
Benjamin Herrenschmidt
2008-07-15
1
-0
/
+5
|
\
|
*
Merge branch 'linus' into tracing/ftrace
Ingo Molnar
2008-06-23
1
-2
/
+0
|
|
\
|
*
|
ftrace: powerpc clean ups
Steven Rostedt
2008-05-26
1
-0
/
+5
*
|
|
powerpc: Add VSX context save/restore, ptrace and signal support
Michael Neuling
2008-07-01
1
-0
/
+3
|
|
/
|
/
|
*
|
[POWERPC] Remove ppc32's export of console_drivers
Stephen Rothwell
2008-06-16
1
-2
/
+0
|
/
[next]