aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-25bpf: Prevent escaping of kptr loaded from mapsKumar Kartikeya Dwivedi1-7/+28
2022-04-25bpf: Allow storing referenced kptr in mapKumar Kartikeya Dwivedi3-13/+119
2022-04-25bpf: Tag argument to be released in bpf_func_protoKumar Kartikeya Dwivedi3-41/+50
2022-04-25bpf: Allow storing unreferenced kptr in mapKumar Kartikeya Dwivedi4-35/+401
2022-04-25bpf: Use bpf_prog_run_array_cg_flags everywhereStanislav Fomichev1-48/+24
2022-04-25kernel/kexec_core: move kexec_core sysctls into its own fileyingelin2-13/+22
2022-04-25genirq/matrix: Remove redundant assignment to variable 'end'Colin Ian King1-1/+1
2022-04-25timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick is stoppedNicholas Piggin1-2/+10
2022-04-25audit: use fsnotify group lock helpersAmir Goldstein1-16/+16
2022-04-25fsnotify: make allow_dups a property of the groupAmir Goldstein1-2/+2
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein3-3/+4
2022-04-24Merge tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2022-04-24Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-6/+6
2022-04-22PM: CXL: Disable suspendDan Williams3-3/+7
2022-04-23bpf: Allow attach TRACING programs through LINK_CREATE commandAndrii Nakryiko1-54/+56
2022-04-22printk: add kthread console printersJohn Ogness1-22/+307
2022-04-22printk: add functions to prefer direct printingJohn Ogness7-2/+65
2022-04-22printk: add pr_flush()John Ogness1-0/+83
2022-04-22printk: move buffer definitions into console_emit_next_record() callerJohn Ogness1-17/+43
2022-04-22printk: refactor and rework printing logicJohn Ogness1-213/+228
2022-04-22printk: add con_printk() macro for console detailsJohn Ogness1-6/+7
2022-04-22printk: call boot_delay_msec() in printk_delay()John Ogness1-3/+4
2022-04-22printk: get caller_id/timestamp after migration disableJohn Ogness1-4/+6
2022-04-22printk: wake waiters for safe and NMI contextsJohn Ogness1-12/+16
2022-04-22printk: wake up all waitersJohn Ogness1-1/+1
2022-04-22printk: add missing memory barrier to wake_up_klogd()John Ogness1-3/+36
2022-04-22printk: rename cpulock functionsJohn Ogness1-35/+36
2022-04-22arm64/sme: Implement vector length configuration prctl()sMark Brown1-0/+12
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf1-0/+1
2022-04-22sched/fair: Revise comment about lb decision matrixTao Zhou1-1/+1
2022-04-22sched/psi: report zeroes for CPU full at the system levelChengming Zhou1-6/+9
2022-04-22sched/fair: Delete useless condition in tg_unthrottle_up()Chengming Zhou1-1/+1
2022-04-22sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou3-8/+8
2022-04-22sched/fair: Move calculate of avg_load to a better locationzgpeng1-2/+3
2022-04-22psi: Fix trigger being fired unexpectedly at initialHailong Liu1-1/+2
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2-4/+18
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni7-30/+35
2022-04-21kcov: don't generate a warning on vm_insert_page()'s failureAleksandr Nogikh1-2/+5
2022-04-21workqueue: Restrict kworker in the offline CPU pool running on housekeeping CPUsZqiang1-1/+1
2022-04-21ftrace: fix building with SYSCTL=y but DYNAMIC_FTRACE=nLuis Chamberlain1-0/+6
2022-04-21latencytop: move sysctl to its own fileliaohua2-22/+29
2022-04-21ftrace: fix building with SYSCTL=n but DYNAMIC_FTRACE=yLuis Chamberlain1-37/+34
2022-04-21bpf: Move check_ptr_off_reg before check_map_accessKumar Kartikeya Dwivedi1-38/+38
2022-04-21bpf: Make btf_find_field more genericKumar Kartikeya Dwivedi1-31/+89
2022-04-20rcuscale: Allow rcuscale without RCU Tasks Rude/TracePaul E. McKenney2-3/+11
2022-04-20rcuscale: Allow rcuscale without RCU TasksPaul E. McKenney2-2/+11
2022-04-20refscale: Allow refscale without RCU Tasks Rude/TracePaul E. McKenney2-3/+11
2022-04-20refscale: Allow refscale without RCU TasksPaul E. McKenney2-2/+11
2022-04-20rcutorture: Allow rcutorture without RCU Tasks RudePaul E. McKenney3-9/+26
2022-04-20rcutorture: Allow rcutorture without RCU TasksPaul E. McKenney3-7/+25