summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-03-26printk: Use prb_first_seq() as base for 32bit seq macrosJohn Ogness2-5/+5
2024-03-26printk: Adjust mapping for 32bit seq macrosSebastian Andrzej Siewior1-1/+1
2024-03-26bpf: report RCU QS in cpumap kthreadYan Zhai1-0/+3
2024-03-26modules: wait do_free_init correctlyChangbin Du1-2/+7
2024-03-26bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan1-1/+6
2024-03-26bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen1-3/+6
2024-03-26bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen1-5/+9
2024-03-26bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen1-5/+6
2024-03-26bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song1-2/+2
2024-03-26printk: Disable passing console lock owner completely during panic()Petr Mladek1-0/+29
2024-03-26printk: ringbuffer: Skip non-finalized records in panicJohn Ogness1-2/+26
2024-03-26printk: ringbuffer: Cleanup reader terminologyJohn Ogness1-7/+9
2024-03-26printk: Add this_cpu_in_panic()John Ogness2-20/+24
2024-03-26printk: Wait for all reserved records with pr_flush()John Ogness3-1/+107
2024-03-26printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()John Ogness2-41/+127
2024-03-26printk: nbcon: Relocate 32bit seq macrosJohn Ogness2-37/+37
2024-03-26bpf: don't emit warnings intended for global subprogs for static subprogsAndrii Nakryiko1-0/+6
2024-03-26bpf: make sure scalar args don't accept __arg_nonnull tagAndrii Nakryiko1-4/+4
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura1-2/+2
2024-03-26sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura1-3/+9
2024-03-26timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber1-4/+2
2024-03-26timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber1-8/+10
2024-03-26timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber1-1/+1
2024-03-26time: test: Fix incorrect format specifierDavid Gow1-1/+1
2024-03-26rcu/exp: Handle RCU expedited grace period kworker allocation failureFrederic Weisbecker2-6/+21
2024-03-26rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure r...Frederic Weisbecker1-0/+1
2024-03-26workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...Tejun Heo1-1/+1
2024-03-26workqueue: Implement system-wide nr_active enforcement for unbound workqueuesTejun Heo1-32/+309
2024-03-26workqueue: Introduce struct wq_node_nr_activeTejun Heo1-7/+135
2024-03-26workqueue: RCU protect wq->dfl_pwq and implement accessors for itTejun Heo1-24/+40
2024-03-26workqueue: Make wq_adjust_max_active() round-robin pwqs while activatingTejun Heo1-12/+19
2024-03-26workqueue: Move nr_active handling into helpersTejun Heo1-19/+67
2024-03-26workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate_work()Tejun Heo1-6/+25
2024-03-26workqueue: Factor out pwq_is_empty()Tejun Heo1-4/+9
2024-03-26workqueue: Move pwq->max_active to wq->max_activeTejun Heo1-67/+66
2024-03-26workqueue.c: Increase workqueue name lengthAudra Mitchell1-2/+6
2024-03-10Merge tag 'trace-ring-buffer-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-93/+113
2024-03-10tracing: Use .flush() call to wake up readersSteven Rostedt (Google)1-6/+15
2024-03-10ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)1-7/+23
2024-03-10ring-buffer: Fix waking up ring buffer readersSteven Rostedt (Google)1-71/+68
2024-03-07Merge tag 'net-6.8-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-1/+4
2024-03-06tracing: Limit trace_marker writes to just 4KSteven Rostedt (Google)1-5/+5
2024-03-06tracing: Remove precision vsnprintf() check from print eventSteven Rostedt (Google)1-4/+2
2024-03-05cpumap: Zero-initialise xdp_rxq_info struct before running XDP programToke Høiland-Jørgensen1-1/+1
2024-03-05bpf: check bpf_func_state->callback_depth when pruning statesEduard Zingerman1-0/+3
2024-03-05Merge tag 'cgroup-for-6.8-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2024-03-01Merge tag 'probes-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+6
2024-03-01fprobe: Fix to allocate entry_data_size buffer with rethook instancesMasami Hiramatsu (Google)1-8/+6
2024-02-29cgroup/cpuset: Fix retval in update_cpumask()Kamalesh Babulal1-1/+1
2024-02-28cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask()Waiman Long1-3/+3