index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-01
timers: Fix text inconsistencies and spelling
Randy Dunlap
1
-11
/
+11
2024-04-01
tick/sched: Fix struct tick_sched doc warnings
Randy Dunlap
1
-1
/
+1
2024-04-01
tick/sched: Fix various kernel-doc warnings
Randy Dunlap
1
-3
/
+15
2024-03-31
Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+1
2024-03-31
Merge tag 'irq_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+7
2024-03-31
kbuild: make -Woverride-init warnings more consistent
Arnd Bergmann
1
-1
/
+1
2024-03-29
bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.
Alexei Starovoitov
1
-4
/
+9
2024-03-29
bpf: fix possible file descriptor leaks in verifier
Anton Protopopov
1
-0
/
+3
2024-03-29
sched/balancing: Simplify the sg_status bitmask and use separate ->overloaded and ->overutilized flags
Ingo Molnar
2
-29
/
+24
2024-03-28
bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode
Martin KaFai Lau
1
-0
/
+2
2024-03-28
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
2
-5
/
+34
2024-03-28
bpf: put uprobe link's path and task in release callback
Andrii Nakryiko
1
-3
/
+3
2024-03-28
bpf: Mitigate latency spikes associated with freeing non-preallocated htab
Yafang Shao
1
-0
/
+1
2024-03-28
bpf: add bpf_modify_return_test_tp() kfunc triggering tracepoint
Andrii Nakryiko
1
-0
/
+1
2024-03-28
bpf,arena: Use helper sizeof_field in struct accessors
Haiyue Wang
1
-1
/
+1
2024-03-28
bpf: improve error message for unsupported helper
Mykyta Yatsenko
1
-2
/
+2
2024-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
18
-46
/
+173
2024-03-28
Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-11
/
+56
2024-03-28
sched/fair: Rename set_rd_overutilized_status() to set_rd_overutilized()
Ingo Molnar
1
-4
/
+4
2024-03-28
sched/fair: Rename SG_OVERLOAD to SG_OVERLOADED
Ingo Molnar
2
-5
/
+5
2024-03-28
sched/fair: Rename {set|get}_rd_overload() to {set|get}_rd_overloaded()
Ingo Molnar
2
-6
/
+6
2024-03-28
sched/fair: Rename root_domain::overload to ::overloaded
Ingo Molnar
1
-3
/
+3
2024-03-28
sched/fair: Use helper functions to access root_domain::overload
Shrikanth Hegde
2
-5
/
+14
2024-03-28
sched/fair: Check root_domain::overload value before update
Shrikanth Hegde
1
-1
/
+2
2024-03-28
sched/fair: Combine EAS check with root_domain::overutilized access
Shrikanth Hegde
1
-13
/
+7
2024-03-27
Merge tag 'mm-hotfixes-stable-2024-03-27-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-2
/
+12
2024-03-27
Merge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-1
/
+1
2024-03-27
bpf: Protect against int overflow for stack access size
Andrei Matei
1
-0
/
+5
2024-03-27
bpf: Check bloom filter map value size
Andrei Matei
1
-0
/
+13
2024-03-27
Fix memory leak in posix_clock_open()
Linus Torvalds
1
-7
/
+9
2024-03-27
bpf: fix warning for crash_kexec
Hari Bathini
1
-1
/
+1
2024-03-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
9
-71
/
+115
2024-03-26
sched/fair: Simplify the continue_balancing logic in sched_balance_newidle()
Shrikanth Hegde
1
-5
/
+5
2024-03-26
crash: use macro to add crashk_res into iomem early for specific arch
Baoquan He
1
-0
/
+7
2024-03-26
prctl: generalize PR_SET_MDWE support check to be per-arch
Zev Weiss
1
-2
/
+5
2024-03-26
Merge tag 'printk-for-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
1
-0
/
+6
2024-03-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Paolo Abeni
2
-10
/
+37
2024-03-26
sched/fair: Introduce is_rd_overutilized() helper function to access root_domain::overutilized
Shrikanth Hegde
1
-3
/
+12
2024-03-26
sched/fair: Add EAS checks before updating root_domain::overutilized
Shrikanth Hegde
1
-19
/
+34
2024-03-25
genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amd
Rafael J. Wysocki
1
-2
/
+7
2024-03-25
workqueue: Cleanup subsys attribute registration
Dan Williams
1
-32
/
+17
2024-03-25
workqueue: Use list_last_entry() to get the last idle worker
Lai Jiangshan
1
-2
/
+2
2024-03-25
workqueue: Move attrs->cpumask out of worker_pool's properties when attrs->affn_strict
Lai Jiangshan
1
-5
/
+8
2024-03-25
workqueue: Use INIT_WORK_ONSTACK in workqueue_softirq_dead()
Lai Jiangshan
1
-1
/
+1
2024-03-25
Merge tag 'v6.9-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-0
/
+5
2024-03-25
workqueue: Allow cancel_work_sync() and disable_work() from atomic contexts on BH work items
Tejun Heo
1
-19
/
+55
2024-03-25
workqueue: Remember whether a work item was on a BH workqueue
Tejun Heo
1
-2
/
+8
2024-03-25
workqueue: Remove WORK_OFFQ_CANCELING
Tejun Heo
1
-121
/
+19
2024-03-25
workqueue: Implement disable/enable for (delayed) work items
Tejun Heo
1
-10
/
+167
2024-03-25
workqueue: Preserve OFFQ bits in cancel[_sync] paths
Tejun Heo
1
-20
/
+31
[prev]
[next]