summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-01-19padata: add pd get/put refcnt helperChen Ridong
2025-01-16ftrace: Implement :mod: cache filtering on kernel command lineSteven Rostedt
2025-01-16tracing: Adopt __free() and guard() for trace_fprobe.cMasami Hiramatsu (Google)
2025-01-16bpf: verifier: Support eliding map lookup nullnessDaniel Xu
2025-01-16bpf: verifier: Refactor helper access type trackingDaniel Xu
2025-01-16bpf: verifier: Add missing newline on verbose() callDaniel Xu
2025-01-16Merge back earlier cpufreq material for 6.14Rafael J. Wysocki
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-16tracing: Cache ":mod:" events for modules not loaded yetSteven Rostedt
2025-01-16tracing: Add :mod: command to enabled module eventsSteven Rostedt
2025-01-16timers/migration: Simplify top level detection on group setupFrederic Weisbecker
2025-01-16hrtimers: Handle CPU state correctly on hotplugKoichiro Den
2025-01-16timers/migration: Annotate accesses to ignore flagFrederic Weisbecker
2025-01-16timers/migration: Enforce group initialization visibility to tree walkersFrederic Weisbecker
2025-01-16timers/migration: Fix another race between hotplug and idle entry/exitFrederic Weisbecker
2025-01-16genirq/generic_chip: Export irq_gc_mask_disable_and_ack_set()Dr. David Alan Gilbert
2025-01-16timers: Optimize get_timer_[this_]cpu_base()Zhongqiu Han
2025-01-15bpf: Send signals asynchronously if !preemptiblePuranjay Mohan
2025-01-15genirq/timings: Add kernel-doc for a function parameterRandy Dunlap
2025-01-15genirq: Remove IRQ_MOVE_PCNTXT and related codeThomas Gleixner
2025-01-15timekeeping: Remove unused ktime_get_fast_timestamps()Dr. David Alan Gilbert
2025-01-15timer/migration: Fix kernel-doc warnings for union tmigr_stateRandy Dunlap
2025-01-15tick/broadcast: Add kernel-doc for function parametersRandy Dunlap
2025-01-15hrtimers: Update the return type of enqueue_hrtimer()Richard Clark
2025-01-15clocksource/wdtest: Print time values for short udelay(1)Paul E. McKenney
2025-01-15posix-timers: Fix typo in __lock_timer()Zhu Jun
2025-01-15signal/posixtimers: Handle ignore/blocked sequences correctlyThomas Gleixner
2025-01-15genirq: Provide IRQCHIP_MOVE_DEFERREDThomas Gleixner
2025-01-15genirq: Remove handle_enforce_irqctx() wrapperThomas Gleixner
2025-01-15genirq: Make handle_enforce_irqctx() unconditionally availableThomas Gleixner
2025-01-15cgroup/dmem: Fix parameters documentationMaxime Ripard
2025-01-15kernel/cgroup: Remove the unused variable climitJiapeng Chong
2025-01-14PM: sleep: Allow configuring the DPM watchdog to warn earlier than panicDouglas Anderson
2025-01-14PM: sleep: convert comment from kernel-doc to plain commentRandy Dunlap
2025-01-14tracing: Print lazy preemption modelShrikanth Hegde
2025-01-14tracing: Fix irqsoff and wakeup latency tracers when using function graphSteven Rostedt
2025-01-14kexec_core: Add and update comments regarding the KEXEC_JUMP flowRafael J. Wysocki
2025-01-13mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan
2025-01-13lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWNNicholas Piggin
2025-01-13kasan: make kasan_record_aux_stack_noalloc() the default behaviourPeter Zijlstra
2025-01-13ring-buffer: Make reading page consistent with the code logicJeongjun Park
2025-01-13ring-buffer: Check for empty ring-buffer with rb_num_of_entries()Vincent Donnefort
2025-01-13bpf: Use ftrace_get_symaddr() for kprobe_multi probesMasami Hiramatsu (Google)
2025-01-13sched_ext: fix kernel-doc warningsRandy Dunlap
2025-01-13psi: Fix race when task wakes up before psi_sched_switch() adjusts flagsChengming Zhou
2025-01-13sched, psi: Don't account irq time if sched_clock_irqtime is disabledYafang Shao
2025-01-13sched: Don't account irq time if sched_clock_irqtime is disabledYafang Shao
2025-01-13sched: Define sched_clock_irqtime as static keyYafang Shao
2025-01-13sched/fair: Do not compute overloaded status unnecessarily during lbK Prateek Nayak
2025-01-13sched/fair: Do not compute NUMA Balancing stats unnecessarily during lbK Prateek Nayak