Age | Commit message (Expand) | Author |
2022-08-05 | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2022-08-04 | rv: Unlock on error path in rv_unregister_reactor() | Dan Carpenter |
2022-08-03 | Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2022-08-02 | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-08-02 | tracing/eprobe: Show syntax error logs in error_log file | Masami Hiramatsu (Google) |
2022-08-02 | tracing: Use free_trace_buffer() in allocate_trace_buffers() | Zhiqiang Liu |
2022-07-30 | rv/reactor: Add the panic reactor | Daniel Bristot de Oliveira |
2022-07-30 | rv/reactor: Add the printk reactor | Daniel Bristot de Oliveira |
2022-07-30 | rv/monitor: Add the wwnr monitor | Daniel Bristot de Oliveira |
2022-07-30 | rv/monitor: Add the wip monitor | Daniel Bristot de Oliveira |
2022-07-30 | rv/monitor: Add the wip monitor skeleton created by dot2k | Daniel Bristot de Oliveira |
2022-07-30 | Documentation/rv: Add a basic documentation | Daniel Bristot de Oliveira |
2022-07-30 | rv/include: Add deterministic automata monitor definition via C macros | Daniel Bristot de Oliveira |
2022-07-30 | rv: Add runtime reactors interface | Daniel Bristot de Oliveira |
2022-07-30 | rv: Add Runtime Verification (RV) interface | Daniel Bristot de Oliveira |
2022-07-24 | tracing: Auto generate event name when creating a group of events | Linyu Yuan |
2022-07-24 | tracing: eprobe: Remove duplicate is_good_name() operation | Linyu Yuan |
2022-07-24 | tracing: eprobe: Add missing log index | Linyu Yuan |
2022-07-22 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-07-22 | ftrace: Allow IPMODIFY and DIRECT ops on the same function | Song Liu |
2022-07-22 | ftrace: Add modify_ftrace_direct_multi_nolock | Song Liu |
2022-07-15 | blktrace: Fix the blk_fill_rwbs() kernel-doc header | Bart Van Assche |
2022-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-07-14 | blktrace: Use the new blk_opf_t type | Bart Van Assche |
2022-07-14 | blktrace: Trace remapped requests correctly | Bart Van Assche |
2022-07-14 | block: remove bdevname | Christoph Hellwig |
2022-07-12 | tracing/histograms: Simplify create_hist_fields() | Zheng Yejian |
2022-07-12 | tracing/user_events: Fix syntax errors in comments | Xiang wangx |
2022-07-12 | ftrace: Be more specific about arch impact when function tracer is enabled | Steven Rostedt (Google) |
2022-07-12 | tracing: Fix sleeping while atomic in kdb ftdump | Douglas Anderson |
2022-07-12 | tracing/histograms: Fix memory leak problem | Zheng Yejian |
2022-07-09 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-07-05 | context_tracking: Take NMI eqs entrypoints over RCU | Frederic Weisbecker |
2022-07-05 | context_tracking: Take IRQ eqs entrypoints over RCU | Frederic Weisbecker |
2022-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-06-28 | block: simplify blktrace sysfs attribute creation | Christoph Hellwig |
2022-06-24 | Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-06-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-06-23 | Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-06-20 | uprobe: gate bpf call behind BPF_EVENTS | Delyan Kratunov |
2022-06-17 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2022-06-17 | tracing/uprobes: Remove unwanted initialization in __trace_uprobe_create() | Gautam Menghani |
2022-06-17 | tracing: Simplify conditional compilation code in tracing_set_tracer() | sunliming |
2022-06-17 | tracing/kprobes: Check whether get_kretprobe() returns NULL in kretprobe_disp... | Masami Hiramatsu (Google) |
2022-06-17 | rethook: Reject getting a rethook if RCU is not watching | Masami Hiramatsu (Google) |
2022-06-17 | block: serialize all debugfs operations using q->debugfs_mutex | Christoph Hellwig |
2022-06-16 | bpf: Force cookies array to follow symbols sorting | Jiri Olsa |
2022-06-16 | ftrace: Keep address offset in ftrace_lookup_symbols | Jiri Olsa |
2022-06-16 | bpf: implement sleepable uprobes by chaining gps | Delyan Kratunov |