aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-07-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 3-6/+2
2018-07-22alpha: fix osf_wait4() breakageGravatar Al Viro 1-1/+1
2018-07-21mm: make vm_area_alloc() initialize core fieldsGravatar Linus Torvalds 1-1/+1
2018-07-21mm: use helper functions for allocating and freeing vm_area structsGravatar Linus Torvalds 1-1/+3
2018-07-20Merge tag 'iommu-fixes-v4.18-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+1
2018-07-20Revert "iommu/vt-d: Clean up pasid quirk for pre-production devices"Gravatar Lu Baolu 1-0/+1
2018-07-19Merge tag 'pci-v4.18-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 17-26/+47
2018-07-18ipv6: fix useless rol32 call on hashGravatar Colin Ian King 1-1/+1
2018-07-18PCI: OF: Fix I/O space page leakGravatar Sergei Shtylyov 1-0/+2
2018-07-17aio: don't expose __aio_sigset in uapiGravatar Christoph Hellwig 2-6/+1
2018-07-16tcp: Fix broken repair socket window probe patchGravatar Stefan Baranoff 1-0/+4
2018-07-16net/ethernet/freescale/fman: fix cross-build errorGravatar Randy Dunlap 1-0/+1
2018-07-16ipv6/mcast: init as INCLUDE when join SSM INCLUDE groupGravatar Hangbin Liu 1-0/+2
2018-07-16ipv4/igmp: init group mode as INCLUDE when join source groupGravatar Hangbin Liu 1-0/+2
2018-07-16mm: don't do zero_resv_unavail if memmap is not allocatedGravatar Pavel Tatashin 1-1/+1
2018-07-14mm: allow arch to supply p??_free_tlb functionsGravatar Nicholas Piggin 1-0/+8
2018-07-13tcp: remove DELAYED ACK events in DCTCPGravatar Yuchung Cheng 1-2/+0
2018-07-13net: ethtool: fix spelling mistake: "tubale" -> "tunable"Gravatar Michael Heimpold 1-1/+1
2018-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+1
2018-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-94/+58
2018-07-12net: Don't copy pfmemalloc flag in __copy_skb_header()Gravatar Stefano Brivio 1-5/+5
2018-07-11Merge branch 'for-4.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+24
2018-07-11Merge tag 'char-misc-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2018-07-10drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Gravatar Al Viro 1-0/+1
2018-07-10rseq: Remove unused types_32_64.h uapi headerGravatar Mathieu Desnoyers 1-50/+0
2018-07-10rseq: uapi: Declare rseq_cs field as union, update includesGravatar Mathieu Desnoyers 1-8/+19
2018-07-10rseq: uapi: Update uapi commentsGravatar Mathieu Desnoyers 1-33/+36
2018-07-10rseq: Use __u64 for rseq_cs fields, validate user inputsGravatar Mathieu Desnoyers 1-3/+3
2018-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+2
2018-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 2-2/+8
2018-07-09bpf: include errno.h from bpf-cgroup.hGravatar Roman Gushchin 1-0/+1
2018-07-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-7/+22
2018-07-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-2/+1
2018-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 3-3/+11
2018-07-07xdp: XDP_REDIRECT should check IFF_UP and MTUGravatar Toshiaki Makita 1-3/+3
2018-07-07bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbGravatar John Fastabend 1-0/+4
2018-07-07uio: change to use the mutex lock instead of the spin lockGravatar Xiubo Li 1-1/+1
2018-07-07net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedGravatar Davide Caratti 1-1/+0
2018-07-07net/sched: act_csum: fix NULL dereference when 'goto chain' is usedGravatar Davide Caratti 1-1/+0
2018-07-07net: bridge: fix br_vlan_get_{pvid,info} return valuesGravatar Arnd Bergmann 1-2/+2
2018-07-06Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-21/+19
2018-07-06netfilter: nf_tables: place all set backends in one single moduleGravatar Pablo Neira Ayuso 1-0/+6
2018-07-06netfilter: nf_tproxy: fix possible non-linear access to transport headerGravatar Máté Eckl 1-2/+2
2018-07-05Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+0
2018-07-05ipv6: make ipv6_renew_options() interrupt/kernel safeGravatar Paul Moore 1-8/+1
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendGravatar David Ahern 1-0/+6
2018-07-04net: phy: marvell: change default m88e1510 LED configurationGravatar Wang Dongsheng 1-0/+2
2018-07-03ftrace: Nuke clear_ftrace_functionGravatar Yisheng Xie 1-2/+0
2018-07-03compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarationsGravatar Nick Desaulniers 1-7/+22