summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* tracing: Print lazy preemption modelShrikanth Hegde4 days1-0/+1
* tracing: Fix irqsoff and wakeup latency tracers when using function graphSteven Rostedt4 days2-0/+28
* Merge tag 'perf_urgent_for_v6.13_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5 days1-1/+1
|\
| * uprobes: Fix race in uprobe_free_utaskJiri Olsa8 days1-1/+1
* | Merge tag 'probes-fixes-v6.13-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6 days1-2/+4
|\ \
| * | tracing/kprobes: Fix to free objects when failed to copy a symbolMasami Hiramatsu (Google)8 days1-2/+4
| |/
* | Merge tag 'sched_ext-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7 days3-26/+74
|\ \
| * | sched_ext: idle: Refresh idle masks during idle-to-idle transitionsAndrea Righi7 days3-15/+59
| * | sched_ext: switch class when preempted by higher priority schedulerHonglei Wang9 days1-1/+2
| * | sched_ext: Replace rq_lock() to raw_spin_rq_lock() in scx_ops_bypass()Changwoo Min9 days1-6/+6
| * | sched_ext: keep running prev when prev->scx.slice != 0Henry Huang9 days1-4/+7
* | | Merge tag 'cgroup-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7 days1-33/+11
|\ \ \
| * | | cgroup/cpuset: remove kernfs active breakChen Ridong9 days1-25/+0
| * | | cgroup/cpuset: Prevent leakage of isolated CPUs into sched domainsWaiman Long2024-12-111-1/+9
| * | | cgroup/cpuset: Remove stale textCosta Shulyupin2024-12-111-7/+2
* | | | Merge tag 'wq-for-6.13-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7 days1-0/+7
|\ \ \ \
| * | | | workqueue: warn if delayed_work is queued to an offlined cpu.Imran Khan7 days1-0/+7
* | | | | Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11 days1-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | kheaders: Ignore silly-rename filesDavid Howells2024-12-201-0/+1
* | | | | Merge tag 'mm-hotfixes-stable-2025-01-04-18-02' of git://git.kernel.org/pub/s...Linus Torvalds12 days1-1/+1
|\ \ \ \ \
| * | | | | kcov: mark in_softirq_really() as __always_inlineArnd Bergmann2024-12-311-1/+1
* | | | | | Merge tag 'sched_ext-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2025-01-041-2/+2
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | sched_ext: initialize kit->cursor.flagsHenry Huang2024-12-241-1/+1
| * | | | | sched_ext: Fix invalid irq restore in scx_ops_bypass()Tejun Heo2024-12-111-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'wq-for-6.13-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2025-01-041-9/+14
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | workqueue: add printf attribute to __alloc_workqueue()Su Hui2024-12-241-0/+1
| * | | | workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLA...Tvrtko Ursulin2024-12-191-9/+13
| |/ / /
* | | | Merge tag 'ftrace-v6.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2025-01-032-7/+3
|\ \ \ \
| * | | | ftrace: Fix function profiler's filtering functionalityKohei Enju2025-01-021-6/+2
| * | | | fgraph: Add READ_ONCE() when accessing fgraph_array[]Zilin Guan2025-01-021-1/+1
* | | | | tracing: Have process_string() also allow arraysSteven Rostedt2024-12-311-0/+12
|/ / / /
* | | | Merge tag 'locking-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-12-292-3/+17
|\ \ \ \
| * | | | locking/rtmutex: Make sure we wake anything on the wake_q when we release the...John Stultz2024-12-172-3/+17
* | | | | Merge tag 'probes-fixes-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-12-271-1/+1
|\ \ \ \ \
| * | | | | tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)2024-12-231-1/+1
* | | | | | tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu2024-12-241-0/+3
| |_|_|/ / |/| | | |
* | | | | Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds2024-12-221-7/+6
|\ \ \ \ \
| * | | | | fork: avoid inappropriate uprobe access to invalid mmLorenzo Stoakes2024-12-191-7/+6
| | |/ / / | |/| | |
* | | | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-12-211-1/+5
|\ \ \ \ \
| * | | | | bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMPAndrea Righi2024-12-181-1/+5
| |/ / / /
* | | | | Merge tag 'trace-ringbuffer-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-12-202-1/+14
|\ \ \ \ \
| * | | | | trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffersSteven Rostedt2024-12-181-0/+9
| * | | | | ring-buffer: Fix overflow in __rb_map_vmaEdward Adam Davis2024-12-181-1/+5
| |/ / / /
* | | | | Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-12-184-255/+237
|\ \ \ \ \
| * | | | | tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt2024-12-174-216/+83
| * | | | | tracing: Add "%s" check in test_event_printk()Steven Rostedt2024-12-171-15/+89
| * | | | | tracing: Add missing helper functions in event pointer dereference checkSteven Rostedt2024-12-171-2/+19
| * | | | | tracing: Fix test_event_printk() to process entire print argumentSteven Rostedt2024-12-171-29/+53
| |/ / / /
* | | | | Merge tag 'ftrace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-12-172-2/+9
|\ \ \ \ \
| * | | | | ftrace: Do not find "true_parent" if HAVE_DYNAMIC_FTRACE_WITH_ARGS is not setSteven Rostedt2024-12-161-1/+2