summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-096-12/+26
|\
| * 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 git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-091-0/+8
| |\
| | * bpf: sockmap, add sock close() hook to remove socksJohn Fastabend2018-02-061-0/+2
| | * net: add a UID to use for ULP socket assignmentJohn Fastabend2018-02-061-0/+6
| * | 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 git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-02-072-6/+5
| |\ \ \
| | * | | netfilter: nf_flow_offload: fix use-after-free and a resource leakFelix Fietkau2018-02-071-1/+0
| | * | | netfilter: remove useless prototypeTaehee Yoo2018-02-071-5/+0
| | * | | netfilter: nf_tables: fix flowtable freePablo Neira Ayuso2018-02-071-0/+2
| | * | | netfilter: nft_flow_offload: move flowtable cleanup routines to nf_flow_tablePablo Neira Ayuso2018-02-071-0/+3
* | | | | 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 branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2018-02-092-0/+3
|\ \ \ \ \ \
| * | | | | | target core: add device action configfs filesMike Christie2018-01-162-0/+2
| * | | | | | target: add SAM_STAT_BUSY sense reasonMike Christie2018-01-121-0/+1
* | | | | | | Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-0924-33/+36
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Merge branches 'acpi-tables', 'acpi-bus' and 'acpi-processor'Rafael J. Wysocki2018-02-082-4/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ACPI: SPCR: Make SPCR available to x86Prarit Bhargava2018-02-072-4/+7
| | |/ / / / / / /
| * | | | | | | | ACPICA: Update version to 20180105Bob Moore2018-02-061-1/+1
| * | | | | | | | ACPICA: All acpica: Update copyrights to 2018Bob Moore2018-02-0622-22/+22
| * | | | | | | | ACPICA: Add a missing pair of parenthesesJung-uk Kim2018-02-041-1/+1
| * | | | | | | | ACPICA: Prefer ACPI_TO_POINTER() over ACPI_ADD_PTR()Jung-uk Kim2018-02-041-1/+1
| * | | | | | | | ACPICA: Avoid NULL pointer arithmeticJung-uk Kim2018-02-041-4/+4
| * | | | | | | | ACPICA: Linux: add support for X32 ABI compilationAnuj Mittal2018-02-041-1/+1
| |/ / / / / / /
* | | | | | | | 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-1746-135/+287
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | 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