summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-urgent-2025-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6 days1-18/+3
|\
| * Revert "sched/core: Reduce cost of sched_move_task when config autogroup"Dietmar Eggemann12 days1-18/+3
* | Merge tag 'dma-mapping-6.14-2025-03-21' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6 days1-10/+18
|\ \
| * | dma-mapping: fix missing clear bdr in check_ram_in_range_map()Baochen Qiang2025-03-121-10/+18
* | | Merge tag 'probes-fixes-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9 days1-16/+14
|\ \ \
| * | | tracing: tprobe-events: Fix leakage of module refcountMasami Hiramatsu (Google)12 days1-13/+8
| * | | tracing: tprobe-events: Fix to clean up tprobe correctly when module unloadMasami Hiramatsu (Google)12 days1-3/+6
* | | | Merge tag 'trace-v6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds10 days1-6/+18
|\ \ \ \
| * | | | tracing: Correct the refcount if the hist/hist_debug file fails to openTengda Wu13 days1-6/+18
* | | | | Merge tag 'sched-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12 days2-6/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | sched/clock: Don't define sched_clock_irqtime as static keyYafang Shao2025-03-102-6/+6
| | |/ / | |/| |
* | | | Merge tag 'locking-urgent-2025-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds12 days2-6/+11
|\ \ \ \
| * | | | locking/semaphore: Use wake_q to wake up processes outside lock critical sectionWaiman Long2025-03-081-4/+9
| * | | | locking/rtmutex: Use the 'struct' keyword in kernel-doc commentRandy Dunlap2025-03-081-2/+2
| |/ / /
* | | | Merge tag 'sched_ext-for-6.14-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2025-03-121-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | sched_ext: Validate prev_cpu in scx_bpf_select_cpu_dfl()Andrea Righi2025-03-031-0/+3
* | | | Merge tag 'sched-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2025-03-072-3/+5
|\ \ \ \
| * | | | sched/deadline: Use online cpus for validating runtimeShrikanth Hegde2025-03-061-1/+1
| * | | | sched/fair: Fix potential memory corruption in child_cfs_rq_on_listZecheng Li2025-03-051-2/+4
| | |/ / | |/| |
* | | | Merge tag 'perf-urgent-2025-03-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2025-03-071-4/+28
|\ \ \ \
| * | | | perf/core: Fix perf_pmu_register() vs. perf_init_event()Peter Zijlstra2025-03-011-2/+26
| * | | | perf/core: Fix pmus_lock vs. pmus_srcu orderingPeter Zijlstra2025-03-011-2/+2
| |/ / /
* | | | Merge tag 'vfs-6.14-rc6.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2025-03-061-1/+1
|\ \ \ \
| * | | | pid: Do not set pid_max in new pid namespacesMichal Koutný2025-03-061-1/+1
* | | | | Merge tag 'probes-fixes-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2025-03-032-2/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tracing: probe-events: Remove unused MAX_ARG_BUF_LEN macroMasami Hiramatsu (Google)2025-03-031-1/+0
| * | | | tracing: fprobe-events: Log error for exceeding the number of entry argsMasami Hiramatsu (Google)2025-02-272-1/+7
| * | | | tracing: tprobe-events: Reject invalid tracepoint nameMasami Hiramatsu (Google)2025-02-272-0/+14
| * | | | tracing: tprobe-events: Fix a memory leak when tprobe with $retvalMasami Hiramatsu (Google)2025-02-271-0/+2
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2025-03-011-2/+2
|\ \ \ \
| * | | | vhost: return task creation error instead of NULLKeith Busch2025-03-011-2/+2
* | | | | Merge tag 'sched-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2025-02-281-1/+1
|\ \ \ \ \
| * | | | | sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner2025-02-271-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'perf-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2025-02-282-14/+32
|\ \ \ \ \
| * | | | | uprobes: Remove too strict lockdep_assert() condition in hprobe_expire()Andrii Nakryiko2025-02-251-3/+7
| * | | | | perf/core: Fix low freq setting via IOC_PERIODKan Liang2025-02-251-8/+9
| * | | | | uprobes: Reject the shared zeropage in uprobe_write_opcode()Tong Tiangen2025-02-241-0/+5
| * | | | | perf/core: Order the PMU list to fix warning about unordered pmu_ctx_listLuo Gengkun2025-02-241-2/+9
| * | | | | perf/core: Add RCU read lock protection to perf_iterate_ctx()Breno Leitao2025-02-241-1/+2
| |/ / / /
* | | | | Merge tag 'trace-v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2025-02-282-30/+27
|\ \ \ \ \
| * | | | | ftrace: Avoid potential division by zero in function_stat_show()Nikolay Kuratov2025-02-271-15/+12
| * | | | | tracing: Fix bad hist from corrupting named_triggers listSteven Rostedt2025-02-271-15/+15
| |/ / / /
* | | | | Merge tag 'wq-for-6.14-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2025-02-261-1/+3
|\ \ \ \ \
| * | | | | workqueue: Log additional details when rejecting workWill Deacon2025-02-141-1/+3
* | | | | | Merge tag 'sched_ext-for-6.14-rc4-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2025-02-261-4/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | sched_ext: Fix pick_task_scx() picking non-queued tasks when it's called with...Tejun Heo2025-02-251-4/+7
* | | | | Merge tag 'sched-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2025-02-222-6/+30
|\ \ \ \ \
| * | | | | rseq: Fix rseq registration with CONFIG_DEBUG_RSEQMichael Jeanson2025-02-211-3/+8
| * | | | | sched: Compact RSEQ concurrency IDs with reduced threads and affinityMathieu Desnoyers2025-02-181-3/+22
| | |_|/ / | |/| | |
* | | | | Merge tag 'perf-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2025-02-221-1/+1
|\ \ \ \ \