summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-01-16timers/migration: Fix another race between hotplug and idle entry/exitFrederic Weisbecker-1/+28
2025-01-16genirq/generic_chip: Export irq_gc_mask_disable_and_ack_set()Dr. David Alan Gilbert-0/+1
2025-01-16timers: Optimize get_timer_[this_]cpu_base()Zhongqiu Han-10/+6
2025-01-15bpf: Send signals asynchronously if !preemptiblePuranjay Mohan-1/+1
2025-01-15genirq/timings: Add kernel-doc for a function parameterRandy Dunlap-0/+1
2025-01-15genirq: Remove IRQ_MOVE_PCNTXT and related codeThomas Gleixner-22/+1
2025-01-15timekeeping: Remove unused ktime_get_fast_timestamps()Dr. David Alan Gilbert-69/+8
2025-01-15timer/migration: Fix kernel-doc warnings for union tmigr_stateRandy Dunlap-12/+9
2025-01-15tick/broadcast: Add kernel-doc for function parametersRandy Dunlap-0/+2
2025-01-15hrtimers: Update the return type of enqueue_hrtimer()Richard Clark-4/+3
2025-01-15clocksource/wdtest: Print time values for short udelay(1)Paul E. McKenney-1/+2
2025-01-15posix-timers: Fix typo in __lock_timer()Zhu Jun-1/+1
2025-01-15signal/posixtimers: Handle ignore/blocked sequences correctlyThomas Gleixner-9/+28
2025-01-15genirq: Provide IRQCHIP_MOVE_DEFERREDThomas Gleixner-3/+20
2025-01-15genirq: Remove handle_enforce_irqctx() wrapperThomas Gleixner-7/+2
2025-01-15genirq: Make handle_enforce_irqctx() unconditionally availableThomas Gleixner-6/+3
2025-01-15cgroup/dmem: Fix parameters documentationMaxime Ripard-5/+2
2025-01-15kernel/cgroup: Remove the unused variable climitJiapeng Chong-2/+1
2025-01-14PM: sleep: Allow configuring the DPM watchdog to warn earlier than panicDouglas Anderson-1/+20
2025-01-14PM: sleep: convert comment from kernel-doc to plain commentRandy Dunlap-1/+1
2025-01-14tracing: Print lazy preemption modelShrikanth Hegde-0/+1
2025-01-14tracing: Fix irqsoff and wakeup latency tracers when using function graphSteven Rostedt-0/+28
2025-01-14kexec_core: Add and update comments regarding the KEXEC_JUMP flowRafael J. Wysocki-6/+17
2025-01-13mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan-4/+1
2025-01-13lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWNNicholas Piggin-11/+20
2025-01-13kasan: make kasan_record_aux_stack_noalloc() the default behaviourPeter Zijlstra-19/+7
2025-01-13ring-buffer: Make reading page consistent with the code logicJeongjun Park-1/+3
2025-01-13ring-buffer: Check for empty ring-buffer with rb_num_of_entries()Vincent Donnefort-45/+14
2025-01-13bpf: Use ftrace_get_symaddr() for kprobe_multi probesMasami Hiramatsu (Google)-2/+11
2025-01-13sched_ext: fix kernel-doc warningsRandy Dunlap-42/+45
2025-01-13psi: Fix race when task wakes up before psi_sched_switch() adjusts flagsChengming Zhou-3/+7
2025-01-13sched, psi: Don't account irq time if sched_clock_irqtime is disabledYafang Shao-1/+6
2025-01-13sched: Don't account irq time if sched_clock_irqtime is disabledYafang Shao-21/+23
2025-01-13sched: Define sched_clock_irqtime as static keyYafang Shao-9/+20
2025-01-13sched/fair: Do not compute overloaded status unnecessarily during lbK Prateek Nayak-3/+5
2025-01-13sched/fair: Do not compute NUMA Balancing stats unnecessarily during lbK Prateek Nayak-6/+9
2025-01-13sched/core: Prioritize migrating eligible tasks in sched_balance_rq()Hao Jia-0/+34
2025-01-13sched/debug: Change need_resched warnings to pr_errDavid Rientjes-4/+6
2025-01-13sched/fair: Encapsulate set custom slice in a __setparam_fair() functionVincent Guittot-13/+24
2025-01-13sched: Fix race between yield_to() and try_to_wake_up()Tianchen Ding-1/+1
2025-01-13sched/fair: Fix update_cfs_group() vs DELAY_DEQUEUEPeter Zijlstra-1/+5
2025-01-13kthread: modify kernel-doc function name to match codeRandy Dunlap-1/+1
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman-351/+422
2025-01-12delayacct: add delay min to record delay peakWang Yaxin-7/+29
2025-01-12kernel: remove get_task_comm() and print task comm directlyYafang Shao-8/+3
2025-01-12get_task_exe_file: check PF_KTHREAD locklesslyMateusz Guzik-4/+5
2025-01-12watchdog: output this_cpu when printing hard LOCKUPYunhui Cui-1/+1
2025-01-12ucounts: move kfree() out of critical zone protected by ucounts_lockMengEn Sun-4/+4
2025-01-12delayacct: add delay max to record delay peakWang Yaxin-11/+31
2025-01-12kernel/resource: simplify API __devm_release_region() implementationZijun Hu-2/+1