summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-16can: peak: fix potential bug in packet fragmentationStephane Grosjean
2018-01-16delayacct: Account blkio completion on the correct taskJosh Snyder
2018-01-16x86/mm: Encrypt the initrd earlier for BSP microcode updateTom Lendacky
2018-01-16x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryptionTom Lendacky
2018-01-16x86/mm: Centralize PMD flags in sme_encrypt_kernel()Tom Lendacky
2018-01-16x86/mm: Use a struct to reduce parameters for SME PGD mappingTom Lendacky
2018-01-16x86/mm: Clean up register saving in the __enc_copy() assembly codeTom Lendacky
2018-01-16objtool: Improve error message for bad file argumentJosh Poimboeuf
2018-01-16objtool: Fix seg fault with gold linkerJosh Poimboeuf
2018-01-15RDMA/mlx5: Fix out-of-bound access while querying AHLeon Romanovsky
2018-01-15netlink: extack: avoid parenthesized string constant warningJohannes Berg
2018-01-15Merge branch 'ipv4-Make-neigh-lookup-keys-for-loopback-point-to-point-devices...David S. Miller
2018-01-15ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall
2018-01-15net: Allow neigh contructor functions ability to modify the primary_keyJim Westfall
2018-01-15sh_eth: fix dumping ARSTRSergei Shtylyov
2018-01-15Revert "openvswitch: Add erspan tunnel support."William Tu
2018-01-15net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de
2018-01-15ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet
2018-01-15tracing: Prevent PROFILE_ALL_BRANCHES when FORTIFY_SOURCE=yRandy Dunlap
2018-01-15sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner
2018-01-15net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti
2018-01-15netlink: extack needs to be reset each time through loopDavid Ahern
2018-01-15tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang
2018-01-15ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney
2018-01-15net: cs89x0: add MODULE_LICENSEArnd Bergmann
2018-01-15ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault
2018-01-15ptr_ring: document usage around __ptr_ring_peekMichael S. Tsirkin
2018-01-159p: add missing module license for xen transportStephen Hemminger
2018-01-15ring-buffer: Bring back context level recursive checksSteven Rostedt (VMware)
2018-01-15drm/i915: Fix deadlock in i830_disable_pipe()Ville Syrjälä
2018-01-15drm/i915: Redo plane sanitation during readoutVille Syrjälä
2018-01-15drm/i915: Add .get_hw_state() method for planesVille Syrjälä
2018-01-15mmc: sdhci-esdhc-imx: Fix i.MX53 eSDHCv3 clockBenoît Thébaudeau
2018-01-15cfg80211: check dev_set_name() return valueJohannes Berg
2018-01-15mac80211_hwsim: validate number of different channelsJohannes Berg
2018-01-15mac80211_hwsim: add workqueue to wait for deferred radio deletion on mod unloadBenjamin Beichler
2018-01-15nl80211: take RCU read lock when calling ieee80211_bss_get_ie()Dominik Brodowski
2018-01-15cfg80211: fully initialize old channel for eventJohannes Berg
2018-01-15x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macrosTom Lendacky
2018-01-15x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse
2018-01-15x86/kasan: Panic if there is not enough memory to bootAndrey Ryabinin
2018-01-14Linux 4.15-rc8Linus Torvalds
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-14Merge tag 'powerpc-4.15-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-01-14timers: Unconditionally check deferrable baseThomas Gleixner
2018-01-14bpf: fix 32-bit divide by zeroAlexei Starovoitov
2018-01-14x86/retpoline: Remove compile time warningThomas Gleixner
2018-01-14x86/idt: Mark IDT tables __initconstAndi Kleen
2018-01-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-14futex: Prevent overflow by strengthen input validationLi Jinyue