summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* printk: Use prb_first_seq() as base for 32bit seq macrosJohn Ogness2024-03-262-5/+5
* printk: Adjust mapping for 32bit seq macrosSebastian Andrzej Siewior2024-03-261-1/+1
* bpf: report RCU QS in cpumap kthreadYan Zhai2024-03-261-0/+3
* modules: wait do_free_init correctlyChangbin Du2024-03-261-2/+7
* bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan2024-03-261-1/+6
* bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen2024-03-261-3/+6
* bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen2024-03-261-5/+9
* bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen2024-03-261-5/+6
* bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song2024-03-261-2/+2
* printk: Disable passing console lock owner completely during panic()Petr Mladek2024-03-261-0/+29
* printk: ringbuffer: Skip non-finalized records in panicJohn Ogness2024-03-261-2/+26
* printk: ringbuffer: Cleanup reader terminologyJohn Ogness2024-03-261-7/+9
* printk: Add this_cpu_in_panic()John Ogness2024-03-262-20/+24
* printk: Wait for all reserved records with pr_flush()John Ogness2024-03-263-1/+107
* printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()John Ogness2024-03-262-41/+127
* printk: nbcon: Relocate 32bit seq macrosJohn Ogness2024-03-262-37/+37
* sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura2024-03-261-2/+2
* sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura2024-03-261-3/+9
* timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber2024-03-261-4/+2
* timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber2024-03-261-8/+10
* timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber2024-03-261-1/+1
* time: test: Fix incorrect format specifierDavid Gow2024-03-261-1/+1
* rcu/exp: Handle RCU expedited grace period kworker allocation failureFrederic Weisbecker2024-03-262-6/+21
* rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure r...Frederic Weisbecker2024-03-261-0/+1
* workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...Tejun Heo2024-03-261-1/+1
* workqueue: Implement system-wide nr_active enforcement for unbound workqueuesTejun Heo2024-03-261-32/+309
* workqueue: Introduce struct wq_node_nr_activeTejun Heo2024-03-261-7/+135
* workqueue: RCU protect wq->dfl_pwq and implement accessors for itTejun Heo2024-03-261-24/+40
* workqueue: Make wq_adjust_max_active() round-robin pwqs while activatingTejun Heo2024-03-261-12/+19
* workqueue: Move nr_active handling into helpersTejun Heo2024-03-261-19/+67
* workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()Tejun Heo2024-03-261-6/+25
* workqueue: Factor out pwq_is_empty()Tejun Heo2024-03-261-4/+9
* workqueue: Move pwq->max_active to wq->max_activeTejun Heo2024-03-261-67/+66
* workqueue.c: Increase workqueue name lengthAudra Mitchell2024-03-261-2/+6
* bpf: Fix warning for bpf_cpumask in verifierHari Bathini2024-03-261-0/+2
* cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen2024-03-151-1/+1
* bpf: check bpf_func_state->callback_depth when pruning statesEduard Zingerman2024-03-151-0/+3
* fprobe: Fix to allocate entry_data_size buffer with rethook instancesMasami Hiramatsu (Google)2024-03-061-8/+6
* bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau2024-03-011-1/+4
* sched/membarrier: reduce the ability to hammer on sys_membarrierLinus Torvalds2024-02-231-0/+6
* tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)2024-02-231-0/+3
* tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu2024-02-231-1/+1
* ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)2024-02-231-0/+10
* ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort2024-02-231-1/+1
* getrusage: use sig->stats_lock rather than lock_task_sighand()Oleg Nesterov2024-02-231-3/+13
* getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()Oleg Nesterov2024-02-231-15/+19
* Revert "workqueue: Override implicit ordered attribute in workqueue_apply_unb...Tejun Heo2024-02-231-6/+2
* tracing/probes: Fix to search structure fields correctlyMasami Hiramatsu (Google)2024-02-231-2/+2
* tracing/probes: Fix to set arg size and fmt after setting type from BTFMasami Hiramatsu (Google)2024-02-231-12/+13
* tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)2024-02-232-3/+7