summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-10-15tracing: Stop fortify-string from warning in tracing_mark_raw_write()Steven Rostedt1-2/+6
2025-10-15tracing: Fix tracing_mark_raw_write() to use buf and not ubufSteven Rostedt1-2/+2
2025-10-15tracing: Have trace_marker use per-cpu data to read user spaceSteven Rostedt1-48/+220
2025-10-15tracing: Fix irqoff tracers on failure of acquiring calltimeSteven Rostedt1-13/+10
2025-10-15tracing: Fix wakeup tracers on failure of acquiring calltimeSteven Rostedt1-10/+6
2025-10-15tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen4-14/+28
2025-10-15tracing: Fix lock imbalance in s_start() memory allocation failure pathSasha Levin1-2/+1
2025-10-15bpf: Reject negative offsets for ALU opsYazhou Tang1-2/+2
2025-10-15bpf: Skip scalar adjustment for BPF_NEG if dst is a pointerBrahmajit Das1-1/+2
2025-10-15srcu/tiny: Remove preempt_disable/enable() in srcu_gp_start_if_needed()Zqiang1-3/+1
2025-10-15bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann1-0/+5
2025-10-15smp: Fix up and expand the smp_call_function_many() kerneldocRafael J. Wysocki1-6/+5
2025-10-15bpf: dont report verifier bug for missing bpf_scc_visit on speculative pathEduard Zingerman1-3/+18
2025-10-15tick: Do not set device to detached state in tick_shutdown()Bibo Mao3-13/+7
2025-10-15genirq/test: Ensure CPU 1 is online for hotplug testBrian Norris1-0/+2
2025-10-15genirq/test: Drop CONFIG_GENERIC_IRQ_MIGRATION assumptionsBrian Norris1-4/+0
2025-10-15genirq/test: Depend on SPARSE_IRQBrian Norris1-0/+1
2025-10-15genirq/test: Select IRQ_DOMAINBrian Norris1-0/+1
2025-10-15genirq/test: Fix depth tests on architectures with NOREQUEST by default.David Gow1-0/+12
2025-10-15genirq: Add irq_chip_(startup/shutdown)_parent()Inochi Amaoto1-0/+37
2025-10-15bpf: Remove preempt_disable in bpf_try_get_buffersTao Chen1-3/+0
2025-10-15bpf: Remove migrate_disable in kprobe_multi_link_prog_runTao Chen1-2/+7
2025-10-15cpuset: fix failure to enable isolated partition when containing isolcpusChen Ridong1-1/+1
2025-10-15sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()Peter Zijlstra1-18/+10
2025-10-15uprobes: uprobe_warn should use passed taskJeremy Linton1-1/+1
2025-10-15seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fastJohannes Nixdorf1-7/+5
2025-10-15pid: use ns_capable_noaudit() when determining net sysctl permissionsChristian Göttsche1-1/+1
2025-10-12ring buffer: Propagate __rb_map_vma return value to callerAnkit Khushwaha1-1/+1
2025-09-28Merge tag 'trace-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+14
2025-09-27tracing: fgraph: Protect return handler from recursion loopMasami Hiramatsu (Google)1-0/+12
2025-09-26Merge tag 'sched-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-44/+35
2025-09-26Merge tag 'locking-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-3/+5
2025-09-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+2
2025-09-25sched/deadline: Fix dl_server behaviourPeter Zijlstra2-23/+33
2025-09-25sched/deadline: Fix dl_server getting stuckPeter Zijlstra3-21/+2
2025-09-24Merge tag 'probes-fixes-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+8
2025-09-25tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)1-0/+4
2025-09-24tracing: fprobe: Fix to remove recorded module addresses from filterMasami Hiramatsu (Google)1-3/+4
2025-09-24futex: Use correct exit on failure from futex_hash_allocate_default()Sebastian Andrzej Siewior1-1/+1
2025-09-23tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)1-0/+4
2025-09-23tracing/osnoise: Fix slab-out-of-bounds in _parse_integer_limit()Wang Liang1-1/+2
2025-09-22Merge tag 'sched_ext-for-6.17-rc7-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+27
2025-09-22sched_ext: idle: Handle migration-disabled tasks in BPF codeAndrea Righi1-1/+27
2025-09-21vhost: Take a reference on the task in struct vhost_task.Sebastian Andrzej Siewior1-1/+2
2025-09-20futex: Prevent use-after-free during requeue-PISebastian Andrzej Siewior1-2/+4
2025-09-18Merge tag 'trace-rv-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+6
2025-09-17Merge tag 'probes-fixes-v6.17-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2025-09-18tracing: kprobe-event: Fix null-ptr-deref in trace_kprobe_create_internal()Wang Liang1-0/+2
2025-09-17Merge tag 'sched_ext-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-6/+2
2025-09-17Merge tag 'cgroup-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+37