aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-12-02bpf: unify async callback and program retval checksAndrii Nakryiko1-18/+12
2023-12-02bpf: enforce precise retval range on program exitAndrii Nakryiko1-27/+29
2023-12-02bpf: enforce exact retval range on subprog/callback exitAndrii Nakryiko1-11/+22
2023-12-02bpf: enforce precision of R0 on callback returnAndrii Nakryiko1-0/+7
2023-12-02bpf: provide correct register name for exception callback retval checkAndrii Nakryiko1-6/+6
2023-12-01bpf: Add kfunc bpf_get_file_xattrSong Liu1-0/+67
2023-12-01bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song1-4/+8
2023-12-01tracing/uprobe: Replace strlcpy() with strscpy()Kees Cook1-1/+1
2023-12-01params: Fix multi-line comment styleAndy Shevchenko1-8/+12
2023-12-01params: Sort headersAndy Shevchenko1-6/+6
2023-12-01params: Use size_add() for kmalloc()Andy Shevchenko1-1/+2
2023-12-01params: Do not go over the limit when getting the string lengthAndy Shevchenko1-3/+6
2023-12-01params: Introduce the param_unknown_fn typeAndy Shevchenko1-6/+2
2023-12-01cgroup/rstat: Optimize cgroup_rstat_updated_list()Waiman Long1-62/+91
2023-12-01locking/mutex: Document that mutex_unlock() is non-atomicJann Horn1-0/+5
2023-12-01rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)1-9/+14
2023-12-01kprobes: consistent rcu api usage for kretprobe holderJP Kobryn1-2/+2
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-28/+141
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+4
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+2
2023-11-29ptrace: Convert ptrace_attach() to use lock guardsPeter Zijlstra1-67/+61
2023-11-29freezer,sched: Clean saved_state when restoring it during thawElliot Berman1-0/+1
2023-11-29sched/fair: Update min_vruntime for reweight_entity() correctlyYiwei Lin1-10/+10
2023-11-29perf: Fix perf_event_validate_size()Peter Zijlstra1-23/+38
2023-11-29freezer,sched: Do not restore saved_state of a thawed taskElliot Berman1-1/+1
2023-11-28bpf: Add link_info support for uprobe multi linkJiri Olsa1-0/+72
2023-11-28bpf: Store ref_ctr_offsets values in bpf_uprobe arrayJiri Olsa1-11/+3
2023-11-28cgroup_freezer: cgroup_freezing: Check if not frozenTim Van Patten1-1/+7
2023-11-28cgroup/cpuset: Expose cpuset.cpus.isolatedWaiman Long1-1/+1
2023-11-28mnt_idmapping: decouple from namespacesChristian Brauner1-2/+2
2023-11-26bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao1-0/+2
2023-11-26Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2023-11-24lockdep: Fix block chain corruptionPeter Zijlstra1-1/+2
2023-11-24bpf: Validate global subprogs lazilyAndrii Nakryiko1-6/+42
2023-11-24bpf: Emit global subprog name in verifier logsAndrii Nakryiko1-11/+24
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-200/+448
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-136/+266
2023-11-23perf: Fix the nr_addr_filters fixPeter Zijlstra1-3/+1
2023-11-23sched/cpufreq: Rework iowait boostVincent Guittot2-75/+14
2023-11-23sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot4-82/+89
2023-11-23sched/pelt: Avoid underestimation of task utilizationVincent Guittot1-0/+13
2023-11-23rcutorture: Add fqs_holdoff check before fqs_task is createdZqiang1-1/+3
2023-11-23locktorture: Increase Hamming distance between call_rcu_chain and rcu_call_chainsPaul E. McKenney1-9/+9
2023-11-22Merge branch 'for-6.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq into for-6.8Tejun Heo1-6/+16
2023-11-22workqueue: Make sure that wq_unbound_cpumask is never emptyTejun Heo1-7/+15
2023-11-22time: Make sysfs_get_uname() function visible in headerArnd Bergmann1-1/+2
2023-11-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski13-1053/+1300
2023-11-21workqueue: Move workqueue_set_unbound_cpumask() and its helpers inside CONFIG_SYSFSWaiman Long1-51/+51
2023-11-20bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman1-2/+17
2023-11-20bpf: widening for callback iteratorsEduard Zingerman1-2/+22