summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-26xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata1-2/+4
2020-08-26tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointe...Gaurav Singh1-1/+1
2020-08-26media: camss: fix memory leaks on error handling paths in probeEvgeny Novikov1-10/+20
2020-08-26virtio_ring: Avoid loop when vq is broken in virtqueue_pollMao Wenan1-0/+3
2020-08-26scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesJaved Hasan1-3/+9
2020-08-26cpufreq: intel_pstate: Fix cpuinfo_max_freq when MSR_TURBO_RATIO_LIMIT is 0Srinivas Pandruvada1-0/+1
2020-08-26swiotlb-xen: use vmalloc_to_page on vmalloc virt addressesBoris Ostrovsky1-1/+7
2020-08-26ceph: fix use-after-free for fsc->mdscXiubo Li1-1/+2
2020-08-26jffs2: fix UAF problemZhe Li1-1/+5
2020-08-26drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_accessFelix Kuehling1-1/+3
2020-08-26xfs: fix inode quota reservation checksDarrick J. Wong1-1/+1
2020-08-26svcrdma: Fix another Receive buffer leakChuck Lever1-0/+2
2020-08-26m68knommu: fix overwriting of bits in ColdFire V3 cache controlGreg Ungerer1-3/+3
2020-08-26MIPS: Fix unable to reserve memory for Crash kernelJinyang He1-1/+1
2020-08-26Input: psmouse - add a newline when printing 'proto' by sysfsXiongfeng Wang1-1/+1
2020-08-26media: vpss: clean up resources in initEvgeny Novikov1-4/+16
2020-08-26rtc: goldfish: Enable interrupt in set_alarm() when necessaryHuacai Chen1-0/+1
2020-08-26media: budget-core: Improve exception handling in budget_register()Chuhong Yuan1-3/+8
2020-08-26scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARMBodo Stroesser1-1/+1
2020-08-26scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devicesStanley Chu2-0/+3
2020-08-26opp: Enable resources again if they were disabled earlierRajendra Nayak1-4/+6
2020-08-26kthread: Do not preempt current task if it is going to call schedule()Liang Chen1-2/+15
2020-08-26drm/amd/display: fix pow() crashing when given base 0Krunoslav Kovac1-0/+3
2020-08-26drm/amd/display: Fix EDID parsing after resume from suspendStylon Wang1-0/+1
2020-08-26drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internalDaniel Kolesa1-1/+1
2020-08-26scsi: zfcp: Fix use-after-free in request timeout handlersSteffen Maier1-2/+2
2020-08-26jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superbl...zhangyi (F)1-1/+3
2020-08-26ext4: fix checking of directory entry validity for inline directoriesJan Kara1-3/+3
2020-08-26RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE requestKaike Wan1-0/+1
2020-08-26mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy1-0/+5
2020-08-26mm: include CMA pages in lowmem_reserve at bootDoug Berger1-1/+1
2020-08-26uprobes: __replace_page() avoid BUG in munlock_vma_page()Hugh Dickins1-1/+1
2020-08-26kernel/relay.c: fix memleak on destroy relay channelWei Yongjun1-0/+1
2020-08-26romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn1-3/+1
2020-08-26spi: Prevent adding devices below an unregistering controllerLukas Wunner2-1/+23
2020-08-26can: j1939: socket: j1939_sk_bind(): make sure ml_priv is allocatedOleksij Rempel1-0/+8
2020-08-26can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in j19...Oleksij Rempel1-0/+15
2020-08-26ALSA: hda/realtek: Add quirk for Samsung Galaxy Book IonMike Pozulp1-0/+1
2020-08-26ALSA: hda/realtek: Add quirk for Samsung Galaxy Flex BookMike Pozulp1-0/+1
2020-08-26btrfs: add wrapper for transaction abort predicateDavid Sterba6-20/+33
2020-08-26btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik3-3/+6
2020-08-26btrfs: don't show full path of bind mounts in subvol=Josef Bacik1-2/+8
2020-08-26btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza4-8/+15
2020-08-26bcache: avoid nr_stripes overflow in bcache_device_init()Coly Li1-6/+6
2020-08-26khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins1-1/+1
2020-08-26khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins1-4/+1
2020-08-26perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu1-1/+1
2020-08-26gfs2: Never call gfs2_block_zero_range with an open transactionBob Peterson1-30/+39
2020-08-26gfs2: Improve mmap write vs. punch_hole consistencyAndreas Gruenbacher1-2/+9
2020-08-26drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()Chris Wilson1-27/+0