aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2-0/+34
2016-04-19bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann1-1/+6
2016-04-19tracing: Fix unsigned comparison to zero in hist trigger codeSteven Rostedt (Red Hat)1-2/+2
2016-04-19tracing: Add hist trigger 'log2' modifierNamhyung Kim2-0/+21
2016-04-19tracing: Add support for named hist triggersTom Zanussi2-21/+141
2016-04-19tracing: Add support for named triggersTom Zanussi2-0/+156
2016-04-19tracing: Add support for multiple hist triggers per eventTom Zanussi2-35/+145
2016-04-19tracing: Add enable_hist/disable_hist triggersTom Zanussi4-31/+195
2016-04-19tracing: Remove restriction on string position in hist trigger keysTom Zanussi1-28/+35
2016-04-19tracing: Support string type key properlyNamhyung Kim1-4/+45
2016-04-19tracing: Add hist trigger support for stacktraces as keysTom Zanussi2-42/+109
2016-04-19tracing: Add hist trigger 'syscall' modifierTom Zanussi2-1/+17
2016-04-19tracing: Add hist trigger 'execname' modifierTom Zanussi2-2/+101
2016-04-19tracing: Add hist trigger 'sym' and 'sym-offset' modifiersTom Zanussi2-5/+28
2016-04-19tracing: Add hist trigger 'hex' modifier for displaying numeric fieldsTom Zanussi2-7/+60
2016-04-19tracing: Add hist trigger support for clearing a traceTom Zanussi2-3/+26
2016-04-19tracing: Add hist trigger support for pausing and continuing a traceTom Zanussi2-4/+34
2016-04-19tracing: Add hist trigger support for user-defined sorting ('sort=' param)Tom Zanussi2-4/+114
2016-04-19tracing: Add hist trigger support for compound keysTom Zanussi2-15/+36
2016-04-19tracing: Add hist trigger support for multiple values ('vals=' param)Tom Zanussi2-6/+85
2016-04-19tracing: Add 'hist' event trigger commandTom Zanussi7-0/+895
2016-04-19tracing: Update some tracing_map constants and commentsTom Zanussi2-4/+5
2016-04-19tracing: Fix TRACING_MAP KconfigSteven Rostedt (Red Hat)2-4/+1
2016-04-19tracing: Add lock-free tracing_mapTom Zanussi4-0/+1354
2016-04-19tracing: Add infrastructure to allow set_event_pid to follow childrenSteven Rostedt3-10/+79
2016-04-19tracing: Use pid bitmap instead of a pid array for set_event_pidSteven Rostedt2-124/+102
2016-04-19tracing: Rename check_ignore_pid() to ignore_this_task()Steven Rostedt1-7/+7
2016-04-19locking/pvqspinlock: Fix division by zero in qstat_read()Davidlohr Bueso1-3/+5
2016-04-18bpf: avoid warning for wrong pointer castArnd Bergmann1-2/+2
2016-04-18Merge branch 'topic/livepatch' into nextMichael Ellerman2-4/+44
2016-04-16Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+2
2016-04-15Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/g...Jiri Kosina2-4/+44
2016-04-14bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2-7/+20
2016-04-14bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann1-5/+54
2016-04-14bpf, verifier: add bpf_call_arg_meta for passing meta dataDaniel Borkmann1-17/+23
2016-04-14/proc/iomem: only expose physical resource addresses to privileged usersLinus Torvalds1-2/+11
2016-04-14livepatch: Allow architectures to specify an alternate ftrace locationMichael Ellerman1-3/+31
2016-04-14ftrace: Make ftrace_location_range() globalMichael Ellerman1-1/+13
2016-04-14bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov1-0/+1
2016-04-13sched/cpuacct: Check for NULL when using task_pt_regs()Anton Blanchard1-4/+3
2016-04-13sched/clock: Make local_clock()/cpu_clock() inlineDaniel Lezcano1-41/+1
2016-04-13sched/clock: Remove pointless test in cpu_clock/local_clockDaniel Lezcano1-8/+2
2016-04-13sched/debug: Don't dump sched debug info in SysRq-WRabin Vincent1-1/+2
2016-04-13locking/rwsem: Introduce basis for down_write_killable()Michal Hocko2-8/+45
2016-04-13locking/rwsem: Get rid of __down_write_nested()Michal Hocko1-6/+1
2016-04-13locking/lockdep: Deinline register_lock_class(), save 2328 bytesDenys Vlasenko1-1/+1
2016-04-13Merge tag 'v4.6-rc3' into perf/core, to refresh the treeIngo Molnar89-1299/+3485
2016-04-13locking/locktorture: Fix NULL pointer dereference for cleanup pathsDavidlohr Bueso1-0/+12
2016-04-13locking/locktorture: Fix deboosting NULL pointer dereferenceDavidlohr Bueso1-3/+3
2016-04-11KEYS: Move the point of trust determination to __key_link()David Howells1-1/+1