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-09-10
cgroup: replace global percpu_rwsem with per threadgroup resem when writing t...
Yi Tao
4
-21
/
+70
2025-09-10
cgroup: relocate cgroup_attach_lock within cgroup_procs_write_start
Yi Tao
1
-23
/
+35
2025-09-10
cgroup: refactor the cgroup_attach_lock code to make it clearer
Yi Tao
3
-29
/
+61
2025-09-10
printk: kunit: support offstack cpumask
Arnd Bergmann
1
-6
/
+18
2025-09-10
PM: EM: Add function for registering a PD without capacity update
Rafael J. Wysocki
1
-4
/
+25
2025-09-09
bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()
Peilin Ye
1
-2
/
+5
2025-09-09
bpf: Allow fall back to interpreter for programs with stack size <= 512
KaFai Wan
1
-7
/
+9
2025-09-09
rqspinlock: Choose trylock fallback for NMI waiters
Kumar Kartikeya Dwivedi
2
-1
/
+2
2025-09-09
bpf: Fix bpf_strnstr() to handle suffix match cases better
Rong Tao
1
-1
/
+8
2025-09-09
bpf: Fix out-of-bounds dynptr write in bpf_crypto_crypt
Daniel Borkmann
1
-1
/
+1
2025-09-09
Merge tag 'dma-mapping-6.17-2025-09-09' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-3
/
+69
2025-09-09
clocksource: Print durations for sync check unconditionally
Jiri Wiesner
1
-3
/
+2
2025-09-09
hrtimers: Unconditionally update target CPU base after offline timer migration
Xiongfeng Wang
1
-8
/
+3
2025-09-09
tick: Do not set device to detached state in tick_shutdown()
Bibo Mao
3
-13
/
+7
2025-09-09
hrtimer: Reorder branches in hrtimer_clockid_to_base()
Thomas Weißschuh
1
-2
/
+2
2025-09-09
hrtimer: Remove hrtimer_clock_base:: Get_time
Thomas Weißschuh
2
-11
/
+25
2025-09-09
sched/core: Avoid direct access to hrtimer clockbase
Thomas Weißschuh
1
-1
/
+1
2025-09-09
timers/itimer: Avoid direct access to hrtimer clockbase
Thomas Weißschuh
1
-2
/
+1
2025-09-09
posix-timers: Avoid direct access to hrtimer clockbase
Thomas Weißschuh
1
-3
/
+2
2025-09-08
tracing: Silence warning when chunk allocation fails in trace_pid_write
Pu Lehui
1
-1
/
+5
2025-09-08
bpf: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+2
2025-09-08
bpf: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
3
-4
/
+4
2025-09-08
bpf: replace use of system_wq with system_percpu_wq
Marco Crivellari
2
-2
/
+2
2025-09-07
Merge tag 'timers-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-4
/
+10
2025-09-07
Merge tag 'locking-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-5
/
+13
2025-09-07
Merge tag 'perf-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2025-09-06
tracing/osnoise: Fix null-ptr-deref in bitmap_parselist()
Wang Liang
1
-0
/
+3
2025-09-06
trace/fgraph: Fix error handling
Guenter Roeck
1
-1
/
+2
2025-09-05
Merge tag 'audit-pr-20250905' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2025-09-05
workqueue: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-05
workqueue: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-1
/
+1
2025-09-05
cgroup: Merge branch 'for-6.17-fixes' into for-6.18
Tejun Heo
1
-7
/
+37
2025-09-05
cgroup: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
2
-2
/
+2
2025-09-05
cgroup: replace use of system_wq with system_percpu_wq
Marco Crivellari
1
-1
/
+1
2025-09-04
cgroup: Remove unused local variables from cgroup_procs_write_finish()
Tejun Heo
1
-3
/
+0
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-10
/
+16
2025-09-04
sched_ext: Fix NULL dereference in scx_bpf_cpu_rq() warning
Andrea Righi
1
-2
/
+5
2025-09-04
change the calling conventions for vfs_parse_fs_string()
Al Viro
1
-2
/
+1
2025-09-04
PM: sleep: Make pm_wakeup_clear() call more clear
Samuel Wu
2
-1
/
+1
2025-09-04
workqueue: Provide a handshake for canceling BH workers
Sebastian Andrzej Siewior
1
-9
/
+41
2025-09-04
cgroup: Remove unused cgroup_subsys::post_attach
Chuyi Zhou
1
-4
/
+0
2025-09-04
cpuset: Defer flushing of the cpuset_migrate_mm_wq to task_work
Chuyi Zhou
1
-5
/
+24
2025-09-04
cpuset: Don't always flush cpuset_migrate_mm_wq in cpuset_write_resmask
Chuyi Zhou
1
-1
/
+2
2025-09-04
workqueue: Remove rcu_read_lock/unlock() in wq_watchdog_timer_fn()
Zqiang
1
-4
/
+0
2025-09-04
workqueue: Remove redundant rcu_read_lock/unlock() in workqueue_congested()
Zqiang
1
-2
/
+0
2025-09-04
bpf: add bpf_strcasecmp kfunc
Rong Tao
1
-20
/
+48
2025-09-04
audit: init ab->skb_list earlier in audit_buffer_alloc()
Eric Dumazet
1
-1
/
+2
2025-09-04
time: Build generic update_vsyscall() only with generic time vDSO
Thomas Weißschuh
1
-1
/
+1
2025-09-03
time: export timespec64_add_safe() symbol
Gatien Chevallier
1
-0
/
+1
2025-09-03
sched_ext: deprecation warn for scx_bpf_cpu_rq()
Christian Loehle
2
-0
/
+10
[prev]
[next]