aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-08-21mwifiex: make arrays static const, makes object smallerColin Ian King1-2/+2
2021-08-21Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+5
2021-08-21mwifiex: usb: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2021-08-21mwifiex: drop redundant null-pointer check in mwifiex_dnld_cmd_to_fw()Tuo Li1-1/+1
2021-08-21wilc1000: remove redundant codewengjianfeng1-22/+16
2021-08-21wilc1000: use devm_clk_get_optional()Claudiu Beznea2-16/+13
2021-08-21wilc1000: dispose irq on failure pathClaudiu Beznea1-2/+3
2021-08-21wilc1000: use goto labels on error pathClaudiu Beznea2-12/+20
2021-08-21rtlwifi: rtl8192de: make arrays static const, makes object smallerColin Ian King1-28/+20
2021-08-21rtlwifi: rtl8192de: Remove redundant variable initializationsColin Ian King1-2/+2
2021-08-21rsi: fix an error code in rsi_probe()Dan Carpenter1-0/+1
2021-08-21rsi: fix error code in rsi_load_9116_firmware()Dan Carpenter1-1/+3
2021-08-21ray_cs: Split memcpy() to avoid bounds check warningKees Cook1-1/+3
2021-08-21ipw2x00: Avoid field-overflowing memcpy()Kees Cook1-39/+17
2021-08-21ipw2x00: Use struct_size helper instead of open-coded arithmeticLen Baker1-2/+2
2021-08-21ray_cs: use %*ph to print small bufferAndy Shevchenko1-3/+1
2021-08-21brcmfmac: add 43752 SDIO ids and initializationAngus Ainslie5-2/+12
2021-08-21brcmfmac: Set SDIO workqueue as WQ_HIGHPRISean Anderson1-1/+1
2021-08-21brcmfmac: use separate firmware for 43430 revision 2Mikhail Rudenko1-2/+3
2021-08-22drm/exynos: Always initialize mapping in exynos_drm_register_dma()Nathan Chancellor1-0/+2
2021-08-22drm/exynos: Convert from atomic_t to refcount_t on g2d_cmdlist_userptr->refcountXiyu Yang1-5/+6
2021-08-22drm/exynos: g2d: fix missing unlock on error in g2d_runqueue_worker()Wei Yongjun1-1/+2
2021-08-21x86/efi: Restore Firmware IDT before calling ExitBootServices()Joerg Roedel2-9/+24
2021-08-21brcmfmac: support chipsets with different core enumeration spaceArend van Spriel6-12/+29
2021-08-21brcmfmac: add xtlv support to firmware interface layerArend van Spriel5-6/+244
2021-08-21brcmfmac: increase core revision column aligning core listArend van Spriel1-1/+1
2021-08-21brcmfmac: use different error value for invalid ram base addressArend van Spriel1-3/+5
2021-08-21lockd: lockd server-side shouldn't set fl_opsJ. Bruce Fields1-18/+12
2021-08-21brcmfmac: firmware: Fix firmware loadingLinus Walleij2-6/+21
2021-08-21Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds4-32/+20
2021-08-21Merge pull request #68 from namjaejeon/cifsd-for-nextSteve French2-6/+23
2021-08-21Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+10
2021-08-21ksmbd: fix permission check issue on chown and chmodNamjae Jeon2-6/+23
2021-08-21selftests/ftrace: Add selftest for testing duplicate eprobes and kprobesSteven Rostedt (VMware)1-0/+38
2021-08-21selftests/ftrace: Add selftest for testing eprobe events on synthetic eventsSteven Rostedt (VMware)1-0/+53
2021-08-21selftests/ftrace: Add test case to test adding and removing of event probeSteven Rostedt (VMware)1-0/+40
2021-08-21selftests/ftrace: Fix requirement check of README fileSteven Rostedt (VMware)1-1/+1
2021-08-21PCI: Sync __pci_register_driver() stub for CONFIG_PCI=nAndy Shevchenko1-2/+3
2021-08-21fs: warn about impending deprecation of mandatory locksJeff Layton1-1/+5
2021-08-21MIPS: mscc: ocelot: mark the phy-mode for internal PHY portsVladimir Oltean2-0/+8
2021-08-21MIPS: mscc: ocelot: disable all switch ports by defaultVladimir Oltean3-0/+23
2021-08-21MAINTAINERS: adjust PISTACHIO SOC SUPPORT after its retirementLukas Bulwahn1-9/+1
2021-08-21MIPS: Return true/false (not 1/0) from bool functionsHuilong Deng2-7/+7
2021-08-21dt-bindings: timer: Add ABIs for new Ingenic SoCs周琰杰 (Zhou Yanjie)1-0/+19
2021-08-21crypto: skcipher - in_irq() cleanupChangbin Du1-1/+1
2021-08-21crypto: hisilicon - check _PS0 and _PR0 methodWeili Qian1-0/+4
2021-08-21crypto: hisilicon - change parameter passing of debugfs functionWeili Qian3-36/+20
2021-08-21crypto: hisilicon - support runtime PM for accelerator deviceWeili Qian5-30/+297
2021-08-21crypto: hisilicon - add runtime PM opsWeili Qian2-0/+120
2021-08-21crypto: hisilicon - using 'debugfs_create_file' instead of 'debugfs_create_regset32'Weili Qian5-27/+81