summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro2018-02-111-0/+24
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-8/+8
* Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-02-111-1/+2
|\
| * preparation to switching ->poll() to returning EPOLL...Al Viro2018-02-011-1/+2
* | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-102-1/+619
|\ \
| * \ Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář2018-02-01116-1233/+2359
| |\ \
| * \ \ Merge branch 'sev-v9-p2' of https://github.com/codomania/kvmPaolo Bonzini2018-01-161-0/+606
| |\ \ \
| | * | | crypto: ccp: Implement SEV_PEK_CERT_IMPORT ioctl commandBrijesh Singh2017-12-041-0/+4
| | * | | crypto: ccp: Add Secure Encrypted Virtualization (SEV) command supportBrijesh Singh2017-12-041-0/+137
| | * | | crypto: ccp: Define SEV key management command idBrijesh Singh2017-12-041-0/+465
| * | | | KVM: introduce kvm_arch_vcpu_async_ioctlPaolo Bonzini2017-12-141-0/+12
| * | | | KVM: Take vcpu->mutex outside vcpu_loadChristoffer Dall2017-12-141-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-093-6/+13
|\ \ \ \ \
| * | | | | ptr_ring: try vmalloc() when kmalloc() failsJason Wang2018-02-091-5/+8
| * | | | | ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZEJason Wang2018-02-091-0/+2
| * | | | | Merge tag 'wireless-drivers-next-for-davem-2018-02-08' of git://git.kernel.or...David S. Miller2018-02-081-0/+2
| |\ \ \ \ \
| | * | | | | PCI: Add Ubiquiti Networks vendor IDTobias Schramm2018-02-071-0/+2
| * | | | | | net: Extra '_get' in declaration of arch_get_platform_mac_addressMathieu Malaterre2018-02-081-1/+1
* | | | | | | Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-02-091-0/+3
|\ \ \ \ \ \ \
| * | | | | | | SUNRPC: Queue latency-sensitive socket tasks to xprtiodTrond Myklebust2018-02-071-0/+3
* | | | | | | | Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-092-4/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | ACPI: SPCR: Make SPCR available to x86Prarit Bhargava2018-02-072-4/+7
* | | | | | | | | Merge tag 'pm-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-091-46/+79
|\ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *-. | | | | | | | | Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-domains'Rafael J. Wysocki2018-02-081-46/+79
| |\ \| | | | | | | |
| | * | | | | | | | | cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx()Dominik Brodowski2018-02-081-46/+79
| | |/ / / / / / / /
| * / / / / / / / / x86: hibernate: fix swsusp_arch_resume() prototypeArnd Bergmann2018-02-071-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-02-081-2/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | svcrdma: Post Receives in the Receive completion handlerChuck Lever2018-01-181-2/+0
| * | | | | | | | | lockd: convert nlm_rqst.a_count from atomic_t to refcount_tElena Reshetova2017-12-211-1/+1
| * | | | | | | | | lockd: convert nlm_lockowner.count from atomic_t to refcount_tElena Reshetova2017-12-211-1/+1
| * | | | | | | | | lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova2017-12-211-1/+1
* | | | | | | | | | Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-02-082-115/+76
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | idr: Add documentationMatthew Wilcox2018-02-061-1/+15
| * | | | | | | | | | idr: Make 1-based IDRs more efficientMatthew Wilcox2018-02-061-29/+37
| * | | | | | | | | | idr: Rename idr_for_each_entry_extMatthew Wilcox2018-02-061-20/+32
| * | | | | | | | | | idr: Remove idr_alloc_extMatthew Wilcox2018-02-062-66/+2
| * | | | | | | | | | idr: Add idr_alloc_u32 helperMatthew Wilcox2018-02-061-0/+2
| * | | | | | | | | | idr: Delete idr_find_ext functionMatthew Wilcox2018-02-061-6/+1
| * | | | | | | | | | idr: Delete idr_replace_ext functionMatthew Wilcox2018-02-061-2/+1
| * | | | | | | | | | idr: Delete idr_remove_ext functionMatthew Wilcox2018-02-061-6/+1
* | | | | | | | | | | Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-082-4/+3
|\ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \
| *---. \ \ \ \ \ \ \ \ \ \ Merge branches 'arm/renesas', 'arm/omap', 'arm/exynos', 'x86/amd', 'x86/vt-d'...Joerg Roedel2018-01-1728-58/+149
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | iommu: Clean up of_iommu_init_fnRobin Murphy2018-01-171-4/+1
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| | | * | | | | | | | | | | iommu/vt-d: Add a check for 5-level paging supportSohil Mehta2018-01-171-0/+1
| | | * | | | | | | | | | | iommu/vt-d: Add a check for 1GB page supportSohil Mehta2018-01-171-0/+1
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-082-2/+176
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | arm/arm64: smccc: Implement SMCCC v1.1 inline primitiveMarc Zyngier2018-02-061-0/+141
| * | | | | | | | | | | | | arm/arm64: smccc: Make function identifiers an unsigned quantityMarc Zyngier2018-02-061-2/+4
| * | | | | | | | | | | | | firmware/psci: Expose SMCCC version through psci_opsMarc Zyngier2018-02-061-0/+6
| * | | | | | | | | | | | | firmware/psci: Expose PSCI conduitMarc Zyngier2018-02-061-0/+7