summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-12-01bpf: Fix a verifier bug due to incorrect branch offset comparison with cpu=v4Yonghong Song
2023-12-01tracing/uprobe: Replace strlcpy() with strscpy()Kees Cook
2023-12-01params: Fix multi-line comment styleAndy Shevchenko
2023-12-01params: Sort headersAndy Shevchenko
2023-12-01params: Use size_add() for kmalloc()Andy Shevchenko
2023-12-01params: Do not go over the limit when getting the string lengthAndy Shevchenko
2023-12-01params: Introduce the param_unknown_fn typeAndy Shevchenko
2023-12-01cgroup/rstat: Optimize cgroup_rstat_updated_list()Waiman Long
2023-12-01locking/mutex: Document that mutex_unlock() is non-atomicJann Horn
2023-12-01rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)
2023-12-01kprobes: consistent rcu api usage for kretprobe holderJP Kobryn
2023-11-30Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-01Merge tag 'net-6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-29ptrace: Convert ptrace_attach() to use lock guardsPeter Zijlstra
2023-11-29freezer,sched: Clean saved_state when restoring it during thawElliot Berman
2023-11-29sched/fair: Update min_vruntime for reweight_entity() correctlyYiwei Lin
2023-11-29perf: Fix perf_event_validate_size()Peter Zijlstra
2023-11-29freezer,sched: Do not restore saved_state of a thawed taskElliot Berman
2023-11-28bpf: Add link_info support for uprobe multi linkJiri Olsa
2023-11-28bpf: Store ref_ctr_offsets values in bpf_uprobe arrayJiri Olsa
2023-11-28cgroup_freezer: cgroup_freezing: Check if not frozenTim Van Patten
2023-11-28cgroup/cpuset: Expose cpuset.cpus.isolatedWaiman Long
2023-11-28mnt_idmapping: decouple from namespacesChristian Brauner
2023-11-26bpf: Add missed allocation hint for bpf_mem_cache_alloc_flags()Hou Tao
2023-11-26Merge tag 'locking-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-11-24lockdep: Fix block chain corruptionPeter Zijlstra
2023-11-24bpf: Validate global subprogs lazilyAndrii Nakryiko
2023-11-24bpf: Emit global subprog name in verifier logsAndrii Nakryiko
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-23perf: Fix the nr_addr_filters fixPeter Zijlstra
2023-11-23sched/cpufreq: Rework iowait boostVincent Guittot
2023-11-23sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot
2023-11-23sched/pelt: Avoid underestimation of task utilizationVincent Guittot
2023-11-23rcutorture: Add fqs_holdoff check before fqs_task is createdZqiang
2023-11-23locktorture: Increase Hamming distance between call_rcu_chain and rcu_call_ch...Paul E. McKenney
2023-11-22Merge branch 'for-6.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Tejun Heo
2023-11-22workqueue: Make sure that wq_unbound_cpumask is never emptyTejun Heo
2023-11-22time: Make sysfs_get_uname() function visible in headerArnd Bergmann
2023-11-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-11-21workqueue: Move workqueue_set_unbound_cpumask() and its helpers inside CONFIG...Waiman Long
2023-11-20bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman
2023-11-20bpf: widening for callback iteratorsEduard Zingerman
2023-11-20bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman
2023-11-20bpf: extract setup_func_entry() utility functionEduard Zingerman
2023-11-20bpf: extract __check_reg_arg() utility functionEduard Zingerman
2023-11-19Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-11-19Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-11-19Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds