summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.4.164v4.4.164Greg Kroah-Hartman2018-11-211-1/+1
* drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N valuesClint Taylor2018-11-211-0/+17
* drm/dp_mst: Check if primary mstb is nullStanislav Lisovskiy2018-11-211-0/+3
* drm/rockchip: Allow driver to be shutdown on reboot/kexecMarc Zyngier2018-11-211-0/+6
* mm: migration: fix migration of huge PMD shared pagesMike Kravetz2018-11-214-2/+111
* hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz2018-11-211-4/+19
* configfs: replace strncpy with memcpyGuenter Roeck2018-11-211-1/+1
* fuse: fix leaked notify replyMiklos Szeredi2018-11-211-1/+3
* rtc: hctosys: Add missing range error reportingMaciej W. Rozycki2018-11-211-1/+3
* sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson2018-11-211-3/+2
* mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman2018-11-211-1/+1
* mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman2018-11-211-2/+8
* mount: Retest MNT_LOCKED in do_umountEric W. Biederman2018-11-211-2/+8
* ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin2018-11-211-0/+1
* ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin2018-11-211-0/+2
* ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin2018-11-211-0/+2
* ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o2018-11-211-8/+8
* ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o2018-11-211-0/+1
* ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin2018-11-211-1/+1
* ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin2018-11-211-1/+3
* ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin2018-11-211-0/+4
* ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin2018-11-211-6/+2
* ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin2018-11-211-2/+1
* ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin2018-11-211-2/+4
* ext4: add missing brelse() update_backups()'s error pathVasily Averin2018-11-211-1/+3
* clockevents/drivers/i8253: Add support for PIT shutdown quirkMichael Kelley2018-11-212-2/+13
* Btrfs: fix data corruption due to cloning of eof blockFilipe Manana2018-11-211-2/+10
* arch/alpha, termios: implement BOTHER, IBSHIFT and termios2H. Peter Anvin (Intel)2018-11-213-1/+29
* termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin2018-11-211-2/+2
* mtd: docg3: don't set conflicting BCH_CONST_PARAMS optionArnd Bergmann2018-11-211-1/+1
* mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli2018-11-211-2/+30
* ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge2018-11-211-2/+1
* vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards2018-11-211-1/+3
* mach64: fix image corruption due to reading accelerator registersMikulas Patocka2018-11-211-13/+9
* mach64: fix display corruption on big endian machinesMikulas Patocka2018-11-211-3/+3
* libceph: bump CEPH_MSG_MAX_DATA_LENIlya Dryomov2018-11-211-1/+7
* clk: s2mps11: Fix matching when built as module and DT node contains compatibleKrzysztof Kozlowski2018-11-211-0/+30
* xtensa: fix boot parameters address translationMax Filippov2018-11-211-2/+5
* xtensa: make sure bFLT stack is 16 byte alignedMax Filippov2018-11-211-1/+5
* xtensa: add NOTES section to the linker scriptMax Filippov2018-11-212-1/+2
* MIPS: Loongson-3: Fix BRIDGE irq delivery problemHuacai Chen2018-11-212-11/+4
* MIPS: Loongson-3: Fix CPU UART irq delivery problemHuacai Chen2018-11-211-40/+3
* bna: ethtool: Avoid reading past end of bufferKees Cook2018-11-211-2/+2
* e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione2018-11-211-2/+9
* e1000: avoid null pointer dereference on invalid stat typeColin Ian King2018-11-211-5/+4
* mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2018-11-212-11/+10
* fs, elf: make sure to page align bss in load_elf_libraryOscar Salvador2018-11-211-3/+2
* mm: refuse wrapped vm_brk requestsKees Cook2018-11-211-3/+5
* binfmt_elf: fix calculations for bss paddingKees Cook2018-11-211-16/+18
* mm, elf: handle vm_brk errorMichal Hocko2018-11-211-2/+5