summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-08-07workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplugTejun Heo-9/+25
2023-08-07workqueue: Make per-cpu pool_workqueues allocated and released like unbound onesTejun Heo-34/+40
2023-08-07workqueue: Use a kthread_worker to release pool_workqueuesTejun Heo-17/+23
2023-08-07workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numaTejun Heo-73/+0
2023-08-07workqueue: Relocate worker and work management functionsTejun Heo-172/+168
2023-08-07workqueue: Rename wq->cpu_pwqs to wq->cpu_pwqTejun Heo-7/+7
2023-08-07workqueue: Not all work insertion needs to wake up a workerTejun Heo-19/+19
2023-08-07workqueue: Cleanups around process_scheduled_works()Tejun Heo-18/+11
2023-08-07workqueue: Drop the special locking rule for worker->flags and worker_pool->f...Tejun Heo-15/+4
2023-08-07workqueue: Merge branch 'for-6.5-fixes' into for-6.6Tejun Heo-1/+42
2023-08-07bpf: Add support for bpf_get_func_ip helper for uprobe programJiri Olsa-7/+16
2023-08-07bpf: Fix an incorrect verification success with movsx insnYonghong Song-11/+20
2023-08-07Merge tag 'wq-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+42
2023-08-07cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendantsHao Jia-2/+10
2023-08-07workqueue: use LIST_HEAD to initialize cull_listYang Yingliang-5/+2
2023-08-07cgroup: clean up if condition in cgroup_pidlist_start()Miaohe Lin-1/+1
2023-08-07kexec_lock: Replace kexec_mutex() by kexec_lock() in two commentsWenyu Liu-1/+1
2023-08-07PM: hibernate: fix resume_store() return value when hibernation not availableVlastimil Babka-1/+1
2023-08-04bpf: change bpf_alu_sign_string and bpf_movsx_string to staticYang Yingliang-2/+2
2023-08-04bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR.Kui-Feng Lee-1/+1
2023-08-04bpf: Fix mprog detachment for empty mprog entryDaniel Borkmann-0/+2
2023-08-03bpf: bpf_struct_ops: Remove unnecessary initial values of variablesLi kunyu-3/+3
2023-08-03cgroup: fix obsolete function name in cgroup_destroy_locked()Miaohe Lin-1/+1
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-131/+536
2023-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-122/+226
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-19/+33
2023-08-03module: Expose module_init_layout_section()James Morse-1/+1
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-19/+33
2023-08-03net: invert the netdevice.h vs xdp.h dependencyJakub Kicinski-0/+3
2023-08-03x86/qspinlock-paravirt: Fix missing-prototype warningArnd Bergmann-10/+10
2023-08-02x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe-0/+1
2023-08-02bpf: fix bpf_probe_read_kernel prototype mismatchArnd Bergmann-20/+3
2023-08-02cgroup: fix obsolete function name above css_free_rwork_fn()Miaohe Lin-1/+1
2023-08-02cgroup/cpuset: fix kernel-docCai Xinchen-0/+2
2023-08-02cgroup: clean up printk()Kamalesh Babulal-2/+2
2023-08-02modules: only allow symbol_get of EXPORT_SYMBOL_GPL modulesChristoph Hellwig-3/+11
2023-08-02sched/fair: Block nohz tick_stop when cfs bandwidth in usePhil Auld-1/+81
2023-08-02sched, cgroup: Restore meaning to hierarchical_quotaPhil Auld-8/+14
2023-08-01tracing: bpf: use struct trace_entry in struct syscall_tp_tYauheni Kaliuta-4/+8
2023-08-01swiotlb: search the software IO TLB only if the device makes use of itPetr Tesarik-8/+6
2023-08-01swiotlb: allocate a new memory pool when existing pools are fullPetr Tesarik-25/+123
2023-08-01swiotlb: determine potential physical address limitPetr Tesarik-0/+14
2023-08-01swiotlb: if swiotlb is full, fall back to a transient memory poolPetr Tesarik-9/+309
2023-08-01swiotlb: add a flag whether SWIOTLB is allowed to growPetr Tesarik-0/+26
2023-08-01swiotlb: separate memory pool data from other allocator dataPetr Tesarik-64/+111
2023-08-01swiotlb: add documentation and rename swiotlb_do_find_slots()Petr Tesarik-6/+55
2023-08-01swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik-1/+38
2023-08-01swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocatedPetr Tesarik-0/+3
2023-07-31bpf, devmap: Remove unused dtab field from bpf_dtab_netdevHou Tao-2/+0
2023-07-31bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entryHou Tao-3/+0