summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo2020-03-0428-319/+125
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-03-011-1/+1
| |\
| | * KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger2020-02-281-1/+1
| * | Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-282-6/+14
| |\ \
| | * | blktrace: Protect q->blk_trace with RCUJan Kara2020-02-252-6/+14
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-272-7/+20
| |\ \ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-02-261-1/+10
| | |\ \ \
| | | * \ \ Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2020-02-261-1/+10
| | | |\ \ \
| | | | * | | netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2020-02-221-1/+10
| | * | | | | icmp: allow icmpv6_ndo_send to work with CONFIG_IPV6=nJason A. Donenfeld2020-02-251-6/+10
| | |/ / / /
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2020-02-271-1/+1
| |\ \ \ \ \
| | * | | | | HID: core: increase HID report buffer size to 8KiBJohan Korsnes2020-02-121-1/+1
| * | | | | | Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-261-0/+3
| |\ \ \ \ \ \
| | * | | | | | bootconfig: Add bootconfig magic word for indicating bootconfig explicitlyMasami Hiramatsu2020-02-201-0/+3
| * | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-02-241-0/+2
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | KVM: x86: fix missing prototypesPaolo Bonzini2020-02-171-0/+2
| * | | | | | Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-221-1/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | genirq/irqdomain: Make sure all irq domain flags are distinctZenghui Yu2020-02-211-1/+1
| | |/ / / /
| * | | | | Merge tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-02-211-0/+2
| |\ \ \ \ \
| | * | | | | serdev: ttyport: restore client ops on deregistrationJohan Hovold2020-02-101-0/+2
| | |/ / / /
| * | | | | Merge tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-02-211-0/+3
| |\ \ \ \ \
| | * | | | | USB: core: add endpoint-blacklist quirkJohan Hovold2020-02-101-0/+3
| | |/ / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-214-5/+44
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'mlx5-fixes-2020-02-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-02-191-1/+4
| | |\ \ \ \ \
| | | * | | | | net/mlx5: DR, Handle reformat capability over sw-steering tablesErez Shitrit2020-02-181-1/+4
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-02-181-0/+7
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | netfilter: conntrack: allow insertion of clashing entriesFlorian Westphal2020-02-171-0/+7
| | * | | | | | skbuff.h: fix all kernel-doc warningsRandy Dunlap2020-02-161-0/+30
| | * | | | | | net: export netdev_next_lower_dev_rcu()Taehee Yoo2020-02-161-4/+3
| * | | | | | | y2038: remove unused time32 interfacesArnd Bergmann2020-02-214-219/+1
| * | | | | | | y2038: remove ktime to/from timespec/timeval conversionArnd Bergmann2020-02-211-37/+0
| * | | | | | | Merge tag 'iommu-fixes-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-02-191-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | iommu/vt-d: Fix compile warning from intel-svm.hJoerg Roedel2020-02-101-1/+1
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge tag 'dma-mapping-5.6' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-02-181-8/+3
| |\ \ \ \ \ \ \
| | * | | | | | | dma-direct: improve swiotlb error reportingChristoph Hellwig2020-02-051-8/+3
| * | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-02-151-0/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)2020-01-281-0/+2
| * | | | | | | | | Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-02-141-20/+6
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust2020-02-121-20/+6
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-142-1/+21
| |\ \ \ \ \ \ \ \
| | * | | | | | | | netdevice.h: fix all kernel-doc and Sphinx warningsRandy Dunlap2020-02-141-1/+15
| | * | | | | | | | icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2020-02-131-0/+6
| * | | | | | | | | Merge tag 'pm-5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-02-142-4/+1
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-02-141-3/+0
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | cpufreq: Make cpufreq_global_kobject staticYangtao Li2020-02-031-3/+0
| | * | | | | | | | | | ACPI: PM: s2idle: Avoid possible race related to the EC GPERafael J. Wysocki2020-02-111-1/+1
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | linux/pipe_fs_i.h: fix kernel-doc warnings after @wait was splitRandy Dunlap2020-02-121-1/+2
| * | | | | | | | | | Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-02-111-12/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | dax: Get rid of fs_dax_get_by_host() helperVivek Goyal2020-01-161-10/+0
| | * | | | | | | | | | dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range()Vivek Goyal2020-01-031-2/+2