index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
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
|
/
*
Basic braille screen reader support
Samuel Thibault
2008-04-30
1
-3
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
2008-04-21
1
-5
/
+2
|
\
|
*
[POWERPC] irqtrace support for 64-bit powerpc
Benjamin Herrenschmidt
2008-04-18
1
-4
/
+0
[next]