summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-08PCI: aardvark: Introduce an advk_pcie_valid_device() helperThomas Petazzoni1-2/+11
2021-12-08PCI: aardvark: Indicate error in 'val' when config read failsPali Rohár1-1/+3
2021-12-08PCI: aardvark: Replace custom macros by standard linux/pci_regs.h macrosPali Rohár1-23/+19
2021-12-08PCI: aardvark: Issue PERST via GPIOPali Rohár1-1/+43
2021-12-08PCI: aardvark: Improve link trainingMarek Behún1-25/+89
2021-12-08PCI: aardvark: Train link immediately after enabling trainingPali Rohár1-6/+9
2021-12-08PCI: aardvark: Wait for endpoint to be ready before training linkRemi Pommarel1-0/+8
2021-12-08PCI: aardvark: Fix a leaked reference by adding missing of_node_put()Wen Yang1-5/+8
2021-12-08PCI: aardvark: Fix I/O space page leakSergei Shtylyov1-1/+1
2021-12-08s390/mm: validate VMA in PGSTE manipulation functionsDavid Hildenbrand1-0/+13
2021-12-08tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)1-0/+7
2021-12-08vhost/vsock: fix incorrect used length reported to the guestStefano Garzarella1-1/+1
2021-12-08net/smc: Don't call clcsock shutdown twice when smc shutdownTony Lu1-1/+7
2021-12-08MIPS: use 3-level pgtable for 64KB page size on MIPS_VA_BITS_48Huang Pei1-1/+1
2021-12-08tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flowsEric Dumazet1-2/+3
2021-12-08PM: hibernate: use correct mode for swsusp_close()Thomas Zeitlhofer1-3/+3
2021-12-08net/smc: Ensure the active closing peer first closes clcsockTony Lu1-0/+6
2021-12-08ipv6: fix typos in __ip6_finish_output()Eric Dumazet1-1/+1
2021-12-08drm/vc4: fix error code in vc4_create_object()Dan Carpenter1-1/+1
2021-12-08scsi: mpt3sas: Fix kernel panic during drive powercycle testSreekanth Reddy1-1/+1
2021-12-08ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCETakashi Iwai2-5/+5
2021-12-08NFSv42: Don't fail clone() unless the OP_CLONE operation failedTrond Myklebust1-2/+1
2021-12-08net: ieee802154: handle iftypes as u32Alexander Aring1-3/+4
2021-12-08ASoC: topology: Add missing rwsem around snd_ctl_remove() callsTakashi Iwai1-0/+3
2021-12-08ARM: dts: BCM5301X: Add interrupt properties to GPIO nodeFlorian Fainelli1-0/+2
2021-12-08ARM: dts: BCM5301X: Fix I2C controller interruptFlorian Fainelli1-1/+1
2021-12-08netfilter: ipvs: Fix reuse connection if RS weight is 0yangxingwu2-6/+5
2021-12-08tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)1-6/+18
2021-12-08xen: detect uninitialized xenbus in xenbus_initStefano Stabellini1-0/+23
2021-12-08xen: don't continue xenstore initialization in case of errorsStefano Stabellini1-1/+3
2021-12-08fuse: fix page stealingMiklos Szeredi1-2/+12
2021-12-08staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()Dan Carpenter1-1/+2
2021-12-08HID: wacom: Use "Confidence" flag to prevent reporting invalid contactsJason Gerecke2-1/+8
2021-12-08media: cec: copy sequence field for the replyHans Verkuil1-0/+1
2021-12-08ALSA: ctxfi: Fix out-of-range accessTakashi Iwai5-26/+22
2021-12-08binder: fix test regression due to sender_euid changeTodd Kjos1-1/+1
2021-12-08usb: hub: Fix locking issues with address0_mutexMathias Nyman1-7/+12
2021-12-08usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman1-3/+11
2021-12-08USB: serial: option: add Fibocom FM101-GL variantsMingjie Zhang1-0/+3
2021-12-08USB: serial: option: add Telit LE910S1 0x9200 compositionDaniele Palmas1-0/+2
2021-11-26Linux 4.14.256v4.14.256Greg Kroah-Hartman1-1/+1
2021-11-26soc/tegra: pmc: Fix imbalanced clock disabling in error code pathDmitry Osipenko1-1/+1
2021-11-26usb: max-3421: Use driver data instead of maintaining a list of bound devicesUwe Kleine-König1-20/+5
2021-11-26ASoC: DAPM: Cover regression by kctl change notification fixTakashi Iwai1-6/+23
2021-11-26RDMA/netlink: Add __maybe_unused to static inline in C fileLeon Romanovsky1-1/+1
2021-11-26batman-adv: Don't always reallocate the fragmentation skb headSven Eckelmann1-5/+6
2021-11-26batman-adv: Reserve needed_*room for fragmentsSven Eckelmann1-5/+10
2021-11-26batman-adv: Consider fragmentation for needed_headroomSven Eckelmann1-0/+3
2021-11-26batman-adv: mcast: fix duplicate mcast packets from BLA backbone to meshLinus Lüssing1-16/+87
2021-11-26batman-adv: mcast: fix duplicate mcast packets in BLA backbone from LANLinus Lüssing3-3/+48