summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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
2022-04-22printk: move buffer definitions into console_emit_next_record() callerJohn Ogness-17/+43
2022-04-22printk: refactor and rework printing logicJohn Ogness-213/+228
2022-04-22printk: add con_printk() macro for console detailsJohn Ogness-6/+7
2022-04-22printk: call boot_delay_msec() in printk_delay()John Ogness-3/+4
2022-04-22printk: get caller_id/timestamp after migration disableJohn Ogness-4/+6
2022-04-22printk: wake waiters for safe and NMI contextsJohn Ogness-12/+16
2022-04-22printk: wake up all waitersJohn Ogness-1/+1
2022-04-22printk: add missing memory barrier to wake_up_klogd()John Ogness-3/+36
2022-04-22printk: rename cpulock functionsJohn Ogness-35/+36
2022-04-22arm64/sme: Implement vector length configuration prctl()sMark Brown-0/+12
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf-0/+1
2022-04-22sched/fair: Revise comment about lb decision matrixTao Zhou-1/+1
2022-04-22sched/psi: report zeroes for CPU full at the system levelChengming Zhou-6/+9
2022-04-22sched/fair: Delete useless condition in tg_unthrottle_up()Chengming Zhou-1/+1
2022-04-22sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou-8/+8