]> asedeno.scripts.mit.edu Git - linux.git/shortlog
linux.git
2020-02-01 Tom Zanussitracing: Use seq_buf for building dynevent_cmd string
2020-02-01 Tom Zanussitracing: Remove useless code in dynevent_arg_pair_add()
2020-02-01 Tom Zanussitracing: Remove check_arg() callbacks from dynevent args
2020-01-31 Tom Zanussitracing: Consolidate some synth_event_trace code
2020-01-31 Tom Zanussitracing: Fix now invalid var_ref_vals assumption in...
2020-01-31 Tom Zanussitracing: Change trace_boot to use synth_event interface
2020-01-30 Steven Rostedt (VMware)tracing: Move tracing selftests to bottom of menu
2020-01-30 Steven Rostedt (VMware)tracing: Move mmio tracer config up with the other tracers
2020-01-30 Steven Rostedt (VMware)tracing: Move tracing test module configs together
2020-01-30 Steven Rostedt (VMware)tracing: Move all function tracing configs together
2020-01-30 Tom Zanussitracing: Documentation for in-kernel synthetic event API
2020-01-30 Tom Zanussitracing: Add kprobe event command generation test module
2020-01-30 Tom Zanussitracing: Change trace_boot to use kprobe_event interface
2020-01-30 Tom Zanussitracing: Add kprobe event command generation functions
2020-01-30 Tom Zanussitracing: Add synth event generation test module
2020-01-30 Tom Zanussitracing: Add synth_event_trace() and related functions
2020-01-30 Tom Zanussitracing: Add synthetic event command generation functions
2020-01-30 Tom Zanussitracing: Add dynamic event command creation interface
2020-01-30 Tom Zanussitracing: Add synth_event_delete()
2020-01-30 Tom Zanussitracing: Add trace_get/put_event_file()
2020-01-30 Tom Zanussitracing: Add trace_array_find/_get() to find instance...
2020-01-30 Vasily Averintrigger_next should increase position index
2020-01-30 Vasily Averintracing: eval_map_next() should always increase positio...
2020-01-30 Vasily Averinftrace: fpid_next() should increase position index
2020-01-30 Mathieu Desnoyerstracing: Fix sched switch start/stop refcount racy updates
2020-01-29 Masami Hiramatsutracing/boot: Move external function declarations to...
2020-01-29 Masami Hiramatsutracing/boot: Include required headers and sort it...
2020-01-29 Tom Zanussitracing: Add new testcases for hist trigger parsing errors
2020-01-29 Tom Zanussitracing: Add 'hist:' to hist trigger error log error string
2020-01-29 Tom Zanussitracing: Add hist trigger error messages for sort speci...
2020-01-29 Tom Zanussitracing: Simplify assignment parsing for hist triggers
2020-01-29 Mauro Carvalho Chehabdocs: tracing: Fix a broken label
2020-01-25 Steven Rostedt (VMware)tracing: Use pr_err() instead of WARN() for memory failures
2020-01-25 Steven Rostedt (VMware)tracing: Decrement trace_array when bootconfig creates...
2020-01-24 Hou Pengyangtracing: Fix comments about trace/ftrace.h
2020-01-24 Dan Carpentertracing: Remove unneeded NULL check
2020-01-24 Josef Baciktracing: Set kernel_stack's caller size properly
2020-01-24 Luis Henriquestracing: Fix tracing_stat return values in error handli...
2020-01-24 Steven Rostedt (VMware)tracing: Fix very unlikely race of registering two...
2020-01-22 Alex Shitrace/kprobe: Remove unused MAX_KPROBE_CMDLINE_SIZE
2020-01-22 Steven Rostedt (VMware)tracing: Fix uninitialized buffer var on early exit...
2020-01-21 Dan Carpentertracing/boot: Fix an IS_ERR() vs NULL bug
2020-01-21 Alex Shitracing: Remove unused TRACE_SEQ_BUF_USED
2020-01-21 Alex Shiring-buffer: Remove abandoned macro RB_MISSED_FLAGS
2020-01-21 Colin Ian Kingtools: bootconfig: Fix spelling mistake "faile" -> "failed"
2020-01-21 Masami HiramatsuDocumentation: tracing: Fix typos in boot-time tracing...
2020-01-21 Masami HiramatsuDocumentation: bootconfig: Fix typos in bootconfig...
2020-01-21 Masami Hiramatsubootconfig: Fix Kconfig help message for BOOT_CONFIG
2020-01-21 Alex Shiftrace: Remove NR_TO_INIT macro
2020-01-21 Alex Shiftrace: Remove abandoned macros
2020-01-16 Steven Rostedt (VMware)tracing: Allow trace_printk() to nest in other tracing code
2020-01-14 Steven Rostedt (VMware)ring-buffer: Fix kernel doc for rb_update_event()
2020-01-14 Fabian Frederickring-bufer: kernel-doc warning fixes
2020-01-13 Masami Hiramatsutracing: trigger: Replace unneeded RCU-list traversals
2020-01-13 Masami HiramatsuDocumentation: tracing: Add boot-time tracing document
2020-01-13 Masami Hiramatsutracing/boot: Add function tracer filter options
2020-01-13 Masami Hiramatsutracing/boot: Add cpu_mask option support
2020-01-13 Masami Hiramatsutracing/boot: Add instance node support
2020-01-13 Masami Hiramatsutracing/boot: Add synthetic event support
2020-01-13 Masami Hiramatsutracing/boot Add kprobe event support
2020-01-13 Masami Hiramatsutracing/boot: Add per-event settings
2020-01-13 Masami Hiramatsutracing/boot: Add boot-time tracing
2020-01-13 Masami Hiramatsutracing: Add NULL trace-array check in print_synth_event()
2020-01-13 Masami Hiramatsutracing: Accept different type for synthetic event fields
2020-01-13 Masami Hiramatsutracing: kprobes: Register to dynevent earlier stage
2020-01-13 Masami Hiramatsutracing: kprobes: Output kprobe event to printk buffer
2020-01-13 Masami Hiramatsutracing: Apply soft-disabled and filter to tracepoints...
2020-01-13 Masami HiramatsuDocumentation: bootconfig: Add a doc for extended boot...
2020-01-13 Masami Hiramatsubootconfig: init: Allow admin to use bootconfig for...
2020-01-13 Masami Hiramatsubootconfig: init: Allow admin to use bootconfig for...
2020-01-13 Masami Hiramatsuinit/main.c: Alloc initcall_command_line in do_initcall...
2020-01-13 Masami Hiramatsuproc: bootconfig: Add /proc/bootconfig to show boot...
2020-01-13 Masami Hiramatsutools: bootconfig: Add bootconfig test script
2020-01-13 Masami Hiramatsutools: bootconfig: Add bootconfig command
2020-01-13 Masami Hiramatsubootconfig: Load boot config from the tail of initrd
2020-01-13 Masami Hiramatsubootconfig: Add Extra Boot Config support
2020-01-13 Steven Rostedt (VMware)tracing: Make struct ring_buffer less ambiguous
2020-01-13 Steven Rostedt (VMware)tracing: Rename trace_buffer to array_buffer
2020-01-13 Steven Rostedt (VMware)perf: Make struct ring_buffer less ambiguous
2020-01-13 Linus TorvaldsLinux 5.5-rc6 v5.5-rc6
2020-01-13 Linus TorvaldsMerge tag 'riscv/for-v5.5-rc6' of git://git.kernel...
2020-01-12 Guo Renriscv: Fixup obvious bug for fp-regs reset
2020-01-12 Yash Shahriscv: move sifive_l2_cache.h to include/soc
2020-01-12 Linus TorvaldsMerge tag 'iommu-fixes-v5.5-rc5' of git://git.kernel...
2020-01-11 Linus TorvaldsMerge branch 'i2c/for-current' of git://git.kernel...
2020-01-11 Linus TorvaldsMerge tag 'clone3-tls-v5.5-rc6' of git://git.kernel...
2020-01-10 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2020-01-10 Linus TorvaldsMerge tag 'usb-5.5-rc6' of git://git.kernel.org/pub...
2020-01-10 Linus TorvaldsMerge tag 'char-misc-5.5-rc6' of git://git.kernel.org...
2020-01-10 Linus TorvaldsMerge tag 'staging-5.5-rc6' of git://git.kernel.org...
2020-01-10 Linus TorvaldsMerge tag 'tty-5.5-rc6' of git://git.kernel.org/pub...
2020-01-10 Linus TorvaldsMerge tag 'block-5.5-2020-01-10' of git://git.kernel...
2020-01-10 Linus TorvaldsMerge tag 'io_uring-5.5-2020-01-10' of git://git.kernel...
2020-01-10 Linus TorvaldsMerge tag 'mtd/fixes-for-5.5-rc6' of git://git.kernel...
2020-01-10 Linus TorvaldsMerge tag 'sound-5.5-rc6' of git://git.kernel.org/pub...
2020-01-10 Linus TorvaldsMerge tag 'thermal-v5.5-rc5' of git://git.kernel.org...
2020-01-10 Linus TorvaldsMerge tag 'pm-5.5-rc6' of git://git.kernel.org/pub...
2020-01-10 Amit Engelnvmet: fix per feat data len for get_feature
2020-01-10 Keith Buschnvme: Translate more status codes to blk_status_t
2020-01-10 Jiri KosinaHID: hidraw, uhid: Always report EPOLLOUT
next