summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-01ubi: Fix producing anchor PEBsSascha Hauer5-43/+41
2020-10-01RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'Christophe JAILLET1-2/+2
2020-10-01xfs: fix attr leaf header freemap.size underflowBrian Foster1-1/+3
2020-10-01fix dget_parent() fastpath raceAl Viro1-1/+3
2020-10-01RDMA/i40iw: Fix potential use after freePan Bian1-1/+1
2020-10-01RDMA/qedr: Fix potential use after freePan Bian1-1/+1
2020-10-01dmaengine: mediatek: hsdma_probe: fixed a memory leak when devm_request_irq f...Satendra Singh Thakur1-1/+3
2020-10-01bcache: fix a lost wake-up problem caused by mca_cannibalize_lockGuoju Fang3-4/+10
2020-10-01tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2-0/+5
2020-10-01tpm_crb: fix fTPM on AMD Zen+ CPUsIvan Lazeev1-33/+90
2020-10-01drm/amdgpu/powerplay/smu7: fix AVFS handling with custom powerplay tableAlex Deucher1-0/+7
2020-10-01mfd: mfd-core: Protect against NULL call-back function pointerLee Jones1-0/+10
2020-10-01mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup()Hou Tao1-1/+0
2020-10-01drm/amdgpu/powerplay: fix AVFS handling with custom powerplay tableAlex Deucher1-0/+7
2020-10-01clk/ti/adpll: allocate room for terminating nullStephen Kitt1-9/+2
2020-10-01net: silence data-races on sk_backlog.tailEric Dumazet4-9/+9
2020-10-01scsi: lpfc: Fix kernel crash at lpfc_nvme_info_show during remote port bounceJames Smart1-17/+18
2020-10-01scsi: fnic: fix use after freePan Bian1-1/+2
2020-10-01PM / devfreq: tegra30: Fix integer overflow on CPU's freq max outDmitry Osipenko1-1/+3
2020-10-01leds: mlxreg: Fix possible buffer overflowOleh Kravchenko1-2/+2
2020-10-01lib/string.c: implement stpcpyNick Desaulniers1-0/+24
2020-10-01ALSA: hda/realtek: Enable front panel headset LED on Lenovo ThinkStation P520Kai-Heng Feng1-0/+7
2020-10-01ALSA: hda/realtek - Couldn't detect Mic if booting with headset pluggedHui Wang1-1/+5
2020-10-01ALSA: usb-audio: Add delay quirk for H570e USB headsetsJoakim Tjernlund1-3/+4
2020-10-01x86/ioapic: Unbreak check_timer()Thomas Gleixner1-0/+1
2020-10-01arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writebackMikulas Patocka1-1/+1
2020-10-01media: smiapp: Fix error handling at NVM readingSakari Ailus1-1/+2
2020-10-01ASoC: kirkwood: fix IRQ error handlingRussell King1-1/+1
2020-10-01gma/gma500: fix a memory disclosure bug due to uninitialized bytesKangjie Lu1-0/+2
2020-10-01m68k: q40: Fix info-leak in rtc_ioctlFuqian Huang1-0/+1
2020-10-01scsi: aacraid: fix illegal IO beyond last LBABalsundar P1-4/+4
2020-10-01mm: fix double page fault on arm64 if PTE_AF is clearedJia He1-15/+89
2020-10-01ath10k: fix memory leak for tpc_stats_finalMiaoqing Pan1-0/+1
2020-10-01ath10k: fix array out-of-bounds accessMiaoqing Pan2-19/+32
2020-10-01dma-fence: Serialise signal enabling (dma_fence_enable_sw_signaling)Chris Wilson1-43/+35
2020-10-01media: mc-device.c: fix memleak in media_device_register_entityzhengbin1-32/+33
2020-10-01selinux: allow labeling before policy is loadedJonathan Lebon1-0/+12
2020-09-26Linux 4.19.148v4.19.148Greg Kroah-Hartman1-1/+1
2020-09-26serial: 8250: Avoid error message on reprobeLukas Wunner1-2/+9
2020-09-26tcp_bbr: adapt cwnd based on ack aggregation estimationPriyaranjan Jha2-3/+123
2020-09-26tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioningPriyaranjan Jha1-21/+39
2020-09-26mm: memcg: fix memcg reclaim soft lockupXunlei Pang1-0/+8
2020-09-26kbuild: support LLVM=1 to switch the default tools to Clang/LLVMMasahiro Yamada3-8/+35
2020-09-26kbuild: replace AS=clang with LLVM_IAS=1Masahiro Yamada2-1/+6
2020-09-26kbuild: remove AS variableMasahiro Yamada1-2/+1
2020-09-26x86/boot: kbuild: allow readelf executable to be specifiedDmitry Golovin2-2/+3
2020-09-26net: wan: wanxl: use $(M68KCC) instead of $(M68KAS) for rebuilding firmwareMasahiro Yamada1-3/+3
2020-09-26net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmwareMasahiro Yamada2-7/+7
2020-09-26Documentation/llvm: fix the name of llvm-sizeFangrui Song1-1/+1
2020-09-26Documentation/llvm: add documentation on building w/ Clang/LLVMNick Desaulniers2-0/+81