index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sysctl_binary.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-23
powerpc/ftrace: Use module loader helpers to parse trampolines
Anton Blanchard
1
-77
/
+20
2014-04-23
powerpc/modules: Create module_trampoline_target()
Anton Blanchard
2
-0
/
+31
2014-04-23
powerpc/modules: Create is_module_trampoline()
Anton Blanchard
2
-5
/
+47
2014-04-23
powerpc/kprobes: Fix ABIv2 issues with kprobe_lookup_name
Anton Blanchard
1
-2
/
+3
2014-04-23
powerpc: ftrace_caller, _mcount is exported to modules so needs _GLOBAL_TOC()
Anton Blanchard
1
-5
/
+2
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-20
Linux 3.15-rc2
v3.15-rc2
Linus Torvalds
1
-1
/
+1
2014-04-20
perf tools: Improve error reporting
Adrien BAK
2
-2
/
+9
2014-04-20
perf tools: Adjust symbols in VDSO
Vladimir Nikulichev
1
-0
/
+2
2014-04-20
perf kvm: Fix 'Min time' counting in report command
Alexander Yarygin
1
-0
/
+1
2014-04-19
coredump: fix va_list corruption
Eric Dumazet
1
-1
/
+6
2014-04-19
thp: close race between split and zap huge pages
Kirill A. Shutemov
1
-3
/
+10
2014-04-19
mm: fix new kernel-doc warning in filemap.c
Randy Dunlap
1
-1
/
+0
2014-04-19
mm: fix CONFIG_DEBUG_VM_RB description
Davidlohr Bueso
1
-2
/
+1
2014-04-19
mm: use paravirt friendly ops for NUMA hinting ptes
Mel Gorman
1
-8
/
+23
2014-04-19
mips: export flush_icache_range
Kees Cook
1
-2
/
+2
2014-04-19
mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()
Mizuma, Masayoshi
1
-0
/
+1
[next]