index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2025-05-09
tracing: Use atomic_inc_return() for updating "disabled" counter in irqsoff t...
Steven Rostedt
-11
/
+18
2025-05-09
tracing: Convert the per CPU "disabled" counter to local from atomic
Steven Rostedt
-25
/
+25
2025-05-09
tracing: branch: Use trace_tracing_is_on_cpu() instead of "disabled" field
Steven Rostedt
-3
/
+1
2025-05-09
ring-buffer: Add ring_buffer_record_is_on_cpu()
Steven Rostedt
-0
/
+33
2025-05-09
tracing: Do not use per CPU array_buffer.data->disabled for cpumask
Steven Rostedt
-2
/
+0
2025-05-09
ftrace: Do not disabled function graph based on "disabled" field
Steven Rostedt
-29
/
+9
2025-05-09
tracing: kdb: Use tracer_tracing_on/off() instead of setting per CPU disabled
Steven Rostedt
-7
/
+2
2025-05-09
tracing: Use tracer_tracing_disable() instead of "disabled" field for ftrace_...
Steven Rostedt
-7
/
+4
2025-05-09
tracing: Add tracer_tracing_disable/enable() functions
Steven Rostedt
-0
/
+35
2025-05-09
genirq: Fix inverted condition in handle_nested_irq()
Thomas Gleixner
-1
/
+1
2025-05-09
sched_ext: Remove bpf_scx_get_func_proto
Feng Yang
-14
/
+1
2025-05-09
bpf: Allow some trace helpers for all prog types
Feng Yang
-69
/
+46
2025-05-09
cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasks
Waiman Long
-2
/
+4
2025-05-09
cgroup/cpuset: drop useless cpumask_empty() in compute_effective_exclusive_cp...
Yury Norov
-4
/
+2
2025-05-09
bpf/verifier: Handle BPF_LOAD_ACQ instructions in insn_def_regno()
Peilin Ye
-6
/
+6
2025-05-09
PM: hibernate: add configurable delay for pm_test
Zihuan Zhang
-2
/
+7
2025-05-09
PM: wakeup: Delete space in the end of string shown by pm_show_wakelocks()
Zijun Hu
-0
/
+3
2025-05-09
kernel/nsproxy: remove unnecessary guards
Joel Savitz
-20
/
+10
2025-05-09
power: freeze filesystems during suspend/resume
Christian Brauner
-1
/
+57
2025-05-08
perf: Fix confusing aux iteration
Frederic Weisbecker
-1
/
+1
2025-05-08
perf: Remove too early and redundant CPU hotplug handling
Frederic Weisbecker
-5
/
+0
2025-05-08
perf: Fix irq work dereferencing garbage
Frederic Weisbecker
-16
/
+15
2025-05-08
perf: Fix failing inherit_event() doing extra refcount decrement on parent
Frederic Weisbecker
-2
/
+18
2025-05-08
treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()
Ingo Molnar
-6
/
+6
2025-05-08
treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()
Ingo Molnar
-3
/
+3
2025-05-08
timers: Rename init_timers() as timers_init()
Ingo Molnar
-1
/
+1
2025-05-08
timers: Rename NEXT_TIMER_MAX_DELTA as TIMER_NEXT_MAX_DELTA
Ingo Molnar
-6
/
+6
2025-05-08
timers: Rename init_timer_on_stack_key() as timer_init_key_on_stack()
Ingo Molnar
-2
/
+2
2025-05-08
timers: Rename init_timer_key() as timer_init_key()
Ingo Molnar
-4
/
+4
2025-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-7
/
+10
2025-05-08
tracing: Just use this_cpu_read() to access ignore_pid
Steven Rostedt
-4
/
+5
2025-05-08
ftrace: Do not bother checking per CPU "disabled" flag
Steven Rostedt
-13
/
+3
2025-05-08
tracing/mmiotrace: Remove reference to unused per CPU data pointer
Steven Rostedt
-10
/
+2
2025-05-08
tracing/osnoise: Allow arbitrarily long CPU string
Tomas Glozar
-4
/
+5
2025-05-08
ftrace: Comment that ftrace_func_mapper is freed with free_ftrace_hash()
Steven Rostedt
-1
/
+6
2025-05-08
ftrace: Expose call graph depth as unsigned int
Ilya Leoshkevich
-6
/
+6
2025-05-08
ftrace: Show subops in enabled_functions
Steven Rostedt
-0
/
+40
2025-05-08
genirq/cpuhotplug: Fix up lock guards conversion brainf..t
Thomas Gleixner
-1
/
+1
2025-05-07
cpufreq/sched: Move cpufreq-specific EAS checks to cpufreq
Rafael J. Wysocki
-20
/
+5
2025-05-07
cpufreq/sched: schedutil: Add helper for governor checks
Rafael J. Wysocki
-7
/
+10
2025-05-07
module: ensure that kobject_put() is safe for module type kobjects
Dmitry Antipov
-1
/
+3
2025-05-07
Merge branch 'for-6.15-fixes' into for-6.16
Tejun Heo
-0
/
+6
2025-05-07
sched_ext: bpf_iter_scx_dsq_new() should always initialize iterator
Tejun Heo
-0
/
+6
2025-05-07
genirq: Use scoped_guard() to shut clang up
Thomas Gleixner
-2
/
+2
2025-05-07
PM: hibernate: split and simplify hib_submit_io
Christoph Hellwig
-58
/
+45
2025-05-07
genirq: Remove unused remove_percpu_irq()
Dr. David Alan Gilbert
-15
/
+0
2025-05-07
genirq: Remove irq_[get|put]_desc*()
Thomas Gleixner
-24
/
+0
2025-05-07
genirq/manage: Rework irq_set_irqchip_state()
Thomas Gleixner
-28
/
+15
2025-05-07
genirq/manage: Rework irq_get_irqchip_state()
Thomas Gleixner
-16
/
+6
2025-05-07
genirq/manage: Rework teardown_percpu_nmi()
Thomas Gleixner
-14
/
+5
[prev]
[next]