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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf: Fix the nr_addr_filters fix
Peter Zijlstra
2024-02-05
1
-3
/
+1
*
bpf: Set uattr->batch.count as zero before batched update or deletion
Hou Tao
2024-02-05
1
-0
/
+6
*
bpf: Set need_defer as false when clearing fd array during map free
Hou Tao
2024-02-05
1
-9
/
+14
*
bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
Hou Tao
2024-02-05
1
-5
/
+8
*
audit: Send netlink ACK before setting connection in auditd_set
Chris Riches
2024-02-05
1
-7
/
+24
*
perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...
Greg KH
2024-02-05
1
-12
/
+28
*
tick/sched: Preserve number of idle sleeps across CPU hotplug events
Tim Chen
2024-01-31
1
-0
/
+5
*
clocksource: Skip watchdog check for large watchdog intervals
Jiri Wiesner
2024-01-31
1
-1
/
+24
*
genirq: Initialize resend_node hlist for all interrupt descriptors
Dawei Li
2024-01-31
1
-1
/
+1
*
bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpf
Daan De Meyer
2024-01-31
1
-0
/
+1
*
bpf: Propagate modified uaddrlen from cgroup sockaddr programs
Daan De Meyer
2024-01-31
1
-2
/
+15
*
rcu: Defer RCU kthreads wakeup when CPU is dying
Frederic Weisbecker
2024-01-31
2
-3
/
+34
*
tracing: Ensure visibility when inserting an element into tracing_map
Petr Pavlu
2024-01-31
1
-1
/
+6
*
bpf: keep track of max number of bpf_loop callback iterations
Eduard Zingerman
2024-01-31
1
-2
/
+17
*
bpf: widening for callback iterators
Eduard Zingerman
2024-01-31
1
-2
/
+22
*
bpf: verify callbacks as if they are called unknown number of times
Eduard Zingerman
2024-01-31
1
-98
/
+174
*
bpf: extract setup_func_entry() utility function
Eduard Zingerman
2024-01-31
1
-36
/
+48
*
bpf: extract __check_reg_arg() utility function
Eduard Zingerman
2024-01-31
1
-6
/
+13
*
bpf: print full verifier states on infinite loop detection
Eduard Zingerman
2024-01-31
1
-0
/
+4
*
bpf: correct loop detection for iterators convergence
Eduard Zingerman
2024-01-31
1
-4
/
+203
*
bpf: exact states comparison for iterator convergence checks
Eduard Zingerman
2024-01-31
1
-31
/
+187
*
bpf: extract same_callsites() as utility function
Eduard Zingerman
2024-01-31
1
-5
/
+15
*
bpf: move explored_state() closer to the beginning of verifier.c
Eduard Zingerman
2024-01-31
1
-15
/
+13
*
kexec: do syscore_shutdown() in kernel_kexec
James Gowans
2024-01-31
1
-0
/
+1
*
PM: hibernate: Enforce ordering during image compression/decompression
Hongchen Zhang
2024-01-31
1
-19
/
+19
*
async: Introduce async_schedule_dev_nocall()
Rafael J. Wysocki
2024-01-31
1
-0
/
+29
*
async: Split async_schedule_node_domain()
Rafael J. Wysocki
2024-01-31
1
-22
/
+34
*
kdb: Fix a potential buffer overflow in kdb_local()
Christophe JAILLET
2024-01-25
1
-2
/
+0
*
bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
Hao Sun
2024-01-25
1
-0
/
+4
*
bpf: Fix re-attachment branch in bpf_tracing_prog_attach
Jiri Olsa
2024-01-25
1
-0
/
+9
*
tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug
Heiko Carstens
2024-01-25
1
-0
/
+5
*
bpf: Use c->unit_size to select target cache during free
Hou Tao
2024-01-25
1
-94
/
+11
*
bpf: Use pcpu_alloc_size() in bpf_mem_free{_rcu}()
Hou Tao
2024-01-25
1
-2
/
+15
*
bpf: Re-enable unit_size checking for global per-cpu allocator
Hou Tao
2024-01-25
1
-10
/
+12
*
bpf: Limit the number of kprobes when attaching program to multiple kprobes
Hou Tao
2024-01-25
1
-0
/
+3
*
bpf: Limit the number of uprobes when attaching program to multiple uprobes
Hou Tao
2024-01-25
1
-0
/
+4
*
dma-mapping: clear dev->dma_mem to NULL after freeing it
Joakim Zhang
2024-01-25
1
-1
/
+3
*
bpf: Fix a race condition between btf_put() and map_free()
Yonghong Song
2024-01-25
1
-1
/
+5
*
bpf: Fix accesses to uninit stack slots
Andrei Matei
2024-01-25
1
-39
/
+26
*
bpf: Guard stack limits against 32bit overflow
Andrei Matei
2024-01-25
1
-3
/
+3
*
bpf: Fix verification of indirect var-off stack access
Andrei Matei
2024-01-25
1
-10
/
+4
*
bpf: fix check for attempt to corrupt spilled pointer
Andrii Nakryiko
2024-01-25
1
-1
/
+1
*
bpf: Defer the free of inner map when necessary
Hou Tao
2024-01-25
2
-8
/
+35
*
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
2024-01-25
4
-10
/
+12
*
bpf: enforce precision of R0 on callback return
Andrii Nakryiko
2024-01-25
1
-0
/
+7
*
bpf: Add crosstask check to __bpf_get_stack
Jordan Rome
2024-01-25
1
-1
/
+10
*
bpf, lpm: Fix check prefixlen before walking trie
Florian Lehner
2024-01-25
1
-0
/
+3
*
sched/fair: Update min_vruntime for reweight_entity() correctly
Yiwei Lin
2024-01-25
1
-10
/
+10
*
posix-timers: Get rid of [COMPAT_]SYS_NI() uses
Linus Torvalds
2024-01-20
2
-45
/
+14
*
ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMI
Steven Rostedt (Google)
2024-01-20
1
-0
/
+6
[next]