summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-21Linux 4.14.82v4.14.82Greg Kroah-Hartman1-1/+1
2018-11-21gpio: brcmstb: release the bgpio lock during irq handlersDoug Berger1-5/+16
2018-11-21nvme-loop: fix kernel oops in case of unhandled commandMing Lei1-7/+2
2018-11-21printk: Never set console_may_schedule in console_trylock()Sergey Senozhatsky1-14/+8
2018-11-21ovl: check whiteout in ovl_create_over_whiteout()Miklos Szeredi1-0/+4
2018-11-21CONFIG_XEN_PV breaks xen_create_contiguous_region on ARMStefano Stabellini1-1/+1
2018-11-21drm/i915/execlists: Force write serialisation into context image vs executionChris Wilson1-1/+13
2018-11-21drm/i915: Mark pin flags as u64Chris Wilson1-14/+14
2018-11-21drm/i915: Don't oops during modeset shutdown after lpe audio deinitVille Syrjälä1-1/+3
2018-11-21drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N valuesClint Taylor1-0/+17
2018-11-21drm/i915: Large page offsets for pread/pwriteChris Wilson1-10/+2
2018-11-21drm/i915: Skip vcpi allocation for MSTB ports that are goneLyude Paul1-9/+15
2018-11-21drm/i915: Don't unset intel_connector->mst_portLyude Paul1-11/+6
2018-11-21drm/i915: Restore vblank interrupts earlierVille Syrjälä1-10/+13
2018-11-21drm/dp_mst: Check if primary mstb is nullStanislav Lisovskiy1-0/+3
2018-11-21drm/nouveau: Check backlight IDs are >= 0, not > 0Lyude Paul1-2/+2
2018-11-21drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_typeAlex Deucher1-0/+1
2018-11-21drm/rockchip: Allow driver to be shutdown on reboot/kexecMarc Zyngier1-0/+6
2018-11-21efi/arm/libstub: Pack FDT after populating itArd Biesheuvel1-0/+4
2018-11-21mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin1-3/+3
2018-11-21hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz1-4/+19
2018-11-21lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann1-2/+1
2018-11-21crypto: user - fix leaking uninitialized memory to userspaceEric Biggers1-9/+9
2018-11-21gfs2: Put bitmap buffers in put_superAndreas Gruenbacher1-1/+2
2018-11-21configfs: replace strncpy with memcpyGuenter Roeck1-1/+1
2018-11-21fuse: fix leaked notify replyMiklos Szeredi1-1/+3
2018-11-21fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner1-1/+3
2018-11-21rtc: hctosys: Add missing range error reportingMaciej W. Rozycki1-1/+3
2018-11-21nfsd: COPY and CLONE operations require the saved filehandle to be setScott Mayhew1-0/+3
2018-11-21sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson1-3/+2
2018-11-21kdb: print real address of pointers instead of hashed addressesChristophe Leroy2-13/+13
2018-11-21kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy1-2/+2
2018-11-21mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman1-1/+1
2018-11-21mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman1-2/+8
2018-11-21mount: Retest MNT_LOCKED in do_umountEric W. Biederman1-2/+8
2018-11-21ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin1-0/+1
2018-11-21ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error pathVasily Averin1-2/+5
2018-11-21ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin1-0/+2
2018-11-21ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin1-0/+2
2018-11-21ext4: fix buffer leak in ext4_xattr_get_block() on error pathVasily Averin1-1/+3
2018-11-21ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin1-0/+1
2018-11-21ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o1-8/+8
2018-11-21ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o1-0/+1
2018-11-21ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin1-1/+1
2018-11-21ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin1-1/+3
2018-11-21ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin1-2/+3
2018-11-21ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin1-0/+4
2018-11-21ext4: missing !bh check in ext4_xattr_inode_write()Vasily Averin1-0/+6
2018-11-21ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin1-6/+2
2018-11-21ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin1-2/+1