summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-08-03module: Expose module_init_layout_section()James Morse
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-08-03net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski
2023-08-03x86/qspinlock-paravirt: Fix missing-prototype warningArnd Bergmann
2023-08-02x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe
2023-08-02bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann
2023-08-02cgroup: fix obsolete function name above css_free_rwork_fn()Miaohe Lin
2023-08-02cgroup/cpuset: fix kernel-docCai Xinchen
2023-08-02cgroup: clean up printk()Kamalesh Babulal
2023-08-02modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig
2023-08-02sched/fair: Block nohz tick_stop when cfs bandwidth in usePhil Auld
2023-08-02sched, cgroup: Restore meaning to hierarchical_quotaPhil Auld
2023-08-01tracing: bpf: use struct trace_entry in struct syscall_tp_tYauheni Kaliuta
2023-08-01swiotlb: search the software IO TLB only if the device makes use of itPetr Tesarik
2023-08-01swiotlb: allocate a new memory pool when existing pools are fullPetr Tesarik