summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-14wait: add wake_up_pollfree()Eric Biggers2-0/+33
2021-12-14libata: add horkage for ASMedia 1092Hannes Reinecke1-0/+2
2021-12-14can: m_can: Disable and ignore ELO interruptBrian Silverman1-8/+6
2021-12-14can: pch_can: pch_can_rx_normal: fix use after freeVincent Mailhol1-1/+1
2021-12-14clk: qcom: regmap-mux: fix parent clock lookupDmitry Baryshkov3-1/+15
2021-12-14tracefs: Have new files inherit the ownership of their parentSteven Rostedt (VMware)1-0/+4
2021-12-14ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai1-2/+9
2021-12-14ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai1-1/+1
2021-12-14ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai1-9/+15
2021-12-14ALSA: ctl: Fix copy of updated id with element read/writeAlan Young1-0/+3
2021-12-14mm: bdi: initialize bdi_min_ratio when bdi is unregisteredManjong Lee1-0/+7
2021-12-14IB/hfi1: Correct guard on eager buffer deallocationMike Marciniszyn1-1/+1
2021-12-14udp: using datalen to cap max gso segmentsJianguo Wu1-1/+1
2021-12-14seg6: fix the iif in the IPv6 socket control blockAndrea Mayer1-0/+8
2021-12-14nfp: Fix memory leak in nfp_cpp_area_cache_add()Jianglei Nie1-1/+3
2021-12-14bonding: make tx_rebalance_counter an atomicEric Dumazet2-7/+9
2021-12-14ice: ignore dropped packets during initJesse Brandeburg1-0/+3
2021-12-14bpf: Fix the off-by-two error in range markingsMaxim Mikityanskiy1-1/+1
2021-12-14nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski1-2/+4
2021-12-14net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov1-15/+64
2021-12-14net: sched: add helper function to take reference to QdiscVlad Buslov1-0/+13
2021-12-14net: sched: extend Qdisc with rcuVlad Buslov5-1/+50
2021-12-14net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov20-42/+47
2021-12-14net: core: netlink: add helper refcount dec and lock functionVlad Buslov2-0/+8
2021-12-14can: sja1000: fix use after free in ems_pcmcia_add_card()Dan Carpenter1-1/+6
2021-12-14can: kvaser_usb: get CAN clock frequency from deviceJimmy Assarsson1-28/+73
2021-12-14HID: check for valid USB device for many HID driversGreg Kroah-Hartman20-10/+84
2021-12-14HID: wacom: fix problems when device is not a valid USB deviceGreg Kroah-Hartman1-5/+12
2021-12-14HID: add USB_HID dependancy on some USB HID driversGreg Kroah-Hartman1-3/+3
2021-12-14HID: add USB_HID dependancy to hid-chiconyGreg Kroah-Hartman1-1/+1
2021-12-14HID: add USB_HID dependancy to hid-prodikeysGreg Kroah-Hartman1-1/+1
2021-12-14HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman3-2/+7
2021-12-14HID: google: add eel USB idxiazhengqiao2-0/+3
2021-12-08Linux 4.19.220v4.19.220Greg Kroah-Hartman1-1/+1
2021-12-08ipmi: msghandler: Make symbol 'remove_work_wq' staticWei Yongjun1-1/+1
2021-12-08parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller1-19/+5
2021-12-08serial: core: fix transmit-buffer reset and memleakJohan Hovold1-1/+12
2021-12-08serial: pl011: Add ACPI SBSA UART match idPierre Gondois1-0/+1
2021-12-08tty: serial: msm_serial: Deactivate RX DMA for polling supportSven Eckelmann1-0/+3
2021-12-08x86/64/mm: Map all kernel memory into trampoline_pgdJoerg Roedel1-1/+11
2021-12-08usb: typec: tcpm: Wait in SNK_DEBOUNCED until disconnectBadhri Jagan Sridharan1-4/+0
2021-12-08USB: NO_LPM quirk Lenovo Powered USB-C Travel HubOle Ernst1-0/+3
2021-12-08xhci: Fix commad ring abort, write all 64 bits to CRCR register.Mathias Nyman1-7/+14
2021-12-08vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki1-5/+9
2021-12-08parisc: Fix "make install" on newer debian releasesHelge Deller1-0/+1
2021-12-08parisc: Fix KBUILD_IMAGE for self-extracting kernelHelge Deller1-0/+5
2021-12-08drm/msm: Do hw_init() before capturing GPU stateRob Clark1-0/+1
2021-12-08net/smc: Keep smc_close_final rc during active closeTony Lu1-2/+6
2021-12-08net/rds: correct socket tunable error in rds_tcp_tune()William Kucharski1-1/+1
2021-12-08net: annotate data-races on txq->xmit_lock_ownerEric Dumazet2-7/+17