aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-03-15printk: move dump stack related code to lib/dump_stack.cDave Young1-60/+0
2018-03-15bpf: extend stackmap to save binary_build_id+offset instead of addressSong Liu1-22/+235
2018-03-14genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2-0/+20
2018-03-14Merge branch 'linus' into irq/core to pick up dependencies.Thomas Gleixner29-184/+317
2018-03-14tracing: Rewrite filter logic to be simpler and fasterSteven Rostedt (VMware)2-1190/+972
2018-03-14tracing: Clean up and document pred_funcs_##type creation and useSteven Rostedt (VMware)1-14/+32
2018-03-14tracing: Combine enum and arrays into single macro in filter codeSteven Rostedt (VMware)1-64/+48
2018-03-14cpu/hotplug: Merge cpuhp_bp_states and cpuhp_ap_statesLai Jiangshan1-27/+15
2018-03-14jump_label: Fix sparc64 warningJosh Poimboeuf1-1/+2
2018-03-13workqueue: remove unused cancel_work()Stephen Hemminger1-8/+0
2018-03-13workqueue: use put_device() instead of kfree()Arvind Yadav1-1/+1
2018-03-13perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTESMilind Chabbi2-1/+49
2018-03-13tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner1-1/+1
2018-03-13hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner3-18/+3
2018-03-13posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner1-22/+1
2018-03-13timekeeping: Remove boot time specific codeThomas Gleixner1-31/+0
2018-03-13timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner4-3/+34
2018-03-13timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner3-0/+51
2018-03-13perf/core: Move perf_event_attr::sample_max_stack into perf_copy_attr()Jiri Olsa1-3/+3
2018-03-13hw_breakpoint: Add perf_event_attr fields check in __modify_user_hw_breakpoint()Jiri Olsa1-2/+7
2018-03-13hw_breakpoint: Factor out __modify_user_hw_breakpoint() functionJiri Olsa1-17/+29
2018-03-13hw_breakpoint: Add modify_bp_slot() functionJiri Olsa1-7/+39
2018-03-13hw_breakpoint: Pass bp_type argument to __reserve_bp_slot|__release_bp_slot()Jiri Olsa1-10/+10
2018-03-13hw_breakpoint: Pass bp_type directly as find_slot_idx() argumentJiri Olsa1-5/+5
2018-03-12error-injection: Fix to prohibit jump optimizationMasami Hiramatsu1-0/+10
2018-03-12perf/core: Fix installing cgroup events on CPUleilei.lin1-11/+35
2018-03-12perf/core: Optimize perf_rotate_context() event schedulingPeter Zijlstra1-23/+37
2018-03-12perf/core: Fix tree based event rotationPeter Zijlstra1-26/+18
2018-03-12perf/core: Simpify perf_event_groups_for_each()Peter Zijlstra1-7/+7
2018-03-12perf/core: Optimize ctx_sched_out()Peter Zijlstra1-24/+29
2018-03-12perf/core: Remove perf_event::group_entryPeter Zijlstra1-19/+18
2018-03-12perf/core: Fix event schedule orderPeter Zijlstra1-49/+108
2018-03-12perf/core: Cleanup the rb-tree codePeter Zijlstra1-44/+40
2018-03-12perf/cor: Use RB trees for pinned/flexible groupsAlexey Budankov1-52/+253
2018-03-12perf/core: Fix perf_output_read_group()Peter Zijlstra1-1/+2
2018-03-12Merge tag 'v4.16-rc5' into locking/core, to pick up fixesIngo Molnar2-3/+6
2018-03-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2018-03-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2018-03-11Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar10-187/+183
2018-03-10tracing: Embed replace_filter_string() helper functionSteven Rostedt (VMware)1-18/+9
2018-03-10tracing: Only add filter list when neededSteven Rostedt (VMware)1-13/+14
2018-03-10tracing: Remove filter allocator helperSteven Rostedt (VMware)1-10/+2
2018-03-10tracing: Use trace_seq instead of open code string appendingSteven Rostedt (VMware)1-33/+22
2018-03-10tracing: Remove BUG_ON() from append_filter_string()Steven Rostedt (VMware)1-1/+2
2018-03-10tracing: Add inter-event blurb to HIST_TRIGGERS config optionTom Zanussi1-1/+4
2018-03-10tracing: Use the ring-buffer nesting to allow synthetic events to be tracedSteven Rostedt (VMware)1-1/+11
2018-03-10ring-buffer: Add nesting for adding events within eventsSteven Rostedt (VMware)1-3/+54
2018-03-10tracing: Add a clock attribute for hist triggersTom Zanussi1-3/+39
2018-03-10tracing: Make tracing_set_clock() non-staticTom Zanussi2-1/+2
2018-03-10tracing: Add 'last error' error facility for hist triggersTom Zanussi1-14/+150