summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-21ARM: cpuidle: Don't register the driver when back-end init returns -ENXIOUlf Hansson1-12/+10
2018-11-21uapi: fix linux/kfd_ioctl.h userspace compilation errorsDmitry V. Levin1-4/+4
2018-11-21mnt: fix __detach_mounts infinite loopBenjamin Coddington1-3/+3
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
2018-11-21ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin1-2/+4
2018-11-21ext4: add missing brelse() update_backups()'s error pathVasily Averin1-1/+3
2018-11-21clockevents/drivers/i8253: Add support for PIT shutdown quirkMichael Kelley2-2/+13
2018-11-21btrfs: tree-checker: Fix misleading group system informationShaokun Zhang1-1/+1
2018-11-21Btrfs: fix data corruption due to cloning of eof blockFilipe Manana1-2/+10
2018-11-21Btrfs: fix infinite loop on inode eviction after deduplication of eof blockFilipe Manana1-0/+2
2018-11-21Btrfs: fix cur_offset in the error case for nocowRobbie Ko1-3/+2
2018-11-21Btrfs: fix missing data checksums after a ranged fsync (msync)Filipe Manana1-0/+17
2018-11-21btrfs: fix pinned underflow after transaction abortedLu Fengqi1-1/+11
2018-11-21watchdog/core: Add missing prototypes for weak functionsMathieu Malaterre1-0/+2
2018-11-21arch/alpha, termios: implement BOTHER, IBSHIFT and termios2H. Peter Anvin (Intel)3-1/+29
2018-11-21termios, tty/tty_baudrate.c: fix buffer overrunH. Peter Anvin1-2/+2
2018-11-21x86/hyper-v: Enable PIT shutdown quirkMichael Kelley1-0/+11
2018-11-21x86/cpu/vmware: Do not trace vmware_sched_clock()Steven Rostedt (VMware)1-1/+1
2018-11-21of, numa: Validate some distance map rulesJohn Garry1-2/+7
2018-11-21perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter3-12/+40
2018-11-21perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter2-14/+25
2018-11-21perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}David S. Miller1-1/+34
2018-11-21perf stat: Handle different PMU names with common prefixThomas Richter1-1/+1
2018-11-21perf cs-etm: Correct CPU mode for samplesLeo Yan1-9/+30
2018-11-21hwmon: (core) Fix double-free in __hwmon_device_register()Dmitry Osipenko1-4/+4
2018-11-21mtd: docg3: don't set conflicting BCH_CONST_PARAMS optionArnd Bergmann1-1/+1
2018-11-21mtd: nand: Fix nanddev_neraseblocks()Boris Brezillon1-3/+2
2018-11-21mtd: spi-nor: cadence-quadspi: Return error code in cqspi_direct_read_execute()Christophe JAILLET1-1/+1
2018-11-21bonding/802.3ad: fix link_failure_count trackingJarod Wilson1-2/+2
2018-11-21ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mmArd Biesheuvel1-1/+1
2018-11-21netfilter: conntrack: fix calculation of next bucket number in early_dropVasily Khoruzhick1-5/+8