aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-02-11unify {de,}mangle_poll(), get rid of kernel-side POLL...Gravatar Al Viro 2-27/+37
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 3-12/+12
2018-02-11Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 2-17/+19
2018-02-10Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 6-2/+865
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 6-12/+26
2018-02-09Merge tag 'nfs-for-4.16-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-0/+3
2018-02-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Gravatar Linus Torvalds 2-0/+3
2018-02-09ptr_ring: try vmalloc() when kmalloc() failsGravatar Jason Wang 1-5/+8
2018-02-09ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZEGravatar Jason Wang 1-0/+2
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-0/+8
2018-02-09Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 24-33/+36
2018-02-09Merge tag 'pm-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-46/+79
2018-02-08Merge tag 'nfsd-4.16' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+0
2018-02-08Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 2-115/+76
2018-02-08Merge tag 'wireless-drivers-next-for-davem-2018-02-08' of git://git.kernel.or...Gravatar David S. Miller 1-0/+2
2018-02-08net: Extra '_get' in declaration of arch_get_platform_mac_addressGravatar Mathieu Malaterre 1-1/+1
2018-02-08Merge tag 'iommu-updates-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-4/+3
2018-02-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 4-2/+230
2018-02-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+2
2018-02-08Merge branches 'acpi-tables', 'acpi-bus' and 'acpi-processor'Gravatar Rafael J. Wysocki 2-4/+7
2018-02-08Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-domains'Gravatar Rafael J. Wysocki 1-46/+79
2018-02-08cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx()Gravatar Dominik Brodowski 1-46/+79
2018-02-07Merge tag 'iversion-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-11/+11
2018-02-07Merge tag 'fbdev-v4.16' of git://github.com/bzolnier/linuxGravatar Linus Torvalds 2-3/+5
2018-02-07Merge tag 'platform-drivers-x86-v4.16-2' of git://git.infradead.org/linux-pla...Gravatar Linus Torvalds 1-0/+14
2018-02-07Merge tag 'asoc-v4.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Linus Torvalds 1-1/+1
2018-02-07Merge tag 'riscv-for-linus-4.16-merge_window' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 1-0/+2
2018-02-07Merge tag 'mips_4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Gravatar Linus Torvalds 1-0/+58
2018-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 2-6/+5
2018-02-07SUNRPC: Queue latency-sensitive socket tasks to xprtiodGravatar Trond Myklebust 1-0/+3
2018-02-07PCI: Add Ubiquiti Networks vendor IDGravatar Tobias Schramm 1-0/+2
2018-02-07Merge remote-tracking branches 'asoc/topic/max98373', 'asoc/topic/mtk', 'asoc...Gravatar Mark Brown 1-1/+1
2018-02-07Merge remote-tracking branches 'asoc/topic/ak4613', 'asoc/topic/core', 'asoc/...Gravatar Mark Brown 4-7/+15
2018-02-07x86: hibernate: fix swsusp_arch_resume() prototypeGravatar Arnd Bergmann 1-0/+2
2018-02-07netfilter: nf_flow_offload: fix use-after-free and a resource leakGravatar Felix Fietkau 1-1/+0
2018-02-07netfilter: remove useless prototypeGravatar Taehee Yoo 1-5/+0
2018-02-07seq_file: Introduce DEFINE_SHOW_ATTRIBUTE() helper macroGravatar Andy Shevchenko 1-0/+14
2018-02-07ACPI: SPCR: Make SPCR available to x86Gravatar Prarit Bhargava 2-4/+7
2018-02-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 21-64/+111
2018-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-10/+128
2018-02-06Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 2-2/+3
2018-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-13/+19
2018-02-06pipe: reject F_SETPIPE_SZ with size over UINT_MAXGravatar Eric Biggers 1-1/+1
2018-02-06pipe, sysctl: remove pipe_proc_fn()Gravatar Eric Biggers 2-4/+0
2018-02-06pipe, sysctl: drop 'min' parameter from pipe-max-size converterGravatar Eric Biggers 1-1/+1
2018-02-06crash_dump: is_kdump_kernel can be booleanGravatar Yaowei Bai 1-6/+6
2018-02-06kernel/mutex: mutex_is_locked can be booleanGravatar Yaowei Bai 1-2/+2
2018-02-06kernel/module: module_is_live can be booleanGravatar Yaowei Bai 1-1/+1
2018-02-06kernel/resource: iomem_is_exclusive can be booleanGravatar Yaowei Bai 1-1/+1
2018-02-06kernel/cpuset: current_cpuset_is_being_rebound can be booleanGravatar Yaowei Bai 1-3/+3