index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bounds.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-05-14
x86/traps: Kill DO_ERROR_INFO()
Oleg Nesterov
1
-15
/
+9
2014-05-14
x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap()
Oleg Nesterov
1
-9
/
+12
2014-05-14
x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO()
Oleg Nesterov
1
-15
/
+38
2014-05-14
x86/traps: Introduce do_error_trap()
Oleg Nesterov
1
-21
/
+17
2014-05-14
x86/traps: Use SEND_SIG_PRIV instead of force_sig()
Oleg Nesterov
1
-6
/
+3
2014-05-14
x86/traps: Make math_error() static
Oleg Nesterov
2
-2
/
+1
2014-05-14
uprobes/x86: Fix scratch register selection for rip-relative fixups
Denys Vlasenko
1
-51
/
+125
2014-05-14
uprobes/x86: Simplify rip-relative handling
Denys Vlasenko
2
-44
/
+30
2014-05-14
uprobes: Add mem_cgroup_charge_anon() into uprobe_write_opcode()
Oleg Nesterov
1
-12
/
+11
2014-04-30
uprobes: Refuse to insert a probe into MAP_SHARED vma
Oleg Nesterov
1
-1
/
+1
2014-04-30
uprobes/tracing: Fix uprobe_perf_open() on uprobe_apply() failure
Oleg Nesterov
1
-5
/
+9
2014-04-30
uprobes/tracing: Make uprobe_perf_close() visible to uprobe_perf_open()
Oleg Nesterov
1
-18
/
+18
2014-04-30
uprobes/x86: Simplify riprel_{pre,post}_xol() and make them similar
Oleg Nesterov
1
-16
/
+14
2014-04-30
uprobes/x86: Kill the "autask" arg of riprel_pre_xol()
Oleg Nesterov
1
-9
/
+9
2014-04-30
uprobes/x86: Rename *riprel* helpers to make the naming consistent
Oleg Nesterov
1
-13
/
+11
2014-04-30
uprobes/x86: Cleanup the usage of UPROBE_FIX_IP/UPROBE_FIX_CALL
Oleg Nesterov
1
-16
/
+11
2014-04-30
uprobes/x86: Kill adjust_ret_addr(), simplify UPROBE_FIX_CALL logic
Oleg Nesterov
2
-21
/
+4
2014-04-30
uprobes/x86: Introduce push_ret_address()
Oleg Nesterov
1
-3
/
+12
2014-04-30
uprobes/x86: Cleanup the usage of arch_uprobe->def.fixups, make it u8
Oleg Nesterov
2
-8
/
+8
2014-04-30
uprobes/x86: Move default_xol_ops's data into arch_uprobe->def
Oleg Nesterov
2
-27
/
+28
2014-04-30
uprobes/x86: Move UPROBE_FIX_SETF logic from arch_uprobe_post_xol() to defaul...
Oleg Nesterov
1
-8
/
+12
2014-04-30
uprobes/x86: Don't use arch_uprobe_abort_xol() in arch_uprobe_post_xol()
Oleg Nesterov
1
-8
/
+9
2014-04-30
uprobes/x86: Introduce uprobe_xol_ops->abort() and default_abort_op()
Oleg Nesterov
1
-3
/
+11
2014-04-30
uprobes/x86: Don't change the task's state if ->pre_xol() fails
Oleg Nesterov
1
-2
/
+6
2014-04-30
uprobes/x86: Fix is_64bit_mm() with CONFIG_X86_X32
Oleg Nesterov
2
-4
/
+5
2014-04-30
uprobes/x86: Make good_insns_* depend on CONFIG_X86_*
Oleg Nesterov
1
-24
/
+32
2014-04-30
uprobes/x86: Shift "insn_complete" from branch_setup_xol_ops() to uprobe_init...
Oleg Nesterov
1
-9
/
+4
2014-04-30
uprobes/x86: Add is_64bit_mm(), kill validate_insn_bits()
Oleg Nesterov
1
-11
/
+9
2014-04-30
uprobes/x86: Add uprobe_init_insn(), kill validate_insn_{32,64}bits()
Oleg Nesterov
1
-32
/
+13
2014-04-30
uprobes/x86: Refuse to attach uprobe to "word-sized" branch insns
Denys Vlasenko
1
-0
/
+11
2014-04-30
perf tests x86: Fix stack map lookup in dwarf unwind test
Jiri Olsa
1
-1
/
+1
2014-04-30
perf x86: Fix perf to use non-executable stack, again
Mathias Krause
2
-1
/
+11
2014-04-30
perf tools: Remove extra '/' character in events file path
Xia Kaixu
1
-2
/
+2
2014-04-30
perf machine: Search for modules in %s/lib/modules/%s
Richard Yao
1
-4
/
+12
2014-04-30
perf tests: Add static build make test
Jiri Olsa
1
-0
/
+2
2014-04-30
perf tools: Fix bfd dependency libraries detection
Jiri Olsa
1
-11
/
+23
2014-04-30
perf tools: Use LDFLAGS instead of ALL_LDFLAGS
Jiri Olsa
1
-1
/
+1
2014-04-29
perf tools ARM64: Wire up perf_regs and unwind support
Jean Pihet
5
-1
/
+264
2014-04-29
perf tools: Move u64_swap union
Borislav Petkov
2
-5
/
+5
2014-04-29
perf tests: Add a test of kvm-390: trace event
Alexander Yarygin
1
-0
/
+7
2014-04-29
perf tests: Add numeric identifier to evlist_test
Alexander Yarygin
1
-45
/
+90
2014-04-29
perf tools: Parse tracepoints with '-' in system name
Alexander Yarygin
1
-0
/
+12
2014-04-29
perf tools: Handle EINTR error for readn/writen
Namhyung Kim
1
-0
/
+2
2014-04-28
perf tests: Add map groups sharing with thread object test
Jiri Olsa
4
-0
/
+96
2014-04-28
perf tools: Share map_groups among threads of the same group
Jiri Olsa
3
-13
/
+47
2014-04-28
perf tools: Reference count map_groups objects
Arnaldo Carvalho de Melo
3
-1
/
+17
2014-04-28
perf tools: Allocate thread map_groups's dynamically
Arnaldo Carvalho de Melo
7
-10
/
+35
2014-04-28
perf tests: Add thread maps lookup automated tests
Jiri Olsa
5
-0
/
+245
2014-04-28
perf tests: Add a test case for hists filtering
Namhyung Kim
4
-0
/
+321
2014-04-28
perf tests: Factor out fake_setup_machine()
Namhyung Kim
4
-139
/
+195
[next]