summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko2024-04-102-5/+34
* bpf: put uprobe link's path and task in release callbackAndrii Nakryiko2024-04-101-3/+3
* bpf: Protect against int overflow for stack access sizeAndrei Matei2024-04-101-0/+5
* Revert "workqueue.c: Increase workqueue name length"Greg Kroah-Hartman2024-04-041-6/+2
* Revert "workqueue: Move pwq->max_active to wq->max_active"Greg Kroah-Hartman2024-04-041-66/+67
* Revert "workqueue: Factor out pwq_is_empty()"Greg Kroah-Hartman2024-04-041-9/+4
* Revert "workqueue: Replace pwq_activate_inactive_work() with [__]pwq_activate...Greg Kroah-Hartman2024-04-041-25/+6
* Revert "workqueue: Move nr_active handling into helpers"Greg Kroah-Hartman2024-04-041-67/+19
* Revert "workqueue: Make wq_adjust_max_active() round-robin pwqs while activat...Greg Kroah-Hartman2024-04-041-19/+12
* Revert "workqueue: RCU protect wq->dfl_pwq and implement accessors for it"Greg Kroah-Hartman2024-04-041-40/+24
* Revert "workqueue: Introduce struct wq_node_nr_active"Greg Kroah-Hartman2024-04-041-135/+7
* Revert "workqueue: Implement system-wide nr_active enforcement for unbound wo...Greg Kroah-Hartman2024-04-041-309/+32
* Revert "workqueue: Don't call cpumask_test_cpu() with -1 CPU in wq_update_nod...Greg Kroah-Hartman2024-04-041-1/+1
* Revert "workqueue: Shorten events_freezable_power_efficient name"Greg Kroah-Hartman2024-04-041-1/+1
* prctl: generalize PR_SET_MDWE support check to be per-archZev Weiss2024-04-031-2/+5
* printk: Update @console_may_schedule in console_trylock_spinning()John Ogness2024-04-031-0/+6
* swiotlb: Fix alignment checks when both allocation and DMA masks are presentWill Deacon2024-04-031-2/+9
* swiotlb: Honour dma_alloc_coherent() alignment in swiotlb_alloc()Will Deacon2024-04-031-1/+3
* swiotlb: Fix double-allocation of slots due to broken alignment handlingWill Deacon2024-04-031-12/+14
* entry: Respect changes to system call number by trace_sys_enter()André Rösti2024-04-031-1/+7
* tracing: Use .flush() call to wake up readersSteven Rostedt (Google)2024-04-031-6/+15
* cgroup/cpuset: Fix retval in update_cpumask()Kamalesh Babulal2024-04-031-1/+1
* workqueue: Shorten events_freezable_power_efficient nameAudra Mitchell2024-04-031-1/+1
* ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)2024-04-031-48/+68
* ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)2024-04-031-7/+20
* ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)2024-04-031-7/+23
* ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)2024-04-031-3/+4
* ring-buffer: Fix waking up ring buffer readersSteven Rostedt (Google)2024-04-031-71/+68
* serial: Lock console when calling into driver before registrationPeter Collingbourne2024-04-031-3/+18
* PM: suspend: Set mem_sleep_current during kernel command line setupMaulik Shah2024-04-031-0/+1
* bounds: support non-power-of-two CONFIG_NR_CPUSMatthew Wilcox (Oracle)2024-04-031-1/+1
* sched: Simplify tg_set_cfs_bandwidth()Peter Zijlstra2024-04-031-19/+19
* 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
* 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