summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-31perf annotate: Use asprintf when formatting objdump command lineArnaldo Carvalho de Melo
2020-07-31perf probe: Fix to check blacklist address correctlyMasami Hiramatsu
2020-07-31xfs: set format back to extents if xfs_bmap_extents_to_btreeEric Sandeen
2020-07-31regmap: debugfs: check count when read regmap filePeng Fan
2020-07-31drivers/net/wan/x25_asy: Fix to make it workXie He
2020-07-31ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun
2020-07-31tcp: allow at most one TLP probe per flightYuchung Cheng
2020-07-31AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter
2020-07-31rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATADavid Howells
2020-07-31net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin
2020-07-31net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang
2020-07-31dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan
2020-07-31AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye
2020-07-31AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye
2020-07-31ath9k: Fix regression with Atheros 9271Mark O'Donovan
2020-07-31ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang
2020-07-31parisc: Add atomic64_set_release() define to avoid CPU soft lockupsJohn David Anglin
2020-07-31io-mapping: indicate mapping failureMichael J. Ruhl
2020-07-31mm/memcg: fix refcount error while moving and swappingHugh Dickins
2020-07-31Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilationFangrui Song
2020-07-31vt: Reject zero-sized screen buffer size.Tetsuo Handa
2020-07-31serial: 8250_mtk: Fix high-speed baud rates clampingSerge Semin
2020-07-31serial: 8250: fix null-ptr-deref in serial8250_start_tx()Yang Yingliang
2020-07-31staging: comedi: addi_apci_1564: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott
2020-07-31staging: comedi: addi_apci_1500: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott
2020-07-31staging: comedi: ni_6527: fix INSN_CONFIG_DIGITAL_TRIG supportIan Abbott
2020-07-31staging: comedi: addi_apci_1032: check INSN_CONFIG_DIGITAL_TRIG shiftIan Abbott
2020-07-31staging: wlan-ng: properly check endpoint typesRustam Kovhaev
2020-07-31Revert "cifs: Fix the target file was deleted when rename failed."Steve French
2020-07-31usb: xhci: Fix ASM2142/ASM3142 DMA addressingForest Crossman
2020-07-31usb: xhci-mtk: fix the failure of bandwidth allocationChunfeng Yun
2020-07-31x86: math-emu: Fix up 'cmp' insn for clang iasArnd Bergmann
2020-07-31arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEPWill Deacon
2020-07-31usb: gadget: udc: gr_udc: fix memleak on error handling path in gr_ep_init()Evgeny Novikov
2020-07-31dmaengine: ioat setting ioat timeout as module parameterLeonid Ravich
2020-07-31regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde
2020-07-31dmaengine: tegra210-adma: Fix runtime PM imbalance on errorDinghao Liu
2020-07-31HID: apple: Disable Fn-key key-re-mapping on clone keyboardsHans de Goede
2020-07-31HID: i2c-hid: add Mediacom FlexBook edge13 to descriptor overrideFederico Ricchiuto
2020-07-31scripts/decode_stacktrace: strip basepath from all pathsPi-Hsun Shih
2020-07-31net: smc91x: Fix possible memory leak in smc_drv_probe()Wang Hai
2020-07-31net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configurationSergey Organov
2020-07-31ax88172a: fix ax88172a_unbind() failuresGeorge Kennedy
2020-07-31hippi: Fix a size used in a 'pci_free_consistent()' in an error handling pathChristophe JAILLET
2020-07-31bnxt_en: Fix race when modifying pause settings.Vasundhara Volam
2020-07-31btrfs: fix mount failure caused by race with umountBoris Burkov
2020-07-31btrfs: fix double free on ulist after backref resolution failureFilipe Manana
2020-07-31ASoC: rt5670: Correct RT5670_LDO_SEL_MASKHans de Goede
2020-07-31ALSA: info: Drop WARN_ON() from buffer NULL sanity checkTakashi Iwai
2020-07-31uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov