summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-03-26bpf: report RCU QS in cpumap kthreadYan Zhai
2024-03-26modules: wait do_free_init correctlyChangbin Du
2024-03-26bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan
2024-03-26bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-26bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-26bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-26bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song
2024-03-26printk: Disable passing console lock owner completely during panic()Petr Mladek
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura
2024-03-26timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber
2024-03-26timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber
2024-03-26timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber
2024-03-26time: test: Fix incorrect format specifierDavid Gow
2024-03-26rcu/exp: Handle RCU expedited grace period kworker allocation failureFrederic Weisbecker
2024-03-26rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure r...Frederic Weisbecker
2024-03-26workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...Tejun Heo
2024-03-26workqueue: Implement system-wide nr_active enforcement for unbound workqueuesTejun Heo
2024-03-26workqueue: Introduce struct wq_node_nr_activeTejun Heo
2024-03-26workqueue: RCU protect wq->dfl_pwq and implement accessors for itTejun Heo
2024-03-26workqueue: Make wq_adjust_max_active() round-robin pwqs while activatingTejun Heo
2024-03-26workqueue: Move nr_active handling into helpersTejun Heo
2024-03-26workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()Tejun Heo
2024-03-26workqueue: Factor out pwq_is_empty()Tejun Heo
2024-03-26workqueue: Move pwq->max_active to wq->max_activeTejun Heo
2024-03-26workqueue.c: Increase workqueue name lengthAudra Mitchell
2024-03-15cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen
2024-03-15bpf: check bpf_func_state->callback_depth when pruning statesEduard Zingerman
2024-03-01bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau
2024-03-01sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis
2024-02-23tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter
2024-02-23tracing: Make system_callback() function staticSteven Rostedt (Google)
2024-02-23sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds
2024-02-23eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)
2024-02-23eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)
2024-02-23tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)
2024-02-23tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu
2024-02-23ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)
2024-02-23ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort
2024-02-23Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...Tejun Heo
2024-02-23tracing/probes: Fix to search structure fields correctlyMasami Hiramatsu (Google)
2024-02-23tracing/probes: Fix to set arg size and fmt after setting type from BTFMasami Hiramatsu (Google)
2024-02-23tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)
2024-02-23tracing/synthetic: Fix trace_string() return valueThorsten Blum
2024-02-23tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)
2024-02-23tracing/timerlat: Move hrtimer_init to timerlat_fd open()Daniel Bristot de Oliveira
2024-02-23tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)
2024-02-16hrtimer: Report offline hrtimer enqueueFrederic Weisbecker
2024-02-05perf: Fix the nr_addr_filters fixPeter Zijlstra
2024-02-05bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao