aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-14habanalabs: register to pci shutdown callbackhabanalabs-next-fixesOded Gabbay1-0/+1
2020-12-14habanalabs: add validation cs counter, fix misplaced countersAlon Mizrahi4-18/+68
2020-12-14habanalabs/gaudi: retry loading TPC f/w on -EINTROded Gabbay1-2/+8
2020-12-14habanalabs: adjust pci controller init to new firmwareOded Gabbay3-14/+21
2020-12-14habanalabs: update comment in hl_boot_if.hOded Gabbay1-1/+1
2020-12-14habanalabs/gaudi: enhance reset messageOded Gabbay1-4/+8
2020-12-14habanalabs: full FW hard reset supportOfir Bitton1-14/+41
2020-12-14habanalabs/gaudi: disable CGM at HW initializationOded Gabbay2-3/+16
2020-12-14habanalabs: Revise comment to align with mirror list nameTomer Tayar1-1/+1
2020-12-14habanalabs/gaudi: do not set EB in collective slave queuesAlon Mizrahi4-7/+10
2020-12-14habanalabs: preboot hard reset supportOfir Bitton4-25/+31
2020-12-14habanalabs: remove generic gaudi get_pll_freq functionAlon Mizrahi3-94/+41
2020-12-14habanalabs: fetch PSOC PLL frequency from F/W in goyaAlon Mizrahi1-23/+38
2020-12-14habanalabs: add comment for pll frequency ioctl opcodeAlon Mizrahi1-0/+1
2020-12-14habanalabs: Fix a missing-braces warningTomer Tayar1-1/+1
2020-12-11Merge tag 'extcon-next-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman8-22/+288
2020-12-11extcon: max77693: Fix modalias stringMarek Szyprowski1-1/+1
2020-12-11extcon: fsa9480: Support TI TSU6111 variantLinus Walleij1-0/+1
2020-12-11extcon: fsa9480: Rewrite bindings in YAML and extendLinus Walleij2-21/+52
2020-12-11dt-bindings: extcon: add binding for TUSB320Michael Auchter1-0/+41
2020-12-11extcon: Add driver for TI TUSB320Michael Auchter3-0/+193
2020-12-10slimbus: qcom: fix potential NULL dereference in qcom_slim_prg_slew()Zhang Changzhong1-7/+2
2020-12-10siox: Make remove callback return voidUwe Kleine-König2-4/+3
2020-12-10siox: Use bus_type functions for probe, remove and shutdownUwe Kleine-König1-24/+25
2020-12-10spmi: Add driver shutdown supportHsin-Hsiung Wang2-0/+10
2020-12-10spmi: fix some coding style issues at the spmi coreMauro Carvalho Chehab1-1/+4
2020-12-10spmi: get rid of a warning when built with W=1Mauro Carvalho Chehab1-4/+1
2020-12-09uio: uio_hv_generic: use devm_kzalloc() for private data allocAlexandru Ardelean1-6/+2
2020-12-09uio: uio_fsl_elbc_gpcm: use device-managed allocatorsAlexandru Ardelean1-23/+9
2020-12-09uio: uio_aec: use devm_kzalloc() for uio_info objectAlexandru Ardelean1-6/+2
2020-12-09uio: uio_cif: use devm_kzalloc() for uio_info objectAlexandru Ardelean1-6/+2
2020-12-09uio: uio_netx: use devm_kzalloc() for or uio_info objectAlexandru Ardelean1-6/+2
2020-12-09uio: uio_mf624: use devm_kzalloc() for uio_info objectAlexandru Ardelean1-6/+2
2020-12-09uio: uio_sercos3: use device-managed functions for simple allocsAlexandru Ardelean1-10/+4
2020-12-09uio: uio_dmem_genirq: finalize conversion of probe to devm_ handlersAlexandru Ardelean1-18/+10
2020-12-09uio: uio_dmem_genirq: convert simple allocations to device-managedAlexandru Ardelean1-26/+8
2020-12-09uio/uio_pci_generic: remove unneeded pci_set_drvdata()Alexandru Ardelean1-7/+1
2020-12-09uio: pruss: use devm_clk_get() for clk initAlexandru Ardelean1-5/+2
2020-12-09slimbus: qcom-ngd-ctrl: fix SSR dependenciesSrinivas Kandagatla1-2/+1
2020-12-09altera-stapl: remove the unreached switch caseKaixu Xia1-5/+0
2020-12-09fsi: Aspeed: Add mutex to protect HW accessEddie James1-16/+29
2020-12-09bus: fsl-mc: simplify DPRC version checkIoana Ciornei1-3/+1
2020-12-09bus: fsl-mc: fix error return code in fsl_mc_object_allocate()Zhang Changzhong1-1/+3
2020-12-09bus: fsl-mc: added missing fields to dprc_rsp_get_obj_region structureLaurentiu Tudor2-2/+5
2020-12-09bus: fsl-mc: make sure MC firmware is up and runningLaurentiu Tudor1-12/+30
2020-12-09bus: fsl-mc: add back accidentally dropped error checkLaurentiu Tudor1-1/+4
2020-12-09MAINTAINERS: Mark SPMI as maintainedStephen Boyd1-2/+4
2020-12-09vme: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-12/+14
2020-12-09misc: pci_endpoint_test: fix return value of error branchXiongfeng Wang1-2/+6
2020-12-09misc: genwqe: Use dma_set_mask_and_coherent to simplify codeChristophe JAILLET1-17/+2
2020-12-09misc: rtsx: rts5249 support runtime PMRicky Wu5-6/+145
2020-12-09misc: rtsx: modify and fix init_hw functionRicky Wu1-3/+5
2020-12-09misc: rtsx: modify en/disable aspm functionRicky Wu1-3/+9
2020-12-09misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_c...Anant Thazhemadam1-1/+1
2020-12-09misc/sgi-xp: Replace in_interrupt() usageThomas Gleixner3-6/+17
2020-12-09misc: isl29003: Fix typo for get/set modeZhou Xingxing1-2/+2
2020-12-09lkdtm: don't move ctors to .rodataMark Rutland2-2/+2
2020-12-09firmware: fix a spelling mistake "managament" -> "management" in KconfigColin Ian King1-1/+1
2020-12-09binder: add flag to clear buffer on txn completeTodd Kjos4-1/+53
2020-12-09speakup: fix uninitialized flush_lockYang Yingliang1-1/+1
2020-12-09Merge tag 'phy-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...Greg Kroah-Hartman101-944/+2659
2020-12-08coresight: etm4x: Modify core-commit to avoid HiSilicon ETM overflowQi Liu3-0/+114
2020-12-08coresight: remove broken __exit annotationsArnd Bergmann10-16/+16
2020-12-08coresight: tmc-etr: Fix barrier packet insertion for perf bufferSuzuki K Poulose1-1/+1
2020-12-08drm/mediatek: avoid dereferencing a null hdmi_phy on an error messageColin Ian King1-2/+3
2020-12-08phy: ingenic: depend on HAS_IOMEMVinod Koul1-0/+1
2020-12-07mei: bus: enable pavp device.Tomas Winkler1-0/+4
2020-12-07mei: bus: add vtag supportAlexander Usyskin5-26/+104
2020-12-07Merge tag 'soundwire-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman7-16/+79
2020-12-07Merge 5.10-rc7 into char-misc-nextGreg Kroah-Hartman236-2025/+2012
2020-12-07phy: mediatek: statify mtk_hdmi_phy_driverVinod Koul1-1/+1
2020-12-06Linux 5.10-rc7Linus Torvalds1-1/+1
2020-12-06Merge tag 'char-misc-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-909/+33
2020-12-06Merge tag 'tty-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-14/+41
2020-12-06Merge tag 'usb-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds12-50/+53
2020-12-06Merge tag 'x86-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-15/+58
2020-12-06Merge tag 'perf-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2020-12-06Merge tag 'irq-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-12/+25
2020-12-06Merge tag 'locking-urgent-2020-12-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-14/+14
2020-12-06Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds17-24/+64
2020-12-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-121/+75
2020-12-06mm/mmap.c: fix mmap return value when vma is merged after call_mmap()Liu Zixian1-14/+12
2020-12-06hugetlb_cgroup: fix offline of hugetlb cgroup with reservationsMike Kravetz1-5/+3
2020-12-06mm/filemap: add static for function __add_to_page_cache_lockedAlex Shi1-1/+1
2020-12-06userfaultfd: selftests: fix SIGSEGV if huge mmap failsAxel Rasmussen1-9/+16
2020-12-06tools/testing/selftests/vm: fix build errorXingxing Su1-0/+4
2020-12-06mailmap: add two more addresses of Uwe Kleine-KönigUwe Kleine-König1-0/+2
2020-12-06mm/swapfile: do not sleep with a spin lock heldQian Cai1-1/+3
2020-12-06mm/zsmalloc.c: drop ZSMALLOC_PGTABLE_MAPPINGMinchan Kim4-69/+0
2020-12-06mm: list_lru: set shrinker map bit when child nr_items is not zeroYang Shi1-5/+5
2020-12-06mm: memcg/slab: fix obj_cgroup_charge() return value handlingRoman Gushchin1-16/+24
2020-12-06coredump: fix core_pattern parse errorMenglong Dong1-1/+2
2020-12-06zlib: export S390 symbols for zlib modulesRandy Dunlap1-0/+3
2020-12-06kbuild: avoid split lines in .mod filesMasahiro Yamada1-8/+4
2020-12-06Revert "mei: virtio: virtualization frontend driver"Michael S. Tsirkin3-887/+0
2020-12-06x86/sev-es: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu1-3/+2
2020-12-06x86/insn-eval: Use new for_each_insn_prefix() macro to loop over prefixes bytesMasami Hiramatsu1-5/+5
2020-12-06x86/uprobes: Do not use prefixes.nbytes when looping over prefixes.bytesMasami Hiramatsu3-4/+36
2020-12-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-3/+11
2020-12-05Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-17/+47
2020-12-05Merge tag 'block-5.10-2020-12-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-12-05Merge tag 'io_uring-5.10-2020-12-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-12-05Merge tag 'powerpc-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds10-18/+70
2020-12-05Merge tag '5.10-rc6-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-38/+42
2020-12-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-3/+10
2020-12-05Merge tag 'for-5.10/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+6
2020-12-05i2c: mlxbf: Fix the return check of devm_ioremap and ioremapWang Xiaojun1-6/+6
2020-12-05i2c: mlxbf: select CONFIG_I2C_SLAVEArnd Bergmann1-0/+1
2020-12-05dt-bindings: phy: Convert Broadcom SATA PHY to YAMLFlorian Fainelli2-61/+148
2020-12-05devicetree: phy: rockchip-emmc add output-tapdelay-selectChris Ruehl1-0/+3
2020-12-05phy: rockchip-emmc: output tap delay dt propertyChris Ruehl1-1/+12
2020-12-05PHY: Ingenic: Add USB PHY driver using generic PHY framework.周琰杰 (Zhou Yanjie)5-0/+428
2020-12-05dt-bindings: USB: Add bindings for Ingenic JZ4775 and X2000.周琰杰 (Zhou Yanjie)2-2/+4
2020-12-05USB: PHY: JZ4770: Remove unnecessary function calls.周琰杰 (Zhou Yanjie)1-1/+1
2020-12-05devicetree: phy: rockchip-emmc: pulldown propertyChris Ruehl1-0/+2
2020-12-05phy: rockchip: set pulldown for strobe line in dtsChris Ruehl1-0/+16
2020-12-05phy: renesas: rcar-gen3-usb2: disable runtime pm in case of failureWang Li1-2/+4
2020-12-05phy: mediatek: allow compile-testing the hdmi phyArnd Bergmann1-1/+3
2020-12-05soundwire: intel: fix another unused-function warningArnd Bergmann1-6/+2
2020-12-04block: fix incorrect branching in blk_max_size_offset()Mike Snitzer1-4/+6
2020-12-04Merge tag 'for-5.10/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-39/+28
2020-12-04dm: remove invalid sparse __acquires and __releases annotationsMike Snitzer1-2/+0
2020-12-04dm: fix double RCU unlock in dm_dax_zero_page_range() error pathMike Snitzer1-2/+0
2020-12-04dm: fix IO splittingMike Snitzer4-19/+18
2020-12-04Merge tag 'drm-fixes-2020-12-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds20-185/+233
2020-12-04tty: Fix ->session lockingJann Horn3-14/+41
2020-12-04tty: Fix ->pgrp locking in tiocspgrp()Jann Horn1-2/+2
2020-12-04Merge tag 'mhi-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Greg Kroah-Hartman12-146/+653
2020-12-04usb: gadget: f_fs: Use local copy of descriptors for userspace copyVamsi Krishna Samavedam1-2/+4
2020-12-04usb: ohci-omap: Fix descriptor conversionLinus Walleij2-3/+3
2020-12-04Revert "usb-storage: fix sdev->host->dma_dev"Greg Kroah-Hartman2-4/+3
2020-12-04Revert "uas: fix sdev->host->dma_dev"Greg Kroah-Hartman1-11/+6
2020-12-04Revert "uas: bump hw_max_sectors to 2048 blocks for SS or faster drives"Greg Kroah-Hartman1-2/+0
2020-12-04Merge tag 'icc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman7-11/+230
2020-12-04Merge tag 'usb-serial-5.10-rc7' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman3-12/+13
2020-12-04USB: serial: kl5kusb105: fix memleak on openJohan Hovold1-6/+4
2020-12-04Merge tag 'drm-misc-fixes-2020-12-03' of git://anongit.freedesktop.org/drm/dr...Dave Airlie5-9/+18
2020-12-04Merge tag 'amd-drm-fixes-5.10-2020-12-02' of git://people.freedesktop.org/~ag...Dave Airlie3-9/+36
2020-12-04Merge tag 'drm-intel-fixes-2020-12-03' of git://anongit.freedesktop.org/drm/d...Dave Airlie9-124/+143
2020-12-03cifs: refactor create_sd_buf() and and avoid corrupting the bufferRonnie Sahlberg2-35/+38
2020-12-03cifs: add NULL check for ses->tcon_ipcAurelien Aptel1-1/+2
2020-12-03smb3: set COMPOUND_FID to FileID field of subsequent compound requestNamjae Jeon1-2/+2
2020-12-03Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds59-199/+496
2020-12-03Merge tag 's390-5.10-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-21/+13
2020-12-03Merge tag '9p-for-5.10-rc7' of git://github.com/martinetd/linuxLinus Torvalds1-0/+12
2020-12-03Merge branch 'mlx5-fixes-2020-12-01'Jakub Kicinski7-10/+51
2020-12-03net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steeringYevgeny Kliteynik4-1/+15
2020-12-03net/mlx5e: kTLS, Enforce HW TX csum offload with kTLSTariq Toukan1-7/+15
2020-12-03net: mlx5e: fix fs_tcp.c build when IPV6 is not enabledRandy Dunlap1-0/+2
2020-12-03net/mlx5: Fix wrong address reclaim when command interface is downEran Ben Elisha1-2/+19
2020-12-03net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-12-03net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti1-0/+3
2020-12-03Merge tag 'wireless-drivers-2020-12-03' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski5-13/+19
2020-12-03net: mvpp2: Fix error return code in mvpp2_open()Wang Hai1-0/+1
2020-12-03chelsio/chtls: fix a double free in chtls_setkey()Dan Carpenter1-0/+1
2020-12-03uapi: fix statx attribute value overlap for DAX & MOUNT_ROOTEric Sandeen1-3/+6
2020-12-03pwm: sl28cpld: fix getting driver data in pwm callbacksUwe Kleine-König1-2/+4
2020-12-03lib/syscall: fix syscall registers retrieval on 32-bit platformsWilly Tarreau1-2/+9
2020-12-03x86/platform/uv: Fix UV4 hub revision adjustmentMike Travis1-1/+1
2020-12-03rtw88: debug: Fix uninitialized memory in debugfs codeDan Carpenter1-0/+2
2020-12-03USB: serial: ch341: sort device-id entriesJohan Hovold1-3/+3
2020-12-03USB: serial: ch341: add new Product ID for CH341AJan-Niklas Burfeind1-0/+1
2020-12-03perf/x86/intel: Check PEBS status correctlyStephane Eranian1-1/+1
2020-12-03perf/x86/intel: Fix a warning on x86_pmu_stop() with large PEBSNamhyung Kim1-1/+1
2020-12-03intel_idle: Build fixPeter Zijlstra1-14/+14
2020-12-02drm/amdgpu/vcn3.0: remove old DPG workaroundBoyuan Zhang1-7/+0
2020-12-02drm/amdgpu/vcn3.0: stall DPG when WPTR/RPTR resetBoyuan Zhang1-0/+20
2020-12-02drm/amd/display: Init clock value by current vbios CLKsBrandon Syu1-2/+11
2020-12-02drm/amdgpu/pm/smu11: Fix fan set speed bugArunpravin1-1/+6
2020-12-02vxlan: fix error return code in __vxlan_dev_create()Zhang Changzhong1-1/+3
2020-12-02net: pasemi: fix error return code in pasemi_mac_open()Zhang Changzhong1-2/+6
2020-12-02cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong1-0/+1
2020-12-03Merge tag 'drm/tegra/for-5.10-rc7' of ssh://git.freedesktop.org/git/tegra/lin...Dave Airlie3-43/+36
2020-12-02net/x25: prevent a couple of overflowsDan Carpenter1-2/+4
2020-12-02Merge tag 'gfs2-v5.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-12/+42
2020-12-02drm/i915/display: Defer initial modeset until after GGTT is initialisedChris Wilson1-10/+10
2020-12-02drm/i915/display: return earlier from intel_modeset_init() without displayJani Nikula1-2/+2
2020-12-02drm/i915/gt: Limit frequency drop to RPe on parkingChris Wilson1-0/+4
2020-12-02drm/i915/gt: Retain default context state across shrinkingVenkata Ramana Nayana1-2/+5
2020-12-02drm/i915/gt: Split the breadcrumb spinlock between global and contextsChris Wilson5-105/+90
2020-12-02drm/i915/gt: Protect context lifetime with RCUChris Wilson2-4/+19
2020-12-02i2c: imx: Don't generate STOP condition if arbitration has been lostChristian Eggers1-2/+10
2020-12-02i2c: imx: Check for I2SR_IAL after every byteChristian Eggers1-0/+10
2020-12-02i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers1-6/+16
2020-12-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds12-181/+243
2020-12-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-1/+5
2020-12-02Merge tag 'sound-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds11-47/+149
2020-12-02Merge tag 'trace-v5.10-rc6-bootconfig' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-5/+10
2020-12-02dpaa_eth: copy timestamp fields to new skb in A-050385 workaroundYangbo Lu1-1/+9
2020-12-02net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart1-3/+13
2020-12-02mt76: usb: fix crash on device removalStanislaw Gruszka1-8/+9
2020-12-02iwlwifi: pcie: add some missing entries for AX210Golan Ben Ami1-0/+5
2020-12-02iwlwifi: pcie: invert values of NO_160 device config entriesLuca Coelho1-2/+2
2020-12-02iwlwifi: pcie: add one missing entry for AX210Luca Coelho1-0/+1
2020-12-02iwlwifi: update MAINTAINERS entryJohannes Berg1-3/+0
2020-12-02s390: fix irq state tracingHeiko Carstens2-18/+2
2020-12-02s390/pci: fix CPU address in MSI for directed IRQAlexander Gordeev1-3/+11
2020-12-02i2c: qcom: Fix IRQ error misassignementRobert Foss1-2/+2
2020-12-02i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()Zhihao Cheng1-1/+2