summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-10m68k: Add braces to __pmd(x) initializer to kill compiler warningGeert Uytterhoeven1-1/+1
2017-09-10x86/mm/64: Fix an incorrect warning with CONFIG_DEBUG_VM=y, !PCIDAndy Lutomirski1-1/+1
2017-09-10Merge tag 'iommu-updates-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds41-1233/+2881
2017-09-10Merge tag 'for-linus-20170904' of git://git.infradead.org/linux-mtdLinus Torvalds162-765/+2113
2017-09-10Merge tag 'for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds27-638/+1471
2017-09-10Merge tag 'rpmsg-v4.14' of git://github.com/andersson/remoteprocLinus Torvalds16-971/+2210
2017-09-10Merge tag 'rproc-v4.14' of git://github.com/andersson/remoteprocLinus Torvalds20-37/+1032
2017-09-10Merge tag 'vfio-v4.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds3-7/+36
2017-09-10Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds71-531/+1594
2017-09-09Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds14-401/+323
2017-09-09Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds40-1540/+1702
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds35-817/+1143
2017-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds63-235/+537
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds271-2011/+7222
2017-09-09remove gperf left-overs from build systemLinus Torvalds1-9/+0
2017-09-09bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann2-3/+7
2017-09-09Revert "mdio_bus: Remove unneeded gpiod NULL check"Florian Fainelli1-2/+4
2017-09-09Merge branch 'xdp-bpf-fixes'David S. Miller6-26/+89
2017-09-09bpf: devmap, use cond_resched instead of cpu_relaxJohn Fastabend1-1/+1
2017-09-09bpf: add support for sockmap detach programsJohn Fastabend4-16/+72
2017-09-09net: rcu lock and preempt disable missing around generic xdpJohn Fastabend1-9/+16
2017-09-09bpf: don't select potentially stale ri->map from buggy xdp progsDaniel Borkmann2-2/+35
2017-09-09net: tulip: Constify tulip_tblKees Cook2-2/+2
2017-09-09net: ethernet: ti: netcp_core: no need in netif_napi_delIvan Khoronzhuk1-1/+0
2017-09-09davicom: Display proper debug level up to 6Mathieu Malaterre1-1/+1
2017-09-09net: phy: sfp: rename dt properties to match the bindingBaruch Siach1-2/+2
2017-09-09dt-binding: net: sfp binding documentationBaruch Siach1-0/+76
2017-09-09dt-bindings: add SFF vendor prefixBaruch Siach1-0/+1
2017-09-09dt-bindings: net: don't confuse with generic PHY propertyBaruch Siach1-0/+4
2017-09-09ip6_tunnel: fix setting hop_limit value for ipv6 tunnelHaishuang Yan1-0/+1
2017-09-09ip_tunnel: fix setting ttl and tos value in collect_md modeHaishuang Yan1-2/+2
2017-09-09ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel8-50/+130
2017-09-09ipc/sem: play nicer with large nsops allocationsDavidlohr Bueso1-2/+2
2017-09-09ipc/sem: drop sem_checkid helperDavidlohr Bueso1-2/+0
2017-09-09ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_tElena Reshetova2-4/+5
2017-09-09ipc: convert sem_undo_list.refcnt from atomic_t to refcount_tElena Reshetova1-4/+4
2017-09-09ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova3-5/+6
2017-09-09kcov: support compat processesDmitry Vyukov1-0/+1
2017-09-09sh: defconfig: cleanup from old Kconfig optionsKrzysztof Kozlowski55-358/+0
2017-09-09mn10300: defconfig: cleanup from old Kconfig optionsKrzysztof Kozlowski2-14/+0
2017-09-09m32r: defconfig: cleanup from old Kconfig optionsKrzysztof Kozlowski12-37/+0
2017-09-09drivers/pps: use surrounding "if PPS" to remove numerous dependency checksRobert P. J. Day3-9/+8
2017-09-09drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day7-36/+43
2017-09-09cpumask: make cpumask_next() out-of-lineAlexey Dobriyan2-14/+17
2017-09-09kmod: move #ifdef CONFIG_MODULES wrapper to MakefileLuis R. Rodriguez2-4/+2
2017-09-09kmod: split off umh headers into its own fileLuis R. Rodriguez3-59/+71
2017-09-09MAINTAINERS: clarify kmod is just a kernel module loaderLuis R. Rodriguez1-1/+1
2017-09-09kmod: split out umh code into its own fileLuis R. Rodriguez4-559/+577
2017-09-09test_kmod: flip INT checks to be consistentDan Carpenter1-1/+1
2017-09-09test_kmod: remove paranoid UINT_MAX check on uint range processingDan Carpenter1-1/+1