summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: ipa: prevent concurrent replenishAlex Elder2022-01-122-0/+15
| * | | net: ipa: use a bitmap for endpoint replenish_enabledAlex Elder2022-01-122-6/+17
| * | | net: ipa: fix atomic update in ipa_endpoint_replenish()Alex Elder2022-01-121-4/+3
| * | | nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTIONJordy Zomer2022-01-121-0/+10
| * | | net: phy: at803x: make array offsets staticColin Ian King2022-01-121-1/+1
| * | | nfc: pn544: make array rset_cmd static constColin Ian King2022-01-121-1/+1
| * | | mlx5: Don't accidentally set RTO_ONLINK before mlx5e_route_lookup_ipv4_get()Guillaume Nault2022-01-121-2/+3
| * | | libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route()Guillaume Nault2022-01-121-1/+2
| * | | net: ethernet: sun4i-emac: replace magic number with macroConley Lee2022-01-122-13/+35
| * | | Revert "net: vertexcom: default to disabled on kbuild"Saeed Mahameed2022-01-111-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-205-70/+7
|\ \ \ \
| * | | | hash.h: remove unused define directiveIsabella Basso2022-01-201-2/+1
| * | | | drivers/infiniband: replace open-coded string copy with get_task_commYafang Shao2022-01-202-2/+2
| * | | | include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-01-201-0/+2
| * | | | mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang2022-01-201-50/+1
| * | | | mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-18/+1
| * | | | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-3/+5
* | | | | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-192-3/+3
|\ \ \ \ \
| * | | | | kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-082-3/+3
* | | | | | Merge branch 'random-5.17-rc1-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-01-192-369/+303
|\ \ \ \ \ \
| * | | | | | random: simplify arithmetic function flow in account()Jason A. Donenfeld2022-01-181-11/+6
| * | | | | | random: selectively clang-format where it makes senseJason A. Donenfeld2022-01-181-110/+99
| * | | | | | random: access input_pool_data directly rather than through pointerJason A. Donenfeld2022-01-181-13/+8
| * | | | | | random: cleanup fractional entropy shift constantsJason A. Donenfeld2022-01-181-15/+13
| * | | | | | random: prepend remaining pool constants with POOL_Jason A. Donenfeld2022-01-181-20/+20
| * | | | | | random: de-duplicate INPUT_POOL constantsJason A. Donenfeld2022-01-181-11/+6
| * | | | | | random: remove unused OUTPUT_POOL constantsJason A. Donenfeld2022-01-181-3/+1
| * | | | | | random: rather than entropy_store abstraction, use globalJason A. Donenfeld2022-01-181-123/+96
| * | | | | | random: remove unused extract_entropy() reserved argumentJason A. Donenfeld2022-01-181-10/+7
| * | | | | | random: remove incomplete last_data logicJason A. Donenfeld2022-01-181-35/+4
| * | | | | | random: cleanup integer typesJason A. Donenfeld2022-01-181-53/+52
| * | | | | | random: cleanup poolinfo abstractionJason A. Donenfeld2022-01-181-37/+30
| * | | | | | random: fix typo in commentsSchspa Shi2022-01-181-1/+1
| * | | | | | lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2022-01-181-6/+39
* | | | | | | Merge tag 'hwlock-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rem...Linus Torvalds2022-01-191-21/+37
|\ \ \ \ \ \ \
| * | | | | | | hwspinlock: stm32: enable clock at probeFabien Dessenne2021-11-171-21/+37
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1826-573/+1236
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | dmaengine: pch_dma: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-01-081-1/+1
| * | | | | | dmaengine: at_xdmac: Fix race over irq_statusTudor Ambarus2022-01-051-8/+8
| * | | | | | dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_tasklet()Tudor Ambarus2022-01-051-36/+34
| * | | | | | dmaengine: at_xdmac: Fix at_xdmac_lld struct definitionTudor Ambarus2022-01-051-9/+9
| * | | | | | dmaengine: at_xdmac: Fix lld view settingTudor Ambarus2022-01-051-1/+3
| * | | | | | dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_advance_work()Tudor Ambarus2022-01-051-8/+8
| * | | | | | dmaengine: at_xdmac: Fix concurrency over xfers_listTudor Ambarus2022-01-051-7/+10
| * | | | | | dmaengine: at_xdmac: Move the free desc to the tail of the desc listTudor Ambarus2022-01-051-9/+14
| * | | | | | dmaengine: at_xdmac: Fix race for the tx desc callbackTudor Ambarus2022-01-051-17/+8
| * | | | | | dmaengine: at_xdmac: Fix concurrency over chan's completed_cookieTudor Ambarus2022-01-051-2/+1
| * | | | | | dmaengine: at_xdmac: Print debug message after realeasing the lockTudor Ambarus2022-01-051-2/+4
| * | | | | | dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pendingTudor Ambarus2022-01-051-5/+3
| * | | | | | dmaengine: at_xdmac: Don't start transactions at tx_submit levelTudor Ambarus2022-01-051-6/+0