summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-02-27nsfs: tighten permission checks for ns iteration ioctlsChristian Brauner
2026-02-27workqueue: Allow to expose ordered workqueues via sysfsSebastian Andrzej Siewior
2026-02-27perf/core: Simplify __detach_global_ctx_data()Namhyung Kim
2026-02-27perf/core: Try to allocate task_ctx_data quicklyNamhyung Kim
2026-02-27perf/core: Pass GFP flags to attach_task_ctx_data()Namhyung Kim
2026-02-27sched: Default enable HRTICK when deferred rearming is enabledPeter Zijlstra
2026-02-27hrtimer: Try to modify timers in placeThomas Gleixner
2026-02-27hrtimer: Use linked timerqueueThomas Gleixner
2026-02-27hrtimer: Optimize for_each_active_base()Thomas Gleixner
2026-02-27hrtimer: Simplify run_hrtimer_queues()Thomas Gleixner
2026-02-27hrtimer: Rework next event evaluationThomas Gleixner
2026-02-27hrtimer: Keep track of first expiring timer per clock baseThomas Gleixner
2026-02-27hrtimer: Avoid re-evaluation when nothing changedThomas Gleixner
2026-02-27hrtimer: Push reprogramming timers into the interrupt return pathPeter Zijlstra
2026-02-27sched/core: Prepare for deferred hrtimer rearmingPeter Zijlstra
2026-02-27softirq: Prepare for deferred hrtimer rearmingPeter Zijlstra
2026-02-27entry: Prepare for deferred hrtimer rearmingPeter Zijlstra
2026-02-27hrtimer: Prepare stubs for deferred rearmingPeter Zijlstra
2026-02-27hrtimer: Rename hrtimer_cpu_base::in_hrtirq to deferred_rearmThomas Gleixner
2026-02-27hrtimer: Re-arrange hrtimer_interrupt()Peter Zijlstra
2026-02-27hrtimer: Separate remove/enqueue handling for local timersThomas Gleixner
2026-02-27hrtimer: Use NOHZ information for localityThomas Gleixner
2026-02-27hrtimer: Optimize for local timersThomas Gleixner
2026-02-27hrtimer: Convert state and properties to booleanThomas Gleixner
2026-02-27hrtimer: Replace the bitfield in hrtimer_cpu_baseThomas Gleixner
2026-02-27hrtimer: Evaluate timer expiry only onceThomas Gleixner
2026-02-27hrtimer: Cleanup coding style and commentsThomas Gleixner
2026-02-27hrtimer: Use guards where appropriateThomas Gleixner
2026-02-27hrtimer: Reduce trace noise in hrtimer_start()Thomas Gleixner
2026-02-27hrtimer: Add debug object init assertionThomas Gleixner
2026-02-27clockevents: Provide support for clocksource coupled comparatorsThomas Gleixner
2026-02-27timekeeping: Provide infrastructure for coupled clockeventsThomas Gleixner
2026-02-27timekeeping: Allow inlining clocksource::read()Thomas Gleixner
2026-02-27clockevents: Remove redundant CLOCK_EVT_FEAT_KTIMEThomas Gleixner
2026-02-27tick/sched: Avoid hrtimer_cancel/start() sequenceThomas Gleixner
2026-02-27sched/hrtick: Mark hrtick timer LAZY_REARMPeter Zijlstra
2026-02-27hrtimer: Provide LAZY_REARM modePeter Zijlstra
2026-02-27sched/hrtick: Avoid tiny hrtick rearmsThomas Gleixner
2026-02-27sched: Optimize hrtimer handlingThomas Gleixner
2026-02-27sched: Use hrtimer_highres_enabled()Thomas Gleixner
2026-02-27hrtimer: Provide a static branch based hrtimer_hres_enabled()Thomas Gleixner
2026-02-27hrtimer: Avoid pointless reprogramming in __hrtimer_start_range_ns()Peter Zijlstra
2026-02-27sched: Avoid ktime_get() indirectionThomas Gleixner
2026-02-27sched/fair: Make hrtick resched hardPeter Zijlstra (Intel)
2026-02-27sched/fair: Simplify hrtick_update()Peter Zijlstra (Intel)
2026-02-27sched/eevdf: Fix HRTICK durationPeter Zijlstra
2026-02-26Merge tag 'mm-hotfixes-stable-2026-02-26-14-14' of git://git.kernel.org/pub/s...Linus Torvalds
2026-02-26Merge tag 'dma-mapping-7.0-2026-02-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-26sched_ext: Fix SCX_EFLAG_INITIALIZED being a no-op flagDavid Carlier
2026-02-26bpf: Fix stack-out-of-bounds write in devmapKohei Enju