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-01-29
workqueue: Introduce struct wq_node_nr_active
Tejun Heo
1
-7
/
+135
2024-01-29
workqueue: Move pwq_dec_nr_in_flight() to the end of work item handling
Tejun Heo
1
-1
/
+10
2024-01-29
workqueue: RCU protect wq->dfl_pwq and implement accessors for it
Tejun Heo
1
-24
/
+40
2024-01-29
workqueue: Make wq_adjust_max_active() round-robin pwqs while activating
Tejun Heo
1
-12
/
+19
2024-01-29
workqueue: Move nr_active handling into helpers
Tejun Heo
1
-19
/
+67
2024-01-29
workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()
Tejun Heo
1
-6
/
+25
2024-01-29
workqueue: Factor out pwq_is_empty()
Tejun Heo
1
-4
/
+9
2024-01-29
workqueue: Move pwq->max_active to wq->max_active
Tejun Heo
1
-67
/
+66
2024-01-29
genirq/irq_sim: Shrink code by using <linux/cleanup.h> helpers
Bartosz Golaszewski
1
-15
/
+10
2024-01-28
Merge tag 'locking_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-6
/
+20
2024-01-28
Merge tag 'irq_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2024-01-28
Merge tag 'timers_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+29
2024-01-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
14
-388
/
+1323
2024-01-26
workqueue: Break up enum definitions and give names to the types
Tejun Heo
1
-1
/
+5
2024-01-26
workqueue: Drop unnecessary kick_pool() in create_worker()
Tejun Heo
1
-3
/
+2
2024-01-26
tracing/trigger: Fix to return error if failed to alloc snapshot
Masami Hiramatsu (Google)
1
-2
/
+4
2024-01-26
kernel/cpu: Convert snprintf() to sysfs_emit()
Li Zhijian
1
-2
/
+2
2024-01-26
cpu/hotplug: Delete an extraneous kernel-doc description
Randy Dunlap
1
-1
/
+0
2024-01-26
genirq/irq_sim: Order headers alphabetically
Bartosz Golaszewski
1
-1
/
+1
2024-01-26
genirq/irq_sim: Remove unused field from struct irq_sim_irq_ctx
Bartosz Golaszewski
1
-1
/
+0
2024-01-25
uprobes: use pagesize-aligned virtual address when replacing pages
David Hildenbrand
1
-1
/
+1
2024-01-25
bpf: Fix error checks against bpf_get_btf_vmlinux().
Kui-Feng Lee
2
-1
/
+6
2024-01-25
workqueue: Shorten events_freezable_power_efficient name
Audra Mitchell
1
-1
/
+1
2024-01-25
Merge tag 'urgent-rcu.2024.01.24a' of https://github.com/neeraju/linux
Linus Torvalds
2
-3
/
+34
2024-01-25
audit: use KMEM_CACHE() instead of kmem_cache_create()
Kunwu Chan
1
-3
/
+1
2024-01-25
audit: remove unnecessary assignment in audit_dupe_lsm_field()
Li zeming
1
-1
/
+1
2024-01-25
tick/sched: Preserve number of idle sleeps across CPU hotplug events
Tim Chen
1
-0
/
+5
2024-01-25
clocksource: Skip watchdog check for large watchdog intervals
Jiri Wiesner
1
-1
/
+24
2024-01-24
bpf: Support symbolic BPF FS delegation mount options
Andrii Nakryiko
1
-35
/
+208
2024-01-24
bpf: Fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
Andrii Nakryiko
1
-1
/
+9
2024-01-24
bpf,lsm: Add BPF token LSM hooks
Andrii Nakryiko
2
-1
/
+15
2024-01-24
bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
2
-5
/
+5
2024-01-24
bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
2
-14
/
+16
2024-01-24
bpf: Consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
3
-9
/
+8
2024-01-24
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
4
-9
/
+10
2024-01-24
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
4
-27
/
+97
2024-01-24
bpf: Add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
1
-2
/
+21
2024-01-24
bpf: Add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
3
-15
/
+63
2024-01-24
bpf: Introduce BPF token object
Andrii Nakryiko
4
-6
/
+242
2024-01-24
bpf: Add BPF token delegation mount options to BPF FS
Andrii Nakryiko
1
-12
/
+78
2024-01-24
bpf: Align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
1
-4
/
+9
2024-01-24
Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-0
/
+1
2024-01-24
exec: Distinguish in_execve from in_exec
Kees Cook
1
-0
/
+1
2024-01-24
rcu: Defer RCU kthreads wakeup when CPU is dying
Frederic Weisbecker
2
-3
/
+34
2024-01-24
genirq: Deduplicate interrupt descriptor initialization
Dawei Li
1
-48
/
+64
2024-01-24
genirq: Initialize resend_node hlist for all interrupt descriptors
Dawei Li
1
-1
/
+1
2024-01-23
bpf: export btf_ctx_access to modules.
Kui-Feng Lee
1
-0
/
+1
2024-01-23
bpf, net: switch to dynamic registration
Kui-Feng Lee
3
-103
/
+95
2024-01-23
bpf: validate value_type
Kui-Feng Lee
1
-33
/
+60
2024-01-23
bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.
Kui-Feng Lee
2
-6
/
+34
[prev]
[next]