summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Merge tag 'media/v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds8-55/+71
2020-09-03libbpf: Remove arch-specific include path in MakefileNaveen N. Rao1-1/+1
2020-09-03dma-buf: fence-chain: Document missing dma_fence_chain_init() parameter in ke...Krzysztof Kozlowski1-0/+1
2020-09-03dma-buf: Fix kerneldoc of dma_buf_set_name()Krzysztof Kozlowski1-3/+3
2020-09-03ALSA: hda/realtek - Improved routing for Thinkpad X1 7th/8th GenTakashi Iwai1-1/+41
2020-09-03MIPS: SNI: Fix SCSI interruptThomas Bogendoerfer1-2/+2
2020-09-03MIPS: add missing MSACSR and upper MSA initializationHuang Pei1-0/+12
2020-09-03Revert "kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled"Josh Poimboeuf1-4/+0
2020-09-03x86/mm/32: Bring back vmalloc faulting on x86_32Joerg Roedel1-0/+78
2020-09-03locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org2-6/+31
2020-09-03x86/cmdline: Disable jump tables for cmdline.cArvind Sankar1-1/+1
2020-09-03soundwire: fix double free of dangling pointerTom Rix1-3/+5
2020-09-03interconnect: Show bandwidth for disabled paths as zero in debugfsMatthias Kaehlcke1-2/+8
2020-09-03dmaengine: ti: k3-udma: Update rchan_oes_offset for am654 SYSFW ABI 3.0Peter Ujfalusi1-2/+2
2020-09-03Revert "powerpc/build: vdso linker warning for orphan sections"Michael Ellerman4-5/+3
2020-09-03drm/nouveau/kms/nv50-gp1xx: add WAR for EVO push buffer HW bugBen Skeggs1-0/+6
2020-09-03drm/nouveau/kms/nv50-gp1xx: disable notifies again after core updateBen Skeggs1-1/+4
2020-09-03drm/nouveau/kms/nv50-: add some whitespace before debug messageBen Skeggs1-1/+1
2020-09-03drm/nouveau/kms/gv100-: Include correct push header in crcc37d.cLyude Paul1-1/+1
2020-09-03drm/radeon: Prefer lower feedback dividersKai-Heng Feng1-1/+1
2020-09-03drm/amdgpu: Fix bug in reporting voltage for CIKSandeep Raghuraman1-1/+2
2020-09-03drm/amdgpu: Specify get_argument function for ci_smu_funcsSandeep Raghuraman1-0/+2
2020-09-03drm/amd/pm: enable MP0 DPM for sienna_cichlidJiansong Chen1-1/+3
2020-09-03drm/amd/pm: avoid false alarm due to confusing softwareshutdowntemp settingEvan Quan1-2/+12
2020-09-03drm/amd/pm: fix is_dpm_running() run error on 32bit systemKevin Wang3-9/+21
2020-09-03kconfig: remove redundant assignment prompt = promptDenis Efremov1-1/+0
2020-09-03kbuild: Documentation: clean up makefiles.rstRandy Dunlap1-9/+9
2020-09-03kconfig: streamline_config.pl: check defined(ENV variable) before using itRandy Dunlap1-1/+4
2020-09-03block: allow for_each_bvec to support zero len bvecMing Lei1-1/+8
2020-09-03scsi: mpt3sas: Don't call disable_irq from IRQ poll handlerTomas Henzl1-1/+1
2020-09-03scsi: megaraid_sas: Don't call disable_irq from process IRQ pollTomas Henzl1-1/+1
2020-09-03scsi: target: iscsi: Fix hang in iscsit_access_np() when getting tpg->np_logi...Hou Pu3-7/+5
2020-09-03net: dp83867: Fix WoL SecureOn passwordDan Murphy1-2/+2
2020-09-03nfp: flower: fix ABI mismatch between driver and firmwareLouis Peens1-0/+2
2020-09-03tipc: fix shutdown() of connectionless socketTetsuo Handa1-3/+6
2020-09-03ipv6: Fix sysctl max for fib_multipath_hash_policyIdo Schimmel1-1/+2
2020-09-03drivers/net/wan/hdlc: Change the default of hard_header_len to 0Xie He1-1/+1
2020-09-03net: gemini: Fix another missing clk_disable_unprepare() in probeDan Carpenter1-17/+17
2020-09-02RDMA/core: Fix reported speed and widthKamal Heib1-1/+1
2020-09-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds8-15/+57
2020-09-02net: bcmgenet: fix mask check in bcmgenet_validate_flow()Denis Efremov1-1/+1
2020-09-02amd-xgbe: Add support for new port modeShyam Sundar S K1-0/+13
2020-09-02Merge tag 'for-5.9/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-22/+60
2020-09-02RDMA/core: Fix unsafe linked list traversal after failing to allocate CQXi Wang1-2/+2
2020-09-02Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-7/+9
2020-09-02spi: spi-loopback-test: Fix out-of-bounds readVincent Whitchurch1-1/+1
2020-09-02Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+3
2020-09-02regulator: pwm: Fix machine constraints applicationVincent Whitchurch1-1/+1
2020-09-02ASoC: Intel: bytcr_rt5640: Add quirk for MPMAN Converter9 2-in-1Hans de Goede1-0/+10
2020-09-02dm thin metadata: Fix use-after-free in dm_bm_set_read_onlyYe Bin2-7/+9