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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-10
selftests/bpf: adjust verifier_log buffers
Alexei Starovoitov
1
-3
/
+3
2026-04-10
selftests/bpf: update existing tests due to liveness changes
Alexei Starovoitov
8
-86
/
+79
2026-04-10
bpf: change logging scheme for live stack analysis
Eduard Zingerman
2
-81
/
+165
2026-04-10
bpf: simplify liveness to use (callsite, depth) keyed func_instances
Eduard Zingerman
3
-563
/
+251
2026-04-10
bpf: record arg tracking results in bpf_liveness masks
Eduard Zingerman
3
-63
/
+245
2026-04-10
bpf: introduce forward arg-tracking dataflow analysis
Eduard Zingerman
3
-0
/
+1068
2026-04-10
bpf: prepare liveness internal API for static analysis pass
Eduard Zingerman
1
-25
/
+23
2026-04-10
bpf: 4-byte precise clean_verifier_state
Eduard Zingerman
2
-23
/
+85
2026-04-10
bpf: make liveness.c track stack with 4-byte granularity
Eduard Zingerman
3
-66
/
+115
2026-04-10
bpf: Add spis_*() helpers for 4-byte stack slot bitmasks
Alexei Starovoitov
1
-0
/
+67
2026-04-10
bpf: save subprogram name in bpf_subprog_info
Eduard Zingerman
2
-1
/
+2
2026-04-10
bpf: share several utility functions as internal API
Eduard Zingerman
3
-7
/
+9
2026-04-10
Merge tag 'spacemit-dt-for-7.1-1' of https://github.com/spacemit-com/linux into soc/dt
Linus Walleij
7
-79
/
+876
2026-04-11
Merge tag 'drm-intel-fixes-2026-04-09' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
Dave Airlie
3
-20
/
+38
2026-04-10
i2c: usbio: Add ACPI device-id for NVL platforms
Arun T
1
-0
/
+1
2026-04-10
clockevents: Prevent timer interrupt starvation
Thomas Gleixner
6
-9
/
+31
2026-04-10
i2c: qcom-geni: Avoid extra TX DMA TRE for single read message in GPI mode
Aniket Randive
1
-5
/
+19
2026-04-10
Merge branch 'selftests-bpf-test-btf-sanitization'
Alexei Starovoitov
3
-3
/
+109
2026-04-10
selftests/bpf: Add BTF sanitize test covering BTF layout
Alan Maguire
1
-0
/
+97
2026-04-10
libbpf: Allow use of feature cache for non-token cases
Alan Maguire
2
-3
/
+12
2026-04-10
selftests/bpf: Remove test_access_variable_array
Venkat Rao Bagalkote
2
-35
/
+0
2026-04-10
vfio: remove dead notifier code
Paolo Bonzini
4
-17
/
+8
2026-04-10
bpf: Fix RCU stall in bpf_fd_array_map_clear()
Sechang Lim
1
-1
/
+3
2026-04-10
Merge branch 'bpf-fix-and-improve-open-coded-task_vma-iterator'
Alexei Starovoitov
1
-15
/
+136
2026-04-10
bpf: return VMA snapshot from task_vma iterator
Puranjay Mohan
1
-12
/
+30
2026-04-10
bpf: switch task_vma iterator from mmap_lock to per-VMA locks
Puranjay Mohan
1
-18
/
+73
2026-04-10
bpf: fix mm lifecycle in open-coded task_vma iterator
Puranjay Mohan
1
-3
/
+51
2026-04-10
arm64: errata: Work around early CME DVMSync acknowledgement
Catalin Marinas
11
-4
/
+264
2026-04-10
arm64: cputype: Add C1-Pro definitions
Catalin Marinas
1
-0
/
+2
2026-04-10
arm64: tlb: Pass the corresponding mm to __tlbi_sync_s1ish()
Catalin Marinas
2
-5
/
+5
2026-04-10
arm64: tlb: Introduce __tlbi_sync_s1ish_{kernel,batch}() for TLB maintenance
Catalin Marinas
1
-4
/
+16
2026-04-10
Merge branch 'for-7.1/cxl-misc' into cxl-for-next
Dave Jiang
3
-3
/
+12
2026-04-10
sched_ext: Warn on task-based SCX op recursion
Tejun Heo
1
-1
/
+6
2026-04-10
sched_ext: Rename scx_kf_allowed_on_arg_tasks() to scx_kf_arg_task_ok()
Tejun Heo
1
-3
/
+3
2026-04-10
sched_ext: Remove runtime kfunc mask enforcement
Cheng-Yang Chou
3
-218
/
+58
2026-04-10
sched_ext: Add verifier-time kfunc context filter
Tejun Heo
4
-5
/
+125
2026-04-10
sched_ext: Drop redundant rq-locked check from scx_bpf_task_cgroup()
Tejun Heo
1
-16
/
+14
2026-04-10
sched_ext: Decouple kfunc unlocked-context check from kf_mask
Tejun Heo
4
-28
/
+21
2026-04-10
sched_ext: Fix ops.cgroup_move() invocation kf_mask and rq tracking
Tejun Heo
1
-1
/
+1
2026-04-10
sched_ext: Track @p's rq lock across set_cpus_allowed_scx -> ops.set_cpumask
Tejun Heo
1
-1
/
+1
2026-04-10
sched_ext: Add select_cpu kfuncs to scx_kfunc_ids_unlocked
Tejun Heo
2
-0
/
+10
2026-04-10
sched_ext: Drop TRACING access to select_cpu kfuncs
Tejun Heo
1
-4
/
+21
2026-04-10
mtd: spinand: winbond: Declare the QE bit on W25NxxJW
Miquel Raynal
1
-2
/
+2
2026-04-10
perf arm_spe: Improve SIMD flags setting
Leo Yan
1
-5
/
+19
2026-04-10
perf report: Update document for SIMD flags
Leo Yan
1
-1
/
+4
2026-04-10
perf sort: Sort disabled and full predicated flags
Leo Yan
2
-9
/
+19
2026-04-10
perf sort: Support sort ASE and SME
Leo Yan
2
-4
/
+14
2026-04-10
smb: client: set ATTR_TEMPORARY with O_TMPFILE | O_EXCL
Paulo Alcantara
2
-39
/
+36
2026-04-10
smb: client: add support for O_TMPFILE
Paulo Alcantara
9
-325
/
+490
2026-04-10
vfs: introduce d_mark_tmpfile_name()
Paulo Alcantara
2
-0
/
+20
[prev]
[next]