summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-20gcc-10: avoid shadowing standard library 'free()' in cryptoLinus Torvalds
2020-05-20net: phy: micrel: Use strlcpy() for ethtool::get_stringsFlorian Fainelli
2020-05-20Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds
2020-05-20kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada
2020-05-20gcc-10 warnings: fix low-hanging fruitLinus Torvalds
2020-05-20pnp: Use list_for_each_entry() instead of open codingJason Gunthorpe
2020-05-20IB/mlx4: Test return value of calls to ib_get_cached_pkeyJack Morgenstein
2020-05-20netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann
2020-05-20i40iw: Fix error handling in i40iw_manage_arp_cache()Dan Carpenter
2020-05-20pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handlerGrace Kao
2020-05-20ipc/util.c: sysvipc_find_ipc() incorrectly updates position indexVasily Averin
2020-05-20drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper()Vasily Averin
2020-05-20ALSA: hda/hdmi: fix race in monitor detection during probeKai Vehmanen
2020-05-20dmaengine: mmp_tdma: Reset channel error on releaseLubomir Rintel
2020-05-20dmaengine: pch_dma.c: Avoid data race between probe and irq handlerMadhuparna Bhowmik
2020-05-20cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg
2020-05-20cifs: Check for timeout on Negotiate stageSamuel Cabrero
2020-05-20spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu
2020-05-20scsi: sg: add sg_remove_request in sg_writeWu Bo
2020-05-20drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann
2020-05-20net: moxa: Fix a potential double 'free_irq()'Christophe JAILLET
2020-05-20net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()'Christophe JAILLET
2020-05-20shmem: fix possible deadlocks on shmlock_user_lockHugh Dickins
2020-05-20ptp: free ptp device pin descriptors properlyVladis Dronov
2020-05-20ptp: fix the race between the release of ptp_clock and cdevVladis Dronov
2020-05-20ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing
2020-05-20chardev: add helper function to register char devs with a struct deviceLogan Gunthorpe
2020-05-20ptp: create "pins" together with the rest of attributesDmitry Torokhov
2020-05-20ptp: use is_visible method to hide unused attributesDmitry Torokhov
2020-05-20ptp: do not explicitly set drvdata in ptp_clock_register()Dmitry Torokhov
2020-05-20blktrace: fix dereference after null checkCengiz Can
2020-05-20blktrace: Protect q->blk_trace with RCUJan Kara
2020-05-20blktrace: fix trace mutex deadlockJens Axboe
2020-05-20blktrace: fix unlocked access to init/start-stop/teardownJens Axboe
2020-05-20blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2020-05-20net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2020-05-20ext4: add cond_resched() to ext4_protect_reserved_inodeShijie Luo
2020-05-20binfmt_elf: Do not move brk for INTERP-less ET_EXECKees Cook
2020-05-20scripts/decodecode: fix trapping instruction formattingIvan Delalande
2020-05-20objtool: Fix stack offset tracking for indirect CFAsJosh Poimboeuf
2020-05-20batman-adv: Fix refcnt leak in batadv_v_ogm_processXiyu Yang
2020-05-20batman-adv: Fix refcnt leak in batadv_store_throughput_overrideXiyu Yang
2020-05-20batman-adv: Fix refcnt leak in batadv_show_throughput_overrideXiyu Yang
2020-05-20batman-adv: fix batadv_nc_random_weight_tqGeorge Spelvin
2020-05-20mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()David Hildenbrand
2020-05-20tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)
2020-05-20USB: serial: garmin_gps: add sanity checking for data lengthOliver Neukum
2020-05-20USB: uas: add quirk for LaCie 2Big QuadraOliver Neukum
2020-05-20binfmt_elf: move brk out of mmap when doing direct loader execKees Cook