index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
2016-09-09
bpf: add BPF_CALL_x macros for declaring helpers
Daniel Borkmann
2016-09-09
bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macros
Daniel Borkmann
2016-09-02
bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type
Alexei Starovoitov
2016-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-16
block: Fix secure erase
Adrian Hunter
2016-08-12
bpf: allow bpf_get_prandom_u32() to be used in tracing
Alexei Starovoitov
2016-08-12
bpf: Add bpf_current_task_under_cgroup helper
Sargun Dhillon
2016-08-07
block: rename bio bi_rw to bi_opf
Jens Axboe
2016-08-03
Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...
Linus Torvalds
2016-08-02
tracing: Fix use-after-free in hist_register_trigger()
Tom Zanussi
2016-08-02
tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_all
Steven Rostedt
2016-08-02
Makefile: Mute warning for __builtin_return_address(>0) for tracing only
Steven Rostedt
2016-07-28
Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2016-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-07-26
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-26
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-25
bpf: Add bpf_probe_write_user BPF helper to be called in tracers
Sargun Dhillon
2016-07-19
kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bug
Andrew Morton
2016-07-15
bpf: avoid stack copy and use skb ctx for event output
Daniel Borkmann
2016-07-15
bpf, perf: split bpf_perf_event_output
Daniel Borkmann
2016-07-15
perf, events: add non-linear data support for raw records
Daniel Borkmann
2016-07-09
bpf: introduce bpf_get_current_task() helper
Alexei Starovoitov
2016-07-05
ftrace: Reduce size of function graph entries
Namhyung Kim
2016-07-05
tracing: Have HIST_TRIGGERS select TRACING
Tom Zanussi
2016-07-05
tracing: Using for_each_set_bit() to simplify trace_pid_write()
Wei Yongjun
2016-07-05
ftrace: Move toplevel init out of ftrace_init_tracefs()
Steven Rostedt (Red Hat)
2016-06-30
bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_read
Daniel Borkmann
2016-06-30
bpf, trace: fetch current cpu only once
Daniel Borkmann
2016-06-30
bpf: minor cleanups on fd maps and helpers
Daniel Borkmann
2016-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-06-27
tracing/function_graph: Fix filters for function_graph threshold
Joel Fernandes
2016-06-23
tracing: Skip more functions when doing stack tracing of events
Steven Rostedt (Red Hat)
2016-06-20
tracing: Expose CPU physical addresses (resource values) for PCI devices
Bjorn Helgaas
2016-06-20
tracing: Show the preempt count of when the event was called
Steven Rostedt (Red Hat)
2016-06-20
tracing: Choose static tp_printk buffer by explicit nesting count
Andy Lutomirski
2016-06-20
tracing: expose current->comm to [ku]probe events
Omar Sandoval
2016-06-20
ftrace: Have set_ftrace_pid use the bitmap like events do
Steven Rostedt (Red Hat)
2016-06-20
tracing: Move pid_list write processing into its own function
Steven Rostedt (Red Hat)
2016-06-20
tracing: Move the pid_list seq_file functions to be global
Steven Rostedt (Red Hat)
2016-06-20
tracing: Move filtered_pid helper functions into trace.c
Steven Rostedt
2016-06-20
tracing: Make the pid filtering helper functions global
Steven Rostedt
2016-06-20
tracing: Handle NULL formats in hold_module_trace_bprintk_format()
Steven Rostedt (Red Hat)
2016-06-17
blktrace: avoid using timespec
Arnd Bergmann
2016-06-15
bpf, maps: flush own entries on perf map release
Daniel Borkmann
2016-06-15
bpf, trace: check event type in bpf_perf_event_read
Alexei Starovoitov
2016-06-15
bpf: fix matching of data/data_end in verifier
Alexei Starovoitov
2016-06-09
block: add a separate operation type for secure erase
Christoph Hellwig
2016-06-07
bpf, trace: use READ_ONCE for retrieving file ptr
Daniel Borkmann
[next]