aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2019-04-11net: netrom: Fix error cleanup path of nr_proto_initGravatar YueHaibing 1-1/+1
2019-04-11Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Gravatar Trond Myklebust 1-8/+0
2019-04-11net/smc: propagate file from SMC to TCP socketGravatar Ursula Braun 1-6/+0
2019-04-11nvmet: fix discover log page when offsets are usedGravatar Keith Busch 1-2/+7
2019-04-11Merge tag 'asoc-fix-v5.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Takashi Iwai 672-7101/+20825
2019-04-10net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()Gravatar Jakub Kicinski 1-1/+1
2019-04-10failover: allow name change on IFF_UP slave interfacesGravatar Si-Wei Liu 1-0/+3
2019-04-10clk: x86: Add system specific quirk to mark clocks as criticalGravatar David Müller 1-0/+3
2019-04-10net/tls: don't leak partially sent record in device modeGravatar Jakub Kicinski 1-0/+2
2019-04-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2019-04-10blk-mq: introduce blk_mq_complete_request_sync()Gravatar Ming Lei 1-0/+1
2019-04-09dt-bindings: clock: sifive: add FU540-C000 PRCI clock constantsGravatar Paul Walmsley 1-0/+18
2019-04-09Merge tag 'mac80211-for-davem-2019-04-09' of git://git.kernel.org/pub/scm/lin...Gravatar David S. Miller 2-29/+39
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-2/+2
2019-04-08ethtool: avoid signed-unsigned comparison in ethtool_validate_speed()Gravatar Michael Zhivich 1-1/+1
2019-04-08KEYS: trusted: fix -Wvarags warningGravatar ndesaulniers@google.com 1-1/+1
2019-04-08virtio: Honour 'may_reduce_num' in vring_create_virtqueueGravatar Cornelia Huck 1-1/+1
2019-04-08block: don't use for-inside-for in bio_for_each_segment_allGravatar Ming Lei 2-12/+22
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsGravatar Felix Fietkau 1-4/+20
2019-04-08cfg80211: add ratelimited variants of err and warnGravatar Stanislaw Gruszka 1-0/+5
2019-04-08Merge drm/drm-fixes into drm-misc-fixesGravatar Maxime Ripard 51-194/+448
2019-04-08ASoC: core: conditionally increase module refcount on component openGravatar Ranjani Sridharan 1-2/+7
2019-04-07Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 1-1/+4
2019-04-07Merge tag 'reset-fixes-for-v5.1' of git://git.pengutronix.de/pza/linux into a...Gravatar Olof Johansson 1-1/+4
2019-04-06nfc: nci: Potential off by one in ->pipes[] arrayGravatar Dan Carpenter 1-1/+1
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Gravatar Kirill Smelkov 1-0/+4
2019-04-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-25/+31
2019-04-05mm: writeback: use exact memcg dirty countsGravatar Greg Thelen 1-1/+4
2019-04-05mm: fix vm_fault_t cast in VM_FAULT_GET_HINDEX()Gravatar Jann Horn 1-1/+1
2019-04-05include/linux/bitrev.h: fix constant bitrevGravatar Arnd Bergmann 1-23/+23
2019-04-05lib/string.c: implement a basic bcmpGravatar Nick Desaulniers 1-0/+3
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 3-20/+14
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsGravatar Steven Rostedt (VMware) 1-8/+2
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsGravatar Steven Rostedt (Red Hat) 2-9/+4
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 6-17/+44