aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-05-03Merge tag 'clk-fixes-for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+16
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-3/+20
2019-05-02Merge tag 'for-linus-20190502' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2019-05-01iov_iter: fix iov_iter_typeGravatar Ming Lei 1-1/+1
2019-05-01sctp: avoid running the sctp state machine recursivelyGravatar Xin Long 1-1/+0
2019-04-30Merge tag 'usb-5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-2/+0
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 1-1/+19
2019-04-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-0/+1
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-0/+1
2019-04-26Merge tag 'drm-fixes-2019-04-26' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-1/+0
2019-04-26tracing: Fix buffer_ref pipe opsGravatar Jann Horn 1-0/+1
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-1/+1
2019-04-26Merge branch 'drm-fixes-5.1' of git://people.freedesktop.org/~agd5f/linux int...Gravatar Dave Airlie 1-1/+0
2019-04-25bpf: Fix preempt_enable_no_resched() abuseGravatar Peter Zijlstra 1-1/+1
2019-04-25clk: Add missing stubs for a few functionsGravatar Dmitry Osipenko 1-0/+16
2019-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-0/+20
2019-04-23net/ncsi: handle overflow when incrementing mac addressGravatar Tao Ren 1-0/+12
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 2-0/+8
2019-04-20Merge tag 'for-linus-20190420' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-3/+4
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2019-04-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+6
2019-04-19USB: core: Fix bug caused by duplicate interface PM usage counterGravatar Alan Stern 1-2/+0
2019-04-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-0/+22
2019-04-19block: make sure that bvec length can't be overflowGravatar Ming Lei 1-2/+3
2019-04-19block: kill all_q_node in request_queueGravatar Hou Tao 1-1/+0
2019-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-2/+4
2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Gravatar Andrea Arcangeli 1-0/+21
2019-04-19mm: swapoff: shmem_unuse() stop eviction without igrab()Gravatar Hugh Dickins 1-0/+1
2019-04-19drm/ttm: fix re-init of global structuresGravatar Christian König 1-1/+0
2019-04-19x86/kprobes: Verify stack frame on kretprobeGravatar Masami Hiramatsu 1-0/+1
2019-04-18IB/mlx5: Fix scatter to CQE in DCT QP creationGravatar Guy Levi 1-0/+1
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 7-38/+49
2019-04-16Merge tag 'riscv-for-linus-5.1-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+18
2019-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-4/+6
2019-04-16KVM: fix spectrev1 gadgetsGravatar Paolo Bonzini 1-4/+6
2019-04-16x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51TGravatar Jian-Hong Pan 1-1/+6
2019-04-15netfilter: ctnetlink: don't use conntrack/expect object addresses as idGravatar Florian Westphal 1-0/+2
2019-04-14Merge branch 'page-refs' (page ref overflow)Gravatar Linus Torvalds 2-5/+20
2019-04-14fs: prevent page refcount overflow in pipe_buf_getGravatar Matthew Wilcox 1-4/+6
2019-04-14mm: add 'try_get_page()' helper functionGravatar Linus Torvalds 1-0/+9
2019-04-14mm: make page ref count overflow check tighter and more explicitGravatar Linus Torvalds 1-1/+5
2019-04-13bfq: update internal depth state when queue depth changesGravatar Jens Axboe 1-0/+1
2019-04-13Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 4-14/+30
2019-04-13Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-8/+0
2019-04-13Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+3
2019-04-13netfilter: conntrack: don't set related state for different outer addressGravatar Florian Westphal 1-0/+6
2019-04-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedGravatar Marc Dionne 1-1/+3
2019-04-12Merge tag 'sound-5.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 2-2/+10
2019-04-12Merge tag 'drm-fixes-2019-04-12' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+4