aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-04-03sched: Handle blocked-waiter migration (and return migration)John Stultz1-38/+194
2026-04-03sched: Move attach_one_task and attach_task helpers to sched.hJohn Stultz2-26/+23
2026-04-03sched: Add logic to zap balance callbacks if we pick againJohn Stultz1-2/+34
2026-04-03sched: Add assert_balance_callbacks_empty helperJohn Stultz2-1/+9
2026-04-03sched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return-migrationJohn Stultz3-9/+25
2026-04-03sched: Fix modifying donor->blocked on without proper lockingJohn Stultz1-3/+13
2026-04-03locking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz6-19/+40
2026-04-03sched: Fix potentially missing balancing with Proxy ExecJohn Stultz1-1/+23
2026-04-03sched: Minimise repeated sched_proxy_exec() checkingJohn Stultz1-11/+9
2026-04-03sched: Make class_schedulers avoid pushing current, and get rid of proxy_tag_curr()John Stultz3-29/+28
2026-04-02crash_dump/dm-crypt: don't print in arch-specific codeCoiby Xu1-2/+5
2026-04-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-7/+59
2026-04-02bpf: Simulate branches to prune based on range violationsHarishankar Vishwanathan1-35/+51
2026-04-02bpf: Exit early if reg_bounds_sync gets invalid inputsHarishankar Vishwanathan1-0/+5
2026-04-02bpf: Use bpf_verifier_env buffers for reg_set_min_maxPaul Chaignon1-40/+22
2026-04-02bpf: Refactor reg_bounds_sanity_checkHarishankar Vishwanathan1-24/+40
2026-04-02genirq/chip: Invoke add_interrupt_randomness() in handle_percpu_devid_irq()Michael Kelley1-0/+3
2026-04-02sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCUChangwoo Min1-12/+19
2026-04-02sched_ext: Fix missing warning in scx_set_task_state() default caseSamuele Mariotti1-1/+2
2026-04-02tracing: Allow backup to save persistent ring buffer before it startsSteven Rostedt2-1/+26
2026-04-02tracing: Remove the backup instance automatically after readMasami Hiramatsu (Google)2-6/+79
2026-04-02tracing: Make the backup instance non-reusableMasami Hiramatsu (Google)4-65/+104
2026-04-02ring-buffer: Enforce read ordering of trace_buffer cpumask and buffersVincent Donnefort1-1/+18
2026-04-02bpf: Fix incorrect pruning due to atomic fetch precision trackingDaniel Borkmann1-3/+24
2026-04-02bpf: Reject sleepable kprobe_multi programs at attach timeVarun R Mallya1-0/+4
2026-04-02bpf: reject direct access to nullable PTR_TO_BUF pointersQi Tang1-1/+2
2026-04-02bpf: Migrate dynptr file to kmalloc_nolockMykyta Yatsenko1-2/+2
2026-04-02bpf: Migrate bpf_task_work to kmalloc_nolockMykyta Yatsenko1-18/+36
2026-04-02cpufreq: Pass the policy to cpufreq_driver->adjust_perf()K Prateek Nayak1-2/+3
2026-04-02bpf: Fix abuse of kprobe_write_ctx via freplaceLeon Hwang1-0/+17
2026-04-02tracing: Non-consuming read for trace remotes with an offline CPUVincent Donnefort1-3/+19
2026-04-02Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar27-204/+406
2026-04-02sched/debug: Fix avg_vruntime() usagePeter Zijlstra1-1/+3
2026-04-02sched/fair: Fix zero_vruntime tracking fixPeter Zijlstra1-7/+3
2026-04-02dma-mapping: introduce DMA_ATTR_CC_SHARED for shared memoryJiri Pirko2-5/+22
2026-04-01ftrace: Use kallsyms binary search for single-symbol lookupAndrey Grodzovsky1-0/+22
2026-04-01workqueue: set WQ_AFFN_CACHE_SHARD as the default affinity scopeBreno Leitao1-1/+1
2026-04-01workqueue: add WQ_AFFN_CACHE_SHARD affinity scopeBreno Leitao1-0/+183
2026-04-01workqueue: Add pool_workqueue to pending_pwqs list when unplugging multiple inactive worksMatthew Brost1-1/+13
2026-04-01hrtimer: Fix incorrect #endif comment for BITS_PER_LONG checkZhan Xusheng1-1/+1
2026-04-01timens: Use task_lock guard in timens_get*()Thomas Weißschuh1-16/+14
2026-04-01timens: Use mutex guard in proc_timens_set_offset()Thomas Weißschuh1-11/+5
2026-04-01timens: Simplify some calls to put_time_ns()Thomas Weißschuh1-18/+11
2026-04-01genirq/affinity: Remove cpus_read_lock() while reading cpu_possible_maskSebastian Andrzej Siewior1-5/+2
2026-04-01rv: Allow epoll in rtapp-sleep monitorNam Cao2-46/+60
2026-04-01memblock, treewide: make memblock_free() handle late freeingMike Rapoport (Microsoft)1-3/+3
2026-03-31module: deprecate usage of *_gpl sections in module loaderSiddharth Nayyar2-31/+18
2026-03-31module: use kflagstab instead of *_gpl sectionsSiddharth Nayyar2-26/+30
2026-03-31bpf: Fix grace period wait for tracepoint bpf_linkKumar Kartikeya Dwivedi1-2/+23
2026-03-31bpf: Fix regsafe() for pointers to packetAlexei Starovoitov1-1/+6