aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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...Jakub 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/netd...Linus 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/k...Linus 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/netd...Linus 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_ch...Paul E. McKenney1-9/+9
2023-11-22Merge branch 'for-6.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Tejun 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...Jakub Kicinski13-1057/+1304
2023-11-21workqueue: Move workqueue_set_unbound_cpumask() and its helpers inside CONFIG...Waiman 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
2023-11-20bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman1-99/+175
2023-11-20bpf: extract setup_func_entry() utility functionEduard Zingerman1-36/+48
2023-11-20bpf: extract __check_reg_arg() utility functionEduard Zingerman1-6/+13
2023-11-19Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-22/+19
2023-11-19Merge tag 'sched_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-38/+135
2023-11-19Merge tag 'locking_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+6
2023-11-19Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+17
2023-11-19bpf: bpf_iter_task_next: use next_task(kit->task) rather than next_task(kit->...Oleg Nesterov1-9/+5
2023-11-19bpf: bpf_iter_task_next: use __next_thread() rather than next_thread()Oleg Nesterov1-5/+4
2023-11-19bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()Oleg Nesterov1-7/+5