summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-27efi/libstub/arm64: Set -fpie when building the EFI stubArd Biesheuvel1-1/+1
2018-11-27efi/libstub/arm64: Force 'hidden' visibility for section markersArd Biesheuvel1-1/+9
2018-11-27crypto: arm64/sha - avoid non-standard inline asm tricksArd Biesheuvel4-20/+16
2018-11-27kbuild: clang: Disable 'address-of-packed-member' warningMatthias Kaehlcke1-0/+1
2018-11-27modules: mark __inittest/__exittest as __maybe_unusedArnd Bergmann1-2/+2
2018-11-27kbuild: Add support to generate LLVM assembly filesVinícius Tinti3-0/+14
2018-11-27kbuild: use -Oz instead of -Os when using clangBehan Webster1-1/+1
2018-11-27kbuild, LLVMLinux: Add -Werror to cc-option to support clangMark Charlebois1-3/+3
2018-11-27kbuild: drop -Wno-unknown-warning-option from clang optionsMasahiro Yamada2-2/+0
2018-11-27kbuild: fix asm-offset generation to work with clangJeroen Hofstee2-5/+9
2018-11-27kbuild: consolidate redundant sed script ASM offset generationMasahiro Yamada1-1/+0
2018-11-27kbuild: Consolidate header generation from ASM offset informationMatthias Kaehlcke4-75/+32
2018-11-27kbuild: clang: add -no-integrated-as to KBUILD_[AC]FLAGSMichael Davidson1-0/+2
2018-11-27kbuild: Add better clang cross build supportBehan Webster1-0/+9
2018-11-27ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern1-2/+6
2018-11-27tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control pathsSiva Reddy Kallam1-2/+16
2018-11-27net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet1-0/+4
2018-11-27ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca1-1/+1
2018-11-27flow_dissector: do not dissect l4 ports for fragments배석진1-2/+2
2018-11-21Linux 4.4.164v4.4.164Greg Kroah-Hartman1-1/+1
2018-11-21drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N valuesClint Taylor1-0/+17
2018-11-21drm/dp_mst: Check if primary mstb is nullStanislav Lisovskiy1-0/+3
2018-11-21drm/rockchip: Allow driver to be shutdown on reboot/kexecMarc Zyngier1-0/+6
2018-11-21mm: migration: fix migration of huge PMD shared pagesMike Kravetz4-2/+111
2018-11-21hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz1-4/+19
2018-11-21configfs: replace strncpy with memcpyGuenter Roeck1-1/+1
2018-11-21fuse: fix leaked notify replyMiklos Szeredi1-1/+3
2018-11-21rtc: hctosys: Add missing range error reportingMaciej W. Rozycki1-1/+3
2018-11-21sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson1-3/+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_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 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: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin1-0/+4
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: fix data corruption due to cloning of eof blockFilipe Manana1-2/+10
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-21mtd: docg3: don't set conflicting BCH_CONST_PARAMS optionArnd Bergmann1-1/+1
2018-11-21mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli1-2/+30