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-15
printk: move dump stack related code to lib/dump_stack.c
Dave Young
1
-60
/
+0
2018-03-15
bpf: extend stackmap to save binary_build_id+offset instead of address
Song Liu
1
-22
/
+235
2018-03-14
genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLER
Palmer Dabbelt
2
-0
/
+20
2018-03-14
Merge branch 'linus' into irq/core to pick up dependencies.
Thomas Gleixner
29
-184
/
+317
2018-03-14
tracing: Rewrite filter logic to be simpler and faster
Steven Rostedt (VMware)
2
-1190
/
+972
2018-03-14
tracing: Clean up and document pred_funcs_##type creation and use
Steven Rostedt (VMware)
1
-14
/
+32
2018-03-14
tracing: Combine enum and arrays into single macro in filter code
Steven Rostedt (VMware)
1
-64
/
+48
2018-03-14
cpu/hotplug: Merge cpuhp_bp_states and cpuhp_ap_states
Lai Jiangshan
1
-27
/
+15
2018-03-14
jump_label: Fix sparc64 warning
Josh Poimboeuf
1
-1
/
+2
2018-03-13
workqueue: remove unused cancel_work()
Stephen Hemminger
1
-8
/
+0
2018-03-13
workqueue: use put_device() instead of kfree()
Arvind Yadav
1
-1
/
+1
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
[prev]
[next]