index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-23
powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modules
Anton Blanchard
3
-2
/
+14
2014-04-23
powerpc: modules: implement stubs for ELFv2 ABI.
Rusty Russell
1
-12
/
+61
2014-04-23
powerpc: modules: skip r2 setup for ELFv2
Rusty Russell
1
-6
/
+16
2014-04-23
powerpc: modules: use r12 for stub jump address.
Rusty Russell
1
-5
/
+5
2014-04-23
powerpc: modules: change r2 save/restore offset for ELFv2 ABI.
Rusty Russell
1
-8
/
+15
2014-04-23
powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI.
Rusty Russell
1
-1
/
+2
2014-04-23
powerpc: Handle new ELFv2 module relocations
Rusty Russell
2
-1
/
+23
2014-04-23
powerpc: Fix up TOC. for modules.
Rusty Russell
2
-0
/
+30
2014-04-23
powerpc: module: handle MODVERSION for .TOC.
Rusty Russell
1
-0
/
+9
2014-04-23
powerpc: EXPORT_SYMBOL(.TOC.)
Rusty Russell
1
-0
/
+19
2014-04-23
powerpc: modules implement R_PPC64_TOCSAVE relocation.
Rusty Russell
2
-1
/
+12
2014-04-23
powerpc: make module stub code endian independent
Rusty Russell
1
-31
/
+11
2014-04-23
powerpc: Fix ABIv2 issue with dereference_function_descriptor
Anton Blanchard
1
-0
/
+2
2014-04-23
powerpc: Fix SMP issues with ppc64le ABIv2
Anton Blanchard
7
-19
/
+22
2014-04-23
powerpc/tracing: TRACE_WITH_FRAME_BUFFER creates invalid stack frames
Anton Blanchard
1
-2
/
+2
2014-04-23
powerpc/tm: Fix GOT save offset for ABIv2
Anton Blanchard
2
-4
/
+6
2014-04-23
powerpc/tm: Use STK_PARAM
Anton Blanchard
1
-3
/
+2
2014-04-23
powerpc: Fix unsafe accesses to parameter area in ELFv2
Ulrich Weigand
5
-30
/
+32
2014-04-23
powerpc: Fix ABIv2 issues with stack offsets in assembly code
Anton Blanchard
5
-30
/
+34
2014-04-23
powerpc: Fix kernel thread creation on ABIv2
Anton Blanchard
2
-13
/
+8
2014-04-23
powerpc: Fix branch patching code for ABIv2
Anton Blanchard
4
-33
/
+47
2014-04-23
powerpc: Use ppc_function_entry instead of open coding it
Anton Blanchard
1
-10
/
+8
2014-04-23
powerpc: Add ABIv2 support to ppc_function_entry
Anton Blanchard
1
-4
/
+36
2014-04-23
powerpc: Ignore .TOC. relocations
Anton Blanchard
1
-1
/
+1
2014-04-23
powerpc: ABIv2 function calls must place target address in r12
Anton Blanchard
3
-13
/
+19
2014-04-23
powerpc: Remove function descriptors and dot symbols on new ABI
Anton Blanchard
3
-0
/
+26
2014-04-23
powerpc: Create DOTSYM to wrap dot symbol usage
Anton Blanchard
4
-23
/
+25
2014-04-23
powerpc: Remove dot symbol usage in exception macros
Anton Blanchard
2
-27
/
+27
2014-04-23
powerpc: Remove _INIT_GLOBAL(), _STATIC() and _INIT_STATIC()
Anton Blanchard
1
-38
/
+0
2014-04-23
powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC()
Anton Blanchard
3
-9
/
+9
2014-04-23
powerpc: Don't use a function descriptor for system call table
Anton Blanchard
2
-4
/
+8
2014-04-23
powerpc: Remove superflous function descriptors in assembly only code
Anton Blanchard
4
-20
/
+21
2014-04-23
powerpc: No need to use dot symbols when branching to a function
Anton Blanchard
26
-271
/
+271
2014-04-23
powerpc: Don't build assembly files with ABIv2
Anton Blanchard
1
-1
/
+2
2014-04-19
powerpc/mm: fix ".__node_distance" undefined
Mike Qiu
1
-0
/
+1
2014-04-15
powerpc/PCI: Fix NULL dereference in sys_pciconfig_iobase() list traversal
Mike Qiu
1
-4
/
+6
2014-04-13
powerpc: Don't try to set LPCR unless we're in hypervisor mode
Paul Mackerras
1
-1
/
+2
2014-04-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+0
2014-04-12
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
1
-0
/
+1
2014-04-12
Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-0
/
+12
2014-04-09
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
36
-199
/
+525
2014-04-09
powerpc/powernv Adapt opal-elog and opal-dump to new sysfs_remove_file_self
Stewart Smith
2
-14
/
+4
2014-04-09
power, sched: stop updating inside arch_update_cpu_topology() when nothing to...
Michael Wang
1
-0
/
+15
2014-04-09
powerpc/le: Avoid creatng R_PPC64_TOCSAVE relocations for modules.
Tony Breeds
1
-0
/
+1
2014-04-09
arch/powerpc: Use RCU_INIT_POINTER(x, NULL) in platforms/cell/spu_syscalls.c
Monam Agarwal
1
-1
/
+1
2014-04-09
powerpc/opal: Add missing include
Michael Neuling
1
-0
/
+2
2014-04-09
powerpc: Convert last uses of __FUNCTION__ to __func__
Joe Perches
1
-6
/
+5
2014-04-09
powerpc: Add lq/stq emulation
Anton Blanchard
3
-8
/
+46
2014-04-09
powerpc/powernv: Add invalid OPAL call
Joel Stanley
3
-0
/
+6
2014-04-09
powerpc/powernv: Add OPAL message log interface
Joel Stanley
4
-1
/
+128
[next]