summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-01-18random: cleanup fractional entropy shift constantsJason A. Donenfeld1-15/+13
2022-01-18random: prepend remaining pool constants with POOL_Jason A. Donenfeld1-20/+20
2022-01-18random: de-duplicate INPUT_POOL constantsJason A. Donenfeld1-11/+6
2022-01-18random: remove unused OUTPUT_POOL constantsJason A. Donenfeld1-3/+1
2022-01-18random: rather than entropy_store abstraction, use globalJason A. Donenfeld1-123/+96
2022-01-18random: remove unused extract_entropy() reserved argumentJason A. Donenfeld1-10/+7
2022-01-18random: remove incomplete last_data logicJason A. Donenfeld1-35/+4
2022-01-18random: cleanup integer typesJason A. Donenfeld1-53/+52
2022-01-18random: cleanup poolinfo abstractionJason A. Donenfeld1-37/+30
2022-01-18random: fix typo in commentsSchspa Shi1-1/+1
2022-01-18lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld1-6/+39
2022-01-18Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds26-573/+1236
2022-01-18Merge tag 'ata-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds57-1355/+802
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds37-221/+474
2022-01-18Merge tag 'rproc-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds14-16/+294
2022-01-18Merge tag 'rpmsg-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds5-21/+36
2022-01-18Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds5-14/+7
2022-01-18Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-52/+1072
2022-01-17Merge branch 'acpi-pfrut'Rafael J. Wysocki4-0/+1033
2022-01-17Merge branches 'acpi-x86', 'acpi-tables', 'acpi-soc' and 'acpi-pcc'Rafael J. Wysocki3-3/+10
2022-01-17net: sfp: fix high power modules without diagnostic monitoringRussell King (Oracle)1-4/+21
2022-01-17brd: remove brd_devices_mutex mutexTetsuo Handa1-43/+30
2022-01-17gpio: idt3243x: Fix IRQ check in idt_gpio_probeMiaoqian Lin1-2/+2
2022-01-17gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probeMiaoqian Lin1-2/+2
2022-01-17net: ocelot: Fix the call to switchdev_bridge_port_offloadHoratiu Vultur1-3/+3
2022-01-17drm/i915/display/adlp: Implement new step in the TC voltage swing prog sequenceJosé Roberto de Souza2-2/+28
2022-01-17drm/i915/display/ehl: Update voltage swing tableJosé Roberto de Souza1-5/+5
2022-01-17devtmpfs regression fix: reconfigure on each mountNeilBrown1-0/+7
2022-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds12-85/+392
2022-01-17Merge tag 'i3c/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds7-98/+260
2022-01-17Merge tag 'ntb-5.17' of git://github.com/jonmason/ntbLinus Torvalds3-15/+16
2022-01-17Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds14-448/+1228
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-17/+17
2022-01-17bonding: Fix extraction of ports from the packet headersMoshe Tal1-2/+2
2022-01-17rtc: sunplus: fix return value in sp_rtc_probe()Yang Yingliang1-1/+1
2022-01-17rtc: cmos: Evaluate century appropriateRiwen Lu1-1/+1
2022-01-17rtc: gamecube: Fix an IS_ERR() vs NULL checkDan Carpenter1-2/+2
2022-01-17rtc: mc146818-lib: fix signedness bug in mc146818_get_time()Dan Carpenter1-1/+1
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds8-28/+191
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds74-1575/+2334
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds56-357/+495
2022-01-16net: wwan: Fix MRU mismatch issue which may lead to data connection lostSlark Xiao1-2/+2
2022-01-16net: phy: marvell: add Marvell specific PHY loopbackMohammad Athari Bin Ismail1-1/+55
2022-01-16net: ethernet: sun4i-emac: Fix an error handling path in emac_probe()Christophe JAILLET1-0/+1
2022-01-16net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config()Tom Rix1-1/+1
2022-01-16net: mscc: ocelot: don't dereference NULL pointers with shared tc filtersVladimir Oltean1-1/+28
2022-01-15Merge branch 'next' into for-linusDmitry Torokhov9078-335935/+893615
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-64/+119
2022-01-15zram: use ATTRIBUTE_GROUPSLuis Chamberlain1-9/+2
2022-01-15device-dax: compound devmap supportJoao Martins1-0/+9