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-01-16
timers/migration: Fix another race between hotplug and idle entry/exit
Frederic Weisbecker
-1
/
+28
2025-01-16
genirq/generic_chip: Export irq_gc_mask_disable_and_ack_set()
Dr. David Alan Gilbert
-0
/
+1
2025-01-16
timers: Optimize get_timer_[this_]cpu_base()
Zhongqiu Han
-10
/
+6
2025-01-15
bpf: Send signals asynchronously if !preemptible
Puranjay Mohan
-1
/
+1
2025-01-15
genirq/timings: Add kernel-doc for a function parameter
Randy Dunlap
-0
/
+1
2025-01-15
genirq: Remove IRQ_MOVE_PCNTXT and related code
Thomas Gleixner
-22
/
+1
2025-01-15
timekeeping: Remove unused ktime_get_fast_timestamps()
Dr. David Alan Gilbert
-69
/
+8
2025-01-15
timer/migration: Fix kernel-doc warnings for union tmigr_state
Randy Dunlap
-12
/
+9
2025-01-15
tick/broadcast: Add kernel-doc for function parameters
Randy Dunlap
-0
/
+2
2025-01-15
hrtimers: Update the return type of enqueue_hrtimer()
Richard Clark
-4
/
+3
2025-01-15
clocksource/wdtest: Print time values for short udelay(1)
Paul E. McKenney
-1
/
+2
2025-01-15
posix-timers: Fix typo in __lock_timer()
Zhu Jun
-1
/
+1
2025-01-15
signal/posixtimers: Handle ignore/blocked sequences correctly
Thomas Gleixner
-9
/
+28
2025-01-15
genirq: Provide IRQCHIP_MOVE_DEFERRED
Thomas Gleixner
-3
/
+20
2025-01-15
genirq: Remove handle_enforce_irqctx() wrapper
Thomas Gleixner
-7
/
+2
2025-01-15
genirq: Make handle_enforce_irqctx() unconditionally available
Thomas Gleixner
-6
/
+3
2025-01-15
cgroup/dmem: Fix parameters documentation
Maxime Ripard
-5
/
+2
2025-01-15
kernel/cgroup: Remove the unused variable climit
Jiapeng Chong
-2
/
+1
2025-01-14
PM: sleep: Allow configuring the DPM watchdog to warn earlier than panic
Douglas Anderson
-1
/
+20
2025-01-14
PM: sleep: convert comment from kernel-doc to plain comment
Randy Dunlap
-1
/
+1
2025-01-14
tracing: Print lazy preemption model
Shrikanth Hegde
-0
/
+1
2025-01-14
tracing: Fix irqsoff and wakeup latency tracers when using function graph
Steven Rostedt
-0
/
+28
2025-01-14
kexec_core: Add and update comments regarding the KEXEC_JUMP flow
Rafael J. Wysocki
-6
/
+17
2025-01-13
mm: convert mm_lock_seq to a proper seqcount
Suren Baghdasaryan
-4
/
+1
2025-01-13
lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN
Nicholas Piggin
-11
/
+20
2025-01-13
kasan: make kasan_record_aux_stack_noalloc() the default behaviour
Peter Zijlstra
-19
/
+7
2025-01-13
ring-buffer: Make reading page consistent with the code logic
Jeongjun Park
-1
/
+3
2025-01-13
ring-buffer: Check for empty ring-buffer with rb_num_of_entries()
Vincent Donnefort
-45
/
+14
2025-01-13
bpf: Use ftrace_get_symaddr() for kprobe_multi probes
Masami Hiramatsu (Google)
-2
/
+11
2025-01-13
sched_ext: fix kernel-doc warnings
Randy Dunlap
-42
/
+45
2025-01-13
psi: Fix race when task wakes up before psi_sched_switch() adjusts flags
Chengming Zhou
-3
/
+7
2025-01-13
sched, psi: Don't account irq time if sched_clock_irqtime is disabled
Yafang Shao
-1
/
+6
2025-01-13
sched: Don't account irq time if sched_clock_irqtime is disabled
Yafang Shao
-21
/
+23
2025-01-13
sched: Define sched_clock_irqtime as static key
Yafang Shao
-9
/
+20
2025-01-13
sched/fair: Do not compute overloaded status unnecessarily during lb
K Prateek Nayak
-3
/
+5
2025-01-13
sched/fair: Do not compute NUMA Balancing stats unnecessarily during lb
K Prateek Nayak
-6
/
+9
2025-01-13
sched/core: Prioritize migrating eligible tasks in sched_balance_rq()
Hao Jia
-0
/
+34
2025-01-13
sched/debug: Change need_resched warnings to pr_err
David Rientjes
-4
/
+6
2025-01-13
sched/fair: Encapsulate set custom slice in a __setparam_fair() function
Vincent Guittot
-13
/
+24
2025-01-13
sched: Fix race between yield_to() and try_to_wake_up()
Tianchen Ding
-1
/
+1
2025-01-13
sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUE
Peter Zijlstra
-1
/
+5
2025-01-13
kthread: modify kernel-doc function name to match code
Randy Dunlap
-1
/
+1
2025-01-13
Merge 6.13-rc7 into driver-core-next
Greg Kroah-Hartman
-351
/
+422
2025-01-12
delayacct: add delay min to record delay peak
Wang Yaxin
-7
/
+29
2025-01-12
kernel: remove get_task_comm() and print task comm directly
Yafang Shao
-8
/
+3
2025-01-12
get_task_exe_file: check PF_KTHREAD locklessly
Mateusz Guzik
-4
/
+5
2025-01-12
watchdog: output this_cpu when printing hard LOCKUP
Yunhui Cui
-1
/
+1
2025-01-12
ucounts: move kfree() out of critical zone protected by ucounts_lock
MengEn Sun
-4
/
+4
2025-01-12
delayacct: add delay max to record delay peak
Wang Yaxin
-11
/
+31
2025-01-12
kernel/resource: simplify API __devm_release_region() implementation
Zijun Hu
-2
/
+1
[prev]
[next]