summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-29ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi1-2/+2
2018-07-29enic: handle mtu change for vf properlyGovindarajulu Varadarajan1-51/+27
2018-07-29Merge tag 'gpio-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2-2/+7
2018-07-29net: lan78xx: fix rx handling before first packet is sendStefan Wahren1-0/+2
2018-07-29nfp: flower: fix port metadata conversion bugJohn Hurley1-1/+3
2018-07-28Merge tag 'mips_fixes_4.18_5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-9/+0
2018-07-28bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog()Taehee Yoo1-1/+1
2018-07-28bpf: fix bpf_skb_load_bytes_relative pkt length checkDaniel Borkmann1-5/+7
2018-07-28perf build: Build error in libbpf missing initializationThomas Richter1-1/+1
2018-07-28Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-8/+59
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds14-56/+209
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds23-18/+73
2018-07-27Merge tag 'pci-v4.18-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2018-07-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-3/+5
2018-07-27Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum"Rafał Miłecki2-9/+0
2018-07-27Merge tag 'drm-fixes-2018-07-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-9/+41
2018-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-0/+10
2018-07-27Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-8/+84
2018-07-27Merge tag 'xfs-4.18-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-4/+7
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-13/+23
2018-07-27block: reset bi_iter.bi_done after splitting bioGreg Edwards1-0/+1
2018-07-27tools/virtio: add kmalloc_array stubMichael S. Tsirkin1-0/+5
2018-07-27tools/virtio: add dma barrier stubsMichael S. Tsirkin1-2/+2
2018-07-27ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernationRafael J. Wysocki1-9/+17
2018-07-27net: ena: Fix use of uninitialized DMA address bits fieldGal Pressman1-0/+1
2018-07-27kvm, mm: account shadow page tables to kmemcgShakeel Butt1-1/+1
2018-07-27zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang1-0/+9
2018-07-27include/linux/eventfd.h: include linux/errno.hArnd Bergmann1-0/+1
2018-07-27mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov5-0/+15
2018-07-27mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov10-7/+17
2018-07-27mm: introduce vma_init()Kirill A. Shutemov2-4/+8
2018-07-27mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPLDan Williams1-2/+2
2018-07-27ipc/sem.c: prevent queue.status tearing in semopDavidlohr Bueso1-1/+1
2018-07-27mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang1-1/+17
2018-07-27kasan: only select SLUB_DEBUG with SYSFS=yArnd Bergmann1-1/+1
2018-07-27delayacct: fix crash in delayacct_blkio_end() after delayacct init failureTejun Heo1-1/+1
2018-07-27Merge tag 'imx-drm-fixes-2018-07-20' of git://git.pengutronix.de/git/pza/linu...Dave Airlie2-4/+8
2018-07-27Merge tag 'drm-intel-fixes-2018-07-26' of git://anongit.freedesktop.org/drm/d...Dave Airlie4-5/+33
2018-07-27bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau2-3/+85
2018-07-27xdp: add NULL pointer check in __xdp_return()Taehee Yoo1-1/+2
2018-07-27RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mrAvinash Repaka6-20/+39
2018-07-27net: rollback orig value on failure of dev_qdisc_change_tx_queue_lenTariq Toukan1-7/+10
2018-07-26block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsMartin Wilck1-3/+32
2018-07-26blkdev: __blkdev_direct_IO_simple: fix leak in error caseMartin Wilck1-4/+5
2018-07-26block: bio_iov_iter_get_pages: fix size of last iovecMartin Wilck1-10/+8
2018-07-26Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe8-19/+55
2018-07-26PCI/AER: Work around use-after-free in pcie_do_fatal_recovery()Thomas Tai1-0/+2
2018-07-26net: fix amd-xgbe flow-control issuetangpengpeng1-2/+2
2018-07-26Merge tag 'usb-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds25-135/+187
2018-07-26Merge tag 'staging-4.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-101/+171