aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-28io_uring: fix IOPOLL -EAGAIN retries5.7-stableJens Axboe1-5/+12
2020-08-26io_uring: clear req->result on IOPOLL re-issueJens Axboe1-0/+1
2020-08-24io_uring: revert consumed iov_iter bytes on errorJens Axboe1-0/+4
2020-08-24io_uring: short circuit -EAGAIN for blocking read attemptJens Axboe1-1/+6
2020-08-24io_uring: internally retry short readsJens Axboe1-19/+46
2020-08-24io_uring: retain iov_iter state over io_read/io_write callsJens Axboe1-56/+67
2020-08-21Linux 5.7.17Greg Kroah-Hartman1-1/+1
2020-08-21drm/amd/display: dchubbub p-state warning during surface planes switchhersen wu1-2/+67
2020-08-21drm/amd/display: Fix dmesg warning from setting abm levelStylon Wang1-0/+23
2020-08-21drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resumeSandeep Raghuraman1-1/+4
2020-08-21drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpiXin Xiong1-3/+4
2020-08-21drm: Added orientation quirk for ASUS tablet model T103HAFMarius Iacob1-0/+6
2020-08-21drm/tidss: fix modeset init for DPI panelsTomi Valkeinen1-1/+1
2020-08-21drm/omap: force runtime PM suspend on system suspendTomi Valkeinen4-0/+4
2020-08-21drm/amdgpu: fix ordering of psp suspendAlex Deucher1-4/+4
2020-08-21drm/dp_mst: Fix the DDC I2C device registration of an MST portImre Deak1-12/+16
2020-08-21drm/panfrost: Use kvfree() to free bo->sgtsDenis Efremov2-2/+2
2020-08-21drm/i915/gt: Force the GT reset on shutdownChris Wilson1-0/+5
2020-08-21ASoC: tegra: Enable audio mclk during tegra_asoc_utils_init()Sowjanya Komatineni1-2/+9
2020-08-21ASoC: tegra: Add audio mclk parent configurationSowjanya Komatineni1-28/+40
2020-08-21ASoC: tegra: Use device managed resource APIs to get the clockSowjanya Komatineni11-130/+40
2020-08-21khugepaged: retract_page_tables() remember to test exitHugh Dickins1-10/+14
2020-08-21sh: landisk: Add missing initialization of sh_io_port_baseGeert Uytterhoeven1-0/+3
2020-08-21perf/x86/rapl: Fix missing psys sysfs attributesZhang Rui1-1/+1
2020-08-21tools build feature: Quote CC and CXX for their argumentsDaniel Díaz1-1/+1
2020-08-21perf bench mem: Always memset source before memcpyVincent Whitchurch1-10/+11
2020-08-21ALSA: echoaudio: Fix potential Oops in snd_echo_resume()Dinghao Liu1-2/+0
2020-08-21crypto: algif_aead - fix uninitialized ctx->initOndrej Mosnacek2-12/+1
2020-08-21mfd: dln2: Run event handler loop under spinlockAndy Shevchenko1-0/+4
2020-08-21i2c: iproc: fix race between client unreg and isrDhananjay Phadke1-1/+12
2020-08-21test_kmod: avoid potential double free in trigger_config_run_type()Tiezhu Yang1-1/+1
2020-08-21fs/ufs: avoid potential u32 multiplication overflowColin Ian King1-1/+1
2020-08-21fs/minix: remove expected error message in block_to_path()Eric Biggers2-12/+12
2020-08-21fs/minix: fix block limit check for V1 filesystemsEric Biggers1-1/+1
2020-08-21fs/minix: set s_maxbytes correctlyEric Biggers4-9/+9
2020-08-21lib/test_lockup.c: fix return value of test_lockup_init()Tiezhu Yang1-2/+2
2020-08-21NFS: Fix flexfiles read failoverTrond Myklebust3-16/+40
2020-08-21nfs: Fix getxattr kernel panic and memory overflowJeffrey Mitchell2-3/+5
2020-08-21net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...Wang Hai1-3/+14
2020-08-21s390/Kconfig: add missing ZCRYPT dependency to VFIO_APKrzysztof Kozlowski1-0/+1
2020-08-21s390/test_unwind: fix possible memleak in test_unwind()Wang Hai1-0/+1
2020-08-21drm/vmwgfx: Fix two list_for_each loop exit testsDan Carpenter1-4/+4
2020-08-21drm/vmwgfx: Use correct vmw_legacy_display_unit pointerDan Carpenter1-3/+2
2020-08-21vdpa: Fix pointer math bug in vdpasim_get_config()Dan Carpenter1-1/+1
2020-08-21recordmcount: Fix build failure on non arm64Christophe Leroy1-0/+2
2020-08-21vdpa_sim: init iommu lockMichael S. Tsirkin1-0/+1
2020-08-21Input: sentelic - fix error return when fsp_reg_write failsColin Ian King1-1/+1
2020-08-21selftests/bpf: Prevent runqslower from racing on building bpftoolAndrii Nakryiko1-2/+3
2020-08-21x86/bugs/multihit: Fix mitigation reporting when VMX is not in usePawan Gupta2-1/+11
2020-08-21x86/tsr: Fix tsc frequency enumeration bug on Lightning Mountain SoCDilip Kota1-2/+7
2020-08-21md-cluster: Fix potential error pointer dereference in resize_bitmaps()Dan Carpenter1-0/+1
2020-08-21watchdog: rti-wdt: balance pm runtime enable callsTero Kristo1-0/+2
2020-08-21watchdog: initialize device before misc_registerKrzysztof Sobota1-9/+9
2020-08-21nfs: nfs_file_write() should check for writeback errorsScott Mayhew1-3/+9
2020-08-21scsi: lpfc: nvmet: Avoid hang / use-after-free again when destroying targetportEwan D. Milne1-1/+1
2020-08-21openrisc: Fix oops caused when dumping stackStafford Horne1-2/+16
2020-08-21libnvdimm/security: ensure sysfs poll thread woke up and fetch updated attrJane Chu1-3/+8
2020-08-21libnvdimm/security: fix a typoJane Chu1-1/+1
2020-08-21clk: bcm2835: Do not use prediv with bcm2711's PLLsNicolas Saenz Julienne1-4/+21
2020-08-21ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng1-4/+6
2020-08-21nfs: ensure correct writeback errors are returned on close()Scott Mayhew2-2/+8
2020-08-21i2c: rcar: avoid race when unregistering slaveWolfram Sang1-3/+5
2020-08-21tools build feature: Use CC and CXX from parentThomas Hebb2-3/+1
2020-08-21pwm: bcm-iproc: handle clk_get_rate() returnRayagonda Kokatanur1-2/+7
2020-08-21sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef1-2/+9
2020-08-21nvme: fix deadlock in disconnect during scan_work and/or ana_workSagi Grimberg8-15/+50
2020-08-21clk: clk-atlas6: fix return value check in atlas6_clk_init()Xu Wang1-1/+1
2020-08-21clk: qcom: gcc-sdm660: Fix up gcc_mss_mnoc_bimc_axi_clkKonrad Dybcio1-0/+3
2020-08-21f2fs: compress: fix to update isize when overwriting compressed fileChao Yu1-0/+4
2020-08-21i2c: rcar: slave: only send STOP event when we have been addressedWolfram Sang1-3/+4
2020-08-21iommu/vt-d: Enforce PASID devTLB field maskLiu Yi L1-2/+2
2020-08-21clk: qcom: clk-alpha-pll: remove unused/incorrect PLL_CAL_VALJonathan Marek1-2/+0
2020-08-21clk: qcom: gcc: fix sm8150 GPU and NPU clocksJonathan Marek1-2/+6
2020-08-21iommu/omap: Check for failure of a call to omap_iommu_dump_ctxColin Ian King1-0/+3
2020-08-21selftests/powerpc: ptrace-pkey: Don't update expected UAMOR valueAneesh Kumar K.V1-3/+8
2020-08-21selftests/powerpc: ptrace-pkey: Update the test to mark an invalid pkey corre...Aneesh Kumar K.V1-18/+12
2020-08-21selftests/powerpc: ptrace-pkey: Rename variables to make it easier to follow ...Aneesh Kumar K.V1-13/+13
2020-08-21clk: actions: Fix h_clk for Actions S500 SoCCristian Ciocaltea1-1/+1
2020-08-21f2fs: compress: fix to avoid memory leak on cc->cpagesChao Yu1-0/+2
2020-08-21ima: Fail rule parsing when appraise_flag=blacklist is unsupportableTyler Hicks1-1/+14
2020-08-21dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()Ming Lei1-3/+0
2020-08-21gpu: ipu-v3: image-convert: Wait for all EOFs before completing a tileSteve Longerbeam1-27/+82
2020-08-21gpu: ipu-v3: image-convert: Combine rotate/no-rotate irq handlersSteve Longerbeam1-38/+20
2020-08-21crypto: caam - Remove broken arc4 supportHerbert Xu2-30/+0
2020-08-21rtc: pl031: fix set_alarm by adding back call to alarm_irq_enableSudeep Holla1-0/+1
2020-08-21rtw88: pci: disable aspm for platform inter-op with module parameterYan-Hsuan Chuang1-0/+9
2020-08-21mmc: renesas_sdhi_internal_dmac: clean up the code for dma completeYoshihiro Shimoda1-5/+13
2020-08-21RDMA/counter: Allow manually bind QPs with different pids to same counterMark Zhang1-1/+1
2020-08-21RDMA/counter: Only bind user QPs in auto modeMark Zhang1-1/+1
2020-08-21devres: keep both device name and resource name in pretty nameVladimir Oltean1-1/+10
2020-08-21crypto: af_alg - Fix regression on empty requestsHerbert Xu1-1/+1
2020-08-21USB: serial: ftdi_sio: clean up receive processingJohan Hovold1-10/+9
2020-08-21USB: serial: ftdi_sio: make process-packet buffer unsignedJohan Hovold1-11/+11
2020-08-21selftests/bpf: test_progs avoid minus shell exit codesJesper Dangaard Brouer1-4/+5
2020-08-21selftests/bpf: test_progs use another shell exit on non-actionsJesper Dangaard Brouer1-1/+3
2020-08-21bpf: selftests: Restore netns after each testMartin KaFai Lau2-2/+23
2020-08-21selftests/bpf: Test_progs indicate to shell on non-actionsJesper Dangaard Brouer1-0/+3
2020-08-21sched/uclamp: Protect uclamp fast path code with static keyQais Yousef3-4/+119
2020-08-21IB/uverbs: Set IOVA on IB MR in uverbs layerYishai Hadas3-2/+4
2020-08-21media: rockchip: rga: Only set output CSC mode for RGB inputPaul Kocialkowski1-1/+7
2020-08-21media: rockchip: rga: Introduce color fmt macros and refactor CSC mode logicPaul Kocialkowski2-13/+15
2020-08-21media: staging: rkisp1: remove macro RKISP1_DIR_SINK_SRCDafna Hirschfeld1-13/+12
2020-08-21rtc: cpcap: fix rangeSebastian Reichel1-1/+1
2020-08-21RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah()Jason Gunthorpe2-36/+31
2020-08-21RDMA/ipoib: Return void from ipoib_ib_dev_stop()Kamal Heib2-4/+2
2020-08-21platform/chrome: cros_ec_ishtp: Fix a double-unlock issueQiushi Wu1-1/+3
2020-08-21mtd: rawnand: brcmnand: ECC error handling on EDU transfersKamal Dasu1-0/+26
2020-08-21mtd: rawnand: fsl_upm: Remove unused mtd varBoris Brezillon1-1/+0
2020-08-21octeontx2-af: change (struct qmem)->entry_sz from u8 to u16Eric Dumazet1-1/+1
2020-08-21mfd: arizona: Ensure 32k clock is put on driver unbind and errorCharles Keepax1-0/+18
2020-08-21crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu4-8/+15
2020-08-21drm/ingenic: Fix incorrect assumption about plane->indexPaul Cercueil1-1/+1
2020-08-21drm/imx: imx-ldb: Disable both channels for split mode in enc->disable()Liu Ying1-3/+4
2020-08-21remoteproc: qcom_q6v5_mss: Validate modem blob firmware size before loadSibi Sankar1-3/+2
2020-08-21remoteproc: qcom_q6v5_mss: Validate MBA firmware size before loadSibi Sankar1-0/+6
2020-08-21remoteproc: qcom: q6v5: Update running state before requesting stopSibi Sankar1-0/+2
2020-08-21gfs2: Never call gfs2_block_zero_range with an open transactionBob Peterson1-30/+39
2020-08-21perf intel-pt: Fix duplicate branch after CBRAdrian Hunter1-2/+6
2020-08-21perf intel-pt: Fix FUP packet stateAdrian Hunter1-14/+7
2020-08-21perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu1-1/+1
2020-08-21perf probe: Fix wrong variable warning when the probe point is not foundMasami Hiramatsu1-0/+3
2020-08-21bootconfig: Fix to find the initargs correctlyMasami Hiramatsu1-6/+8
2020-08-21module: Correctly truncate sysfs sections outputKees Cook1-3/+19
2020-08-21dm: don't call report zones for more than the user requestedJohannes Thumshirn1-1/+2
2020-08-21pseries: Fix 64 bit logical memory block panicAnton Blanchard1-1/+1
2020-08-21ceph: handle zero-length feature mask in session messagesJeff Layton1-2/+4
2020-08-21ceph: set sec_context xattr on symlink creationJeff Layton1-0/+4
2020-08-21watchdog: f71808e_wdt: clear watchdog timeout occurred flagAhmad Fatoum1-0/+7
2020-08-21watchdog: f71808e_wdt: remove use of wrong watchdog_info optionAhmad Fatoum1-2/+1
2020-08-21watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.optionsAhmad Fatoum1-1/+2
2020-08-21tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2-4/+4
2020-08-21tracing/hwlat: Honor the tracing_cpumaskKevin Hao1-2/+3
2020-08-21kprobes: Fix NULL pointer dereference at kprobe_ftrace_handlerMuchun Song1-0/+7
2020-08-21ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou1-4/+7
2020-08-21mm/memory_hotplug: fix unpaired mem_hotplug_begin/doneJia He1-3/+2
2020-08-21cma: don't quit at first error when activating reserved areasMike Kravetz1-14/+9
2020-08-21mm/page_counter.c: fix protection usage propagationMichal Koutný1-3/+3
2020-08-21ocfs2: change slot number type s16 to u16Junxiao Bi3-6/+6
2020-08-21mm/shuffle: don't move pages between zones and don't read garbage memmapsDavid Hildenbrand1-9/+9
2020-08-21hugetlbfs: remove call to huge_pte_alloc without i_mmap_rwsemMike Kravetz4-12/+23
2020-08-21khugepaged: collapse_pte_mapped_thp() protect the pmd lockHugh Dickins1-25/+19
2020-08-21mm/hugetlb: fix calculation of adjust_range_if_pmd_sharing_possiblePeter Xu1-14/+10
2020-08-21khugepaged: collapse_pte_mapped_thp() flush the right rangeHugh Dickins1-1/+1
2020-08-21ext2: fix missing percpu_counter_incMikulas Patocka1-1/+2
2020-08-21MIPS: SGI-IP27: always enable NUMA in KconfigMike Rapoport1-0/+1
2020-08-21MIPS: qi_lb60: Fix routing to audio amplifierPaul Cercueil1-1/+1
2020-08-21MIPS: CPU#0 is not hotpluggableHuacai Chen1-1/+1
2020-08-21driver core: Avoid binding drivers to dead devicesLukas Wunner1-1/+3
2020-08-21mac80211: fix misplaced while instead of ifJohannes Berg1-1/+1
2020-08-21bcache: fix overflow in offset_to_stripe()Coly Li3-8/+27
2020-08-21bcache: allocate meta data pages as compound pagesColy Li4-5/+5
2020-08-21md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng1-1/+2
2020-08-21selftests/seccomp: Set NNP for TSYNC ESRCH flag testKees Cook1-0/+5
2020-08-21net/compat: Add missing sock updates for SCM_RIGHTSKees Cook3-0/+26
2020-08-21pidfd: Add missing sock updates for pidfd_getfd()Kees Cook1-2/+5
2020-08-21irqchip/gic-v4.1: Ensure accessing the correct RD when writing INVALLRZenghui Yu1-3/+7
2020-08-21irqchip/loongson-liointc: Fix misuse of gc->mask_cacheHuacai Chen1-5/+5
2020-08-21net: stmmac: dwmac1000: provide multicast filter fallbackJonathan McDowell1-0/+3
2020-08-21net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell1-0/+1
2020-08-21media: vsp1: dl: Fix NULL pointer dereference on unbindEugeniu Rosca1-0/+2
2020-08-21media: venus: fix multiple encoder crashMansur Alisha Shaik1-0/+4
2020-08-21pinctrl: ingenic: Properly detect GPIO direction when configured for IRQPaul Cercueil1-1/+2
2020-08-21pinctrl: ingenic: Enhance support for IRQ_TYPE_EDGE_BOTHPaul Cercueil1-3/+3
2020-08-21powerpc: Fix circular dependency between percpu.h and mmu.hMichael Ellerman1-2/+2
2020-08-21powerpc: Allow 4224 bytes of stack expansion for the signal frameMichael Ellerman1-2/+5
2020-08-21powerpc/ptdump: Fix build failure in hashpagetable.cChristophe Leroy1-1/+1
2020-08-21cifs: Fix leak when handling lease break for cached root fidPaul Aurich1-21/+52
2020-08-21xtensa: fix xtensa_pmu_setup prototypeMax Filippov1-1/+1
2020-08-21xtensa: add missing exclusive access state managementMax Filippov3-0/+18
2020-08-21iio: imu: st_lsm6dsx: reset hw ts after resumeLorenzo Bianconi3-11/+17
2020-08-21iio: dac: ad5592r: fix unbalanced mutex unlocks in ad5592r_read_raw()Alexandru Ardelean1-2/+2
2020-08-21dt-bindings: iio: io-channel-mux: Fix compatible string in example codeChristian Eggers1-1/+1
2020-08-21arm64: perf: Correct the event index in sysfsShaokun Zhang1-5/+8
2020-08-21btrfs: fix return value mixup in btrfs_get_extentPavel Machek1-1/+1
2020-08-21btrfs: make sure SB_I_VERSION doesn't get unset by remountJosef Bacik1-0/+6
2020-08-21btrfs: trim: fix underflow in trim length to prevent access beyond device bou...Qu Wenruo3-0/+20
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana1-6/+2
2020-08-21btrfs: inode: fix NULL pointer dereference if inode doesn't need compressionQu Wenruo1-5/+11
2020-08-21btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik1-2/+2
2020-08-21btrfs: fix messages after changing compression level by remountDavid Sterba1-5/+9
2020-08-21btrfs: don't show full path of bind mounts in subvol=Josef Bacik1-2/+8
2020-08-21btrfs: fix race between page release and a fast fsyncFilipe Manana1-3/+13
2020-08-21btrfs: don't WARN if we abort a transaction with EROFSJosef Bacik1-1/+1
2020-08-21btrfs: sysfs: use NOFS for device creationJosef Bacik1-0/+3
2020-08-21btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik3-3/+6
2020-08-21btrfs: avoid possible signal interruption of btrfs_drop_snapshot() on relocat...Qu Wenruo1-1/+8
2020-08-21btrfs: add missing check for nocow and compression inode flagsDavid Sterba1-8/+22
2020-08-21btrfs: relocation: review the call sites which can be interrupted by signalQu Wenruo2-3/+26
2020-08-21btrfs: move the chunk_mutex in btrfs_read_chunk_treeJosef Bacik1-2/+2
2020-08-21btrfs: open device without device_list_mutexJosef Bacik1-3/+18
2020-08-21btrfs: pass checksum type via BTRFS_IOC_FS_INFO ioctlJohannes Thumshirn2-5/+25
2020-08-21btrfs: don't traverse into the seed devices in show_devnameAnand Jain1-14/+7
2020-08-21btrfs: remove no longer needed use of log_writers for the log root treeFilipe Manana2-13/+1
2020-08-21btrfs: only commit delayed items at fsync if we are logging a directoryFilipe Manana1-4/+5
2020-08-21btrfs: stop incremening log_batch for the log root tree when syncing logFilipe Manana2-1/+1
2020-08-21btrfs: only commit the delayed inode when doing a full fsyncFilipe Manana1-5/+7
2020-08-21btrfs: ref-verify: fix memory leak in add_block_entryTom Rix1-0/+2
2020-08-21btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo1-3/+10
2020-08-21btrfs: free anon block device right after subvolume deletionQu Wenruo1-0/+2
2020-08-21btrfs: allow use of global block reserve for balance item deletionDavid Sterba1-1/+1