index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-02-09
Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...
Linus Torvalds
2026-02-09
Merge tag 'pull-filename' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2026-02-09
Merge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-02-09
Merge tag 'lsm-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-02-09
Merge tag 'audit-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2026-02-09
Merge tag 'rcu.release.v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2026-02-07
Merge tag 'sched-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-02-07
Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2026-02-06
Merge tag 'trace-v6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-02-06
Merge tag 'dma-mapping-6.19-2026-02-06' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2026-02-06
io_uring: add task fork hook
Jens Axboe
2026-02-05
livepatch: Fix having __klp_objects relics in non-livepatch modules
Petr Pavlu
2026-02-05
tracing: Fix ftrace event field alignments
Steven Rostedt
2026-02-04
Merge tag 'mm-hotfixes-stable-2026-02-04-15-55' of git://git.kernel.org/pub/s...
Linus Torvalds
2026-02-04
Merge tag 'sched_ext-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2026-02-04
sched_ext: Short-circuit sched_class operations on dead tasks
Tejun Heo
2026-02-04
sched/mmcid: Optimize transitional CIDs when scheduling out
Thomas Gleixner
2026-02-04
sched/mmcid: Drop per CPU CID immediately when switching to per task mode
Thomas Gleixner
2026-02-04
sched/mmcid: Protect transition on weakly ordered systems
Thomas Gleixner
2026-02-04
sched/mmcid: Prevent live lock on task to CPU mode transition
Thomas Gleixner
2026-02-03
block: don't use strcpy to copy blockdev name
Johannes Thumshirn
2026-02-02
liveupdate: luo_file: do not clear serialized_data on unfreeze
Pratyush Yadav (Google)
2026-02-02
Merge tag 'cgroup-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2026-02-02
cgroup/dmem: avoid pool UAF
Chen Ridong
2026-02-02
cgroup/dmem: avoid rcu warning when unregister region
Chen Ridong
2026-02-02
cgroup/dmem: fix NULL pointer dereference when setting max
Chen Ridong
2026-02-02
dma: contiguous: Check return value of dma_contiguous_reserve_area()
Shanker Donthineni
2026-02-01
Merge tag 'perf-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-02-01
Merge tag 'sched-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-01-30
perf: sched: Fix perf crash with new is_user_task() helper
Steven Rostedt
2026-01-30
sched/deadline: Fix 'stuck' dl_server
Peter Zijlstra
2026-01-30
Merge tag 'dma-mapping-6.19-2026-01-30' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2026-01-29
Merge tag 'mm-hotfixes-stable-2026-01-29-09-41' of git://git.kernel.org/pub/s...
Linus Torvalds
2026-01-29
dma/pool: distinguish between missing and exhausted atomic pools
Sai Sree Kartheek Adivi
2026-01-29
of: reserved_mem: Allow reserved_mem framework detect "cma=" kernel param
Oreoluwa Babatunde
2026-01-26
vmcoreinfo: make hwerr_data visible for debugging
Breno Leitao
2026-01-26
kho: kho_preserve_vmalloc(): don't return 0 when ENOMEM
Andrew Morton
2026-01-26
kho: init alloc tags when restoring pages from reserved memory
Ran Xiaokai
2026-01-24
Merge tag 'trace-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2026-01-24
Merge tag 'timers-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2026-01-24
Merge tag 'sched-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2026-01-24
Merge tag 'perf-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-01-23
Merge branch 'rcu-nocb.20260123a'
Boqun Feng
2026-01-23
rcu/nocb: Extract nocb_defer_wakeup_cancel() helper
Joel Fernandes
2026-01-23
rcu/nocb: Remove dead callback overload handling
Joel Fernandes
2026-01-23
rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
Joel Fernandes
2026-01-23
function_graph: Fix args pointer mismatch in print_graph_retval()
Donglin Peng
2026-01-23
tracing: Avoid possible signed 64-bit truncation
Ian Rogers
2026-01-23
tracing: Fix crash on synthetic stacktrace field usage
Steven Rostedt
[next]