index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tc
/
tc-driver.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-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
2014-04-24
perf hists/tui: Count callchain rows separately
Namhyung Kim
1
-20
/
+43
2014-04-24
perf top/tui: Update nr_entries properly after a filter is applied
Namhyung Kim
2
-4
/
+22
2014-04-24
perf ui/tui: Rename hist_browser__update_nr_entries()
Namhyung Kim
1
-9
/
+8
2014-04-24
perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()
Namhyung Kim
1
-3
/
+3
2014-04-24
perf hists: Add missing update on filtered stats in hists__decay_entries()
Namhyung Kim
1
-2
/
+9
2014-04-24
perf tools: Account entry stats when it's added to the output tree
Namhyung Kim
4
-21
/
+20
2014-04-24
perf hists: Collapse expanded callchains after filter is applied
Namhyung Kim
1
-2
/
+2
2014-04-24
perf hists: Add a couple of hists stat helper functions
Namhyung Kim
3
-25
/
+40
2014-04-24
perf hists: Move column length calculation out of hists__inc_stats()
Namhyung Kim
2
-1
/
+6
2014-04-24
perf hists: Rename hists__inc_stats()
Namhyung Kim
3
-5
/
+5
2014-04-24
perf report: Count number of entries separately
Namhyung Kim
1
-20
/
+22
2014-04-24
perf/x86: Fix RAPL rdmsrl_safe() usage
Stephane Eranian
1
-1
/
+2
2014-04-23
tools lib traceevent: Fix memory leak in pretty_print()
Steven Rostedt
1
-0
/
+1
2014-04-23
tools lib traceevent: Fix backward compatibility macros for pevent filter enums
Steven Rostedt
1
-2
/
+2
2014-04-23
perf tools: Disable libdw unwind for all but x86 arch
Jiri Olsa
1
-0
/
+8
2014-04-23
perf tests x86: Fix memory leak in sample_ustack()
Masanari Iida
1
-0
/
+1
2014-04-22
perf callchain: Add generic report parse callchain callback function
Don Zickus
3
-78
/
+82
2014-04-22
perf kmem: Utilize the new generic cpunode_map
Don Zickus
1
-75
/
+3
2014-04-22
perf tools: Use cpu/possible instead of cpu/kernel_max
Don Zickus
1
-1
/
+1
2014-04-22
perf tools: Allow ability to map cpus to nodes easily
Don Zickus
2
-0
/
+195
2014-04-22
perf tools: Fix pmu object compilation error
Jiri Olsa
1
-3
/
+3
2014-04-20
um: Memory corruption on startup
Anton Ivanov
3
-0
/
+8
2014-04-20
um: Missing pipe handling
Anton Ivanov
1
-0
/
+1
2014-04-20
uml: Simplify tempdir logic.
Tristan Schmelcher
1
-297
/
+75
2014-04-20
Linux 3.15-rc2
v3.15-rc2
Linus Torvalds
1
-1
/
+1
[next]