index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2023-08-08
lsm: constify the 'target' parameter in security_capget()
Khadija Kamran
2023-08-08
audit: fix possible soft lockup in __audit_inode_child()
Gaosheng Cui
2023-08-08
swiotlb: optimize get_max_slots()
Petr Tesarik
2023-08-08
swiotlb: move slot allocation explanation comment where it belongs
Petr Tesarik
2023-08-07
workqueue: Make default affinity_scope dynamically updatable
Tejun Heo
2023-08-07
workqueue: Implement non-strict affinity scope for unbound workqueues
Tejun Heo
2023-08-07
workqueue: Add workqueue_attrs->__pod_cpumask
Tejun Heo
2023-08-07
workqueue: Factor out need_more_worker() check and worker wake-up
Tejun Heo
2023-08-07
workqueue: Factor out work to worker assignment and collision handling
Tejun Heo
2023-08-07
workqueue: Add multiple affinity scopes and interface to select them
Tejun Heo
2023-08-07
workqueue: Modularize wq_pod_type initialization
Tejun Heo
2023-08-07
workqueue: Generalize unbound CPU pods
Tejun Heo
2023-08-07
workqueue: Factor out clearing of workqueue-only attrs fields
Tejun Heo
2023-08-07
workqueue: Factor out actual cpumask calculation to reduce subtlety in wq_upd...
Tejun Heo
2023-08-07
workqueue: Initialize unbound CPU pods later in the boot
Tejun Heo
2023-08-07
workqueue: Move wq_pod_init() below workqueue_init()
Tejun Heo
2023-08-07
workqueue: Rename NUMA related names to use pod instead
Tejun Heo
2023-08-07
workqueue: Rename workqueue_attrs->no_numa to ->ordered
Tejun Heo
2023-08-07
workqueue: Make unbound workqueues to use per-cpu pool_workqueues
Tejun Heo
2023-08-07
workqueue: Call wq_update_unbound_numa() on all CPUs in NUMA node on CPU hotplug
Tejun Heo
2023-08-07
workqueue: Make per-cpu pool_workqueues allocated and released like unbound ones
Tejun Heo
2023-08-07
workqueue: Use a kthread_worker to release pool_workqueues
Tejun Heo
2023-08-07
workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numa
Tejun Heo
2023-08-07
workqueue: Relocate worker and work management functions
Tejun Heo
2023-08-07
workqueue: Rename wq->cpu_pwqs to wq->cpu_pwq
Tejun Heo
2023-08-07
workqueue: Not all work insertion needs to wake up a worker
Tejun Heo
2023-08-07
workqueue: Cleanups around process_scheduled_works()
Tejun Heo
2023-08-07
workqueue: Drop the special locking rule for worker->flags and worker_pool->f...
Tejun Heo
2023-08-07
workqueue: Merge branch 'for-6.5-fixes' into for-6.6
Tejun Heo
2023-08-07
bpf: Add support for bpf_get_func_ip helper for uprobe program
Jiri Olsa
2023-08-07
bpf: Fix an incorrect verification success with movsx insn
Yonghong Song
2023-08-07
Merge tag 'wq-for-6.5-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2023-08-07
cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendants
Hao Jia
2023-08-07
workqueue: use LIST_HEAD to initialize cull_list
Yang Yingliang
2023-08-07
cgroup: clean up if condition in cgroup_pidlist_start()
Miaohe Lin
2023-08-07
kexec_lock: Replace kexec_mutex() by kexec_lock() in two comments
Wenyu Liu
2023-08-07
PM: hibernate: fix resume_store() return value when hibernation not available
Vlastimil Babka
2023-08-04
bpf: change bpf_alu_sign_string and bpf_movsx_string to static
Yang Yingliang
2023-08-04
bpf: fix bpf_dynptr_slice() to stop return an ERR_PTR.
Kui-Feng Lee
2023-08-04
bpf: Fix mprog detachment for empty mprog entry
Daniel Borkmann
2023-08-03
bpf: bpf_struct_ops: Remove unnecessary initial values of variables
Li kunyu
2023-08-03
cgroup: fix obsolete function name in cgroup_destroy_locked()
Miaohe Lin
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-03
Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-08-03
module: Expose module_init_layout_section()
James Morse
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-08-03
net: invert the netdevice.h vs xdp.h dependency
Jakub Kicinski
2023-08-03
x86/qspinlock-paravirt: Fix missing-prototype warning
Arnd Bergmann
2023-08-02
x86/shstk: Introduce map_shadow_stack syscall
Rick Edgecombe
[prev]
[next]