aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+6
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2-48/+188
2019-11-25Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds10-242/+369
2019-11-25Merge tag 'for-5.5/libata-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+7
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds5-1/+386
2019-11-25Merge tag 'tpmdd-next-20191112' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds3-56/+244
2019-11-25vfs: properly and reliably lock f_pos in fdget_pos()Linus Torvalds1-2/+0
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-0/+8
2019-11-22udp: drop skb extensions before marking skb statelessFlorian Westphal1-0/+6
2019-11-21Merge branch 'nvme-5.5' of git://git.infradead.org/nvme into for-5.5/drivers-postJens Axboe1-0/+6
2019-11-22nvme: hwmon: provide temperature min and max values for each sensorAkinobu Mita1-0/+6
2019-11-21block: add iostat counters for flush requestsKonstantin Khlebnikov1-0/+1
2019-11-19net/tls: enable sk_msg redirect to tls socket egressWillem de Bruijn1-0/+2
2019-11-18blk-cgroup: cgroup_rstat_updated() shouldn't be called on cgroup1Tejun Heo1-1/+2
2019-11-17Merge tag 'iommu-fixes-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+4
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-3/+11
2019-11-15mm/memory_hotplug: fix try_offline_node()David Hildenbrand1-0/+1
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran1-1/+3
2019-11-15ptp: Validate requests to enable time stamping of external signals.Richard Cochran1-0/+1
2019-11-13sbitmap: Delete sbitmap_any_bit_clear()John Garry1-9/+0
2019-11-13blk-mq: Delete blk_mq_has_free_tags() and blk_mq_can_queue()John Garry1-1/+0
2019-11-13can: af_can: export can_sock_destruct()Oleksij Rempel1-0/+1
2019-11-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2019-11-12KEYS: trusted: Move TPM2 trusted keys codeSumit Garg2-18/+25
2019-11-12KEYS: trusted: Create trusted keys subsystemSumit Garg2-3/+5
2019-11-12KEYS: Use common tpm_buf for trusted and asymmetric keysSumit Garg1-36/+1
2019-11-12tpm: Move tpm_buf code to include/linux/Sumit Garg2-6/+218
2019-11-12tpm: provide a way to override the chip returned durationsJerry Snitselaar1-0/+2
2019-11-12Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-23/+13
2019-11-12KVM: MMU: Do not treat ZONE_DEVICE pages as being reservedSean Christopherson1-0/+1
2019-11-11devlink: Add method for time-stamp on reporter's dumpAya Levin1-0/+1
2019-11-11iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macrosEric Auger1-2/+4
2019-11-10Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-3/+3
2019-11-10Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+0
2019-11-09tcp: remove redundant new line from tcp_event_sk_skbTony Lu1-1/+1
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko1-1/+4
2019-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds17-22/+34
2019-11-08Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2019-11-08net: fix data-race in neigh_event_send()Eric Dumazet1-2/+2
2019-11-08Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2-19/+1
2019-11-08Merge tag 'drm-fixes-2019-11-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-1/+15
2019-11-08net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen1-2/+2
2019-11-08Merge tag 'drm-misc-fixes-2019-11-07-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie2-1/+15
2019-11-07blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATTejun Heo1-159/+0
2019-11-07blk-cgroup: reimplement basic IO stats using cgroup rstatTejun Heo1-5/+43
2019-11-07blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()Tejun Heo1-5/+0
2019-11-07Merge branch 'for-linus' into for-5.5/blockJens Axboe38-102/+274
2019-11-09io_uring: add support for backlogged CQ ringJens Axboe1-0/+1
2019-11-07io_uring: add support for linked SQE timeoutsJens Axboe1-0/+1
2019-11-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi into for-5.5/drivers-postJens Axboe1-0/+1