summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-27ring-buffer: Have 32 bit time stamps use all 64 bitsSteven Rostedt (Google)
2022-04-27ring-buffer: Have absolute time stamps handle large numbersSteven Rostedt (Google)
2022-04-26tracing: make tracer_init_tracefs initcall asynchronousMark-PK Tsai
2022-04-26tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai
2022-04-26ring-buffer: Simplify if-if to if-elseWan Jiabing
2022-04-26tracing: Use WARN instead of printk and WARN_ONGuo Zhengkui
2022-04-26tracing: Fix sleeping function called from invalid context on RT kernelJun Miao
2022-04-26tracing: Change `if (strlen(glob))` to `if (glob[0])`Ammar Faizi
2022-04-26tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_par...Ammar Faizi
2022-04-26tracing: Make tp_printk work on syscall tracepointsJeff Xie
2022-04-26docs: bootconfig: Add how to embed the bootconfig into kernelMasami Hiramatsu
2022-04-26bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu
2022-04-26bootconfig: Check the checksum before removing the bootconfig from initrdMasami Hiramatsu
2022-04-26bootconfig: Make the bootconfig.o as a normal object fileMasami Hiramatsu
2022-04-26tracing: Fix tracing_map_sort_entries() kernel-doc commentYang Li
2022-04-26MAINTAINERS: Enlarge coverage of TRACING inside architecturesChristophe Leroy
2022-04-26tracing: Fix kernel-docJiapeng Chong
2022-04-26tracing: Fix inconsistent style of mini-HOWTOOscar Shiang
2022-04-26tracing: Separate hist state updates from hist registrationTom Zanussi
2022-04-26tracing: Have existing event_command.parse() implementations use helpersTom Zanussi
2022-04-26tracing: Remove redundant trigger_ops paramsTom Zanussi
2022-04-26tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi
2022-04-26tracing: Cleanup double word in commentTom Rix
2022-04-14timekeeping: Introduce fast accessor to clock taiKurt Kanzenbach
2022-04-10Linux 5.18-rc2Linus Torvalds
2022-04-10Merge tag 'tty-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-04-10Merge tag 'staging-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-10Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-04-10Merge tag 'char-misc-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-04-10Merge tag 'powerpc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-04-10Merge tag 'irq-urgent-2022-04-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-10Merge tag 'x86_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-10Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-04-10Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-04-10Merge tag 'sched_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-04-09Merge tag 'perf-tools-fixes-for-v5.18-2022-04-09' of git://git.kernel.org/pub...Linus Torvalds
2022-04-09Merge tag 'cxl+nvdimm-for-5.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-04-09Merge tag 'gpio-fixes-for-v5.18-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-04-09Merge tag 'irqchip-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner
2022-04-09perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ...Ian Rogers
2022-04-09perf tools: Add external commands to list-cmdsMichael Petlan
2022-04-09perf docs: Add perf-iostat link to manpagesMichael Petlan
2022-04-09perf session: Remap buf if there is no space for eventDenis Nikitin
2022-04-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2022-04-09perf bench: Fix epoll bench to correct usage of affinity for machines with #C...Athira Rajeev
2022-04-09perf bench: Fix futex bench to correct usage of affinity for machines with #C...Athira Rajeev
2022-04-09perf tools: Fix perf's libperf_print callbackAdrian Hunter
2022-04-09perf: arm-spe: Fix perf report --mem-modeJames Clark
2022-04-09perf unwind: Don't show unwind error messages when augmenting frame pointer s...James Clark
2022-04-09tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo