summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.4.295v4.4.295Greg Kroah-Hartman2021-12-141-1/+1
* irqchip: nvic: Fix offset for Interrupt Priority OffsetsVladimir Murzin2021-12-141-1/+1
* irqchip/irq-gic-v3-its.c: Force synchronisation when issuing INVALLWudi Wang2021-12-141-1/+1
* iio: accel: kxcjk-1013: Fix possible memory leak in probe and removeYang Yingliang2021-12-141-3/+2
* iio: itg3200: Call iio_trigger_notify_done() on errorLars-Peter Clausen2021-12-141-1/+1
* iio: ltr501: Don't return error code in trigger handlerLars-Peter Clausen2021-12-141-1/+1
* iio: mma8452: Fix trigger reference coutingLars-Peter Clausen2021-12-141-1/+1
* iio: stk3310: Don't return error code in interrupt handlerLars-Peter Clausen2021-12-141-3/+3
* usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman2021-12-141-1/+1
* USB: gadget: zero allocate endpoint 0 buffersGreg Kroah-Hartman2021-12-142-2/+2
* USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman2021-12-143-1/+40
* net/qla3xxx: fix an error code in ql_adapter_up()Dan Carpenter2021-12-141-10/+9
* net, neigh: clear whole pneigh_entry at alloc timeEric Dumazet2021-12-141-1/+1
* net: fec: only clear interrupt of handling queue in fec_enet_rx_queue()Joakim Zhang2021-12-142-1/+4
* net: altera: set a couple error code in probe()Dan Carpenter2021-12-141-3/+6
* net: cdc_ncm: Allow for dwNtbOutMaxSize to be unset or zeroLee Jones2021-12-141-0/+2
* block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso2021-12-141-0/+3
* tracefs: Set all files to the same group ownership as the mount optionSteven Rostedt (VMware)2021-12-141-0/+72
* signalfd: use wake_up_pollfree()Eric Biggers2021-12-141-11/+1
* binder: use wake_up_pollfree()Eric Biggers2021-12-141-12/+9
* wait: add wake_up_pollfree()Eric Biggers2021-12-142-0/+34
* libata: add horkage for ASMedia 1092Hannes Reinecke2021-12-141-0/+2
* can: pch_can: pch_can_rx_normal: fix use after freeVincent Mailhol2021-12-141-1/+1
* tracefs: Have new files inherit the ownership of their parentSteven Rostedt (VMware)2021-12-141-0/+4
* ALSA: pcm: oss: Handle missing errors in snd_pcm_oss_change_params*()Takashi Iwai2021-12-141-2/+9
* ALSA: pcm: oss: Limit the period size to 16MBTakashi Iwai2021-12-141-1/+1
* ALSA: pcm: oss: Fix negative period/buffer sizesTakashi Iwai2021-12-141-9/+15
* ALSA: ctl: Fix copy of updated id with element read/writeAlan Young2021-12-141-0/+3
* mm: bdi: initialize bdi_min_ratio when bdi is unregisteredManjong Lee2021-12-141-0/+7
* nfc: fix potential NULL pointer deref in nfc_genl_dump_ses_doneKrzysztof Kozlowski2021-12-141-2/+4
* can: sja1000: fix use after free in ems_pcmcia_add_card()Dan Carpenter2021-12-141-1/+6
* HID: check for valid USB device for many HID driversGreg Kroah-Hartman2021-12-1419-9/+83
* HID: wacom: fix problems when device is not a valid USB deviceGreg Kroah-Hartman2021-12-141-5/+12
* HID: add USB_HID dependancy on some USB HID driversGreg Kroah-Hartman2021-12-141-3/+3
* HID: add USB_HID dependancy to hid-chiconyGreg Kroah-Hartman2021-12-141-1/+1
* HID: add USB_HID dependancy to hid-prodikeysGreg Kroah-Hartman2021-12-141-1/+1
* HID: add hid_is_usb() function to make it simpler for USB detectionGreg Kroah-Hartman2021-12-141-0/+5
* HID: introduce hid_is_using_ll_driverJason Gerecke2021-12-145-4/+19
* Linux 4.4.294v4.4.294Greg Kroah-Hartman2021-12-081-1/+1
* serial: pl011: Add ACPI SBSA UART match idPierre Gondois2021-12-081-0/+1
* tty: serial: msm_serial: Deactivate RX DMA for polling supportSven Eckelmann2021-12-081-0/+3
* vgacon: Propagate console boot parameters before calling `vc_resize'Maciej W. Rozycki2021-12-081-5/+9
* parisc: Fix "make install" on newer debian releasesHelge Deller2021-12-081-0/+1
* siphash: use _unaligned version by defaultArnd Bergmann2021-12-082-16/+10
* net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()Zhou Qingyang2021-12-081-2/+8
* natsemi: xtensa: fix section mismatch warningsRandy Dunlap2021-12-081-1/+1
* fget: check that the fd still exists after getting a ref to itLinus Torvalds2021-12-081-0/+4
* fs: add fget_many() and fput_many()Jens Axboe2021-12-084-8/+22
* sata_fsl: fix warning in remove_proc_entry when rmmod sata_fslBaokun Li2021-12-081-5/+3
* sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fslBaokun Li2021-12-081-2/+10