summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-04tools/power/cpupower: Fix initializer override in hsw_ext_cstatesNathan Chancellor
2020-01-04media: ov6650: Fix stored frame format not in sync with hardwareJanusz Krzysztofik
2020-01-04media: i2c: ov2659: Fix missing 720p register configBenoit Parrot
2020-01-04media: i2c: ov2659: fix s_stream return valueBenoit Parrot
2020-01-04media: am437x-vpfe: Setting STD to current value is not an errorBenoit Parrot
2020-01-04IB/iser: bound protection_sg size by data_sg sizeMax Gurtovoy
2020-01-04libertas: fix a potential NULL pointer dereferenceAllen Pais
2020-01-04rtlwifi: prevent memory leak in rtl_usb_probeNavid Emamdoost
2020-01-04staging: rtl8188eu: fix possible null dereferenceConnor Kuehl
2020-01-04staging: rtl8192u: fix multiple memory leaks on error pathNavid Emamdoost
2020-01-04spi: Add call to spi_slave_abort() function when spidev driver is releasedLukasz Majewski
2020-01-04iio: light: bh1750: Resolve compiler warning and make code more readableKrzysztof Wilczynski
2020-01-04drm/bridge: analogix-anx78xx: silence -EPROBE_DEFER warningsBrian Masney
2020-01-04drm: mst: Fix query_payload ack reply structSean Paul
2020-01-04ALSA: hda/ca0132 - Avoid endless loopTakashi Iwai
2020-01-04ALSA: hda/ca0132 - Keep power on during processing DSP responseTakashi Iwai
2020-01-04ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai
2020-01-04btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik
2020-01-04btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik
2020-01-04btrfs: skip log replay on orphaned rootsJosef Bacik
2019-12-21Linux 4.9.207Greg Kroah-Hartman
2019-12-21net: stmmac: don't stop NAPI processing when dropping a packetAaro Koskinen
2019-12-21net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen
2019-12-21xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman
2019-12-21drm/radeon: fix r1xx/r2xx register checker for POT texturesAlex Deucher
2019-12-21scsi: iscsi: Fix a potential deadlock in the timeout handlerBart Van Assche
2019-12-21dm btree: increase rebalance threshold in __rebalance2()Hou Tao
2019-12-21dma-buf: Fix memory leak in sync_file_merge()Navid Emamdoost
2019-12-21vfio/pci: call irq_bypass_unregister_producer() before freeing irqJiang Yi
2019-12-21ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume()Dmitry Osipenko
2019-12-21ARM: dts: s3c64xx: Fix init order of clock providersLihua Yao
2019-12-21CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky
2019-12-21xtensa: fix TLB sanity checkerMax Filippov
2019-12-21PCI/MSI: Fix incorrect MSI-X masking on resumeJian-Hong Pan
2019-12-21PCI: Fix Intel ACS quirk UPDCR register addressSteffen Liebergeld
2019-12-21Revert "regulator: Defer init completion for a while after late_initcall"Greg Kroah-Hartman
2019-12-21tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault
2019-12-21tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault
2019-12-21tcp: fix rejected syncookies due to stale timestampsGuillaume Nault
2019-12-21inet: protect against too small mtu values.Eric Dumazet
2019-12-21tipc: fix ordering of tipc module init and exit routineTaehee Yoo
2019-12-21tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2019-12-21openvswitch: support asymmetric conntrackAaron Conole
2019-12-21net: ethernet: ti: cpsw: fix extra rx interruptGrygorii Strashko
2019-12-21net: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov
2019-12-21nvme: host: core: fix precedence of ternary operatorIvan Bornyakov
2019-12-21kernel/module.c: wakeup processes in module_wq on module unloadKonstantin Khorenko
2019-12-21net/mlx5e: Fix SFF 8472 eeprom lengthEran Ben Elisha
2019-12-21sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov
2019-12-21workqueue: Fix missing kfree(rescuer) in destroy_workqueue()Tejun Heo