aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-02-05PM: sleep: stats: Use unsigned int for success and failure countersRafael J. Wysocki1-3/+3
2024-02-05PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki2-25/+27
2024-02-05PM: sleep: stats: Use array of suspend step namesRafael J. Wysocki1-32/+18
2024-02-04workqueue: Implement BH workqueues to eventually replace taskletsTejun Heo2-53/+241
2024-02-04workqueue: Factor out init_cpu_worker_pool()Tejun Heo1-14/+18
2024-02-04workqueue: Update lock debugging codeTejun Heo1-17/+34
2024-02-04workqueue: make wq_subsys constRicardo B. Marliere1-1/+1
2024-02-04workqueue: Fix pwq->nr_in_flight corruption in try_to_grab_pending()Tejun Heo1-2/+8
2024-02-02bpf: don't emit warnings intended for global subprogs for static subprogsAndrii Nakryiko1-0/+6
2024-02-02bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logicAndrii Nakryiko1-0/+1
2024-02-02Merge tag 'trace-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-4/+4
2024-02-02bpf: Handle scalar spill vs all MISC in stacksafe()Eduard Zingerman1-3/+69
2024-02-02bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy1-4/+11
2024-02-02bpf: Track spilled unbounded scalarsMaxim Mikityanskiy1-15/+1
2024-02-02modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabledChristophe Leroy1-5/+1
2024-02-02pid: kill the obsolete PIDTYPE_PID code in transfer_pid()Oleg Nesterov1-2/+1
2024-02-02pidfd_poll: report POLLHUP when pid_task() == NULLOleg Nesterov2-15/+12
2024-02-02pidfd: implement PIDFD_THREAD flag for pidfd_open()Oleg Nesterov4-20/+45
2024-02-02pidfd: don't do_notify_pidfd() if !thread_group_empty()Oleg Nesterov1-3/+5
2024-02-02pidfd: cleanup the usage of __pidfd_prepare's flagsOleg Nesterov2-7/+4
2024-02-02fork: Using clone_flags for legacy clone checkWang Jinchao1-2/+2
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-11/+55
2024-02-01cap_syslog: remove CAP_SYS_ADMIN when dmesg_restrictJingzi Meng1-11/+0
2024-02-01bpf: Minor clean-up to sleepable_lsm_hooks BTF setMatt Bobrowski1-4/+2
2024-02-01tracing/timerlat: Move hrtimer_init to timerlat_fd open()Daniel Bristot de Oliveira1-3/+3
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu6-14/+22
2024-01-31ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort1-1/+1
2024-01-30workqueue: Avoid premature init of wq->node_nr_active[].maxTejun Heo1-0/+8
2024-01-30workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...Tejun Heo1-1/+1
2024-01-30bpf: add arg:nullable tag to be combined with trusted pointersAndrii Nakryiko1-0/+10
2024-01-30bpf: add __arg_trusted global func arg tagAndrii Nakryiko2-13/+110
2024-01-29bpf,token: Use BIT_ULL() to convert the bit maskHaiyue Wang1-8/+8
2024-01-29Merge tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+4
2024-01-29workqueue: Avoid using isolated cpus' timers on queue_delayed_workLeonardo Bras1-3/+11
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2024-01-29perf/bpf: Fix duplicate type checkFlorian Lehner1-5/+1
2024-01-29bpf: move arg:ctx type enforcement check inside the main logic loopAndrii Nakryiko1-17/+4
2024-01-29module: Change module_enable_{nx/x/ro}() to more explicit namesChristophe Leroy3-10/+10
2024-01-29module: Use set_memory_rox()Christophe Leroy3-7/+9
2024-01-29workqueue: Implement system-wide nr_active enforcement for unbound workqueuesTejun Heo1-32/+309
2024-01-29workqueue: Introduce struct wq_node_nr_activeTejun Heo1-7/+135
2024-01-29workqueue: Move pwq_dec_nr_in_flight() to the end of work item handlingTejun Heo1-1/+10
2024-01-29workqueue: RCU protect wq->dfl_pwq and implement accessors for itTejun Heo1-24/+40
2024-01-29workqueue: Make wq_adjust_max_active() round-robin pwqs while activatingTejun Heo1-12/+19
2024-01-29workqueue: Move nr_active handling into helpersTejun Heo1-19/+67
2024-01-29workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()Tejun Heo1-6/+25
2024-01-29workqueue: Factor out pwq_is_empty()Tejun Heo1-4/+9
2024-01-29workqueue: Move pwq->max_active to wq->max_activeTejun Heo1-67/+66
2024-01-29genirq/irq_sim: Shrink code by using <linux/cleanup.h> helpersBartosz Golaszewski1-15/+10
2024-01-28Merge tag 'locking_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-6/+20