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
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
2025-08-21
uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock
Jiri Olsa
1
-3
/
+3
2025-08-20
Merge tag 'probes-fixes-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-08-20
tracing: fprobe-event: Sanitize wildcard for fprobe event name
Masami Hiramatsu (Google)
1
-1
/
+1
2025-08-20
trace/fgraph: Fix the warning caused by missing unregister notifier
Ye Weihua
1
-0
/
+1
2025-08-20
ring-buffer: Remove redundant semicolons
Liao Yuanhong
1
-1
/
+1
2025-08-20
tracing: Limit access to parser->buffer when trace_get_user failed
Pu Lehui
2
-7
/
+19
2025-08-19
kho: warn if KHO is disabled due to an error
Pasha Tatashin
1
-0
/
+1
2025-08-19
kho: mm: don't allow deferred struct page with KHO
Pasha Tatashin
1
-0
/
+1
2025-08-19
kho: init new_physxa->phys_bits to fix lockdep
Pasha Tatashin
1
-4
/
+24
2025-08-19
Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+5
2025-08-19
signal: Fix memory leak for PIDFD_SELF* sentinels
Adrian Huang (Lenovo)
1
-1
/
+5
2025-08-19
pid: change bacct_add_tsk() to use task_ppid_nr_ns()
Oleg Nesterov
1
-2
/
+1
2025-08-19
pid: make __task_pid_nr_ns(ns => NULL) safe for zombie callers
Oleg Nesterov
1
-1
/
+2
2025-08-19
pid: Add a judgment for ns null in pid_nr_ns
gaoxiang17
1
-1
/
+1
2025-08-19
kcsan: test: Replace deprecated strcpy() with strscpy()
Thorsten Blum
1
-2
/
+2
2025-08-18
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'
Martin KaFai Lau
3
-2
/
+26
2025-08-18
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'
Martin KaFai Lau
3
-2
/
+26
2025-08-18
bpf: Enable read/write access to skb metadata through a dynptr
Jakub Sitnicki
1
-3
/
+7
2025-08-18
bpf: Add dynptr type for skb metadata
Jakub Sitnicki
3
-2
/
+22
2025-08-18
bpf: Add a verbose message when the BTF limit is reached
Anton Protopopov
1
-1
/
+4
2025-08-18
bpf: Replace get_next_cpu() with cpumask_next_wrap()
Fushuai Wang
1
-9
/
+1
2025-08-17
Merge tag 'locking_urgent_for_v6.17_rc2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-4
/
+8
2025-08-16
params: Replace deprecated strcpy() with strscpy() and memcpy()
Thorsten Blum
1
-3
/
+4
2025-08-15
bpf: Remove migrate_disable in kprobe_multi_link_prog_run
Tao Chen
1
-2
/
+7
2025-08-15
perf: Convert mmap() refcounts to refcount_t
Thomas Gleixner
3
-23
/
+23
2025-08-15
perf: Identify the 0->1 transition for event::mmap_count
Peter Zijlstra
1
-1
/
+1
2025-08-15
perf: Use scoped_guard() for mmap_mutex in perf_mmap()
Peter Zijlstra
1
-21
/
+14
2025-08-15
perf: Split out the RB allocation
Peter Zijlstra
1
-72
/
+73
2025-08-15
perf: Make RB allocation branch self sufficient
Peter Zijlstra
1
-5
/
+1
2025-08-15
perf: Split out the AUX buffer allocation
Peter Zijlstra
1
-67
/
+77
2025-08-15
perf: Reflow to get rid of aux_success label
Peter Zijlstra
1
-19
/
+18
2025-08-15
perf: Use guard() for aux_mutex in perf_mmap()
Peter Zijlstra
1
-5
/
+1
2025-08-15
perf: Remove redundant aux_unlock label
Peter Zijlstra
1
-9
/
+8
2025-08-15
perf: Move common code into both rb and aux branches
Peter Zijlstra
1
-10
/
+15
2025-08-15
perf: Merge consecutive conditionals in perf_mmap()
Peter Zijlstra
1
-22
/
+19
2025-08-15
perf: Move perf_mmap_calc_limits() into both rb and aux branches
Peter Zijlstra
1
-8
/
+18
2025-08-15
perf: Split out VM accounting
Thomas Gleixner
1
-4
/
+9
2025-08-15
perf: Split out mlock limit handling
Thomas Gleixner
1
-37
/
+38
2025-08-15
perf: Remove redundant condition for AUX buffer size
Thomas Gleixner
1
-1
/
+1
2025-08-15
perf: Avoid undefined behavior from stopping/starting inactive events
Yunseong Kim
1
-0
/
+6
2025-08-15
bpf: Check the helper function is valid in get_helper_proto
Jiri Olsa
2
-2
/
+5
2025-08-15
bpf, cpumap: Disable page_pool direct xdp_return need larger scope
Jesper Dangaard Brouer
1
-2
/
+2
2025-08-14
rcutorture: Delay forward-progress testing until boot completes
Paul E. McKenney
1
-0
/
+2
2025-08-14
torture: Delay CPU-hotplug operations until boot completes
Paul E. McKenney
1
-0
/
+2
2025-08-14
rcutorture: Delay rcutorture readers and writers until boot completes
Paul E. McKenney
1
-4
/
+14
2025-08-14
rcutorture: Suppress "Writer stall state" reports during boot
Paul E. McKenney
1
-1
/
+2
2025-08-14
torture: Announce kernel boot status at torture-test startup
Paul E. McKenney
1
-2
/
+3
2025-08-14
rcu: Remove local_irq_save/restore() in rcu_preempt_deferred_qs_handler()
Zqiang
1
-4
/
+1
2025-08-14
Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+1
2025-08-13
rcu: Document that rcu_barrier() hurries lazy callbacks
Paul E. McKenney
1
-0
/
+5
[prev]
[next]