summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-04-03locking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz
2026-04-03sched: Fix potentially missing balancing with Proxy ExecJohn Stultz
2026-04-03sched: Minimise repeated sched_proxy_exec() checkingJohn Stultz
2026-04-03sched: Make class_schedulers avoid pushing current, and get rid of proxy_tag_...John Stultz
2026-04-02crash_dump/dm-crypt: don't print in arch-specific codeCoiby Xu
2026-04-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-04-02bpf: Simulate branches to prune based on range violationsHarishankar Vishwanathan
2026-04-02bpf: Exit early if reg_bounds_sync gets invalid inputsHarishankar Vishwanathan
2026-04-02bpf: Use bpf_verifier_env buffers for reg_set_min_maxPaul Chaignon
2026-04-02bpf: Refactor reg_bounds_sanity_checkHarishankar Vishwanathan
2026-04-02genirq/chip: Invoke add_interrupt_randomness() in handle_percpu_devid_irq()Michael Kelley
2026-04-02sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCUChangwoo Min
2026-04-02sched_ext: Fix missing warning in scx_set_task_state() default caseSamuele Mariotti
2026-04-02tracing: Allow backup to save persistent ring buffer before it startsSteven Rostedt
2026-04-02tracing: Remove the backup instance automatically after readMasami Hiramatsu (Google)
2026-04-02tracing: Make the backup instance non-reusableMasami Hiramatsu (Google)
2026-04-02ring-buffer: Enforce read ordering of trace_buffer cpumask and buffersVincent Donnefort
2026-04-02bpf: Fix incorrect pruning due to atomic fetch precision trackingDaniel Borkmann
2026-04-02bpf: Reject sleepable kprobe_multi programs at attach timeVarun R Mallya
2026-04-02bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang
2026-04-02bpf: Migrate dynptr file to kmalloc_nolockMykyta Yatsenko
2026-04-02bpf: Migrate bpf_task_work to kmalloc_nolockMykyta Yatsenko
2026-04-02cpufreq: Pass the policy to cpufreq_driver->adjust_perf()K Prateek Nayak
2026-04-02bpf: Fix abuse of kprobe_write_ctx via freplaceLeon Hwang
2026-04-02tracing: Non-consuming read for trace remotes with an offline CPUVincent Donnefort
2026-04-02Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar
2026-04-02sched/debug: Fix avg_vruntime() usagePeter Zijlstra
2026-04-02sched/fair: Fix zero_vruntime tracking fixPeter Zijlstra
2026-04-02dma-mapping: introduce DMA_ATTR_CC_SHARED for shared memoryJiri Pirko
2026-04-01ftrace: Use kallsyms binary search for single-symbol lookupAndrey Grodzovsky
2026-04-01workqueue: set WQ_AFFN_CACHE_SHARD as the default affinity scopeBreno Leitao
2026-04-01workqueue: add WQ_AFFN_CACHE_SHARD affinity scopeBreno Leitao
2026-04-01workqueue: Add pool_workqueue to pending_pwqs list when unplugging multiple i...Matthew Brost
2026-04-01hrtimer: Fix incorrect #endif comment for BITS_PER_LONG checkZhan Xusheng
2026-04-01timens: Use task_lock guard in timens_get*()Thomas Weißschuh
2026-04-01timens: Use mutex guard in proc_timens_set_offset()Thomas Weißschuh
2026-04-01timens: Simplify some calls to put_time_ns()Thomas Weißschuh
2026-04-01genirq/affinity: Remove cpus_read_lock() while reading cpu_possible_maskSebastian Andrzej Siewior
2026-04-01rv: Allow epoll in rtapp-sleep monitorNam Cao
2026-04-01memblock, treewide: make memblock_free() handle late freeingMike Rapoport (Microsoft)
2026-03-31module: deprecate usage of *_gpl sections in module loaderSiddharth Nayyar
2026-03-31module: use kflagstab instead of *_gpl sectionsSiddharth Nayyar
2026-03-31bpf: Fix grace period wait for tracepoint bpf_linkKumar Kartikeya Dwivedi
2026-03-31bpf: Fix regsafe() for pointers to packetAlexei Starovoitov
2026-03-31workqueue: Remove HK_TYPE_WQ from affecting wq_unbound_cpumaskWaiman Long
2026-03-31Merge tag 'sched_ext-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-03-31Merge tag 'wq-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-03-31Merge tag 'cgroup-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-31cgroup/cpuset: Skip security check for hotplug induced v1 task migrationWaiman Long
2026-03-31cgroup/cpuset: Simplify setsched decision check in task iteration loop of cpu...Waiman Long