summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-08-14Merge back system-wide sleep material for v6.6.Rafael J. Wysocki
2023-08-11Merge tag 'pm-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-08-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-10Merge branch 'sched/eevdf' into sched/coreIngo Molnar
2023-08-08bpf: lru: Remove unused declaration bpf_lru_promote()Yue Haibing
2023-08-08lsm: constify the 'target' parameter in security_capget()Khadija Kamran
2023-08-08audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui
2023-08-08swiotlb: optimize get_max_slots()Petr Tesarik
2023-08-08swiotlb: move slot allocation explanation comment where it belongsPetr Tesarik
2023-08-07workqueue: Make default affinity_scope dynamically updatableTejun Heo
2023-08-07workqueue: Implement non-strict affinity scope for unbound workqueuesTejun Heo
2023-08-07workqueue: Add workqueue_attrs->__pod_cpumaskTejun Heo
2023-08-07workqueue: Factor out need_more_worker() check and worker wake-upTejun Heo
2023-08-07workqueue: Factor out work to worker assignment and collision handlingTejun Heo
2023-08-07workqueue: Add multiple affinity scopes and interface to select themTejun Heo
2023-08-07workqueue: Modularize wq_pod_type initializationTejun Heo
2023-08-07workqueue: Generalize unbound CPU podsTejun Heo
2023-08-07workqueue: Factor out clearing of workqueue-only attrs fieldsTejun Heo
2023-08-07workqueue: Factor out actual cpumask calculation to reduce subtlety in wq_upd...Tejun Heo
2023-08-07workqueue: Initialize unbound CPU pods later in the bootTejun Heo
2023-08-07workqueue: Move wq_pod_init() below workqueue_init()Tejun Heo
2023-08-07workqueue: Rename NUMA related names to use pod insteadTejun Heo
2023-08-07workqueue: Rename workqueue_attrs->no_numa to ->orderedTejun Heo
2023-08-07workqueue: Make unbound workqueues to use per-cpu pool_workqueuesTejun Heo
2023-08-07workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplugTejun Heo
2023-08-07workqueue: Make per-cpu pool_workqueues allocated and released like unbound onesTejun Heo
2023-08-07workqueue: Use a kthread_worker to release pool_workqueuesTejun Heo
2023-08-07workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numaTejun Heo
2023-08-07workqueue: Relocate worker and work management functionsTejun Heo
2023-08-07workqueue: Rename wq->cpu_pwqs to wq->cpu_pwqTejun Heo
2023-08-07workqueue: Not all work insertion needs to wake up a workerTejun Heo
2023-08-07workqueue: Cleanups around process_scheduled_works()Tejun Heo
2023-08-07workqueue: Drop the special locking rule for worker->flags and worker_pool->f...Tejun Heo
2023-08-07workqueue: Merge branch 'for-6.5-fixes' into for-6.6Tejun Heo
2023-08-07bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa
2023-08-07bpf: Fix an incorrect verification success with movsx insnYonghong Song
2023-08-07Merge tag 'wq-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-07cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendantsHao Jia
2023-08-07workqueue: use LIST_HEAD to initialize cull_listYang Yingliang
2023-08-07cgroup: clean up if condition in cgroup_pidlist_start()Miaohe Lin
2023-08-07kexec_lock: Replace kexec_mutex() by kexec_lock() in two commentsWenyu Liu
2023-08-07PM: hibernate: fix resume_store() return value when hibernation not availableVlastimil Babka
2023-08-04bpf: change bpf_alu_sign_string and bpf_movsx_string to staticYang Yingliang
2023-08-04bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR.Kui-Feng Lee
2023-08-04bpf: Fix mprog detachment for empty mprog entryDaniel Borkmann
2023-08-03bpf: bpf_struct_ops: Remove unnecessary initial values of variablesLi kunyu
2023-08-03cgroup: fix obsolete function name in cgroup_destroy_locked()Miaohe Lin
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski