summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-033-105/+7
|\
| * mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)2022-08-021-2/+2
| * mm: Convert all PageMovable users to movable_operationsMatthew Wilcox (Oracle)2022-08-022-103/+5
* | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-08-0311-99/+15
|\ \
| * | clk: explicitly disable CONFIG_UML_PCI_OVER_VIRTIO in .kunitconfigDaniel Latypov2022-07-141-0/+1
| * | mmc: sdhci-of-aspeed: test: Use kunit_test_suite() macroDavid Gow2022-07-123-42/+5
| * | nitro_enclaves: test: Use kunit_test_suite() macroDavid Gow2022-07-123-33/+4
| * | thunderbolt: test: Use kunit_test_suite() macroDavid Gow2022-07-124-24/+5
* | | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-034-14/+16
|\ \ \
| * | | context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker2022-07-052-8/+8
| * | | context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker2022-07-052-6/+8
* | | | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-08-0360-298/+633
|\ \ \ \
| * | | | crypto: hisilicon/zip - Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-291-5/+5
| * | | | crypto: hisilicon/sec - fix auth key size errorKai Ye2022-07-292-3/+4
| * | | | crypto: ccree - Remove a useless dma_supported() callChristophe JAILLET2022-07-291-10/+3
| * | | | crypto: ccp - Add support for new CCP/PSP device IDMario Limonciello2022-07-291-0/+7
| * | | | crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for ofPali Rohár2022-07-291-0/+2
| * | | | crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqZhengchao Shao2022-07-291-1/+1
| * | | | hwrng: via - Fix comment typoJason Wang2022-07-221-1/+1
| * | | | crypto: keembay-ocs-ecc - Drop if with an always false conditionUwe Kleine-König2022-07-221-2/+0
| * | | | crypto: sa2ul - Check engine status before enablingAndrew Davis2022-07-152-8/+8
| * | | | crypto: sa2ul - Set the supported_algos bits individuallyAndrew Davis2022-07-151-1/+9
| * | | | crypto: atmel-tdes - initialize tdes_dd while declaringClaudiu Beznea2022-07-151-3/+1
| * | | | crypto: atmel-sha - initialize sha_dd while declaringClaudiu Beznea2022-07-151-3/+1
| * | | | crypto: caam/qi2 - switch to netif_napi_add_tx_weight()Jakub Kicinski2022-07-152-4/+5
| * | | | crypto: s5p-sss - Drop if with an always false conditionUwe Kleine-König2022-07-151-3/+0
| * | | | crypto: omap-sham - Drop if with an always false conditionUwe Kleine-König2022-07-151-2/+1
| * | | | crypto: omap-des - Drop if with an always false conditionUwe Kleine-König2022-07-151-4/+0
| * | | | crypto: omap-aes - Drop if with an always false conditionUwe Kleine-König2022-07-151-4/+0
| * | | | crypto: atmel-tdes - Drop if with an always false conditionUwe Kleine-König2022-07-151-2/+1
| * | | | crypto: atmel-sha - Drop if with an always false conditionUwe Kleine-König2022-07-151-2/+1
| * | | | crypto: atmel-aes - Drop if with an always false conditionUwe Kleine-König2022-07-151-2/+1
| * | | | crypto: ccree - Add missing clk_disable_unprepare() in cc_pm_resume()Yuan Can2022-07-151-0/+2
| * | | | crypto: inside-secure - fix packed bit-field result descriptorOfer Heifetz2022-07-081-9/+9
| * | | | crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqZhengchao Shao2022-07-082-8/+8
| * | | | crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao2022-07-082-11/+11
| * | | | crypto: hisilicon/sec - fix inconsistent argumentJianglei Nie2022-07-081-1/+1
| * | | | crypto: nx - Hold the reference returned by of_find_compatible_nodeLiang He2022-07-081-1/+4
| * | | | crypto: amcc - Hold the reference returned by of_find_compatible_nodeLiang He2022-07-081-16/+24
| * | | | crypto: vmx - Fix warning on p8_ghash_algHerbert Xu2022-07-081-0/+1
| * | | | crypto: qat - expose device config through sysfs for 4xxxGiovanni Cabiddu2022-07-081-4/+76
| * | | | crypto: qat - relocate and rename adf_sriov_prepare_restart()Giovanni Cabiddu2022-07-083-27/+28
| * | | | crypto: qat - change behaviour of adf_cfg_add_key_value_param()Giovanni Cabiddu2022-07-081-1/+40
| * | | | crypto: qat - expose device state through sysfs for 4xxxGiovanni Cabiddu2022-07-087-1/+130
| * | | | crypto: vmx - drop unexpected word 'for' in commentsJiang Jian2022-06-301-1/+1
| * | | | crypto: caam - drop unexpected word 'for' in commentsJiang Jian2022-06-301-1/+1
| * | | | crypto: caam - drop unexpected word 'a' in commentsJiang Jian2022-06-302-2/+2
| * | | | crypto: cavium - fix typos in commentsJiang Jian2022-06-301-1/+1
| * | | | crypto: ux500/hash - drop unexpected word "the"Jiang Jian2022-06-301-1/+1
| * | | | crypto: nx - drop unexpected word "the"Jiang Jian2022-06-301-1/+1