summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-27wifi: mwifiex: debugfs: Drop unnecessary error check for debugfs_create_dir()Jinjie Ruan1-3/+0
2024-03-27wifi: wilc1000: fix multi-vif management when deleting a vifAjay Singh1-1/+0
2024-03-27wifi: wilc1000: do not realloc workqueue everytime an interface is addedAjay Singh2-10/+11
2024-03-27wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_workMartin Kaistra1-0/+1
2024-03-27wifi: wilc1000: fix RCU usage in connect pathAlexis Lothoré1-12/+24
2024-03-27wifi: wilc1000: fix declarations orderingAlexis Lothoré1-4/+4
2024-03-27wifi: b43: Disable QoS for bcm4331Rahul Rameshbabu1-1/+2
2024-03-27wifi: b43: Stop correct queue in DMA worker when QoS is disabledRahul Rameshbabu1-6/+7
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-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-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-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-27ovl: add support for appending lowerdirs one by oneAmir Goldstein2-5/+90
2024-03-27ovl: refactor layer parsing helpersAmir Goldstein1-54/+67
2024-03-27ovl: store and show the user provided lowerdir mount optionAmir Goldstein3-24/+28
2024-03-27ovl: remove unused code in lowerdir param parsingAmir Goldstein1-79/+16
2024-03-27md: Don't clear MD_CLOSING when the raid is about to stopLi Nan1-4/+10
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-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