summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-23misdn: dsp: select CONFIG_BITREVERSEArnd Bergmann1-0/+1
2021-01-23arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap1-0/+1
2021-01-23ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pramRasmus Villemoes1-1/+8
2021-01-23ARC: build: add boot_targets to PHONYMasahiro Yamada1-0/+1
2021-01-23ext4: fix bug for rename with RENAME_WHITEOUTyangerkun1-7/+9
2021-01-23mm/hugetlb: fix potential missing huge page size infoMiaohe Lin1-1/+1
2021-01-23ACPI: scan: Harden acpi_device_add() against device ID overflowsDexuan Cui2-2/+15
2021-01-23MIPS: relocatable: fix possible boot hangup with KASLR enabledAlexander Lobakin1-2/+8
2021-01-23MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTBPaul Cercueil1-1/+2
2021-01-23ASoC: dapm: remove widget from dirty list on freeThomas Hebb1-0/+1
2021-01-17Linux 4.9.252v4.9.252Greg Kroah-Hartman1-1/+1
2021-01-17net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin1-0/+6
2021-01-17block: fix use-after-free in disk_part_iter_nextMing Lei1-3/+6
2021-01-17KVM: arm64: Don't access PMCR_EL0 when no PMU is availableMarc Zyngier1-0/+4
2021-01-17wan: ds26522: select CONFIG_BITREVERSEArnd Bergmann1-0/+1
2021-01-17net/mlx5e: Fix memleak in mlx5e_create_l2_table_groupsDinghao Liu1-0/+1
2021-01-17iommu/intel: Fix memleak in intel_irq_remapping_allocDinghao Liu1-0/+2
2021-01-17block: rsxx: select CONFIG_CRC32Arnd Bergmann1-0/+1
2021-01-17wil6210: select CONFIG_CRC32Arnd Bergmann1-0/+1
2021-01-17dmaengine: xilinx_dma: fix mixed_enum_type coverity warningShravya Kumbham1-1/+1
2021-01-17dmaengine: xilinx_dma: check dma_async_device_register return valueShravya Kumbham1-1/+5
2021-01-17cpufreq: powernow-k8: pass policy rather than use cpufreq_cpu_get()Colin Ian King1-6/+3
2021-01-17ARM: OMAP2+: omap_device: fix idling of devices during probeAndreas Kemnade1-3/+5
2021-01-17spi: pxa2xx: Fix use-after-free on unbindLukas Wunner1-2/+1
2021-01-17ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger1-2/+11
2021-01-17drm/i915: Fix mismatch between misplaced vma check and vma insertChris Wilson1-1/+1
2021-01-17vmlinux.lds.h: Add PGO and AutoFDO input sectionsNick Desaulniers1-1/+4
2021-01-17net: fix pmtu check in nopmtudisc modeFlorian Westphal1-5/+5
2021-01-17net: ip: always refragment ip defragmented packetsFlorian Westphal1-1/+1
2021-01-17powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers2-4/+4
2021-01-17target: add XCOPY target/segment desc sense codesDavid Disseldorp2-0/+28
2021-01-17scsi: target: Fix XCOPY NAA identifier lookupDavid Disseldorp2-49/+71
2021-01-17xcopy: loop over devices using idr helperMike Christie1-29/+41
2021-01-17target: use XCOPY segment descriptor CSCD IDsDavid Disseldorp1-31/+48
2021-01-17target: simplify XCOPY wwn->se_dev lookup helperDavid Disseldorp1-19/+9
2021-01-17target: bounds check XCOPY segment descriptor listDavid Disseldorp1-2/+12
2021-01-12Linux 4.9.251v4.9.251Greg Kroah-Hartman1-1/+1
2021-01-12x86/mtrr: Correct the range check before performing MTRR type lookupsYing-Tsun Huang1-3/+3
2021-01-12netfilter: xt_RATEEST: reject non-null terminated string from userspaceFlorian Westphal1-0/+3
2021-01-12netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin1-15/+5
2021-01-12Revert "device property: Keep secondary firmware node secondary by type"Bard Liao1-1/+1
2021-01-12ALSA: hda/conexant: add a new hda codec CX11970bo liu1-0/+1
2021-01-12x86/mm: Fix leak of pmd ptlockDan Williams1-0/+2
2021-01-12USB: serial: keyspan_pda: remove unused variableJohan Hovold1-2/+0
2021-01-12usb: gadget: configfs: Fix use-after-free issue with udc_nameEddie Hung1-2/+9
2021-01-12usb: gadget: configfs: Preserve function ordering after bind failureChandana Kishori Chiluveru1-2/+2
2021-01-12usb: gadget: Fix spinlock lockup on usb_function_deactivateSriharsha Allenki1-2/+8
2021-01-12USB: gadget: legacy: fix return error code in acm_ms_bind()Yang Yingliang1-1/+3
2021-01-12usb: gadget: function: printer: Fix a memory leak for interface descriptorZqiang1-0/+1
2021-01-12usb: gadget: f_uac2: reset wMaxPacketSizeJerome Brunet1-14/+55