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
* kbuild: make -Woverride-init warnings more consistentArnd Bergmann2024-04-101-1/+1
* 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
* crash: use macro to add crashk_res into iomem early for specific archBaoquan He2024-04-031-0/+8
* genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki2024-04-031-2/+7
* ring-buffer: Make wake once of ring_buffer_wait() more robustSteven Rostedt (Google)2024-04-031-13/+21
* 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
* Fix memory leak in posix_clock_open()Linus Torvalds2024-04-031-7/+9
* Revert "crypto: pkcs7 - remove sha1 support"Eric Biggers2024-04-031-0/+5
* workqueue: Shorten events_freezable_power_efficient nameAudra Mitchell2024-04-031-1/+1
* tracing/ring-buffer: Fix wait_on_pipe() raceSteven Rostedt (Google)2024-04-032-17/+39
* 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: Do not set shortest_full when full target is hitSteven Rostedt (Google)2024-04-031-3/+4
* 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
* 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