summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-15usb: typec: tcpm: fix tcpm unregister port but leave a pending timerXu Yang
2021-12-15usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restorePawel Laszczak
2021-12-15USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)Jimmy Wang
2021-12-15usb: xhci: Extend support for runtime power management for AMD's Yellow carp.Nehal Bakulchandra Shah
2021-12-15serial: 8250_fintek: Fix garbled text for consoleJi-Ze Hong (Peter Hong)
2021-12-15tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronousTetsuo Handa
2021-12-15ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov
2021-12-15dm integrity: fix data corruption due to improper use of bvec_kmap_localMike Snitzer
2021-12-15ixgbe: Document how to enable NBASE-T supportRobert Schlabbach
2021-12-15igc: Fix typo in i225 LTR functionsSasha Neftin
2021-12-15igbvf: fix double free in `igbvf_probe`Letu Ren
2021-12-15igb: Fix removal of unicast MAC filters of VFsKaren Sornek
2021-12-15Merge tag 'ceph-for-5.16-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-12-15Merge tag 's390-5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-12-15Merge tag 'hyperv-fixes-signed-20211214' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-12-15audit: improve robustness of the audit queue handlingPaul Moore
2021-12-15usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probeAmelie Delaunay
2021-12-15USB: gadget: bRequestType is a bitfield, not a enumGreg Kroah-Hartman
2021-12-15soc/tegra: fuse: Fix bitwise vs. logical OR warningNathan Chancellor
2021-12-15btrfs: fix missing blkdev_put() call in btrfs_scan_one_device()Shin'ichiro Kawasaki
2021-12-15btrfs: fix warning when freeing leaf after subvolume creation failureFilipe Manana
2021-12-15btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana
2021-12-15btrfs: check WRITE_ERR when trying to read an extent bufferJosef Bacik
2021-12-15Merge tag 'wireless-drivers-2021-12-15' of git://git.kernel.org/pub/scm/linux...David S. Miller
2021-12-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2021-12-14bpf, selftests: Update test case for atomic cmpxchg on r0 with pointerDaniel Borkmann
2021-12-14bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux regDaniel Borkmann
2021-12-14bpf, selftests: Add test case for atomic fetch on spilled pointerDaniel Borkmann
2021-12-14bpf: Fix kernel address leakage in atomic fetchDaniel Borkmann
2021-12-14bcache: fix NULL pointer reference in cached_dev_detach_finishLin Feng
2021-12-14block: reduce kblockd_mod_delayed_work_on() CPU consumptionJens Axboe
2021-12-14Merge branch 'mptcp-fixes-for-ulp-a-deadlock-and-netlink-docs'Jakub Kicinski
2021-12-14mptcp: add missing documented NL paramsMatthieu Baerts
2021-12-14mptcp: fix deadlock in __mptcp_push_pending()Maxim Galaganov
2021-12-14mptcp: clear 'kern' flag from fallback socketsFlorian Westphal
2021-12-14mptcp: remove tcp ulp setsockopt supportFlorian Westphal
2021-12-14drm/amd/pm: fix a potential gpu_metrics_table memory leakLang Yu
2021-12-14drm/amdgpu: correct the wrong cached state for GMC on PICASSOEvan Quan
2021-12-14drm/amd/display: Reset DMCUB before HW initNicholas Kazlauskas
2021-12-14drm/amd/display: Set exit_optimized_pwr_state for DCN31Nicholas Kazlauskas
2021-12-14drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YCMario Limonciello
2021-12-14drm/amdgpu: don't override default ECO_BITs settingHawking Zhang
2021-12-14drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORELe Ma
2021-12-14signal: Skip the altstack update when not neededChang S. Bae
2021-12-14ice: Don't put stale timestamps in the skbKarol Kolacinski
2021-12-14ice: Use div64_u64 instead of div_u64 in adjfineKarol Kolacinski
2021-12-14btrfs: fix missing last dir item offset update when logging directoryFilipe Manana
2021-12-14btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana
2021-12-14btrfs: fix memory leak in __add_inode_ref()Jianglei Nie
2021-12-14selftests/bpf: Fix OOB write in test_verifierKumar Kartikeya Dwivedi