aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-16ftrace: Implement :mod: cache filtering on kernel command lineSteven Rostedt3-9/+68
2025-01-16tracing: Adopt __free() and guard() for trace_fprobe.cMasami Hiramatsu (Google)1-66/+58
2025-01-16bpf: verifier: Support eliding map lookup nullnessDaniel Xu1-3/+89
2025-01-16bpf: verifier: Refactor helper access type trackingDaniel Xu1-29/+16
2025-01-16bpf: verifier: Add missing newline on verbose() callDaniel Xu1-1/+1
2025-01-16Merge back earlier cpufreq material for 6.14Rafael J. Wysocki1-2/+2
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-62/+97
2025-01-16tracing: Cache ":mod:" events for modules not loaded yetSteven Rostedt4-28/+268
2025-01-16tracing: Add :mod: command to enabled module eventsSteven Rostedt2-13/+48
2025-01-16timers/migration: Simplify top level detection on group setupFrederic Weisbecker1-3/+1
2025-01-16hrtimers: Handle CPU state correctly on hotplugKoichiro Den2-2/+11
2025-01-16timers/migration: Annotate accesses to ignore flagFrederic Weisbecker1-6/+15
2025-01-16timers/migration: Enforce group initialization visibility to tree walkersFrederic Weisbecker1-2/+12
2025-01-16timers/migration: Fix another race between hotplug and idle entry/exitFrederic Weisbecker1-1/+28
2025-01-16genirq/generic_chip: Export irq_gc_mask_disable_and_ack_set()Dr. David Alan Gilbert1-0/+1
2025-01-16timers: Optimize get_timer_[this_]cpu_base()Zhongqiu Han1-10/+6
2025-01-15bpf: Send signals asynchronously if !preemptiblePuranjay Mohan1-1/+1
2025-01-15genirq/timings: Add kernel-doc for a function parameterRandy Dunlap1-0/+1
2025-01-15genirq: Remove IRQ_MOVE_PCNTXT and related codeThomas Gleixner4-22/+1
2025-01-15timekeeping: Remove unused ktime_get_fast_timestamps()Dr. David Alan Gilbert1-69/+8
2025-01-15timer/migration: Fix kernel-doc warnings for union tmigr_stateRandy Dunlap1-12/+9
2025-01-15tick/broadcast: Add kernel-doc for function parametersRandy Dunlap1-0/+2
2025-01-15hrtimers: Update the return type of enqueue_hrtimer()Richard Clark1-4/+3
2025-01-15clocksource/wdtest: Print time values for short udelay(1)Paul E. McKenney1-1/+2
2025-01-15posix-timers: Fix typo in __lock_timer()Zhu Jun1-1/+1
2025-01-15signal/posixtimers: Handle ignore/blocked sequences correctlyThomas Gleixner1-9/+28
2025-01-15genirq: Provide IRQCHIP_MOVE_DEFERREDThomas Gleixner3-3/+20
2025-01-15genirq: Remove handle_enforce_irqctx() wrapperThomas Gleixner3-7/+2
2025-01-15genirq: Make handle_enforce_irqctx() unconditionally availableThomas Gleixner1-6/+3
2025-01-15cgroup/dmem: Fix parameters documentationMaxime Ripard1-5/+2
2025-01-15kernel/cgroup: Remove the unused variable climitJiapeng Chong1-2/+1
2025-01-14PM: sleep: Allow configuring the DPM watchdog to warn earlier than panicDouglas Anderson1-1/+20
2025-01-14PM: sleep: convert comment from kernel-doc to plain commentRandy Dunlap1-1/+1
2025-01-14tracing: Print lazy preemption modelShrikanth Hegde1-0/+1
2025-01-14tracing: Fix irqsoff and wakeup latency tracers when using function graphSteven Rostedt2-0/+28
2025-01-14kexec_core: Add and update comments regarding the KEXEC_JUMP flowRafael J. Wysocki1-6/+17
2025-01-13mm: convert mm_lock_seq to a proper seqcountSuren Baghdasaryan1-4/+1
2025-01-13lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWNNicholas Piggin2-11/+20
2025-01-13kasan: make kasan_record_aux_stack_noalloc() the default behaviourPeter Zijlstra6-19/+7
2025-01-13ring-buffer: Make reading page consistent with the code logicJeongjun Park1-1/+3
2025-01-13ring-buffer: Check for empty ring-buffer with rb_num_of_entries()Vincent Donnefort1-45/+14
2025-01-13bpf: Use ftrace_get_symaddr() for kprobe_multi probesMasami Hiramatsu (Google)1-2/+11
2025-01-13sched_ext: fix kernel-doc warningsRandy Dunlap1-42/+45
2025-01-13psi: Fix race when task wakes up before psi_sched_switch() adjusts flagsChengming Zhou2-3/+7
2025-01-13sched, psi: Don't account irq time if sched_clock_irqtime is disabledYafang Shao1-1/+6
2025-01-13sched: Don't account irq time if sched_clock_irqtime is disabledYafang Shao1-21/+23
2025-01-13sched: Define sched_clock_irqtime as static keyYafang Shao2-9/+20
2025-01-13sched/fair: Do not compute overloaded status unnecessarily during lbK Prateek Nayak1-3/+5
2025-01-13sched/fair: Do not compute NUMA Balancing stats unnecessarily during lbK Prateek Nayak1-6/+9
2025-01-13sched/core: Prioritize migrating eligible tasks in sched_balance_rq()Hao Jia1-0/+34