index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2023-08-07
workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplug
Tejun Heo
-9
/
+25
2023-08-07
workqueue: Make per-cpu pool_workqueues allocated and released like unbound ones
Tejun Heo
-34
/
+40
2023-08-07
workqueue: Use a kthread_worker to release pool_workqueues
Tejun Heo
-17
/
+23
2023-08-07
workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numa
Tejun Heo
-73
/
+0
2023-08-07
workqueue: Relocate worker and work management functions
Tejun Heo
-172
/
+168
2023-08-07
workqueue: Rename wq->cpu_pwqs to wq->cpu_pwq
Tejun Heo
-7
/
+7
2023-08-07
workqueue: Not all work insertion needs to wake up a worker
Tejun Heo
-19
/
+19
2023-08-07
workqueue: Cleanups around process_scheduled_works()
Tejun Heo
-18
/
+11
2023-08-07
workqueue: Drop the special locking rule for worker->flags and worker_pool->f...
Tejun Heo
-15
/
+4
2023-08-07
workqueue: Merge branch 'for-6.5-fixes' into for-6.6
Tejun Heo
-1
/
+42
2023-08-07
bpf: Add support for bpf_get_func_ip helper for uprobe program
Jiri Olsa
-7
/
+16
2023-08-07
bpf: Fix an incorrect verification success with movsx insn
Yonghong Song
-11
/
+20
2023-08-07
Merge tag 'wq-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+42
2023-08-07
cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendants
Hao Jia
-2
/
+10
2023-08-07
workqueue: use LIST_HEAD to initialize cull_list
Yang Yingliang
-5
/
+2
2023-08-07
cgroup: clean up if condition in cgroup_pidlist_start()
Miaohe Lin
-1
/
+1
2023-08-07
kexec_lock: Replace kexec_mutex() by kexec_lock() in two comments
Wenyu Liu
-1
/
+1
2023-08-07
PM: hibernate: fix resume_store() return value when hibernation not available
Vlastimil Babka
-1
/
+1
2023-08-04
bpf: change bpf_alu_sign_string and bpf_movsx_string to static
Yang Yingliang
-2
/
+2
2023-08-04
bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR.
Kui-Feng Lee
-1
/
+1
2023-08-04
bpf: Fix mprog detachment for empty mprog entry
Daniel Borkmann
-0
/
+2
2023-08-03
bpf: bpf_struct_ops: Remove unnecessary initial values of variables
Li kunyu
-3
/
+3
2023-08-03
cgroup: fix obsolete function name in cgroup_destroy_locked()
Miaohe Lin
-1
/
+1
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-131
/
+536
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-122
/
+226
2023-08-03
Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-19
/
+33
2023-08-03
module: Expose module_init_layout_section()
James Morse
-1
/
+1
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-19
/
+33
2023-08-03
net: invert the netdevice.h vs xdp.h dependency
Jakub Kicinski
-0
/
+3
2023-08-03
x86/qspinlock-paravirt: Fix missing-prototype warning
Arnd Bergmann
-10
/
+10
2023-08-02
x86/shstk: Introduce map_shadow_stack syscall
Rick Edgecombe
-0
/
+1
2023-08-02
bpf: fix bpf_probe_read_kernel prototype mismatch
Arnd Bergmann
-20
/
+3
2023-08-02
cgroup: fix obsolete function name above css_free_rwork_fn()
Miaohe Lin
-1
/
+1
2023-08-02
cgroup/cpuset: fix kernel-doc
Cai Xinchen
-0
/
+2
2023-08-02
cgroup: clean up printk()
Kamalesh Babulal
-2
/
+2
2023-08-02
modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules
Christoph Hellwig
-3
/
+11
2023-08-02
sched/fair: Block nohz tick_stop when cfs bandwidth in use
Phil Auld
-1
/
+81
2023-08-02
sched, cgroup: Restore meaning to hierarchical_quota
Phil Auld
-8
/
+14
2023-08-01
tracing: bpf: use struct trace_entry in struct syscall_tp_t
Yauheni Kaliuta
-4
/
+8
2023-08-01
swiotlb: search the software IO TLB only if the device makes use of it
Petr Tesarik
-8
/
+6
2023-08-01
swiotlb: allocate a new memory pool when existing pools are full
Petr Tesarik
-25
/
+123
2023-08-01
swiotlb: determine potential physical address limit
Petr Tesarik
-0
/
+14
2023-08-01
swiotlb: if swiotlb is full, fall back to a transient memory pool
Petr Tesarik
-9
/
+309
2023-08-01
swiotlb: add a flag whether SWIOTLB is allowed to grow
Petr Tesarik
-0
/
+26
2023-08-01
swiotlb: separate memory pool data from other allocator data
Petr Tesarik
-64
/
+111
2023-08-01
swiotlb: add documentation and rename swiotlb_do_find_slots()
Petr Tesarik
-6
/
+55
2023-08-01
swiotlb: make io_tlb_default_mem local to swiotlb.c
Petr Tesarik
-1
/
+38
2023-08-01
swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocated
Petr Tesarik
-0
/
+3
2023-07-31
bpf, devmap: Remove unused dtab field from bpf_dtab_netdev
Hou Tao
-2
/
+0
2023-07-31
bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entry
Hou Tao
-3
/
+0
[prev]
[next]