summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-03-29perf/x86/pt, coresight: Clean up address filter structureAlexander Shishkin1-8/+18
2018-03-29Merge branch 'perf/urgent' into perf/coreIngo Molnar16-91/+144
2018-03-28perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds1-23/+7
2018-03-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+8
2018-03-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-12/+17
2018-03-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+16
2018-03-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-10/+34
2018-03-24Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-5/+16
2018-03-23Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-8/+6
2018-03-23tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu3-8/+6
2018-03-22Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2018-03-22Merge tag 'modules-for-v4.16-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2018-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-29/+51
2018-03-22posix-timers: Protect posix clock array access against speculationThomas Gleixner1-3/+8
2018-03-20bpf: skip unnecessary capability checkChenbo Feng1-1/+1
2018-03-20trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song1-28/+40
2018-03-20sched/debug: Adjust newlines for better alignmentJoe Lawrence1-11/+16
2018-03-20sched/debug: Fix per-task line continuation for console outputJoe Lawrence1-1/+1
2018-03-20perf/cgroup: Fix child event counting bugSong Liu1-5/+16
2018-03-20jump_label: Disable jump labels in __exit codeJosh Poimboeuf1-3/+4
2018-03-20locking/mutex: Improve documentationMatthew Wilcox1-7/+30
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+20
2018-03-19Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+1
2018-03-19Merge tag 'v4.16-rc6' into perf/core, to pick up fixesIngo Molnar6-40/+35
2018-03-18Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2018-03-16perf/core: Clear sibling list of detached eventsMark Rutland1-1/+1
2018-03-16perf: Fix sibling iterationPeter Zijlstra1-18/+16
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-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-53/+254
2018-03-12perf/core: Fix perf_output_read_group()Peter Zijlstra1-1/+2
2018-03-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+3
2018-03-11Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+3