summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-27wifi: b43: Stop/wake correct queue in PIO Tx path when QoS is disabledRahul Rameshbabu1-3/+3
2024-03-27wifi: b43: Stop/wake correct queue in DMA Tx path when QoS is disabledRahul Rameshbabu2-2/+18
2024-03-27wifi: ath10k: fix NULL pointer dereference in ath10k_wmi_tlv_op_pull_mgmt_tx_...Xingyuan Mo1-0/+4
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-27x86/asm: Remove the __iomem annotation of movdir64b()'s dst argumentKai Huang2-3/+8
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-27x86/sme: Fix memory encryption setting if enabled by default and not overriddenArd Biesheuvel1-7/+3
2024-03-27x86/resctrl: Implement new mba_MBps throttling heuristicTony Luck2-36/+10
2024-03-27x86/resctrl: Read supported bandwidth sources from CPUIDBabu Moger3-6/+17
2024-03-27x86/resctrl: Remove hard-coded memory bandwidth limitBabu Moger2-7/+4
2024-03-27x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit typeMichael Roth1-1/+5
2024-03-27aoe: fix the potential use-after-free problem in aoecmd_cfg_pktsChun-Yi Lee2-6/+7
2024-03-27nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()Shin'ichiro Kawasaki1-5/+2
2024-03-27io_uring/net: fix overflow check in io_recvmsg_mshot_prep()Dan Carpenter1-2/+2
2024-03-27io_uring/net: move receive multishot out of the generic msghdr pathJens Axboe1-70/+91
2024-03-27io_uring/net: unify how recvmsg and sendmsg copy in the msghdrJens Axboe1-129/+142
2024-03-27md/raid1: fix choose next idle in read_balance()Yu Kuai1-10/+22
2024-03-27md/raid1: record nonrot rdevs while adding/removing rdevs to confYu Kuai3-7/+12
2024-03-27md/raid1: factor out helpers to add rdev to confYu Kuai1-32/+53
2024-03-27drm: tests: Fix invalid printf format specifiers in KUnit testsDavid Gow2-10/+10
2024-03-27drm/xe/tests: Fix printf format specifiers in xe_migrate testDavid Gow1-4/+4
2024-03-27net: test: Fix printf format specifier in skb_segment kunit testDavid Gow1-1/+1
2024-03-27rtc: test: Fix invalid format specifier.David Gow1-1/+1
2024-03-27time: test: Fix incorrect format specifierDavid Gow1-1/+1
2024-03-27lib: memcpy_kunit: Fix an invalid format specifier in an assertion msgDavid Gow1-2/+2
2024-03-27lib/cmdline: Fix an invalid format specifier in an assertion msgDavid Gow1-1/+1
2024-03-27kunit: test: Log the correct filter string in executor_testDavid Gow1-1/+1
2024-03-27ovl: Always reject mounting over case-insensitive directoriesGabriel Krisman Bertazi2-3/+20
2024-03-27kunit: Setup DMA masks on the kunit deviceMaxime Ripard1-0/+4
2024-03-27md: Don't clear MD_CLOSING when the raid is about to stopLi Nan1-4/+10
2024-03-27block: fix deadlock between bd_link_disk_holder and partition scanLi Nan1-5/+7
2024-03-27fs/select: rework stack allocation hack for clangArnd Bergmann2-5/+1
2024-03-27nbd: null check for nla_nest_startNavid Emamdoost1-0/+6
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-27md: fix kmemleak of rdev->serialLi Nan1-0/+1
2024-03-27fs/hfsplus: use better @opf descriptionRandy Dunlap1-1/+1
2024-03-27s390/dasd: fix double module refcount decrementMiroslav Franc1-4/+1
2024-03-27s390/dasd: Use dev_*() for device log messagesJan Höppner1-26/+24
2024-03-27io_uring: remove unconditional looping in local task_work handlingJens Axboe1-15/+29
2024-03-27io_uring: remove looping around handling traditional task_workJens Axboe1-38/+7
2024-03-27fs: Fix rw_hint validationBart Van Assche1-7/+5
2024-03-27iomap: clear the per-folio dirty bits on all writeback failuresChristoph Hellwig1-7/+11
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 Heo2-35/+341
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