index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-09
Merge tag 'trace-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
3
-17
/
+33
2026-08-08
ring-buffer: Fix crash passing ERR_PTR to kthread_stop()
Hui Su
1
-1
/
+1
2026-08-08
ring-buffer: Initialise reader page order in rb_allocate_cpu_buffer()
Vincent Donnefort
1
-0
/
+1
2026-08-08
ring-buffer: Prevent subbuf order change when resizing is disabled
Vincent Donnefort
1
-1
/
+1
2026-08-08
ring-buffer: Prevent resizing of persistent ring buffer
Vincent Donnefort
1
-0
/
+2
2026-08-08
ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()
Josh Poimboeuf
1
-1
/
+5
2026-08-08
ring-buffer: Use current_context for safe per-CPU buffer swap
Tengda Wu
1
-4
/
+4
2026-08-08
Merge tag 'locking-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+4
2026-08-08
ftrace: Drop extra comma in trace_buffered_event_enable
Leon Hwang
1
-1
/
+1
2026-08-08
ftrace: Protect direct_functions in update_ftrace_direct_mod
Leon Hwang
1
-3
/
+8
2026-08-08
ftrace: Protect direct_functions in update_ftrace_direct_del
Leon Hwang
1
-5
/
+8
2026-08-08
ftrace: Protect direct_functions in ftrace_find_rec_direct
Leon Hwang
1
-1
/
+2
2026-08-07
futex: Fix race in futex_pivot_pending() during private hash resize
Yao Kai
1
-3
/
+4
2026-08-07
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2
-25
/
+25
2026-08-06
rqspinlock: Reset tail when preserving queue on deadlock
Kumar Kartikeya Dwivedi
1
-2
/
+3
2026-08-04
Merge tag 'locking-urgent-2026-08-04' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-27
/
+58
2026-08-03
Merge tag 'liveupdate-fixes-2026-08-03' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-6
/
+16
2026-08-03
Merge tag 'sched_ext-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-10
/
+41
2026-08-03
Merge tag 'cgroup-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-17
/
+81
2026-08-02
Merge tag 'sched-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+2
2026-08-02
Merge tag 'perf-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2026-08-02
futex: Prevent robust futex exit race some more
Keno Fischer
1
-27
/
+58
2026-07-31
Merge tag 'trace-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
4
-4
/
+18
2026-07-31
ring-buffer: Fix subbuf_ids memory leak in rb_allocate_cpu_buffer() error path
Masami Hiramatsu (Google)
1
-0
/
+1
2026-07-31
bpf: Propagate untrusted pointer state in commuted arithmetic
Yiyang Chen
1
-7
/
+7
2026-07-31
bpf: Preserve pointer state for commuted arithmetic
Yiyang Chen
1
-7
/
+8
2026-07-31
bpf: Simplify sanitize_err() signature
Eduard Zingerman
1
-9
/
+7
2026-07-31
uprobes: Fix NULL pointer dereference in hprobe_expire()
Breno Leitao
1
-1
/
+1
2026-07-30
Merge tag 'audit-pr-20260730' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-4
/
+13
2026-07-30
Merge tag 'pm-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-0
/
+11
2026-07-30
sched/deadline: Use revised wakeup rule only for running dl_server
Gabriele Monaco
1
-1
/
+2
2026-07-29
ring-buffer: Fix reader page read offset for remote buffers
Vincent Donnefort
1
-0
/
+1
2026-07-29
audit: fix potential use-after-free in audit_del_rule()
Luxiao Xu
1
-2
/
+4
2026-07-29
audit: fix potential integer overflow in audit_log_n_string()
Zhan Xusheng
1
-2
/
+9
2026-07-29
tracing/filters: Fix false positive match in regex_match_full()
Masami Hiramatsu (Google)
1
-0
/
+3
2026-07-29
tracing: Check return value of __register_event() in trace_module_add_events()
Masami Hiramatsu (Google)
1
-2
/
+2
2026-07-29
tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functions
Masami Hiramatsu (Google)
1
-2
/
+10
2026-07-29
tracing/mmiotrace: Reset dropped_count in mmio_reset_data()
Masami Hiramatsu (Google)
1
-0
/
+1
2026-07-29
fprobe: Fix module reference count leak on error in register_fprobe()
Masami Hiramatsu (Google)
1
-4
/
+2
2026-07-29
tracing/fprobe: Roll back on enable_trace_fprobe() failure
Raushan Patel
1
-1
/
+11
2026-07-28
tracing/probes: Reject $arg0 in meta argument expansion
Raushan Patel
1
-1
/
+5
2026-07-26
Merge tag 'trace-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
9
-11
/
+58
2026-07-26
Merge tag 'smp-urgent-2026-07-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-5
/
+25
2026-07-25
kho: align kho_scratch to MAX_ORDER_NR_PAGES pages
Michal Clapinski
1
-6
/
+16
2026-07-24
tracing: perf: Fix stale head for perf syscall tracing
Steven Rostedt
1
-0
/
+5
2026-07-24
ftrace: Add global mutex to serialize trace_parser access
Tengda Wu
1
-0
/
+13
2026-07-24
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-1
/
+2
2026-07-24
tracing: Delay module ref count for "enable_event" trigger
Steven Rostedt
1
-2
/
+4
2026-07-24
tracing: Fix use-after-free freeing trigger private data
David Carlier
3
-3
/
+18
2026-07-24
tracing: Fix context switch counter truncation
Usama Arif
1
-1
/
+1
[next]