summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix typos in KconfigMasanari Iida2017-10-1215-20/+20
* kfifo: Fix commentsChristophe JAILLET2017-10-121-3/+3
* init/Kconfig: Fix module signing document locationNathan Chancellor2017-10-121-1/+1
* misc: ibmasm: Return error on error pathAnton Vasilyev2017-10-122-3/+5
* HID: logitech-hidpp: fix mistake in printk, "feeback" -> "feedback"Colin Ian King2017-10-121-1/+2
* MAINTAINERS: Correct path to uDraw PS3 driverBastien Nocera2017-10-121-1/+1
* tracing: Fix doc mistakes in trace sampleJeremy Linton2017-10-121-5/+5
* tracing: Kconfig text fixes for CONFIG_HWLAT_TRACERJesper Dangaard Brouer2017-10-121-2/+2
* MIPS: Alchemy: Remove reverted CONFIG_NETLINK_MMAP from db1xxx_defconfigNikitas Angelinas2017-10-121-1/+0
* mm/huge_memory.c: fixup grammar in commentMichael DeGuzis2017-10-121-4/+4
* lib/xz: Add fall-through comments to a switch statementLasse Collin2017-10-121-0/+16
* Merge tag 'rpmsg-v4.14-fixes' of git://github.com/andersson/remoteprocLinus Torvalds2017-10-111-4/+10
|\
| * rpmsg: glink: Fix memory leak in qcom_glink_alloc_intent()Dan Carpenter2017-10-101-3/+8
| * rpmsg: glink: Unlock on error in qcom_glink_request_intent()Dan Carpenter2017-10-101-1/+2
* | Merge tag 'rproc-v4.14-fixes' of git://github.com/andersson/remoteprocLinus Torvalds2017-10-112-5/+6
|\ \
| * | remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init()Wei Yongjun2017-10-111-3/+2
| * | remoteproc: qcom: fix RPMSG_QCOM_GLINK_SMEM dependenciesArnd Bergmann2017-10-101-0/+2
| * | remoteproc: imx_rproc: fix a couple off by one bugsDan Carpenter2017-10-101-2/+2
| |/
* | 9p: set page uptodate when required in write_end()Alexander Levin2017-10-111-3/+7
* | Merge tag 'gpio-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-10-113-12/+17
|\ \
| * | gpio: omap: Fix lost edge interruptsGrygorii Strashko2017-10-071-9/+13
| * | gpio: omap: omap_gpio_show_rev is not __initArnd Bergmann2017-09-211-1/+1
| * | gpio: acpi: work around false-positive -Wstring-overflow warningArnd Bergmann2017-09-191-1/+1
| * | gpio: thunderx: select IRQ_DOMAIN_HIERARCHY instead of depends onMasahiro Yamada2017-09-191-1/+2
| |/
* | Merge tag 'pinctrl-v4.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-10-113-5/+14
|\ \
| * | pinctrl: cherryview: fix issues caused by dynamic gpio irqs mappingGrygorii Strashko2017-10-081-1/+13
| * | pinctrl/amd: Fix build dependency on pinmux codePetr Mladek2017-09-271-0/+1
| * | pinctrl: bcm2835: fix build warning in bcm2835_gpio_irq_handle_bankCorentin Labbe2017-09-211-4/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-10-112-8/+21
|\ \
| * | bio_copy_user_iov(): don't ignore ->iov_offsetAl Viro2017-10-111-2/+2
| * | more bio_map_user_iov() leak fixesAl Viro2017-10-111-5/+9
| * | fix unbalanced page refcounting in bio_map_user_iovVitaly Mayatskikh2017-10-111-0/+8
| * | direct-io: Prevent NULL pointer access in submit_page_sectionAndreas Gruenbacher2017-10-111-1/+2
* | | Merge tag 'seccomp-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-101-1/+1
|\ \ \
| * | | seccomp: make function __get_seccomp_filter staticColin Ian King2017-10-101-1/+1
* | | | Merge tag 'nfsd-4.14-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-10-102-3/+10
|\ \ \ \
| * | | | nfsd4: define nfsd4_secinfo_no_name_release()Eryu Guan2017-10-051-1/+8
| * | | | MAINTAINERS: associate linux/fs.h with VFS instead of file lockingEric Biggers2017-09-181-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'f2fs-for-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-103-5/+5
|\ \ \ \
| * | | | f2fs: fix potential panic during fstrimChao Yu2017-10-033-5/+5
* | | | | Merge tag 'linux-kselftest-4.14-rc5-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-10-102-3/+3
|\ \ \ \ \
| * | | | | selftests: mqueue: fix regression in silencing output from RUN_TESTSShuah Khan2017-10-051-2/+2
| * | | | | selftests: x86: sysret_ss_attrs doesn't build on a PIE buildShuah Khan2017-10-051-1/+1
* | | | | | Merge branch 'ppc-bundle' (bundle from Michael Ellerman)Linus Torvalds2017-10-102-2/+35
|\ \ \ \ \ \
| * | | | | | powerpc/tm: Fix illegal TM state in signal handlerGustavo Romero2017-10-061-1/+12
| * | | | | | powerpc/64s: Use emergency stack for kernel TM Bad Thing program checksCyril Bur2017-10-061-1/+23
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-1054-164/+211
|\ \ \ \ \ \ \
| * | | | | | | cdc_ether: flag the u-blox TOBY-L2 and SARA-U2 as wwanAleksander Morgado2017-10-101-0/+13
| * | | | | | | net: thunderx: mark expected switch fall-throughs in nicvf_main()Gustavo A. R. Silva2017-10-091-0/+2
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-10-0926-64/+107
| |\ \ \ \ \ \ \