summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-03-01vhost: return task creation error instead of NULLKeith Busch
2025-02-28Merge tag 'sched-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-02-28Merge tag 'perf-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-02-28Merge tag 'trace-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-02-27ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov
2025-02-27tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt
2025-02-27sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner
2025-02-26Merge tag 'wq-for-6.14-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-02-26Merge tag 'sched_ext-for-6.14-rc4-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-02-25uprobes: Remove too strict lockdep_assert() condition in hprobe_expire()Andrii Nakryiko
2025-02-25sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called with...Tejun Heo
2025-02-25perf/core: Fix low freq setting via IOC_PERIODKan Liang
2025-02-24uprobes: Reject the shared zeropage in uprobe_write_opcode()Tong Tiangen
2025-02-24perf/core: Order the PMU list to fix warning about unordered pmu_ctx_listLuo Gengkun
2025-02-24perf/core: Add RCU read lock protection to perf_iterate_ctx()Breno Leitao
2025-02-22Merge tag 'sched-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-02-22Merge tag 'perf-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-02-22Merge tag 'ftrace-v6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-21Merge tag 'drm-fixes-2025-02-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-02-21tracing: Fix memory leak when reading set_event fileAdrian Huang
2025-02-21ftrace: Correct preemption accounting for function tracing.Sebastian Andrzej Siewior
2025-02-21fprobe: Fix accounting of when to unregister from function graphSteven Rostedt
2025-02-21fprobe: Always unregister fgraph function from opsSteven Rostedt
2025-02-21ftrace: Do not add duplicate entries in subops manager opsSteven Rostedt
2025-02-21ftrace: Fix accounting of adding subops to a manager opsSteven Rostedt
2025-02-21rseq: Fix rseq registration with CONFIG_DEBUG_RSEQMichael Jeanson
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-02-21Merge tag 'drm-misc-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2025-02-19cgroup/dmem: Don't open-code css_for_each_descendant_preFriedrich Vock
2025-02-18bpf: skip non exist keys in generic_map_lookup_batchYan Zhai
2025-02-18uprobes: Don't use %pK through printkThomas Weißschuh
2025-02-18sched: Compact RSEQ concurrency IDs with reduced threads and affinityMathieu Desnoyers
2025-02-17Merge tag 'vfs-6.14-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-02-16Merge tag 'irq_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-02-16Merge tag 'sched_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-02-15Merge tag 'trace-ring-buffer-v6.14-rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-02-15ring-buffer: Update pages_touched to reflect persistent buffer contentSteven Rostedt
2025-02-15tracing: Do not allow mmap() of persistent ring bufferSteven Rostedt
2025-02-14Merge tag 'sched_ext-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-02-14Merge tag 'cgroup-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-02-14Merge tag 'wq-for-6.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-02-14ring-buffer: Validate the persistent meta data subbuf arraySteven Rostedt
2025-02-14tracing: Have the error of __tracing_resize_ring_buffer() passed to userSteven Rostedt
2025-02-14ring-buffer: Unlock resize on mmap errorSteven Rostedt
2025-02-14workqueue: Log additional details when rejecting workWill Deacon
2025-02-13sched_ext: Use SCX_CALL_OP_TASK in task_tick_scxChuyi Zhou
2025-02-13genirq: Remove unused CONFIG_GENERIC_PENDING_IRQ_CHIPFLAGSAnup Patel
2025-02-12acct: block access to kernel internal filesystemsChristian Brauner
2025-02-12acct: perform last write from workqueueChristian Brauner