summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-04-26tracing: Make tp_printk work on syscall tracepointsJeff Xie
2022-04-26tracing: Fix tracing_map_sort_entries() kernel-doc commentYang Li
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-26bpf: Compute map_btf_id during build timeMenglong Dong
2022-04-26kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is setAdam Zabrocki
2022-04-26printk: remove @console_lockedJohn Ogness
2022-04-26printk: extend console_lock for per-console lockingJohn Ogness
2022-04-25bpf: Make BTF type match stricter for release argumentsKumar Kartikeya Dwivedi
2022-04-25bpf: Teach verifier about kptr_get kfunc helpersKumar Kartikeya Dwivedi
2022-04-25bpf: Wire up freeing of referenced kptrKumar Kartikeya Dwivedi
2022-04-25bpf: Populate pairs of btf_id and destructor kfunc in btfKumar Kartikeya Dwivedi
2022-04-25bpf: Adapt copy_map_value for multiple offset caseKumar Kartikeya Dwivedi
2022-04-25bpf: Prevent escaping of kptr loaded from mapsKumar Kartikeya Dwivedi
2022-04-25bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi
2022-04-25bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi
2022-04-25bpf: Use bpf_prog_run_array_cg_flags everywhereStanislav Fomichev
2022-04-25kernel/kexec_core: move kexec_core sysctls into its own fileyingelin
2022-04-25genirq/matrix: Remove redundant assignment to variable 'end'Colin Ian King
2022-04-25timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick i...Nicholas Piggin
2022-04-25audit: use fsnotify group lock helpersAmir Goldstein
2022-04-25fsnotify: make allow_dups a property of the groupAmir Goldstein
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein
2022-04-24Merge tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-04-24Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-04-22PM: CXL: Disable suspendDan Williams
2022-04-23bpf: Allow attach TRACING programs through LINK_CREATE commandAndrii Nakryiko
2022-04-22printk: add kthread console printersJohn Ogness
2022-04-22printk: add functions to prefer direct printingJohn Ogness
2022-04-22printk: add pr_flush()John Ogness
2022-04-22printk: move buffer definitions into console_emit_next_record() callerJohn Ogness
2022-04-22printk: refactor and rework printing logicJohn Ogness
2022-04-22printk: add con_printk() macro for console detailsJohn Ogness
2022-04-22printk: call boot_delay_msec() in printk_delay()John Ogness
2022-04-22printk: get caller_id/timestamp after migration disableJohn Ogness
2022-04-22printk: wake waiters for safe and NMI contextsJohn Ogness
2022-04-22printk: wake up all waitersJohn Ogness
2022-04-22printk: add missing memory barrier to wake_up_klogd()John Ogness
2022-04-22printk: rename cpulock functionsJohn Ogness
2022-04-22arm64/sme: Implement vector length configuration prctl()sMark Brown
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf
2022-04-22sched/fair: Revise comment about lb decision matrixTao Zhou
2022-04-22sched/psi: report zeroes for CPU full at the system levelChengming Zhou
2022-04-22sched/fair: Delete useless condition in tg_unthrottle_up()Chengming Zhou