aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-13rtc: k3: Use devm_clk_get_enabled() helperChristophe JAILLET1-18/+4
2022-10-13rtc: jz4740: Use devm_clk_get_enabled() helperChristophe JAILLET1-22/+3
2022-10-13rtc: mpfs: Use devm_clk_get_enabled() helperChristophe JAILLET1-18/+1
2022-10-13rtc: ds1685: Fix spelling of function name in comment blockColin Ian King1-1/+1
2022-10-13rtc: isl12022: switch to using regmap APIRasmus Villemoes2-85/+26
2022-10-13rtc: isl12022: drop redundant write to HR registerRasmus Villemoes1-14/+0
2022-10-13rtc: isl12022: use dev_set_drvdata() instead of i2c_set_clientdata()Rasmus Villemoes1-3/+2
2022-10-13rtc: isl12022: use %ptRRasmus Villemoes1-10/+2
2022-10-13rtc: isl12022: simplify some expressionsRasmus Villemoes1-4/+4
2022-10-13rtc: isl12022: drop a dev_info()Rasmus Villemoes1-3/+0
2022-10-13rtc: isl12022: specify range_min and range_maxRasmus Villemoes1-0/+2
2022-10-13rtc: isl12022: stop using deprecated devm_rtc_device_register()Rasmus Villemoes1-4/+7
2022-10-13rtc: stmp3xxx: Add failure handling for stmp3xxx_wdt_register()Lin Yujun1-0/+2
2022-10-12Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds37-2211/+4347
2022-10-12i3c: master: Remove the wrong place of reattach.Billy Tsai1-4/+0
2022-10-12i3c: master: Free the old_dyn_addr when reattach.Billy Tsai1-0/+3
2022-10-12Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds6-182/+178
2022-10-12Merge tag 'loongarch-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonLinus Torvalds5-0/+659
2022-10-12Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-109/+605
2022-10-12drm/amd/display: Add HUBP surface flip interrupt handlerAurabindo Pillai1-0/+1
2022-10-12nvme-multipath: fix possible hang in live ns resize with ANA accessSagi Grimberg1-0/+1
2022-10-12nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDsXi Ruoyao1-0/+2
2022-10-12nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760Abhijit1-0/+2
2022-10-12nvme-tcp: fix possible hang caused during ctrl deletionSagi Grimberg1-1/+1
2022-10-12nvme-rdma: fix possible hang caused during ctrl deletionSagi Grimberg1-1/+1
2022-10-12LoongArch: Add ACPI-based generic laptop driverJianmin Lv5-0/+659
2022-10-12net/mlx5: Make ASO poll CQ usable in atomic contextLeon Romanovsky4-13/+11
2022-10-12Merge tag 'irqchip-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner3-28/+68
2022-10-12net: ethernet: ti: am65-cpsw: set correct devlink flavour for unused portsMatthias Schiffer1-1/+4
2022-10-12irqchip: IMX_MU_MSI should depend on ARCH_MXCGeert Uytterhoeven1-3/+4
2022-10-12xen: Kconfig: Fix spelling mistake "Maxmium" -> "Maximum"Colin Ian King1-1/+1
2022-10-12Merge tag 'drm-intel-next-fixes-2022-10-06-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie6-38/+100
2022-10-11Merge tag 'wireless-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski7-19/+31
2022-10-11prandom: remove unused functionsJason A. Donenfeld1-6/+5
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld8-13/+13
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld24-32/+32
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2-2/+2
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld9-13/+13
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld25-53/+41
2022-10-11Merge tag 'pci-v6.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds29-614/+1053
2022-10-11Merge tag 'i2c-for-6.1-rc1-batch2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds5-4/+28
2022-10-11Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds49-764/+7006
2022-10-11Merge tag 'input-for-v6.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds115-1575/+2104
2022-10-11Merge tag 'fbdev-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdevLinus Torvalds16-71/+41
2022-10-11Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-2/+8
2022-10-11Merge tag 'for-linus-6.1-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds7-33/+38
2022-10-11drm/i915/display: consider DG2_RC_CCS_CC when migrating buffersMatthew Auld1-1/+12
2022-10-11drm/i915: allow control over the flags when migratingMatthew Auld4-4/+45
2022-10-11drm/amd/display: Simplify bool conversionYang Li1-1/+1
2022-10-11drm/amd/display: fix transfer function passed to build_coefficients()Alex Deucher1-1/+1