summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-11-21Linux 4.14.82v4.14.82Greg Kroah-Hartman
2018-11-21gpio: brcmstb: release the bgpio lock during irq handlersDoug Berger
2018-11-21nvme-loop: fix kernel oops in case of unhandled commandMing Lei
2018-11-21printk: Never set console_may_schedule in console_trylock()Sergey Senozhatsky
2018-11-21ovl: check whiteout in ovl_create_over_whiteout()Miklos Szeredi
2018-11-21CONFIG_XEN_PV breaks xen_create_contiguous_region on ARMStefano Stabellini
2018-11-21drm/i915/execlists: Force write serialisation into context image vs executionChris Wilson
2018-11-21drm/i915: Mark pin flags as u64Chris Wilson
2018-11-21drm/i915: Don't oops during modeset shutdown after lpe audio deinitVille Syrjälä
2018-11-21drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N valuesClint Taylor
2018-11-21drm/i915: Large page offsets for pread/pwriteChris Wilson
2018-11-21drm/i915: Skip vcpi allocation for MSTB ports that are goneLyude Paul
2018-11-21drm/i915: Don't unset intel_connector->mst_portLyude Paul
2018-11-21drm/i915: Restore vblank interrupts earlierVille Syrjälä
2018-11-21drm/dp_mst: Check if primary mstb is nullStanislav Lisovskiy
2018-11-21drm/nouveau: Check backlight IDs are >= 0, not > 0Lyude Paul
2018-11-21drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_typeAlex Deucher
2018-11-21drm/rockchip: Allow driver to be shutdown on reboot/kexecMarc Zyngier
2018-11-21efi/arm/libstub: Pack FDT after populating itArd Biesheuvel
2018-11-21mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin
2018-11-21hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz
2018-11-21lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann
2018-11-21crypto: user - fix leaking uninitialized memory to userspaceEric Biggers
2018-11-21gfs2: Put bitmap buffers in put_superAndreas Gruenbacher
2018-11-21configfs: replace strncpy with memcpyGuenter Roeck
2018-11-21fuse: fix leaked notify replyMiklos Szeredi
2018-11-21fuse: fix use-after-free in fuse_direct_IO()Lukas Czerner
2018-11-21rtc: hctosys: Add missing range error reportingMaciej W. Rozycki
2018-11-21nfsd: COPY and CLONE operations require the saved filehandle to be setScott Mayhew
2018-11-21sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson
2018-11-21kdb: print real address of pointers instead of hashed addressesChristophe Leroy
2018-11-21kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy
2018-11-21mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman
2018-11-21mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman
2018-11-21mount: Retest MNT_LOCKED in do_umountEric W. Biederman
2018-11-21ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin
2018-11-21ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error pathVasily Averin
2018-11-21ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin
2018-11-21ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin
2018-11-21ext4: fix buffer leak in ext4_xattr_get_block() on error pathVasily Averin
2018-11-21ext4: fix possible leak of s_journal_flag_rwsem in error pathVasily Averin
2018-11-21ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o
2018-11-21ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o
2018-11-21ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin
2018-11-21ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin
2018-11-21ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()Vasily Averin
2018-11-21ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin
2018-11-21ext4: missing !bh check in ext4_xattr_inode_write()Vasily Averin
2018-11-21ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin
2018-11-21ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin