summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-04-27tracing: Replace usage of found with dedicated list iterator variableJakob Koschel-21/+18
2022-04-27tracing: Remove usage of list iterator variable after the loopJakob Koschel-8/+7
2022-04-27tracing: Remove usage of list iterator after the loop bodyJakob Koschel-4/+9
2022-04-27tracing: Introduce trace clock taiKurt Kanzenbach-0/+1
2022-04-27ring-buffer: Have 32 bit time stamps use all 64 bitsSteven Rostedt (Google)-10/+18
2022-04-27ring-buffer: Have absolute time stamps handle large numbersSteven Rostedt (Google)-5/+44
2022-04-27x86/split_lock: Make life miserable for split lockersTony Luck-0/+5
2022-04-26tracing: make tracer_init_tracefs initcall asynchronousMark-PK Tsai-10/+22
2022-04-26tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai-0/+7
2022-04-26ring-buffer: Simplify if-if to if-elseWan Jiabing-2/+2
2022-04-26tracing: Use WARN instead of printk and WARN_ONGuo Zhengkui-9/+3
2022-04-26tracing: Fix sleeping function called from invalid context on RT kernelJun Miao-3/+3
2022-04-26tracing: Change `if (strlen(glob))` to `if (glob[0])`Ammar Faizi-1/+1
2022-04-26tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_par...Ammar Faizi-1/+2
2022-04-26tracing: Make tp_printk work on syscall tracepointsJeff Xie-24/+11
2022-04-26tracing: Fix tracing_map_sort_entries() kernel-doc commentYang Li-1/+2
2022-04-26tracing: Fix kernel-docJiapeng Chong-1/+1
2022-04-26tracing: Fix inconsistent style of mini-HOWTOOscar Shiang-2/+2
2022-04-26tracing: Separate hist state updates from hist registrationTom Zanussi-18/+48
2022-04-26tracing: Have existing event_command.parse() implementations use helpersTom Zanussi-151/+69
2022-04-26tracing: Remove redundant trigger_ops paramsTom Zanussi-60/+36
2022-04-26tracing: Remove logic for registering multiple event triggers at a timeTom Zanussi-77/+45
2022-04-26tracing: Cleanup double word in commentTom Rix-2/+2
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong-115/+52
2022-04-26kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is setAdam Zabrocki-1/+1
2022-04-26printk: remove @console_lockedJohn Ogness-15/+14
2022-04-26printk: extend console_lock for per-console lockingJohn Ogness-56/+205
2022-04-25bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi-7/+25
2022-04-25bpf: Teach verifier about kptr_get kfunc helpersKumar Kartikeya Dwivedi-5/+53
2022-04-25bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi-25/+204
2022-04-25bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi-0/+108
2022-04-25bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi-1/+87
2022-04-25bpf: Prevent escaping of kptr loaded from mapsKumar Kartikeya Dwivedi-7/+28
2022-04-25bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi-13/+119
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi-41/+50
2022-04-25bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi-35/+401
2022-04-25bpf: Use bpf_prog_run_array_cg_flags everywhereStanislav Fomichev-48/+24
2022-04-25kernel/kexec_core: move kexec_core sysctls into its own fileyingelin-13/+22
2022-04-25genirq/matrix: Remove redundant assignment to variable 'end'Colin Ian King-1/+1
2022-04-25timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick i...Nicholas Piggin-2/+10
2022-04-25audit: use fsnotify group lock helpersAmir Goldstein-16/+16
2022-04-25fsnotify: make allow_dups a property of the groupAmir Goldstein-2/+2
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein-3/+4
2022-04-24Merge tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+5
2022-04-24Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+6
2022-04-22PM: CXL: Disable suspendDan Williams-3/+7
2022-04-23bpf: Allow attach TRACING programs through LINK_CREATE commandAndrii Nakryiko-54/+56
2022-04-22printk: add kthread console printersJohn Ogness-22/+307
2022-04-22printk: add functions to prefer direct printingJohn Ogness-2/+65
2022-04-22printk: add pr_flush()John Ogness-0/+83