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-08-30
cgroup/cpuset: move v1 interfaces to cpuset-v1.c
Chen Ridong
3
-199
/
+199
2024-08-30
cgroup/cpuset: move validate_change_legacy to cpuset-v1.c
Chen Ridong
3
-73
/
+74
2024-08-30
cgroup/cpuset: move legacy hotplug update to cpuset-v1.c
Chen Ridong
3
-94
/
+98
2024-08-30
cgroup/cpuset: add callback_lock helper
Chen Ridong
2
-0
/
+12
2024-08-30
cgroup/cpuset: move memory_spread to cpuset-v1.c
Chen Ridong
3
-42
/
+45
2024-08-30
cgroup/cpuset: move relax_domain_level to cpuset-v1.c
Chen Ridong
3
-61
/
+66
2024-08-30
cgroup/cpuset: move memory_pressure to cpuset-v1.c
Chen Ridong
3
-134
/
+141
2024-08-30
cgroup/cpuset: move common code to cpuset-internal.h
Chen Ridong
2
-235
/
+236
2024-08-30
cgroup/cpuset: introduce cpuset-v1.c
Chen Ridong
3
-1
/
+10
2024-08-30
cgroup/cpuset: Account for boot time isolated CPUs
Waiman Long
1
-5
/
+18
2024-08-30
bpf: Fix a crash when btf_parse_base() returns an error pointer
Martin KaFai Lau
1
-1
/
+1
2024-08-30
bpf: Use sockfd_put() helper
Jinjie Ruan
1
-1
/
+1
2024-08-30
bpf: Remove custom build rule
Alexey Gladkov
4
-6
/
+6
2024-08-30
drivers/perf: arm_spe: Use perf_allow_kernel() for permissions
James Clark
1
-0
/
+9
2024-08-30
padata: Honor the caller's alignment in case of chunk_size 0
Kamlesh Gurudasani
1
-0
/
+3
2024-08-29
bpf: Make the pointer returned by iter next method valid
Juntong Deng
1
-4
/
+22
2024-08-29
bpf: Export bpf_base_func_proto
Martin KaFai Lau
1
-0
/
+1
2024-08-29
bpf: Add gen_epilogue to bpf_verifier_ops
Martin KaFai Lau
1
-1
/
+45
2024-08-29
bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologue
Martin KaFai Lau
1
-0
/
+6
2024-08-29
bpf: Move insn_buf[16] to bpf_verifier_env
Martin KaFai Lau
1
-7
/
+8
2024-08-29
bpf: Use kvmemdup to simplify the code
Hongbo Li
1
-2
/
+1
2024-08-29
irqdomain: Use IS_ERR_OR_NULL() in irq_domain_trim_hierarchy()
Hongbo Li
1
-1
/
+1
2024-08-29
genirq/msi: Use kmemdup_array() instead of kmemdup()
Jinjie Ruan
1
-1
/
+1
2024-08-29
genirq/proc: Change the return value for set affinity permission error
Jeff Xie
1
-1
/
+1
2024-08-29
genirq/proc: Use irq_move_pending() in show_irq_affinity()
Jinjie Ruan
1
-4
/
+2
2024-08-29
genirq/proc: Correctly set file permissions for affinity control files
Jeff Xie
1
-2
/
+7
2024-08-29
timers: Remove historical extra jiffie for timeout in msleep()
Anna-Maria Behnsen
1
-2
/
+2
2024-08-28
bpf: Relax KF_ACQUIRE kfuncs strict type matching constraint
Juntong Deng
1
-2
/
+1
2024-08-28
audit: use task_tgid_nr() instead of task_pid_nr()
Ricardo Robaina
3
-3
/
+3
2024-08-27
sched_ext: Add missing cfi stub for ops.tick
Tejun Heo
1
-0
/
+2
2024-08-27
rcu/kvfree: Add kvfree_rcu_barrier() API
Uladzislau Rezki (Sony)
1
-8
/
+101
2024-08-27
Merge v6.11-rc5 into drm-next
Daniel Vetter
29
-181
/
+230
2024-08-27
genirq: Get rid of global lock in irq_do_set_affinity()
Marc Zyngier
1
-12
/
+9
2024-08-27
Merge tag 'vfs-6.11-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-22
/
+3
2024-08-26
tracing: Add option to set an instance to be the trace_printk destination
Steven Rostedt
2
-5
/
+36
2024-08-26
tracing: Have trace_printk not use binary prints if boot buffer
Steven Rostedt
3
-17
/
+35
2024-08-26
tracing: Allow trace_printk() to go to other instance buffers
Steven Rostedt
1
-11
/
+35
2024-08-26
tracing: Add "traceoff" flag to boot time tracing instances
Steven Rostedt
1
-1
/
+30
2024-08-26
ring-buffer: Align meta-page to sub-buffers for improved TLB usage
Vincent Donnefort
1
-13
/
+20
2024-08-26
ring-buffer: Add magic and struct size to boot up meta data
Steven Rostedt
1
-0
/
+14
2024-08-26
ring-buffer: Don't reset persistent ring-buffer meta saved addresses
Steven Rostedt
1
-8
/
+24
2024-08-24
Merge tag 'cgroup-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-17
/
+21
2024-08-24
Merge tag 'wq-for-6.11-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-23
/
+27
2024-08-23
bpf: Add bpf_copy_from_user_str kfunc
Jordan Rome
1
-0
/
+42
2024-08-23
bpf: Support bpf_kptr_xchg into local kptr
Dave Marchevsky
2
-16
/
+32
2024-08-23
bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DEST
Dave Marchevsky
2
-4
/
+4
2024-08-23
bpf: Search for kptrs in prog BTF structs
Dave Marchevsky
1
-18
/
+52
2024-08-23
bpf: Let callers of btf_parse_kptr() track life cycle of prog btf
Amery Hung
2
-3
/
+5
2024-08-23
hrtimer: Use and report correct timerslack values for realtime tasks
Felix Moessbauer
3
-15
/
+13
2024-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Alexei Starovoitov
40
-619
/
+476
[prev]
[next]