summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-27arm64: Disable asm-operand-width warning for clangMatthias Kaehlcke
2018-11-27kbuild: allow to use GCC toolchain not in Clang search pathStefan Agner
2018-11-27kbuild: set no-integrated-as before incl. arch MakefileStefan Agner
2018-11-27kbuild: clang: disable unused variable warnings only when constantSodagudi Prasad
2018-11-27kbuild: clang: remove crufty HOSTCFLAGSNick Desaulniers
2018-11-27kbuild: clang: fix build failures with sparse checkDavid Lin
2018-11-27kbuild: move cc-option and cc-disable-warning after incl. arch MakefileMasahiro Yamada
2018-11-27kbuild: Set KBUILD_CFLAGS before incl. arch MakefileChris Fries
2018-11-27kbuild: fix linker feature test macros when cross compiling with ClangNick Desaulniers
2018-11-27efi/libstub/arm64: Set -fpie when building the EFI stubArd Biesheuvel
2018-11-27efi/libstub/arm64: Force 'hidden' visibility for section markersArd Biesheuvel
2018-11-27crypto: arm64/sha - avoid non-standard inline asm tricksArd Biesheuvel
2018-11-27kbuild: clang: Disable 'address-of-packed-member' warningMatthias Kaehlcke
2018-11-27modules: mark __inittest/__exittest as __maybe_unusedArnd Bergmann
2018-11-27kbuild: Add support to generate LLVM assembly filesVinícius Tinti
2018-11-27kbuild: use -Oz instead of -Os when using clangBehan Webster
2018-11-27kbuild, LLVMLinux: Add -Werror to cc-option to support clangMark Charlebois
2018-11-27kbuild: drop -Wno-unknown-warning-option from clang optionsMasahiro Yamada
2018-11-27kbuild: fix asm-offset generation to work with clangJeroen Hofstee
2018-11-27kbuild: consolidate redundant sed script ASM offset generationMasahiro Yamada
2018-11-27kbuild: Consolidate header generation from ASM offset informationMatthias Kaehlcke
2018-11-27kbuild: clang: add -no-integrated-as to KBUILD_[AC]FLAGSMichael Davidson
2018-11-27kbuild: Add better clang cross build supportBehan Webster
2018-11-27ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern
2018-11-27tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control pathsSiva Reddy Kallam
2018-11-27net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet
2018-11-27ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca
2018-11-27flow_dissector: do not dissect l4 ports for fragments배석진
2018-11-21Linux 4.4.164Greg Kroah-Hartman
2018-11-21drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N valuesClint Taylor
2018-11-21drm/dp_mst: Check if primary mstb is nullStanislav Lisovskiy
2018-11-21drm/rockchip: Allow driver to be shutdown on reboot/kexecMarc Zyngier
2018-11-21mm: migration: fix migration of huge PMD shared pagesMike Kravetz
2018-11-21hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz
2018-11-21configfs: replace strncpy with memcpyGuenter Roeck
2018-11-21fuse: fix leaked notify replyMiklos Szeredi
2018-11-21rtc: hctosys: Add missing range error reportingMaciej W. Rozycki
2018-11-21sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson
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_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 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: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin
2018-11-21ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin