summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-04-10Merge tag 'perf-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-04-10bpf: Convert queue_stack map to rqspinlockKumar Kartikeya Dwivedi
2025-04-10bpf: Use architecture provided res_smp_cond_load_acquireKumar Kartikeya Dwivedi
2025-04-09bpf: Don't allocate per-cpu extra_elems for fd htabHou Tao
2025-04-09bpf: Add is_fd_htab() helperHou Tao
2025-04-09bpf: Support atomic update for htab of mapsHou Tao
2025-04-09bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_placeHou Tao
2025-04-09bpf: Factor out htab_elem_value helper()Hou Tao
2025-04-09configs/debug: run and debug PREEMPTStanislav Fomichev
2025-04-09bpf: Check link_create.flags parameter for multi_uprobeTao Chen
2025-04-09bpf: Check link_create.flags parameter for multi_kprobeTao Chen
2025-04-09timekeeping: Add a lockdep override in tick_freeze()Sebastian Andrzej Siewior
2025-04-09posix-timers: Initialize cache early and move pointer into __timer_dataEric Dumazet
2025-04-09sched_ext: Make scx_has_op a bitmapTejun Heo
2025-04-09sched_ext: Remove scx_ops_allow_queued_wakeup static_keyTejun Heo
2025-04-09sched_ext: Remove scx_ops_cpu_preempt static_keyTejun Heo
2025-04-09sched_ext: Remove scx_ops_enq_* static_keysTejun Heo
2025-04-09sched_ext: Indentation updatesTejun Heo
2025-04-09hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::functionNam Cao
2025-04-09genirq/msi: Rename msi_[un]lock_descs()Thomas Gleixner
2025-04-09genirq/msi: Use lock guards for MSI descriptor lockingThomas Gleixner
2025-04-09PM: hibernate: Remove size arguments when calling strscpy()Thorsten Blum
2025-04-09tracing: Do not add length to print format in synthetic eventsSteven Rostedt
2025-04-09dma/contiguous: avoid warning about unused size_bytesArnd Bergmann
2025-04-09sparc: mv sparc sysctls into their own file under arch/sparc/kernelJoel Granados
2025-04-09stack_tracer: move sysctl registration to kernel/trace/trace_stack.cJoel Granados
2025-04-09tracing: Move trace sysctls into trace.cJoel Granados
2025-04-09signal: Move signal ctl tables into signal.cJoel Granados
2025-04-09panic: Move panic ctl tables into panic.cJoel Granados
2025-04-08genirq/generic-chip: Fix incorrect lock guard conversionsGeert Uytterhoeven
2025-04-08Merge tag 'probes-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-04-08Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-04-08sched_ext: Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo
2025-04-08srcu: Use rcu_seq_done_exact() for polling APIJoel Fernandes
2025-04-08sched/isolation: Make use of more than one housekeeping cpuPhil Auld
2025-04-08sched/rt: Fix race in push_rt_taskHarshit Agarwal
2025-04-08sched: Add annotations to RT_GROUP_SCHED fieldsMichal Koutný
2025-04-08rcu: Comment on the extraneous delta test on rcu_seq_done_exact()Frederic Weisbecker
2025-04-08sched: Add RT_GROUP WARN checks for non-root task_groupsMichal Koutný
2025-04-08rcu: Add warning to ensure rcu_seq_done_exact() is workingJoel Fernandes
2025-04-08sched: Do not construct nor expose RT_GROUP_SCHED structures if disabledMichal Koutný
2025-04-08rcu: Replace magic number with meaningful constant in rcu_seq_done_exact()Joel Fernandes
2025-04-08sched: Bypass bandwitdh checks with runtime disabled RT_GROUP_SCHEDMichal Koutný
2025-04-08sched: Skip non-root task_groups with disabled RT_GROUP_SCHEDMichal Koutný
2025-04-08sched: Add commadline option for RT_GROUP_SCHED togglingMichal Koutný
2025-04-08sched: Always initialize rt_rq's task_groupMichal Koutný
2025-04-08sched: Remove unneeed macro wrapMichal Koutný
2025-04-08sched: Convert CONFIG_RT_GROUP_SCHED macros to code conditionsMichal Koutný
2025-04-08sched/fair: Allow decaying util_est when util_avg > CPU capaPierre Gondois
2025-04-08sched/topology: Refinement to topology_span_sane speedupSteve Wahl