summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+14
2018-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-1/+16
2018-07-27Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2018-07-27include/linux/eventfd.h: include linux/errno.hArnd Bergmann1-0/+1
2018-07-27mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov1-0/+8
2018-07-27mm: introduce vma_init()Kirill A. Shutemov1-0/+6
2018-07-27delayacct: fix crash in delayacct_blkio_end() after delayacct init failureTejun Heo1-1/+1
2018-07-25ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu1-0/+1
2018-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-16/+39
2018-07-24blk-mq: export setting request completion stateKeith Busch1-0/+14
2018-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+2
2018-07-24Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/lin...David S. Miller1-6/+6
2018-07-23ipv6: use fib6_info_hold_safe() when necessaryWei Wang1-0/+5
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-6/+2
2018-07-22alpha: fix osf_wait4() breakageAl Viro1-1/+1
2018-07-22net/ipv6: Fix linklocal to global address with VRFDavid Ahern1-0/+5
2018-07-22bpfilter: Fix mismatch in function argument typesYueHaibing1-3/+3
2018-07-22mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-1/+1
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-1/+3
2018-07-21Merge tag 'mlx5-fixes-2018-07-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller1-3/+15
2018-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2018-07-21tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng1-0/+1
2018-07-21tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng1-0/+1
2018-07-20Merge tag 'iommu-fixes-v4.18-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2018-07-20netfilter: nf_tables: use dev->name directlyFlorian Westphal1-1/+0
2018-07-20Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices"Lu Baolu1-0/+1
2018-07-20bpf: btf: Clean up BTF_INT_BITS() in uapi btf.hMartin KaFai Lau1-1/+1
2018-07-19Merge tag 'pci-v4.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2018-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-26/+47
2018-07-19net/mlx5: Fix QP fragmented buffer allocationTariq Toukan1-3/+15
2018-07-19ipv6: fix useless rol32 call on hashColin Ian King1-1/+1
2018-07-18PCI: OF: Fix I/O space page leakSergei Shtylyov1-0/+2
2018-07-18aio: don't expose __aio_sigset in uapiChristoph Hellwig2-6/+1
2018-07-17netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo1-2/+2
2018-07-17tcp: Fix broken repair socket window probe patchStefan Baranoff1-0/+4
2018-07-17net/ethernet/freescale/fman: fix cross-build errorRandy Dunlap1-0/+1
2018-07-16ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupHangbin Liu1-0/+2
2018-07-16ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu1-0/+2
2018-07-16mm: don't do zero_resv_unavail if memmap is not allocatedPavel Tatashin1-1/+1
2018-07-14mm: allow arch to supply p??_free_tlb functionsNicholas Piggin1-0/+8
2018-07-14tcp: remove DELAYED ACK events in DCTCPYuchung Cheng1-2/+0
2018-07-14net: ethtool: fix spelling mistake: "tubale" -> "tunable"Michael Heimpold1-1/+1
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+1
2018-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-94/+58
2018-07-13net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-5/+5
2018-07-11Merge branch 'for-4.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+24
2018-07-11Merge tag 'char-misc-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2018-07-11drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro1-0/+1
2018-07-10rseq: Remove unused types_32_64.h uapi headerMathieu Desnoyers1-50/+0
2018-07-10rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers1-8/+19