summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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
2022-04-22sched/fair: Move calculate of avg_load to a better locationzgpeng-2/+3
2022-04-22psi: Fix trigger being fired unexpectedly at initialHailong Liu-1/+2
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver-4/+18
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-30/+35
2022-04-21kcov: don't generate a warning on vm_insert_page()'s failureAleksandr Nogikh-2/+5
2022-04-21workqueue: Restrict kworker in the offline CPU pool running on housekeeping CPUsZqiang-1/+1
2022-04-21ftrace: fix building with SYSCTL=y but DYNAMIC_FTRACE=nLuis Chamberlain-0/+6
2022-04-21latencytop: move sysctl to its own fileliaohua-22/+29
2022-04-21ftrace: fix building with SYSCTL=n but DYNAMIC_FTRACE=yLuis Chamberlain-37/+34
2022-04-21bpf: Move check_ptr_off_reg before check_map_accessKumar Kartikeya Dwivedi-38/+38
2022-04-21bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi-31/+89
2022-04-20rcuscale: Allow rcuscale without RCU Tasks Rude/TracePaul E. McKenney-3/+11
2022-04-20rcuscale: Allow rcuscale without RCU TasksPaul E. McKenney-2/+11
2022-04-20refscale: Allow refscale without RCU Tasks Rude/TracePaul E. McKenney-3/+11
2022-04-20refscale: Allow refscale without RCU TasksPaul E. McKenney-2/+11
2022-04-20rcutorture: Allow rcutorture without RCU Tasks RudePaul E. McKenney-9/+26
2022-04-20rcutorture: Allow rcutorture without RCU TasksPaul E. McKenney-7/+25