summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-26ARM: 9156/1: drop cc-option fallbacks for architecture selectionArnd Bergmann1-11/+11
2021-11-26USB: chipidea: fix interrupt deadlockJohan Hovold1-6/+15
2021-11-26vsock: prevent unnecessary refcnt inc for nonblocking connectEiichi Tsukata1-0/+2
2021-11-26nfc: pn533: Fix double free when pn533_fill_fragment_skbs() failsChengfeng Ye1-3/+3
2021-11-26llc: fix out-of-bound array index in llc_sk_dev_hash()Eric Dumazet1-1/+3
2021-11-26bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failedHuang Guobin1-25/+11
2021-11-26net: davinci_emac: Fix interrupt pacing disableMaxim Kiselev1-2/+14
2021-11-26xen-pciback: Fix return in pm_ctrl_init()YueHaibing1-1/+1
2021-11-26scsi: qla2xxx: Turn off target reset during issue_lipQuinn Tran3-50/+2
2021-11-26watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUTAhmad Fatoum1-1/+3
2021-11-26m68k: set a default value for MEMORY_RESERVERandy Dunlap1-0/+1
2021-11-26netfilter: nfnetlink_queue: fix OOB when mac header was clearedFlorian Westphal1-1/+1
2021-11-26dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macroClaudiu Beznea1-1/+1
2021-11-26RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky1-1/+3
2021-11-26scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn()Dan Carpenter1-1/+1
2021-11-26power: supply: rt5033_battery: Change voltage values to µVJakob Hauser1-1/+1
2021-11-26usb: gadget: hid: fix error code in do_config()Dan Carpenter1-1/+3
2021-11-26serial: 8250_dw: Drop wrong use of ACPI_PTR()Andy Shevchenko1-1/+1
2021-11-26video: fbdev: chipsfb: use memset_io() instead of memset()Christophe Leroy1-1/+1
2021-11-26memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probeDongliang Mu1-7/+6
2021-11-26JFS: fix memleak in jfs_mountDongliang Mu1-29/+22
2021-11-26scsi: dc395: Fix error case unwindingTong Zhang1-0/+1
2021-11-26ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc()Jackie Liu1-4/+18
2021-11-26crypto: pcrypt - Delay write to padata->infoDaniel Jordan1-4/+8
2021-11-26libertas: Fix possible memory leak in probe and disconnectWang Hai1-0/+2
2021-11-26libertas_tf: Fix possible memory leak in probe and disconnectWang Hai1-0/+2
2021-11-26smackfs: use netlbl_cfg_cipsov4_del() for deleting cipso_v4_doiTetsuo Handa1-1/+1
2021-11-26mwifiex: Send DELBA requests according to specJonas Dreßler1-2/+3
2021-11-26platform/x86: thinkpad_acpi: Fix bitwise vs. logical warningNathan Chancellor1-1/+1
2021-11-26net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski1-3/+0
2021-11-26drm/msm: uninitialized variable in msm_gem_import()Dan Carpenter1-2/+2
2021-11-26memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host()Dan Carpenter1-1/+1
2021-11-26memstick: avoid out-of-range warningArnd Bergmann1-1/+1
2021-11-26b43: fix a lower bounds testDan Carpenter1-1/+1
2021-11-26b43legacy: fix a lower bounds testDan Carpenter1-1/+1
2021-11-26crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu1-0/+7
2021-11-26ath9k: Fix potential interrupt storm on queue resetLinus Lüssing1-1/+3
2021-11-26cpuidle: Fix kobject memory leaks in error pathsAnel Orazgaliyeva1-1/+4
2021-11-26media: si470x: Avoid card name truncationKees Cook2-2/+2
2021-11-26media: dvb-usb: fix ununit-value in az6027_rc_queryPavel Skripkin1-0/+1
2021-11-26parisc/kgdb: add kgdb_roundup() to make kgdb work with idle pollingSven Schnelle1-2/+17
2021-11-26parisc: fix warning in flush_tlb_allSven Schnelle1-2/+2
2021-11-26ARM: 9136/1: ARMv7-M uses BE-8, not BE-32Arnd Bergmann1-1/+1
2021-11-26ARM: clang: Do not rely on lr register for stacktraceMasami Hiramatsu1-2/+1
2021-11-26smackfs: use __GFP_NOFAIL for smk_cipso_doi()Tetsuo Handa1-3/+1
2021-11-26iwlwifi: mvm: disable RX-diversity in powersaveJohannes Berg1-0/+3
2021-11-26PM: hibernate: Get block device exclusively in swsusp_check()Ye Bin1-2/+3
2021-11-26mwl8k: Fix use-after-free in mwl8k_fw_state_machine()Zheyu Ma1-1/+1
2021-11-26lib/xz: Validate the value before assigning it to an enum variableLasse Collin1-3/+3
2021-11-26lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin2-3/+20