summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-02-05backtracetest: Convert from tasklet to BH workqueueTejun Heo
2024-02-05bpf: Remove an unnecessary check.Kui-Feng Lee
2024-02-05workqueue: Skip __WQ_DESTROYING workqueues when updating global unbound cpumaskWaiman Long
2024-02-05workqueue: fix a typo in commentWang Jinchao
2024-02-05Revert "workqueue: make wq_subsys const"Tejun Heo
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe
2024-02-05PM: hibernate: Add support for LZ4 compression for hibernationNikhil V
2024-02-05PM: hibernate: Move to crypto APIs for LZO compressionNikhil V
2024-02-05PM: hibernate: Rename lzo* to make it genericNikhil V
2024-02-05PM: sleep: stats: Use locking in dpm_save_failed_dev()Rafael J. Wysocki
2024-02-05PM: sleep: stats: Define suspend_stats next to the code using itRafael J. Wysocki
2024-02-05PM: sleep: stats: Use unsigned int for success and failure countersRafael J. Wysocki
2024-02-05PM: sleep: stats: Use an array of step failure countersRafael J. Wysocki
2024-02-05PM: sleep: stats: Use array of suspend step namesRafael J. Wysocki
2024-02-04workqueue: Implement BH workqueues to eventually replace taskletsTejun Heo
2024-02-04workqueue: Factor out init_cpu_worker_pool()Tejun Heo
2024-02-04workqueue: Update lock debugging codeTejun Heo
2024-02-04workqueue: make wq_subsys constRicardo B. Marliere
2024-02-04workqueue: Fix pwq->nr_in_flight corruption in try_to_grab_pending()Tejun Heo
2024-02-02bpf: don't emit warnings intended for global subprogs for static subprogsAndrii Nakryiko
2024-02-02bpf: handle trusted PTR_TO_BTF_ID_OR_NULL in argument check logicAndrii Nakryiko
2024-02-02Merge tag 'trace-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-02-02bpf: Handle scalar spill vs all MISC in stacksafe()Eduard Zingerman
2024-02-02bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy
2024-02-02bpf: Track spilled unbounded scalarsMaxim Mikityanskiy
2024-02-02modules: Remove #ifdef CONFIG_STRICT_MODULE_RWX around rodata_enabledChristophe Leroy
2024-02-02pid: kill the obsolete PIDTYPE_PID code in transfer_pid()Oleg Nesterov
2024-02-02pidfd_poll: report POLLHUP when pid_task() == NULLOleg Nesterov
2024-02-02pidfd: implement PIDFD_THREAD flag for pidfd_open()Oleg Nesterov
2024-02-02pidfd: don't do_notify_pidfd() if !thread_group_empty()Oleg Nesterov
2024-02-02pidfd: cleanup the usage of __pidfd_prepare's flagsOleg Nesterov
2024-02-02fork: Using clone_flags for legacy clone checkWang Jinchao
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-01cap_syslog: remove CAP_SYS_ADMIN when dmesg_restrictJingzi Meng
2024-02-01bpf: Minor clean-up to sleepable_lsm_hooks BTF setMatt Bobrowski
2024-02-01tracing/timerlat: Move hrtimer_init to timerlat_fd open()Daniel Bristot de Oliveira
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu
2024-01-31ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort
2024-01-30workqueue: Avoid premature init of wq->node_nr_active[].maxTejun Heo
2024-01-30workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...Tejun Heo
2024-01-30bpf: add arg:nullable tag to be combined with trusted pointersAndrii Nakryiko
2024-01-30bpf: add __arg_trusted global func arg tagAndrii Nakryiko
2024-01-29bpf,token: Use BIT_ULL() to convert the bit maskHaiyue Wang
2024-01-29Merge tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-29workqueue: Avoid using isolated cpus' timers on queue_delayed_workLeonardo Bras
2024-01-29Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds
2024-01-29perf/bpf: Fix duplicate type checkFlorian Lehner
2024-01-29bpf: move arg:ctx type enforcement check inside the main logic loopAndrii Nakryiko
2024-01-29module: Change module_enable_{nx/x/ro}() to more explicit namesChristophe Leroy
2024-01-29module: Use set_memory_rox()Christophe Leroy