summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracing: Reset the function filter after completing trampoline/graph selftestLi Huafei2022-05-251-0/+3
* tracing: Have event format check not flag %p* on __get_dynamic_array()Steven Rostedt (Google)2022-05-251-6/+7
* tracing: Remove check of list iterator against head past the loop bodyJakob Koschel2022-04-273-20/+26
* tracing: Replace usage of found with dedicated list iterator variableJakob Koschel2022-04-272-21/+18
* tracing: Remove usage of list iterator variable after the loopJakob Koschel2022-04-271-8/+7
* tracing: Remove usage of list iterator after the loop bodyJakob Koschel2022-04-271-4/+9
* tracing: Add documentation for trace clock taiKurt Kanzenbach2022-04-271-0/+12
* tracing: Introduce trace clock taiKurt Kanzenbach2022-04-271-0/+1
* ring-buffer: Have 32 bit time stamps use all 64 bitsSteven Rostedt (Google)2022-04-271-10/+18
* ring-buffer: Have absolute time stamps handle large numbersSteven Rostedt (Google)2022-04-271-5/+44
* tracing: make tracer_init_tracefs initcall asynchronousMark-PK Tsai2022-04-261-10/+22
* tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai2022-04-261-0/+7
* ring-buffer: Simplify if-if to if-elseWan Jiabing2022-04-261-2/+2
* tracing: Use WARN instead of printk and WARN_ONGuo Zhengkui2022-04-261-9/+3
* tracing: Fix sleeping function called from invalid context on RT kernelJun Miao2022-04-261-3/+3
* tracing: Change `if (strlen(glob))` to `if (glob[0])`Ammar Faizi2022-04-261-1/+1
* tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_par...Ammar Faizi2022-04-261-1/+2
* tracing: Make tp_printk work on syscall tracepointsJeff Xie2022-04-261-24/+11
* docs: bootconfig: Add how to embed the bootconfig into kernelMasami Hiramatsu2022-04-261-3/+28
* bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu2022-04-268-11/+75
* bootconfig: Check the checksum before removing the bootconfig from initrdMasami Hiramatsu2022-04-261-12/+10
* bootconfig: Make the bootconfig.o as a normal object fileMasami Hiramatsu2022-04-261-1/+1
* tracing: Fix tracing_map_sort_entries() kernel-doc commentYang Li2022-04-261-1/+2
* MAINTAINERS: Enlarge coverage of TRACING inside architecturesChristophe Leroy2022-04-261-2/+2
* tracing: Fix kernel-docJiapeng Chong2022-04-261-1/+1
* tracing: Fix inconsistent style of mini-HOWTOOscar Shiang2022-04-261-2/+2
* tracing: Separate hist state updates from hist registrationTom Zanussi2022-04-261-18/+48
* tracing: Have existing event_command.parse() implementations use helpersTom Zanussi2022-04-264-151/+69
* tracing: Remove redundant trigger_ops paramsTom Zanussi2022-04-264-60/+36
* tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi2022-04-263-77/+45
* tracing: Cleanup double word in commentTom Rix2022-04-261-2/+2
* timekeeping: Introduce fast accessor to clock taiKurt Kanzenbach2022-04-143-0/+19
* Linux 5.18-rc2v5.18-rc2Linus Torvalds2022-04-111-1/+1
* Merge tag 'tty-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-04-101-10/+10
|\
| * tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned, part II.Jiri Slaby2022-04-041-10/+10
* | Merge tag 'staging-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-101-1/+1
|\ \
| * | staging: r8188eu: Fix PPPoE tag insertion on little endian systemsGuenter Roeck2022-04-041-1/+1
| |/
* | Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-104-48/+4
|\ \
| * | kobject: kobj_type: remove default_attrsGreg Kroah-Hartman2022-04-053-46/+0
| * | powerpc/pseries/vas: use default_groups in kobj_typeGreg Kroah-Hartman2022-04-051-2/+4
| |/
* | Merge tag 'char-misc-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-101-8/+8
|\ \
| * | habanalabs: Fix test build failuresGuenter Roeck2022-04-041-8/+8
| |/
* | Merge tag 'powerpc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-04-1015-35/+169
|\ \
| * | Revert "powerpc: Set max_mapnr correctly"Kefeng Wang2022-04-071-1/+1
| * | powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang2022-04-071-1/+5
| * | KVM: PPC: Move kvmhv_on_pseries() into kvm_ppc.hMichael Ellerman2022-04-032-12/+12
| * | powerpc/numa: Handle partially initialized numa nodesSrikar Dronamraju2022-03-311-1/+1
| * | powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.SChristophe Leroy2022-03-281-2/+8
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-03-289-18/+142
| |\ \
| | * | KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin2022-03-083-1/+31