aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
5 daysMerge tag 'dma-mapping-7.1-2026-06-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
7 daysMerge tag 'trace-rv-v7.1-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-14/+9
9 daysMerge tag 'timers-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+8
9 daysMerge tag 'locking-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-1/+10
10 daysMerge tag 'vfs-7.1-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+6
11 daysMerge tag 'probes-fixes-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
12 daystimers/migration: Fix livelock in tmigr_handle_remote_up()Amit Matityahu1-2/+6
13 dayslocking/rtmutex: Skip remove_waiter() when waiter is not enqueuedDavidlohr Bueso2-1/+4
13 daysMerge tag 'cgroup-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+7
13 daysMerge tag 'sched_ext-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+6
13 daysdma-debug: fix physical address retrieval in debug_dma_sync_sg_for_deviceLi RongQing1-1/+1
13 daysrv: Use 0 to check preemption enabled in opidGabriele Monaco1-7/+1
13 daysrv: Add automatic cleanup handlers for per-task HA monitorsGabriele Monaco3-6/+6
13 daysrv: Fix __user specifier usage in extract_params()Gabriele Monaco1-1/+2
13 daysdma-mapping: direct: fix missing mapping for THRU_HOST_BRIDGE segmentsLi RongQing1-1/+1
14 dayssched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()Tejun Heo1-4/+6
14 daysfutex/requeue: Prevent NULL pointer dereference in remove_waiter() on self-de...Ji'an Zhou1-0/+6
14 daystime: Fix off-by-one in settimeofday() usec validationNaveen Kumar Chaudhary1-1/+1
14 daysclockevents: Fix duplicate type specifier in stub function parameterNaveen Kumar Chaudhary1-1/+1
2026-05-30Merge tag 'liveupdate-fixes-2026-05-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-24/+32
2026-05-30tracing/probes: Point the error offset correctly for eprobe argument errorMasami Hiramatsu (Google)1-2/+0
2026-05-27cgroup/cpuset: Use effective_xcpus in partcmd_update add/del mask calculationSun Shaojie1-6/+7
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds1-6/+5
2026-05-26kho: fix order calculation for kho_unpreserve_pages()Pratyush Yadav (Google)1-24/+32
2026-05-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-20/+93
2026-05-22Merge tag 'sched_ext-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+36
2026-05-22Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-14/+23
2026-05-22signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads()Aleksandr Nogikh1-0/+1
2026-05-22Merge tag 'dma-mapping-7.1-2026-05-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-7/+10
2026-05-22Merge tag 'trace-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-8/+15
2026-05-21kernel/fork: validate exit_signal in kernel_clone()Deepanshu Kartikey1-6/+5
2026-05-21Merge tag 'trace-ringbuffer-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-8/+29
2026-05-21sched_ext: Fix spurious WARN on stale ops_state in ops_dequeue()Samuele Mariotti1-2/+15
2026-05-21tracing: Do not call map->ops->elt_free() if elt_alloc() failsMasami Hiramatsu (Google)1-4/+13
2026-05-21tracing: Create output file from cmd_check_undefinedThomas Weißschuh1-1/+2
2026-05-21tracing: Fix unload_page for simple_ring_buffer init rollbackVincent Donnefort1-1/+1
2026-05-21tracing: Fix nr_subbufs initialization in simple_ring_buffer_init_mm()David Carlier1-1/+1
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+22
2026-05-21ring-buffer: Fix reporting of missed events in iteratorSteven Rostedt1-5/+3
2026-05-20tracing: Avoid NULL return from hist_field_name() on truncationDavid Carlier1-4/+2
2026-05-20cgroup: rstat: relax NMI guard after switch to try_cmpxchgCunlong Li1-4/+3
2026-05-20Merge tag 'rcu-fixes.v7.1-20260519a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+6
2026-05-20bpf: Reject NULL data/sig in bpf_verify_pkcs7_signatureKP Singh1-0/+5
2026-05-19pidfd: refuse access to tasks that have started exiting harderChristian Brauner1-3/+5
2026-05-18cgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming1-10/+20
2026-05-18srcu: Don't queue workqueue handlers to never-online CPUsPaul E. McKenney1-6/+6
2026-05-18dma-mapping: move dma_map_resource() sanity check into debug codeJianpeng Chang2-5/+8
2026-05-17sched_ext: Fix deadlock between scx_root_disable() and concurrent forksTejun Heo1-1/+21
2026-05-17Merge tag 'trace-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-4/+4
2026-05-17bpf: Check global subprog exception pathsKumar Kartikeya Dwivedi2-7/+29