summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-31Merge tag 'sound-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2019-01-31x86/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky
2019-01-31ide: ensure atapi sense request aren't preemptedfor-linus-20190202Jens Axboe
2019-01-31cifs: update internal module version numberSteve French
2019-01-31CIFS: fix use-after-free of the lease keysAurelien Aptel
2019-01-30cpuidle: poll_state: Fix default time limitDoug Smythies
2019-01-30PM-runtime: Fix deadlock with ktime_get()Vincent Guittot
2019-01-30fs/dcache: Track & report number of negative dentriesWaiman Long
2019-01-30fs: Don't need to put list_lru into its own cachelineWaiman Long
2019-01-30fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf
2019-01-30Merge tag 'iommu-fixes-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-01-30Merge tag 'gpio-v5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-01-30btrfs: On error always free subvol_name in btrfs_mountEric W. Biederman
2019-01-30btrfs: clean up pending block groups when transaction commit abortsDavid Sterba
2019-01-30btrfs: fix potential oops in device_list_addAl Viro
2019-01-30blk-mq: fix a hung issue when fsyncJianchao Wang
2019-01-30block: pass no-op callback to INIT_WORK().Tetsuo Handa
2019-01-30MAINTAINERS: Add Andy and Darren as arch/x86/platform/ reviewersBorislav Petkov
2019-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-29CIFS: Do not consider -ENODATA as stat failure for readsPavel Shilovsky
2019-01-29CIFS: Do not count -ENODATA as failure for query directoryPavel Shilovsky
2019-01-29CIFS: Fix trace command logging for SMB2 reads and writesPavel Shilovsky
2019-01-29CIFS: Fix possible oops and memory leaks in async IOPavel Shilovsky
2019-01-29cifs: limit amount of data we request for xattrs to CIFSMaxBufSizeRonnie Sahlberg
2019-01-29cifs: fix computation for MAX_SMB2_HDR_SIZERonnie Sahlberg
2019-01-29NFS: Fix up return value on fatal errors in nfs_page_async_flush()Trond Myklebust
2019-01-29x86/speculation: Remove redundant arch_smt_update() invocationZhenzhong Duan
2019-01-29x86/fault: Fix sign-extend unintended sign extensionColin Ian King
2019-01-29x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang
2019-01-29IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociateYishai Hadas
2019-01-29MAINTAINERS: Add entry for XDP (eXpress Data Path)Jesper Dangaard Brouer
2019-01-29net: set default network namespace in init_dummy_netdev()Josh Elsasser
2019-01-29net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profilesYang Wei
2019-01-29net: caif: call dev_consume_skb_any when skb xmit doneYang Wei
2019-01-29net: 8139cp: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2019-01-29net: macb: Apply RXUBR workaround only to versions with errataHarini Katakam
2019-01-29x86/cpu: Add Atom Tremont (Jacobsville)Kan Liang
2019-01-29ALSA: hda/realtek - Fixed hp_pin no valueKailang Yang
2019-01-29Merge branch 'md-fixes' of https://github.com/liu-song-6/linux into for-linusJens Axboe
2019-01-29platform/x86: Fix unmet dependency warning for SAMSUNG_Q10Sinan Kaya
2019-01-29platform/x86: Fix unmet dependency warning for ACPI_CMPCSinan Kaya
2019-01-29mfd: Fix unmet dependency warning for MFD_TPS68470Sinan Kaya
2019-01-28net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2019-01-28net: apple: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2019-01-28net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei
2019-01-28net: alteon: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei
2019-01-28net: tls: Fix deadlock in free_resources txDave Watson
2019-01-28net: tls: Save iv in tls_rec for async crypto requestsDave Watson
2019-01-28vhost: fix OOB in get_rx_bufs()Jason Wang