aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek2022-06-141-4/+6
| | | * md: protect md_unregister_thread from reentrancyGuoqing Jiang2022-06-141-5/+10
| | | * kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo2022-06-141-12/+19
| | | * serial: msm_serial: disable interrupts in __msm_console_write()John Ogness2022-06-141-0/+5
| | | * staging: rtl8712: fix uninit-value in r871xu_drv_init()Wang Cheng2022-06-141-3/+3
| | | * clocksource/drivers/sp804: Avoid error on multiple instancesAndre Przywara2022-06-141-5/+5
| | | * extcon: Modify extcon device to be created after driver data is setbumwoo lee2022-06-141-12/+17
| | | * misc: rtsx: set NULL intfdata when probe failsShuah Khan2022-06-141-0/+1
| | | * usb: dwc2: gadget: don't reset gadget's driver->busMarek Szyprowski2022-06-141-1/+0
| | | * USB: hcd-pci: Fully suspend across freeze/thaw cycleEvan Green2022-06-141-2/+2
| | | * drivers: usb: host: Fix deadlock in oxu_bus_suspend()Duoming Zhou2022-06-141-0/+2
| | | * drivers: tty: serial: Fix deadlock in sa1100_set_termios()Duoming Zhou2022-06-141-2/+2
| | | * USB: host: isp116x: check return value after calling platform_get_resource()Zhen Ni2022-06-141-2/+4
| | | * drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop()Duoming Zhou2022-06-141-1/+1
| | | * tty: Fix a possible resource leak in icom_probeHuang Guobin2022-06-141-1/+1
| | | * tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()Zheyu Ma2022-06-141-0/+2
| | | * lkdtm/usercopy: Expand size of "out of frame" objectKees Cook2022-06-141-3/+14
| | | * iio: dummy: iio_simple_dummy: check the return value of kstrdup()Xiaoke Wang2022-06-141-8/+12
| | | * drm: imx: fix compiler warning with gcc-12Linus Torvalds2022-06-141-1/+1
| | | * net: altera: Fix refcount leak in altera_tse_mdio_createMiaoqian Lin2022-06-141-1/+5
| | | * net: ipv6: unexport __init-annotated seg6_hmac_init()Masahiro Yamada2022-06-141-1/+0
| | | * net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada2022-06-141-1/+0
| | | * net: mdio: unexport __init-annotated mdio_bus_init()Masahiro Yamada2022-06-141-1/+0
| | | * SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever2022-06-141-1/+5
| | | * net/mlx4_en: Fix wrong return value on ioctl EEPROM query failureGal Pressman2022-06-141-1/+1
| | | * ata: pata_octeon_cf: Fix refcount leak in octeon_cf_probeMiaoqian Lin2022-06-141-0/+3
| | | * xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee2022-06-141-0/+5
| | | * video: fbdev: pxa3xx-gcu: release the resources correctly in pxa3xx_gcu_probe...Yang Yingliang2022-06-141-5/+7
| | | * m68knommu: fix undefined reference to `_init_sp'Greg Ungerer2022-06-141-0/+1
| | | * m68knommu: set ZERO_PAGE() to the allocated zeroed pageGreg Ungerer2022-06-141-1/+2
| | | * i2c: cadence: Increase timeout per message if necessaryLucas Tanure2022-06-141-2/+10
| | | * tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai2022-06-141-0/+7
| | | * tracing: Fix sleeping function called from invalid context on RT kernelJun Miao2022-06-141-3/+3
| | | * mips: cpc: Fix refcount leak in mips_cpc_default_phys_baseGong Yuanjun2022-06-141-0/+1
| | | * perf c2c: Fix sorting in percent_rmt_hitm_cmp()Leo Yan2022-06-141-2/+2
| | | * tcp: tcp_rtx_synack() can be called from process contextEric Dumazet2022-06-141-2/+2
| | | * ubi: ubi_create_volume: Fix use-after-free when volume creation failedZhihao Cheng2022-06-141-1/+0
| | | * jffs2: fix memory leak in jffs2_do_fill_superBaokun Li2022-06-141-0/+1
| | | * modpost: fix removing numeric suffixesAlexander Lobakin2022-06-141-1/+1
| | | * net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_registerMiaoqian Lin2022-06-141-0/+1
| | | * net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry()Dan Carpenter2022-06-141-0/+3
| | | * clocksource/drivers/oxnas-rps: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski2022-06-141-1/+1
| | | * firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handleMiaoqian Lin2022-06-141-1/+1
| | | * serial: st-asc: Sanitize CSIZE and correct PARENB for CS7Ilpo Järvinen2022-06-141-0/+4
| | | * serial: sh-sci: Don't allow CS5-6Ilpo Järvinen2022-06-141-1/+5
| | | * serial: txx9: Don't allow CS5-6Ilpo Järvinen2022-06-141-0/+2
| | | * serial: digicolor-usart: Don't allow CS5-6Ilpo Järvinen2022-06-141-0/+2
| | | * serial: meson: acquire port->lock in startup()John Ogness2022-06-141-0/+13
| | | * rtc: mt6397: check return value after calling platform_get_resource()Yang Yingliang2022-06-141-0/+2
| | | * soc: rockchip: Fix refcount leak in rockchip_grf_initMiaoqian Lin2022-06-141-0/+2