summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-02memory: omap-gpmc: Fix -Wunused-function warningsYueHaibing1-57/+57
2020-09-02memory: tegra: Remove GPU from DRM IOMMU groupThierry Reding1-1/+0
2020-09-02memory: tegra186-emc: Simplify with dev_err_probe()Krzysztof Kozlowski1-8/+2
2020-09-02memory: brcmstb_dpfe: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+2
2020-09-01memory: samsung: exynos5422-dmc: add missing and fix kerneldocKrzysztof Kozlowski1-4/+42
2020-09-01memory: samsung: exynos5422-dmc: remove unused exynos5_dmc membersKrzysztof Kozlowski1-9/+0
2020-09-01memory: samsung: exynos5422-dmc: rename timing register fields variablesKrzysztof Kozlowski1-24/+25
2020-08-27memory: emif: Remove bogus debugfs error handlingDan Carpenter1-28/+5
2020-08-27memory: omap-gpmc: Fix build error without CONFIG_OFYueHaibing1-0/+4
2020-08-26memory: omap-gpmc: Fix a couple off by onesDan Carpenter1-2/+2
2020-08-22memory: brcmstb_dpfe: fix array index out of boundsMarkus Mayer1-7/+16
2020-08-20memory: brcmstb_dpfe: Fix memory leakAlex Dewar1-6/+10
2020-08-20memory: tegra: Correct shift value of apewNicolin Chen1-1/+1
2020-08-17memory: Enable compile testing for most of the driversKrzysztof Kozlowski1-17/+22
2020-08-17memory: brcmstb_dpfe: add separate entry for compile testKrzysztof Kozlowski2-1/+13
2020-08-17memory: tegra: tegra210-emc: fix indentationKrzysztof Kozlowski1-1/+1
2020-08-17memory: renesas-rpc-if: simplify with PTR_ERR_OR_ZEROKrzysztof Kozlowski1-3/+1
2020-08-17memory: omap-gpmc: consistently use !res for NULL checksKrzysztof Kozlowski1-1/+1
2020-08-17memory: omap-gpmc: use WARN() instead of BUG() on wrong freeKrzysztof Kozlowski1-2/+1
2020-08-17memory: omap-gpmc: remove GPMC_SET_ONE_CD_MAX macro for safetyKrzysztof Kozlowski1-44/+93
2020-08-17memory: omap-gpmc: return meaningful error codes in gpmc_cs_set_timings()Krzysztof Kozlowski1-3/+3
2020-08-17memory: omap-gpmc: remove unused file-scope phys_base and mem_sizeKrzysztof Kozlowski1-4/+0
2020-08-17memory: omap-gpmc: remove unneeded asm/mach-types.h inclusionKrzysztof Kozlowski1-2/+0
2020-08-17memory: samsung: exynos5422-dmc: Document mutex scopeKrzysztof Kozlowski1-0/+1
2020-08-17memory: samsung: exynos5422-dmc: Additional locking for 'curr_rate'Lukasz Luba1-0/+3
2020-08-16Linux 5.9-rc1v5.9-rc1Linus Torvalds1-2/+2
2020-08-16parisc: fix PMD pages allocation by restoring pmd_alloc_one()Mike Rapoport1-0/+6
2020-08-16io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe1-1/+4
2020-08-15io_uring: sanitize double poll handlingJens Axboe1-9/+25
2020-08-15virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-15ntb: intel: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski3-3/+3
2020-08-15rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-15iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski22-138/+138
2020-08-15sh: use generic strncpy()Kuninori Morimoto1-26/+0
2020-08-15sh: clkfwk: remove r8/r16/r32Kuninori Morimoto1-19/+4
2020-08-15include/asm-generic/vmlinux.lds.h: align ro_after_initRomain Naour1-0/+1
2020-08-15mm: annotate a data race in page_zonenum()Qian Cai1-0/+1
2020-08-15mm/swap.c: annotate data races for lru_rotate_pvecsQian Cai1-2/+3
2020-08-15mm/rmap: annotate a data race at tlb_flush_batchedQian Cai1-1/+1
2020-08-15mm/mempool: fix a data race in mempool_free()Qian Cai1-1/+1
2020-08-15mm/list_lru: fix a data race in list_lru_count_oneQian Cai1-1/+1
2020-08-15mm/memcontrol: fix a data race in scan countQian Cai1-1/+1
2020-08-15mm/page_counter: fix various data races at memswQian Cai1-6/+7
2020-08-15mm/swapfile: fix and annotate various data racesQian Cai2-15/+20
2020-08-15mm/filemap.c: fix a data race in filemap_fault()Kirill A. Shutemov1-7/+13
2020-08-15mm/swap_state: mark various intentional data racesQian Cai1-2/+2
2020-08-15mm/page_io: mark various intentional data racesQian Cai1-4/+4
2020-08-15mm/frontswap: mark various intentional data racesQian Cai1-4/+4
2020-08-15mm/kmemleak: silence KCSAN splats in checksumQian Cai1-0/+2
2020-08-15all arch: remove system call sys_sysctlXiaoming Ni52-227/+24