index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-13
perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTES
Milind Chabbi
2
-1
/
+49
2018-03-13
tracing: Unify the "boot" and "mono" tracing clocks
Thomas Gleixner
1
-1
/
+1
2018-03-13
hrtimer: Unify MONOTONIC and BOOTTIME clock behavior
Thomas Gleixner
3
-18
/
+3
2018-03-13
posix-timers: Unify MONOTONIC and BOOTTIME clock behavior
Thomas Gleixner
1
-22
/
+1
2018-03-13
timekeeping: Remove boot time specific code
Thomas Gleixner
1
-31
/
+0
2018-03-13
timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clock
Thomas Gleixner
4
-3
/
+34
2018-03-13
timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clock
Thomas Gleixner
3
-0
/
+51
2018-03-13
perf/core: Move perf_event_attr::sample_max_stack into perf_copy_attr()
Jiri Olsa
1
-3
/
+3
2018-03-13
hw_breakpoint: Add perf_event_attr fields check in __modify_user_hw_breakpoint()
Jiri Olsa
1
-2
/
+7
2018-03-13
hw_breakpoint: Factor out __modify_user_hw_breakpoint() function
Jiri Olsa
1
-17
/
+29
2018-03-13
hw_breakpoint: Add modify_bp_slot() function
Jiri Olsa
1
-7
/
+39
2018-03-13
hw_breakpoint: Pass bp_type argument to __reserve_bp_slot|__release_bp_slot()
Jiri Olsa
1
-10
/
+10
2018-03-13
hw_breakpoint: Pass bp_type directly as find_slot_idx() argument
Jiri Olsa
1
-5
/
+5
2018-03-12
error-injection: Fix to prohibit jump optimization
Masami Hiramatsu
1
-0
/
+10
2018-03-12
perf/core: Fix installing cgroup events on CPU
leilei.lin
1
-11
/
+35
2018-03-12
perf/core: Optimize perf_rotate_context() event scheduling
Peter Zijlstra
1
-23
/
+37
2018-03-12
perf/core: Fix tree based event rotation
Peter Zijlstra
1
-26
/
+18
2018-03-12
perf/core: Simpify perf_event_groups_for_each()
Peter Zijlstra
1
-7
/
+7
2018-03-12
perf/core: Optimize ctx_sched_out()
Peter Zijlstra
1
-24
/
+29
2018-03-12
perf/core: Remove perf_event::group_entry
Peter Zijlstra
1
-19
/
+18
2018-03-12
perf/core: Fix event schedule order
Peter Zijlstra
1
-49
/
+108
2018-03-12
perf/core: Cleanup the rb-tree code
Peter Zijlstra
1
-44
/
+40
2018-03-12
perf/cor: Use RB trees for pinned/flexible groups
Alexey Budankov
1
-52
/
+253
2018-03-12
perf/core: Fix perf_output_read_group()
Peter Zijlstra
1
-1
/
+2
2018-03-12
Merge tag 'v4.16-rc5' into locking/core, to pick up fixes
Ingo Molnar
2
-3
/
+6
2018-03-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+3
2018-03-11
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+3
2018-03-11
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
10
-187
/
+183
2018-03-10
tracing: Embed replace_filter_string() helper function
Steven Rostedt (VMware)
1
-18
/
+9
2018-03-10
tracing: Only add filter list when needed
Steven Rostedt (VMware)
1
-13
/
+14
2018-03-10
tracing: Remove filter allocator helper
Steven Rostedt (VMware)
1
-10
/
+2
2018-03-10
tracing: Use trace_seq instead of open code string appending
Steven Rostedt (VMware)
1
-33
/
+22
2018-03-10
tracing: Remove BUG_ON() from append_filter_string()
Steven Rostedt (VMware)
1
-1
/
+2
2018-03-10
tracing: Add inter-event blurb to HIST_TRIGGERS config option
Tom Zanussi
1
-1
/
+4
2018-03-10
tracing: Use the ring-buffer nesting to allow synthetic events to be traced
Steven Rostedt (VMware)
1
-1
/
+11
2018-03-10
ring-buffer: Add nesting for adding events within events
Steven Rostedt (VMware)
1
-3
/
+54
2018-03-10
tracing: Add a clock attribute for hist triggers
Tom Zanussi
1
-3
/
+39
2018-03-10
tracing: Make tracing_set_clock() non-static
Tom Zanussi
2
-1
/
+2
2018-03-10
tracing: Add 'last error' error facility for hist triggers
Tom Zanussi
1
-14
/
+150
2018-03-10
tracing: Add hist trigger support for variable reference aliases
Tom Zanussi
1
-7
/
+67
2018-03-10
tracing: Add cpu field for hist triggers
Tom Zanussi
1
-1
/
+27
2018-03-10
tracing: Allow whitespace to surround hist trigger filter
Tom Zanussi
1
-5
/
+32
2018-03-10
tracing: Add 'onmax' hist trigger action support
Tom Zanussi
1
-35
/
+296
2018-03-10
tracing: Add 'onmatch' hist trigger action support
Tom Zanussi
1
-13
/
+475
2018-03-10
tracing: Add support for 'field variables'
Tom Zanussi
1
-1
/
+530
2018-03-10
tracing: Add support for 'synthetic' events
Tom Zanussi
1
-2
/
+893
2018-03-10
tracing: Add hist trigger action hook
Tom Zanussi
1
-2
/
+104
2018-03-10
tracing: Add variable reference handling to hist triggers
Tom Zanussi
4
-16
/
+656
2018-03-10
tracing: Add hist_field 'type' field
Tom Zanussi
1
-0
/
+33
2018-03-10
tracing: Pass tracing_map_elt to hist_field accessor functions
Tom Zanussi
1
-34
/
+57
[prev]
[next]