summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2017-04-28bpf: bpf_lock on kallsysms doesn't need to be irqsaveHannes Frederic Sowa
2017-04-28cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()Tejun Heo
2017-04-27sched/cputime: Fix ksoftirqd cputime accounting regressionFrederic Weisbecker
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin
2017-04-24kallsyms: Use bounded strnchr() when parsing stringNaveen N. Rao
2017-04-24bpf: make bpf_xdp_adjust_head support mandatoryDaniel Borkmann
2017-04-23Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-04-21signal: Make kill_proc_info staticEric W. Biederman
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-21rlimit: Properly call security_task_setrlimitEric W. Biederman
2017-04-21net: Remove NET_CORE_BUDGET_USECS from sysctl binary interface.David S. Miller
2017-04-21Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead
2017-04-21padata: get_next is never NULLJason A. Donenfeld
2017-04-20tracing/ftrace: Allow for instances to trigger their own stacktrace probesSteven Rostedt (VMware)
2017-04-20tracing/ftrace: Allow for the traceonoff probe be unique to instancesSteven Rostedt (VMware)
2017-04-20tracing/ftrace: Enable snapshot function trigger to work with instancesSteven Rostedt (VMware)
2017-04-20tracing/ftrace: Allow instances to have their own function probesSteven Rostedt (VMware)
2017-04-20tracing/ftrace: Add a better way to pass data via the probe functionsSteven Rostedt (VMware)
2017-04-20ftrace: Dynamically create the probe ftrace_ops for the trace_arraySteven Rostedt (VMware)
2017-04-20tracing: Pass the trace_array into ftrace_probe_ops functionsSteven Rostedt (VMware)
2017-04-20tracing: Have the trace_array hold the list of registered func probesSteven Rostedt (VMware)
2017-04-20ftrace: If the hash for a probe fails to update then free what was initializedSteven Rostedt (VMware)
2017-04-20ftrace: Have the function probes call their own functionSteven Rostedt (VMware)
2017-04-20ftrace: Have each function probe use its own ftrace_opsSteven Rostedt (VMware)
2017-04-20ftrace: Have unregister_ftrace_function_probe_func() return a valueSteven Rostedt (VMware)
2017-04-20ftrace: Add helper function ftrace_hash_move_and_update_ops()Steven Rostedt (VMware)
2017-04-20ftrace: Remove data field from ftrace_func_probe structureSteven Rostedt (VMware)
2017-04-20ftrace: Remove printing of data in showing of a function probeSteven Rostedt (VMware)
2017-04-20ftrace: Remove unused unregister_ftrace_function_probe_all() functionSteven Rostedt (VMware)
2017-04-20ftrace: Remove unused unregister_ftrace_function_probe() functionSteven Rostedt (VMware)
2017-04-20ftrace: Convert the rest of the function trigger over to the mapping functionsSteven Rostedt (VMware)
2017-04-20tracing: Have the snapshot trigger use the mapping helper functionsSteven Rostedt (VMware)
2017-04-20ftrace: Added ftrace_func_mapper for function probe triggersSteven Rostedt (VMware)
2017-04-20ftrace: Pass probe ops to probe functionSteven Rostedt (VMware)
2017-04-20ftrace: Remove unused "flags" field from struct ftrace_func_probeSteven Rostedt (VMware)
2017-04-20ftrace: Move the function commands into the tracing directorySteven Rostedt (VMware)
2017-04-20Merge tag 'trace-v4.11-rc5-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-04-20block: remove the errors field from struct requestChristoph Hellwig
2017-04-20blktrace: remove the unused block_rq_abort tracepointChristoph Hellwig
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-20Merge branch 'linus' into irq/coreThomas Gleixner
2017-04-20genirq/affinity: Fix calculating vectors to assignKeith Busch
2017-04-20powerpc/kprobes: Fix handling of function offsets on ABIv2Naveen N. Rao
2017-04-20kprobes: Convert kprobe_lookup_name() to a functionNaveen N. Rao
2017-04-20kprobes: Skip preparing optprobe if the probe is ftrace-basedMasami Hiramatsu
2017-04-20timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung
2017-04-19ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)
2017-04-19tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)
2017-04-19Merge tag 'v4.11-rc7' into drm-nextDave Airlie