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-11-10
ns: return EFAULT on put_user() error
Christian Brauner
1
-2
/
+2
2025-11-10
ns: make sure reference are dropped outside of rcu lock
Christian Brauner
1
-9
/
+23
2025-11-10
ns: don't increment or decrement initial namespaces
Christian Brauner
1
-0
/
+6
2025-11-10
ns: don't skip active reference count initialization
Christian Brauner
1
-5
/
+4
2025-11-09
kho: warn and exit when unpreserved page wasn't preserved
Pratyush Yadav
1
-4
/
+4
2025-11-09
kho: fix unpreservation of higher-order vmalloc preservations
Pratyush Yadav
1
-3
/
+4
2025-11-09
kho: fix out-of-bounds access of vmalloc chunk
Pratyush Yadav
1
-2
/
+2
2025-11-09
gcov: add support for GCC 15
Peter Oberparleiter
1
-1
/
+3
2025-11-09
kho: allocate metadata directly from the buddy allocator
Pasha Tatashin
1
-3
/
+3
2025-11-09
kho: increase metadata bitmap size to PAGE_SIZE
Pasha Tatashin
1
-10
/
+11
2025-11-09
kho: warn and fail on metadata or preserved memory in scratch area
Pasha Tatashin
5
-19
/
+93
2025-11-08
Merge tag 'sched-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-10
/
+7
2025-11-08
Merge tag 'perf-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+15
2025-11-08
Merge tag 'locking-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+6
2025-11-07
audit: merge loops in __audit_inode_child()
Ricardo Robaina
1
-24
/
+19
2025-11-07
audit: Use kzalloc() instead of kmalloc()/memset() in audit_krule_to_data()
Gongwei Li
1
-2
/
+1
2025-11-07
Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+8
2025-11-07
PM: hibernate: Fix style issues in save_compressed_image()
Mario Limonciello (AMD)
1
-2
/
+3
2025-11-07
PM: hibernate: Use atomic64_t for compressed_size variable
Mario Limonciello (AMD)
1
-5
/
+5
2025-11-07
PM: hibernate: Emit an error when image writing fails
Mario Limonciello (AMD)
1
-4
/
+7
2025-11-07
refscale: Do not disable interrupts for tests involving local_bh_enable()
Paul E. McKenney
1
-4
/
+10
2025-11-07
refscale: Add non-atomic per-CPU increment readers
Paul E. McKenney
1
-2
/
+153
2025-11-07
refscale: Add this_cpu_inc() readers
Paul E. McKenney
1
-4
/
+32
2025-11-07
refscale: Add preempt_disable() readers
Paul E. McKenney
1
-1
/
+32
2025-11-07
refscale: Add local_bh_disable() readers
Paul E. McKenney
1
-1
/
+33
2025-11-07
refscale: Add local_irq_disable() and local_irq_save() readers
Paul E. McKenney
1
-1
/
+65
2025-11-07
printk: nbcon: Allow unsafe write_atomic() for panic
John Ogness
1
-15
/
+32
2025-11-07
srcu: Add SRCU_READ_FLAVOR_FAST_UPDOWN CPP macro
Paul E. McKenney
1
-6
/
+18
2025-11-07
rcu: Mark diagnostic functions as notrace
Paul E. McKenney
2
-5
/
+5
2025-11-06
tracing: Fix memory leaks in create_field_var()
Zilin Guan
1
-2
/
+4
2025-11-06
ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches up
Steven Rostedt
1
-0
/
+4
2025-11-06
bpf: Use kmalloc_nolock() in range tree
Puranjay Mohan
1
-15
/
+6
2025-11-06
cgroup: Fix sleeping from invalid context warning on PREEMPT_RT
Tejun Heo
1
-1
/
+54
2025-11-07
tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobe
Masami Hiramatsu (Google)
1
-0
/
+4
2025-11-07
tracing: tprobe-events: Fix to register tracepoint correctly
Masami Hiramatsu (Google)
1
-1
/
+2
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-10
/
+22
2025-11-06
futex: Optimize per-cpu reference counting
Peter Zijlstra
1
-6
/
+6
2025-11-06
sched/fair: Prevent cfs_rq from being unthrottled with zero runtime_remaining
Aaron Lu
2
-10
/
+7
2025-11-05
bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_X
Anton Protopopov
1
-0
/
+3
2025-11-05
bpf, x86: add support for indirect jumps
Anton Protopopov
5
-6
/
+387
2025-11-05
bpf: support instructions arrays with constants blinding
Anton Protopopov
2
-1
/
+30
2025-11-05
bpf, x86: add new map type: instructions array
Anton Protopopov
4
-1
/
+354
2025-11-06
rcutorture: Remove redundant rcutorture_one_extend() from rcu_torture_one_read()
Paul E. McKenney
1
-3
/
+1
2025-11-06
locktorture: Fix memory leak in param_set_cpumask()
Wang Liang
1
-2
/
+6
2025-11-05
srcu: Require special srcu_struct define/init for SRCU-fast readers
Paul E. McKenney
1
-0
/
+1
2025-11-05
rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()
Paul E. McKenney
1
-4
/
+15
2025-11-05
srcu: Make grace-period determination use ssp->srcu_reader_flavor
Paul E. McKenney
1
-1
/
+1
2025-11-05
srcu: Create a DEFINE_SRCU_FAST()
Paul E. McKenney
1
-2
/
+34
2025-11-05
rcutorture: Test srcu_expedite_current()
Paul E. McKenney
1
-0
/
+12
2025-11-05
srcu: Create an srcu_expedite_current() function
Paul E. McKenney
1
-0
/
+58
[prev]
[next]