summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-06usb: cdns3: fix race condition before setting doorbellPawel Laszczak1-0/+14
2021-10-06cpufreq: schedutil: Destroy mutex before kobject_put() frees the memoryJames Morse1-1/+1
2021-10-06scsi: qla2xxx: Changes to support kdump kernel for NVMe BFSSaurav Kashyap3-23/+20
2021-10-06cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao1-5/+11
2021-10-06tty: Fix out-of-bound vmalloc access in imageblitIgor Matheus Andrade Torrente1-2/+19
2021-09-30Linux 5.10.70v5.10.70Greg Kroah-Hartman1-1/+1
2021-09-30qnx4: work around gcc false positive warning bugLinus Torvalds1-9/+27
2021-09-30xen/balloon: fix balloon kthread freezingJuergen Gross1-2/+2
2021-09-30USB: serial: cp210x: fix dropped characters with CP2102Johan Hovold1-0/+46
2021-09-30thermal/drivers/int340x: Do not set a wrong tcc offset on resumeAntoine Tenart1-2/+3
2021-09-30EDAC/dmc520: Assign the proper type to dimm->edac_modeBorislav Petkov1-1/+1
2021-09-30EDAC/synopsys: Fix wrong value type assignment for edac_modeSai Krishna Potthuri1-1/+1
2021-09-30spi: Fix tegra20 build with CONFIG_PM=nLinus Torvalds1-2/+2
2021-09-30net: 6pack: Fix tx timeout and slot timeGuenter Roeck1-2/+2
2021-09-30alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatileGuenter Roeck1-3/+3
2021-09-30arm64: Mark __stack_chk_guard as __ro_after_initDan Li1-1/+1
2021-09-30parisc: Use absolute_pointer() to define PAGE0Helge Deller1-1/+1
2021-09-30qnx4: avoid stringop-overread errorsLinus Torvalds1-17/+34
2021-09-30sparc: avoid stringop-overread errorsLinus Torvalds1-1/+2
2021-09-30net: i825xx: Use absolute_pointer for memcpy from fixed memory locationGuenter Roeck1-1/+1
2021-09-30compiler.h: Introduce absolute_pointer macroGuenter Roeck1-0/+2
2021-09-30blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin1-0/+8
2021-09-30block: flush the integrity workqueue in blk_integrity_unregisterLihong Kou1-0/+3
2021-09-30block: check if a profile is actually registered in blk_integrity_unregisterChristoph Hellwig1-1/+5
2021-09-30amd/display: downgrade validation failure log levelSimon Ser1-1/+2
2021-09-30sparc32: page align size in arch_dma_allocAndreas Larsson1-1/+3
2021-09-30nvme-rdma: destroy cm id before destroy qp to avoid use after freeRuozhu Li1-13/+3
2021-09-30nvme-multipath: fix ANA state updates when a namespace is not presentAnton Eidelman1-2/+5
2021-09-30xen/balloon: use a kernel thread instead a workqueueJuergen Gross1-17/+45
2021-09-30bpf: Add oversize check before call kvcalloc()Bixuan Cui1-0/+2
2021-09-30cpufreq: intel_pstate: Override parameters if HWP forced by BIOSDoug Smythies1-8/+14
2021-09-30ipv6: delay fib6_sernum increase in fib6_addzhang kai1-2/+1
2021-09-30m68k: Double cast io functions to unsigned longGuenter Roeck1-10/+10
2021-09-30blk-mq: avoid to iterate over stale requestMing Lei1-1/+1
2021-09-30net: stmmac: allow CSR clock of 300MHzJesper Nilsson1-1/+1
2021-09-30net: macb: fix use after free on rmmodTong Zhang1-1/+1
2021-09-30net: phylink: Update SFP selected interface on advertising changesNathan Rossi1-1/+29
2021-09-30blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng1-0/+8
2021-09-30io_uring: put provided buffer meta data under memcg accountingJens Axboe1-1/+1
2021-09-30x86/asm: Fix SETZ size enqcmds() build failureKees Cook1-1/+1
2021-09-30x86/asm: Add a missing __iomem annotation in enqcmds()Dave Jiang1-1/+1
2021-09-30md: fix a lock order reversal in md_allocChristoph Hellwig1-5/+0
2021-09-30irqchip/gic-v3-its: Fix potential VPE leak on errorKaige Fu1-1/+1
2021-09-30irqchip/goldfish-pic: Select GENERIC_IRQ_CHIP to fix buildRandy Dunlap1-0/+1
2021-09-30scsi: lpfc: Use correct scnprintf() limitDan Carpenter1-1/+2
2021-09-30scsi: qla2xxx: Restore initiator in dual modeDmitry Bogdanov1-1/+2
2021-09-30cifs: fix a sign extension bugDan Carpenter1-1/+1
2021-09-30thermal/core: Potential buffer overflow in thermal_build_list_of_policies()Dan Carpenter1-4/+3
2021-09-30nvme: keep ctrl->namespaces orderedChristoph Hellwig1-16/+17
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen41-72/+90