summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-20gcc-10: disable 'stringop-overflow' warning for nowLinus Torvalds1-0/+1
2020-05-20gcc-10: disable 'array-bounds' warning for nowLinus Torvalds1-0/+1
2020-05-20gcc-10: disable 'zero-length-bounds' warning for nowLinus Torvalds1-0/+3
2020-05-20Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds3-22/+3
2020-05-20kbuild: compute false-positive -Wmaybe-uninitialized cases in KconfigMasahiro Yamada3-1/+22
2020-05-20gcc-10 warnings: fix low-hanging fruitLinus Torvalds2-2/+2
2020-05-20pnp: Use list_for_each_entry() instead of open codingJason Gunthorpe1-20/+9
2020-05-20IB/mlx4: Test return value of calls to ib_get_cached_pkeyJack Morgenstein1-3/+11
2020-05-20netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2-3/+3
2020-05-20net/mlx5: Fix driver load error flow when firmware is stuckGal Pressman1-1/+1
2020-05-20i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain2-40/+60
2020-05-20scsi: qla2xxx: Avoid double completion of abort commandBen Hutchings1-2/+2
2020-05-20mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()zhong jiang1-2/+2
2020-05-20gre: do not keep the GRE header around in collect medata modeJiri Benc1-1/+6
2020-05-20net: openvswitch: fix csum updates for MPLS actionsJohn Hurley1-4/+2
2020-05-20ipc/util.c: sysvipc_find_ipc() incorrectly updates position indexVasily Averin1-6/+6
2020-05-20drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper()Vasily Averin1-1/+2
2020-05-20dmaengine: mmp_tdma: Reset channel error on releaseLubomir Rintel1-0/+2
2020-05-20dmaengine: pch_dma.c: Avoid data race between probe and irq handlerMadhuparna Bhowmik1-1/+1
2020-05-20cifs: Fix a race condition with cifs_echo_requestRonnie Sahlberg1-4/+4
2020-05-20cifs: Check for timeout on Negotiate stageSamuel Cabrero3-1/+26
2020-05-20spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2-3/+13
2020-05-20scsi: sg: add sg_remove_request in sg_writeWu Bo1-1/+3
2020-05-20drop_monitor: work around gcc-10 stringop-overflow warningArnd Bergmann1-4/+7
2020-05-20net: moxa: Fix a potential double 'free_irq()'Christophe JAILLET1-1/+1
2020-05-20net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()'Christophe JAILLET1-2/+4
2020-05-20net: handle no dst on skb in icmp6_sendDavid Ahern1-2/+4
2020-05-20ptp: free ptp device pin descriptors properlyVladis Dronov1-2/+2
2020-05-20ptp: fix the race between the release of ptp_clock and cdevVladis Dronov4-44/+39
2020-05-20ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing1-1/+4
2020-05-20chardev: add helper function to register char devs with a struct deviceLogan Gunthorpe2-0/+91
2020-05-20ptp: create "pins" together with the rest of attributesDmitry Torokhov3-42/+24
2020-05-20ptp: use is_visible method to hide unused attributesDmitry Torokhov1-70/+55
2020-05-20ptp: do not explicitly set drvdata in ptp_clock_register()Dmitry Torokhov1-2/+0
2020-05-20blktrace: fix dereference after null checkCengiz Can1-1/+4
2020-05-20blktrace: Protect q->blk_trace with RCUJan Kara3-32/+86
2020-05-20blktrace: fix trace mutex deadlockJens Axboe1-2/+2
2020-05-20blktrace: fix unlocked access to init/start-stop/teardownJens Axboe1-10/+48
2020-05-20blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long3-6/+16
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca8-25/+30
2020-05-20net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca11-19/+19
2020-05-20ext4: add cond_resched() to ext4_protect_reserved_inodeShijie Luo1-0/+1
2020-05-20binfmt_elf: Do not move brk for INTERP-less ET_EXECKees Cook1-1/+2
2020-05-20phy: micrel: Ensure interrupts are reenabled on resumeAlexandre Belloni1-1/+16
2020-05-20scripts/decodecode: fix trapping instruction formattingIvan Delalande1-1/+1
2020-05-20batman-adv: fix batadv_nc_random_weight_tqGeorge Spelvin1-8/+1
2020-05-20USB: serial: garmin_gps: add sanity checking for data lengthOliver Neukum1-2/+2
2020-05-20USB: uas: add quirk for LaCie 2Big QuadraOliver Neukum1-0/+7
2020-05-20Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"Alex Estrin1-13/+0
2020-05-20x86/apm: Don't access __preempt_count with zeroed fsVille Syrjälä2-6/+5