summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-04phy: cadence-torrent: Fix error code in cdns_torrent_phy_probe()Dan Carpenter1-0/+1
2021-03-04phy: rockchip-emmc: emmc_phy_init() always return 0Chris Ruehl1-3/+5
2021-03-04misc: eeprom_93xx46: Fix module alias to enable module autoprobeAswath Govindraju1-1/+1
2021-03-04Input: st1232 - fix NORMAL vs. IDLE state handlingGeert Uytterhoeven1-2/+7
2021-03-04ARM: 9065/1: OABI compat: fix build when EPOLL is not enabledRandy Dunlap1-0/+15
2021-03-04Input: st1232 - add IDLE state as ready conditionMichael Tretter1-1/+1
2021-03-04Input: zinitix - fix return type of zinitix_init_touch()Dmitry Torokhov1-1/+1
2021-03-04sparc: fix led.c driver when PROC_FS is not enabledRandy Dunlap1-0/+2
2021-03-04sparc64: only select COMPAT_BINFMT_ELF if BINFMT_ELF is setRandy Dunlap1-1/+1
2021-03-04Input: elo - fix an error code in elo_connect()Dan Carpenter1-1/+3
2021-03-04perf test: Fix unaligned access in sample parsing testNamhyung Kim1-1/+1
2021-03-04perf intel-pt: Fix IPC with CYC thresholdAdrian Hunter3-0/+41
2021-03-04perf intel-pt: Fix premature IPCAdrian Hunter3-11/+17
2021-03-04perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter1-0/+3
2021-03-04perf unwind: Set userdata for all __report_module() pathsDave Rigby1-3/+8
2021-03-04perf record: Fix continue profiling after draining the bufferYang Jihong3-1/+13
2021-03-04Input: sur40 - fix an error code in sur40_probe()Dan Carpenter1-0/+1
2021-03-04RDMA/rtrs-srv: Do not pass a valid pointer to PTR_ERR()Jack Wang1-13/+7
2021-03-04RDMA/rtrs-srv-sysfs: fix missing put_deviceGioh Kim1-0/+2
2021-03-04RDMA/rtrs-srv: fix memory leak by missing kobject freeGioh Kim2-3/+5
2021-03-04RDMA/rtrs: Only allow addition of path to an already established sessionMd Haris Iqbal4-7/+26
2021-03-04RDMA/rtrs-srv: Fix stack-out-of-boundsJack Wang1-31/+33
2021-03-04RDMA/ucma: Fix use-after-free bug in ucma_create_ueventAvihai Horon1-29/+41
2021-03-04RDMA/hns: Fixes missing error code of CMDQLang Cheng1-4/+3
2021-03-04ceph: fix flush_snap logic after putting capsJeff Layton1-4/+6
2021-03-04svcrdma: Hold private mutex while invoking rdma_accept()Chuck Lever1-3/+3
2021-03-04nfsd: register pernet ops last, unregister firstJ. Bruce Fields1-7/+7
2021-03-04perf symbols: Fix return value when loading PE DSONicholas Fraser1-1/+3
2021-03-04printk: avoid prb_first_valid_seq() where possibleJohn Ogness1-10/+18
2021-03-04spi: Skip zero-length transfers in spi_transfer_one_message()Nicolas Saenz Julienne1-1/+1
2021-03-04spi: dw: Avoid stack content exposureKees Cook1-1/+1
2021-03-04regulator: bd718x7, bd71828, Fix dvs voltage levelsMatti Vaittinen2-11/+12
2021-03-04perf symbols: Use (long) for iterator for bfd symbolsDmitry Safonov1-2/+1
2021-03-04selftests/ftrace: Update synthetic event syntax errorsTom Zanussi1-8/+27
2021-03-04clk: aspeed: Fix APLL calculate formula from ast2600-A2Ryan Chen1-10/+27
2021-03-04regulator: qcom-rpmh: fix pm8009 ldo7Jonathan Marek1-1/+1
2021-03-04powerpc/kuap: Restore AMR after replaying soft interruptsAlexey Kardashevskiy1-1/+26
2021-03-04powerpc/uaccess: Avoid might_fault() when user access is enabledAlexey Kardashevskiy1-3/+10
2021-03-04spi: pxa2xx: Fix the controller numbering for Wildcat PointAndy Shevchenko1-8/+19
2021-03-04clk: divider: fix initialization with parent_hwMichael Tretter1-2/+7
2021-03-04RDMA/hns: Disable RQ inline by defaultLijun Ou1-1/+0
2021-03-04RDMA/hns: Add mapped page count checking for MTRXi Wang2-25/+40
2021-03-04RDMA/hns: Fix type of sq_signal_bitsWeihang Li1-1/+1
2021-03-04RDMA/hns: Avoid filling sgid index when modifying QP to RTRWeihang Li3-27/+16
2021-03-04RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib1-1/+1
2021-03-04RDMA/hns: Remove the reserved WQE of SRQWenpeng Liang3-5/+8
2021-03-04RDMA/hns: Fixed wrong judgments in the goto branchWenpeng Liang1-2/+1
2021-03-04RDMA/hns: Force srq_limit to 0 when creating SRQWenpeng Liang1-0/+1
2021-03-04RDMA/hns: Bugfix for checking whether the srq is full when post wrWenpeng Liang3-9/+19
2021-03-04RDMA/hns: Allocate one more recv SGE for HIP08Lang Cheng5-19/+93