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
Age
Commit message (
Expand
)
Author
2020-01-28
docs: tracing: Fix a broken label
Mauro Carvalho Chehab
2020-01-25
tracing: Use pr_err() instead of WARN() for memory failures
Steven Rostedt (VMware)
2020-01-24
tracing: Decrement trace_array when bootconfig creates an instance
Steven Rostedt (VMware)
2020-01-24
tracing: Fix comments about trace/ftrace.h
Hou Pengyang
2020-01-24
tracing: Remove unneeded NULL check
Dan Carpenter
2020-01-24
tracing: Set kernel_stack's caller size properly
Josef Bacik
2020-01-24
tracing: Fix tracing_stat return values in error handling paths
Luis Henriques
2020-01-24
tracing: Fix very unlikely race of registering two stat tracers
Steven Rostedt (VMware)
2020-01-22
trace/kprobe: Remove unused MAX_KPROBE_CMDLINE_SIZE
Alex Shi
2020-01-22
tracing: Fix uninitialized buffer var on early exit to trace_vbprintk()
Steven Rostedt (VMware)
2020-01-21
tracing/boot: Fix an IS_ERR() vs NULL bug
Dan Carpenter
2020-01-21
tracing: Remove unused TRACE_SEQ_BUF_USED
Alex Shi
2020-01-21
ring-buffer: Remove abandoned macro RB_MISSED_FLAGS
Alex Shi
2020-01-21
tools: bootconfig: Fix spelling mistake "faile" -> "failed"
Colin Ian King
2020-01-21
Documentation: tracing: Fix typos in boot-time tracing documentation
Masami Hiramatsu
2020-01-21
Documentation: bootconfig: Fix typos in bootconfig documentation
Masami Hiramatsu
2020-01-21
bootconfig: Fix Kconfig help message for BOOT_CONFIG
Masami Hiramatsu
2020-01-21
ftrace: Remove NR_TO_INIT macro
Alex Shi
2020-01-21
ftrace: Remove abandoned macros
Alex Shi
2020-01-16
tracing: Allow trace_printk() to nest in other tracing code
Steven Rostedt (VMware)
2020-01-14
ring-buffer: Fix kernel doc for rb_update_event()
Steven Rostedt (VMware)
2020-01-14
ring-bufer: kernel-doc warning fixes
Fabian Frederick
2020-01-13
tracing: trigger: Replace unneeded RCU-list traversals
Masami Hiramatsu
2020-01-13
Documentation: tracing: Add boot-time tracing document
Masami Hiramatsu
2020-01-13
tracing/boot: Add function tracer filter options
Masami Hiramatsu
2020-01-13
tracing/boot: Add cpu_mask option support
Masami Hiramatsu
2020-01-13
tracing/boot: Add instance node support
Masami Hiramatsu
2020-01-13
tracing/boot: Add synthetic event support
Masami Hiramatsu
2020-01-13
tracing/boot Add kprobe event support
Masami Hiramatsu
2020-01-13
tracing/boot: Add per-event settings
Masami Hiramatsu
2020-01-13
tracing/boot: Add boot-time tracing
Masami Hiramatsu
2020-01-13
tracing: Add NULL trace-array check in print_synth_event()
Masami Hiramatsu
2020-01-13
tracing: Accept different type for synthetic event fields
Masami Hiramatsu
2020-01-13
tracing: kprobes: Register to dynevent earlier stage
Masami Hiramatsu
2020-01-13
tracing: kprobes: Output kprobe event to printk buffer
Masami Hiramatsu
2020-01-13
tracing: Apply soft-disabled and filter to tracepoints printk
Masami Hiramatsu
2020-01-13
Documentation: bootconfig: Add a doc for extended boot config
Masami Hiramatsu
2020-01-13
bootconfig: init: Allow admin to use bootconfig for init command line
Masami Hiramatsu
2020-01-13
bootconfig: init: Allow admin to use bootconfig for kernel command line
Masami Hiramatsu
2020-01-13
init/main.c: Alloc initcall_command_line in do_initcall() and free it
Masami Hiramatsu
2020-01-13
proc: bootconfig: Add /proc/bootconfig to show boot config list
Masami Hiramatsu
2020-01-13
tools: bootconfig: Add bootconfig test script
Masami Hiramatsu
2020-01-13
tools: bootconfig: Add bootconfig command
Masami Hiramatsu
2020-01-13
bootconfig: Load boot config from the tail of initrd
Masami Hiramatsu
2020-01-13
bootconfig: Add Extra Boot Config support
Masami Hiramatsu
2020-01-13
tracing: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
2020-01-13
tracing: Rename trace_buffer to array_buffer
Steven Rostedt (VMware)
2020-01-13
perf: Make struct ring_buffer less ambiguous
Steven Rostedt (VMware)
2020-01-12
Linux 5.5-rc6
v5.5-rc6
Linus Torvalds
2020-01-12
Merge tag 'riscv/for-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
[next]