index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
Martin KaFai Lau
1
-1
/
+4
2024-03-01
sched/rt: Disallow writing invalid values to sched_rt_period_us
Cyril Hrubis
1
-4
/
+5
2024-02-23
tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()
Dan Carpenter
1
-1
/
+1
2024-02-23
tracing: Make system_callback() function static
Steven Rostedt (Google)
1
-1
/
+1
2024-02-23
sched/membarrier: reduce the ability to hammer on sys_membarrier
Linus Torvalds
1
-0
/
+6
2024-02-23
eventfs: Use eventfs_remove_events_dir()
Steven Rostedt (Google)
1
-1
/
+1
2024-02-23
eventfs: Remove eventfs_file and just use eventfs_inode
Steven Rostedt (Google)
3
-103
/
+221
2024-02-23
tracing: Inform kmemleak of saved_cmdlines allocation
Steven Rostedt (Google)
1
-0
/
+3
2024-02-23
tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdef
Petr Pavlu
1
-1
/
+1
2024-02-23
ftrace: Fix DIRECT_CALLS to use SAVE_REGS by default
Masami Hiramatsu (Google)
1
-0
/
+10
2024-02-23
ring-buffer: Clean ring_buffer_poll_wait() error return
Vincent Donnefort
1
-1
/
+1
2024-02-23
Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...
Tejun Heo
1
-6
/
+2
2024-02-23
tracing/probes: Fix to search structure fields correctly
Masami Hiramatsu (Google)
1
-2
/
+2
2024-02-23
tracing/probes: Fix to set arg size and fmt after setting type from BTF
Masami Hiramatsu (Google)
1
-12
/
+13
2024-02-23
tracing/probes: Fix to show a parse error for bad type for $comm
Masami Hiramatsu (Google)
2
-3
/
+7
2024-02-23
tracing/synthetic: Fix trace_string() return value
Thorsten Blum
1
-1
/
+2
2024-02-23
tracing: Fix wasted memory in saved_cmdlines logic
Steven Rostedt (Google)
1
-38
/
+37
2024-02-23
tracing/timerlat: Move hrtimer_init to timerlat_fd open()
Daniel Bristot de Oliveira
1
-3
/
+3
2024-02-23
tracing/trigger: Fix to return error if failed to alloc snapshot
Masami Hiramatsu (Google)
1
-2
/
+4
2024-02-16
hrtimer: Report offline hrtimer enqueue
Frederic Weisbecker
1
-0
/
+3
2024-02-05
perf: Fix the nr_addr_filters fix
Peter Zijlstra
1
-3
/
+1
2024-02-05
bpf: Set uattr->batch.count as zero before batched update or deletion
Hou Tao
1
-0
/
+6
2024-02-05
bpf: Set need_defer as false when clearing fd array during map free
Hou Tao
1
-9
/
+14
2024-02-05
bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
Hou Tao
1
-5
/
+8
2024-02-05
audit: Send netlink ACK before setting connection in auditd_set
Chris Riches
1
-7
/
+24
2024-02-05
perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...
Greg KH
1
-12
/
+28
2024-01-31
tick/sched: Preserve number of idle sleeps across CPU hotplug events
Tim Chen
1
-0
/
+5
2024-01-31
clocksource: Skip watchdog check for large watchdog intervals
Jiri Wiesner
1
-1
/
+24
2024-01-31
genirq: Initialize resend_node hlist for all interrupt descriptors
Dawei Li
1
-1
/
+1
2024-01-31
bpf: Add bpf_sock_addr_set_sun_path() to allow writing unix sockaddr from bpf
Daan De Meyer
1
-0
/
+1
2024-01-31
bpf: Propagate modified uaddrlen from cgroup sockaddr programs
Daan De Meyer
1
-2
/
+15
2024-01-31
rcu: Defer RCU kthreads wakeup when CPU is dying
Frederic Weisbecker
2
-3
/
+34
2024-01-31
tracing: Ensure visibility when inserting an element into tracing_map
Petr Pavlu
1
-1
/
+6
2024-01-31
bpf: keep track of max number of bpf_loop callback iterations
Eduard Zingerman
1
-2
/
+17
2024-01-31
bpf: widening for callback iterators
Eduard Zingerman
1
-2
/
+22
2024-01-31
bpf: verify callbacks as if they are called unknown number of times
Eduard Zingerman
1
-98
/
+174
2024-01-31
bpf: extract setup_func_entry() utility function
Eduard Zingerman
1
-36
/
+48
2024-01-31
bpf: extract __check_reg_arg() utility function
Eduard Zingerman
1
-6
/
+13
2024-01-31
bpf: print full verifier states on infinite loop detection
Eduard Zingerman
1
-0
/
+4
2024-01-31
bpf: correct loop detection for iterators convergence
Eduard Zingerman
1
-4
/
+203
2024-01-31
bpf: exact states comparison for iterator convergence checks
Eduard Zingerman
1
-31
/
+187
2024-01-31
bpf: extract same_callsites() as utility function
Eduard Zingerman
1
-5
/
+15
2024-01-31
bpf: move explored_state() closer to the beginning of verifier.c
Eduard Zingerman
1
-15
/
+13
2024-01-31
kexec: do syscore_shutdown() in kernel_kexec
James Gowans
1
-0
/
+1
2024-01-31
PM: hibernate: Enforce ordering during image compression/decompression
Hongchen Zhang
1
-19
/
+19
2024-01-31
async: Introduce async_schedule_dev_nocall()
Rafael J. Wysocki
1
-0
/
+29
2024-01-31
async: Split async_schedule_node_domain()
Rafael J. Wysocki
1
-22
/
+34
2024-01-25
kdb: Fix a potential buffer overflow in kdb_local()
Christophe JAILLET
1
-2
/
+0
2024-01-25
bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
Hao Sun
1
-0
/
+4
2024-01-25
bpf: Fix re-attachment branch in bpf_tracing_prog_attach
Jiri Olsa
1
-0
/
+9
[next]