summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata2020-08-261-2/+4
* tools/testing/selftests/cgroup/cgroup_util.c: cg_read_strcmp: fix null pointe...Gaurav Singh2020-08-261-1/+1
* media: camss: fix memory leaks on error handling paths in probeEvgeny Novikov2020-08-261-10/+20
* virtio_ring: Avoid loop when vq is broken in virtqueue_pollMao Wenan2020-08-261-0/+3
* scsi: libfc: Free skb in fc_disc_gpn_id_resp() for valid casesJaved Hasan2020-08-261-3/+9
* cpufreq: intel_pstate: Fix cpuinfo_max_freq when MSR_TURBO_RATIO_LIMIT is 0Srinivas Pandruvada2020-08-261-0/+1
* swiotlb-xen: use vmalloc_to_page on vmalloc virt addressesBoris Ostrovsky2020-08-261-1/+7
* ceph: fix use-after-free for fsc->mdscXiubo Li2020-08-261-1/+2
* jffs2: fix UAF problemZhe Li2020-08-261-1/+5
* drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_accessFelix Kuehling2020-08-261-1/+3
* xfs: fix inode quota reservation checksDarrick J. Wong2020-08-261-1/+1
* svcrdma: Fix another Receive buffer leakChuck Lever2020-08-261-0/+2
* m68knommu: fix overwriting of bits in ColdFire V3 cache controlGreg Ungerer2020-08-261-3/+3
* MIPS: Fix unable to reserve memory for Crash kernelJinyang He2020-08-261-1/+1
* Input: psmouse - add a newline when printing 'proto' by sysfsXiongfeng Wang2020-08-261-1/+1
* media: vpss: clean up resources in initEvgeny Novikov2020-08-261-4/+16
* rtc: goldfish: Enable interrupt in set_alarm() when necessaryHuacai Chen2020-08-261-0/+1
* media: budget-core: Improve exception handling in budget_register()Chuhong Yuan2020-08-261-3/+8
* scsi: target: tcmu: Fix crash in tcmu_flush_dcache_range on ARMBodo Stroesser2020-08-261-1/+1
* scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devicesStanley Chu2020-08-262-0/+3
* opp: Enable resources again if they were disabled earlierRajendra Nayak2020-08-261-4/+6
* kthread: Do not preempt current task if it is going to call schedule()Liang Chen2020-08-261-2/+15
* drm/amd/display: fix pow() crashing when given base 0Krunoslav Kovac2020-08-261-0/+3
* drm/amd/display: Fix EDID parsing after resume from suspendStylon Wang2020-08-261-0/+1
* drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internalDaniel Kolesa2020-08-261-1/+1
* scsi: zfcp: Fix use-after-free in request timeout handlersSteffen Maier2020-08-261-2/+2
* jbd2: add the missing unlock_buffer() in the error path of jbd2_write_superbl...zhangyi (F)2020-08-261-1/+3
* ext4: fix checking of directory entry validity for inline directoriesJan Kara2020-08-261-3/+3
* RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE requestKaike Wan2020-08-261-0/+1
* mm, page_alloc: fix core hung in free_pcppages_bulk()Charan Teja Reddy2020-08-261-0/+5
* mm: include CMA pages in lowmem_reserve at bootDoug Berger2020-08-261-1/+1
* uprobes: __replace_page() avoid BUG in munlock_vma_page()Hugh Dickins2020-08-261-1/+1
* kernel/relay.c: fix memleak on destroy relay channelWei Yongjun2020-08-261-0/+1
* romfs: fix uninitialized memory leak in romfs_dev_read()Jann Horn2020-08-261-3/+1
* spi: Prevent adding devices below an unregistering controllerLukas Wunner2020-08-262-1/+23
* can: j1939: socket: j1939_sk_bind(): make sure ml_priv is allocatedOleksij Rempel2020-08-261-0/+8
* can: j1939: transport: j1939_session_tx_dat(): fix use-after-free read in j19...Oleksij Rempel2020-08-261-0/+15
* ALSA: hda/realtek: Add quirk for Samsung Galaxy Book IonMike Pozulp2020-08-261-0/+1
* ALSA: hda/realtek: Add quirk for Samsung Galaxy Flex BookMike Pozulp2020-08-261-0/+1
* btrfs: add wrapper for transaction abort predicateDavid Sterba2020-08-266-20/+33
* btrfs: return EROFS for BTRFS_FS_STATE_ERROR casesJosef Bacik2020-08-263-3/+6
* btrfs: don't show full path of bind mounts in subvol=Josef Bacik2020-08-261-2/+8
* btrfs: export helpers for subvolume name/id resolutionMarcos Paulo de Souza2020-08-264-8/+15
* bcache: avoid nr_stripes overflow in bcache_device_init()Coly Li2020-08-261-6/+6
* khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()Hugh Dickins2020-08-261-1/+1
* khugepaged: khugepaged_test_exit() check mmget_still_valid()Hugh Dickins2020-08-261-4/+1
* perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu2020-08-261-1/+1
* gfs2: Never call gfs2_block_zero_range with an open transactionBob Peterson2020-08-261-30/+39
* gfs2: Improve mmap write vs. punch_hole consistencyAndreas Gruenbacher2020-08-261-2/+9
* drm/vgem: Replace opencoded version of drm_gem_dumb_map_offset()Chris Wilson2020-08-261-27/+0