aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-08-07workqueue: Add multiple affinity scopes and interface to select themTejun Heo1-5/+105
2023-08-07workqueue: Modularize wq_pod_type initializationTejun Heo1-34/+50
2023-08-07workqueue: Generalize unbound CPU podsTejun Heo1-61/+110
2023-08-07workqueue: Factor out clearing of workqueue-only attrs fieldsTejun Heo1-6/+14
2023-08-07workqueue: Factor out actual cpumask calculation to reduce subtlety in wq_upd...Tejun Heo1-20/+29
2023-08-07workqueue: Initialize unbound CPU pods later in the bootTejun Heo1-27/+41
2023-08-07workqueue: Move wq_pod_init() below workqueue_init()Tejun Heo1-38/+40
2023-08-07workqueue: Rename NUMA related names to use pod insteadTejun Heo1-85/+76
2023-08-07workqueue: Rename workqueue_attrs->no_numa to ->orderedTejun Heo1-10/+9
2023-08-07workqueue: Make unbound workqueues to use per-cpu pool_workqueuesTejun Heo1-141/+77
2023-08-07workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplugTejun Heo1-9/+25
2023-08-07workqueue: Make per-cpu pool_workqueues allocated and released like unbound onesTejun Heo1-34/+40
2023-08-07workqueue: Use a kthread_worker to release pool_workqueuesTejun Heo1-17/+23
2023-08-07workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numaTejun Heo1-73/+0
2023-08-07workqueue: Relocate worker and work management functionsTejun Heo1-172/+168
2023-08-07workqueue: Rename wq->cpu_pwqs to wq->cpu_pwqTejun Heo1-7/+7
2023-08-07workqueue: Not all work insertion needs to wake up a workerTejun Heo1-19/+19
2023-08-07workqueue: Cleanups around process_scheduled_works()Tejun Heo1-18/+11
2023-08-07workqueue: Drop the special locking rule for worker->flags and worker_pool->f...Tejun Heo2-15/+4
2023-08-07workqueue: Merge branch 'for-6.5-fixes' into for-6.6Tejun Heo1-1/+42
2023-08-07bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa3-7/+16
2023-08-07bpf: Fix an incorrect verification success with movsx insnYonghong Song1-11/+20
2023-08-07Merge tag 'wq-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+42
2023-08-07cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendantsHao Jia1-2/+10
2023-08-07workqueue: use LIST_HEAD to initialize cull_listYang Yingliang1-5/+2
2023-08-07cgroup: clean up if condition in cgroup_pidlist_start()Miaohe Lin1-1/+1
2023-08-07kexec_lock: Replace kexec_mutex() by kexec_lock() in two commentsWenyu Liu1-1/+1
2023-08-07PM: hibernate: fix resume_store() return value when hibernation not availableVlastimil Babka1-1/+1
2023-08-04bpf: change bpf_alu_sign_string and bpf_movsx_string to staticYang Yingliang1-2/+2
2023-08-04bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR.Kui-Feng Lee1-1/+1
2023-08-04bpf: Fix mprog detachment for empty mprog entryDaniel Borkmann1-0/+2
2023-08-03bpf: bpf_struct_ops: Remove unnecessary initial values of variablesLi kunyu1-3/+3
2023-08-03cgroup: fix obsolete function name in cgroup_destroy_locked()Miaohe Lin1-1/+1
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski10-131/+536
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-122/+226
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-19/+33
2023-08-03module: Expose module_init_layout_section()James Morse1-1/+1
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-19/+33
2023-08-03net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski3-0/+3
2023-08-03x86/qspinlock-paravirt: Fix missing-prototype warningArnd Bergmann1-10/+10
2023-08-02x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe1-0/+1
2023-08-02bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann2-20/+3
2023-08-02cgroup: fix obsolete function name above css_free_rwork_fn()Miaohe Lin1-1/+1
2023-08-02cgroup/cpuset: fix kernel-docCai Xinchen1-0/+2
2023-08-02cgroup: clean up printk()Kamalesh Babulal1-2/+2
2023-08-02modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig1-3/+11
2023-08-02sched/fair: Block nohz tick_stop when cfs bandwidth in usePhil Auld4-1/+81
2023-08-02sched, cgroup: Restore meaning to hierarchical_quotaPhil Auld3-8/+14
2023-08-01tracing: bpf: use struct trace_entry in struct syscall_tp_tYauheni Kaliuta1-4/+8
2023-08-01swiotlb: search the software IO TLB only if the device makes use of itPetr Tesarik1-8/+6