summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-03chelsio/chtls: fix a double free in chtls_setkey()Dan Carpenter
2020-12-03uapi: fix statx attribute value overlap for DAX & MOUNT_ROOTEric Sandeen
2020-12-03pwm: sl28cpld: fix getting driver data in pwm callbacksUwe Kleine-König
2020-12-03lib/syscall: fix syscall registers retrieval on 32-bit platformsWilly Tarreau
2020-12-03x86/platform/uv: Fix UV4 hub revision adjustmentMike Travis
2020-12-03rtw88: debug: Fix uninitialized memory in debugfs codeDan Carpenter
2020-12-03USB: serial: ch341: sort device-id entriesJohan Hovold
2020-12-03USB: serial: ch341: add new Product ID for CH341AJan-Niklas Burfeind
2020-12-03perf/x86/intel: Check PEBS status correctlyStephane Eranian
2020-12-03perf/x86/intel: Fix a warning on x86_pmu_stop() with large PEBSNamhyung Kim
2020-12-03intel_idle: Build fixPeter Zijlstra
2020-12-02drm/amdgpu/vcn3.0: remove old DPG workaroundBoyuan Zhang
2020-12-02drm/amdgpu/vcn3.0: stall DPG when WPTR/RPTR resetBoyuan Zhang
2020-12-02drm/amd/display: Init clock value by current vbios CLKsBrandon Syu
2020-12-02drm/amdgpu/pm/smu11: Fix fan set speed bugArunpravin
2020-12-02vxlan: fix error return code in __vxlan_dev_create()Zhang Changzhong
2020-12-02net: pasemi: fix error return code in pasemi_mac_open()Zhang Changzhong
2020-12-02cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong
2020-12-03Merge tag 'drm/tegra/for-5.10-rc7' of ssh://git.freedesktop.org/git/tegra/lin...Dave Airlie
2020-12-02net/x25: prevent a couple of overflowsDan Carpenter
2020-12-02Merge tag 'gfs2-v5.10-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-02drm/i915/display: Defer initial modeset until after GGTT is initialisedChris Wilson
2020-12-02drm/i915/display: return earlier from intel_modeset_init() without displayJani Nikula
2020-12-02drm/i915/gt: Limit frequency drop to RPe on parkingChris Wilson
2020-12-02drm/i915/gt: Retain default context state across shrinkingVenkata Ramana Nayana
2020-12-02drm/i915/gt: Split the breadcrumb spinlock between global and contextsChris Wilson
2020-12-02drm/i915/gt: Protect context lifetime with RCUChris Wilson
2020-12-02i2c: imx: Don't generate STOP condition if arbitration has been lostChristian Eggers
2020-12-02i2c: imx: Check for I2SR_IAL after every byteChristian Eggers
2020-12-02i2c: imx: Fix reset of I2SR_IAL flagChristian Eggers
2020-12-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-12-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-12-02Merge tag 'sound-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-12-02Merge tag 'trace-v5.10-rc6-bootconfig' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2020-12-02dpaa_eth: copy timestamp fields to new skb in A-050385 workaroundYangbo Lu
2020-12-02net: ip6_gre: set dev->hard_header_len when using header_opsAntoine Tenart
2020-12-02mt76: usb: fix crash on device removalStanislaw Gruszka
2020-12-02iwlwifi: pcie: add some missing entries for AX210Golan Ben Ami
2020-12-02iwlwifi: pcie: invert values of NO_160 device config entriesLuca Coelho
2020-12-02iwlwifi: pcie: add one missing entry for AX210Luca Coelho
2020-12-02iwlwifi: update MAINTAINERS entryJohannes Berg
2020-12-02s390: fix irq state tracingHeiko Carstens
2020-12-02s390/pci: fix CPU address in MSI for directed IRQAlexander Gordeev
2020-12-02i2c: qcom: Fix IRQ error misassignementRobert Foss
2020-12-02i2c: qup: Fix error return code in qup_i2c_bam_schedule_desc()Zhihao Cheng
2020-12-02powerpc/64s/powernv: Fix memory corruption when saving SLB entries on MCENicholas Piggin
2020-12-02vhost_vdpa: return -EFAULT if copy_to_user() failsDan Carpenter
2020-12-02vdpa: mlx5: fix vdpa/vhost dependenciesRandy Dunlap
2020-12-01geneve: pull IP header before ECN decapsulationEric Dumazet
2020-12-01inet_ecn: Fix endianness of checksum update when setting ECT(1)Toke Høiland-Jørgensen