summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-04-10bpf: Protect against int overflow for stack access sizeAndrei Matei1-0/+5
2024-04-04Revert "workqueue.c: Increase workqueue name length"Greg Kroah-Hartman1-6/+2
2024-04-04Revert "workqueue: Move pwq->max_active to wq->max_active"Greg Kroah-Hartman1-66/+67
2024-04-04Revert "workqueue: Factor out pwq_is_empty()"Greg Kroah-Hartman1-9/+4
2024-04-04Revert "workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate...Greg Kroah-Hartman1-25/+6
2024-04-04Revert "workqueue: Move nr_active handling into helpers"Greg Kroah-Hartman1-67/+19
2024-04-04Revert "workqueue: Make wq_adjust_max_active() round-robin pwqs while activat...Greg Kroah-Hartman1-19/+12
2024-04-04Revert "workqueue: RCU protect wq->dfl_pwq and implement accessors for it"Greg Kroah-Hartman1-40/+24
2024-04-04Revert "workqueue: Introduce struct wq_node_nr_active"Greg Kroah-Hartman1-135/+7
2024-04-04Revert "workqueue: Implement system-wide nr_active enforcement for unbound wo...Greg Kroah-Hartman1-309/+32
2024-04-04Revert "workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_nod...Greg Kroah-Hartman1-1/+1
2024-04-04Revert "workqueue: Shorten events_freezable_power_efficient name"Greg Kroah-Hartman1-1/+1
2024-04-03prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss1-2/+5
2024-04-03printk: Update @console_may_schedule in console_trylock_spinning()John Ogness1-0/+6
2024-04-03swiotlb: Fix alignment checks when both allocation and DMA masks are presentWill Deacon1-2/+9
2024-04-03swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()Will Deacon1-1/+3
2024-04-03swiotlb: Fix double-allocation of slots due to broken alignment handlingWill Deacon1-12/+14
2024-04-03entry: Respect changes to system call number by trace_sys_enter()André Rösti1-1/+7
2024-04-03tracing: Use .flush() call to wake up readersSteven Rostedt (Google)1-6/+15
2024-04-03cgroup/cpuset: Fix retval in update_cpumask()Kamalesh Babulal1-1/+1
2024-04-03workqueue: Shorten events_freezable_power_efficient nameAudra Mitchell1-1/+1
2024-04-03ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)1-48/+68
2024-04-03ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)1-7/+20
2024-04-03ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)1-7/+23
2024-04-03ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)1-3/+4
2024-04-03ring-buffer: Fix waking up ring buffer readersSteven Rostedt (Google)1-71/+68
2024-04-03serial: Lock console when calling into driver before registrationPeter Collingbourne1-3/+18
2024-04-03PM: suspend: Set mem_sleep_current during kernel command line setupMaulik Shah1-0/+1
2024-04-03bounds: support non-power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)1-1/+1
2024-04-03sched: Simplify tg_set_cfs_bandwidth()Peter Zijlstra1-19/+19
2024-03-27bpf: report RCU QS in cpumap kthreadYan Zhai1-0/+3
2024-03-27modules: wait do_free_init correctlyChangbin Du1-2/+7
2024-03-27bpf: hardcode BPF_PROG_PACK_SIZE to 2MB * num_possible_nodes()Puranjay Mohan1-1/+6
2024-03-27bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen1-3/+6
2024-03-27bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen1-5/+9
2024-03-27bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen1-5/+6
2024-03-27bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song1-2/+2
2024-03-27printk: Disable passing console lock owner completely during panic()Petr Mladek1-0/+29
2024-03-27sched/fair: Take the scheduling domain into account in select_idle_core()Keisuke Nishimura1-2/+2
2024-03-27sched/fair: Take the scheduling domain into account in select_idle_smt()Keisuke Nishimura1-3/+9
2024-03-27timekeeping: Fix cross-timestamp interpolation for non-x86Peter Hilber1-4/+2
2024-03-27timekeeping: Fix cross-timestamp interpolation corner case decisionPeter Hilber1-8/+10
2024-03-27timekeeping: Fix cross-timestamp interpolation on counter wrapPeter Hilber1-1/+1
2024-03-27time: test: Fix incorrect format specifierDavid Gow1-1/+1
2024-03-27rcu/exp: Handle RCU expedited grace period kworker allocation failureFrederic Weisbecker2-6/+21
2024-03-27rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure r...Frederic Weisbecker1-0/+1
2024-03-27workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_node_max_ac...Tejun Heo1-1/+1
2024-03-27workqueue: Implement system-wide nr_active enforcement for unbound workqueuesTejun Heo1-32/+309
2024-03-27workqueue: Introduce struct wq_node_nr_activeTejun Heo1-7/+135
2024-03-27workqueue: RCU protect wq->dfl_pwq and implement accessors for itTejun Heo1-24/+40