summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* watchdog/core: Add missing prototypes for weak functionsMathieu Malaterre2018-11-061-0/+2
* resource/docs: Fix new kernel-doc warningsRandy Dunlap2018-11-051-3/+7
* Merge tag 'tag-chrome-platform-for-v4.20' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2018-10-319-223/+337
|\
| * platform/chrome: chromeos_tbmc - Remove unneeded constNathan Chancellor2018-10-091-1/+1
| * platform/chrome: Add a new interrupt path for cros_ec_lpcEnrico Granata2018-10-091-1/+14
| * Merge remote-tracking branch 'origin/ib-chrome-platform-mfd-move-cros_ec_lpc'...Benson Leung2018-10-098-221/+322
| |\
| | * mfd: cros_ec: Fix and improve kerneldoc comments.Enric Balletbo i Serra2018-09-073-212/+310
| | * platform/chrome: Move mfd/cros_ec_lpc* includes to drivers/platform.Enric Balletbo i Serra2018-09-075-9/+12
* | | Merge tag 'riscv-for-linus-4.20-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-318-353/+6
|\ \ \
| * \ \ lib: Remove umoddi3 and udivmoddi4Palmer Dabbelt2018-10-315-347/+0
| |\ \ \
| | * | | Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"Palmer Dabbelt2018-10-314-346/+0
| | * | | Revert "RISC-V: Select GENERIC_LIB_UMODDI3 on RV32"Palmer Dabbelt2018-10-311-1/+0
| * | | | Move EM_RISCV into elf-em.hPalmer Dabbelt2018-10-312-3/+1
| * | | | RISC-V: properly determine hardware capsAndreas Schwab2018-10-311-3/+5
| |/ / /
* | | | Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-3111-456/+19
|\ \ \ \
| * | | | um: Make line/tty semantics use true write IRQAnton Ivanov2018-10-291-2/+2
| * | | | um: trap: fix spelling mistake, EACCESS -> EACCESColin Ian King2018-10-291-1/+1
| * | | | um: Don't hardcode path as it is architecture dependentRitesh Raj Sarraf2018-10-291-1/+1
| * | | | um: NULL check before kfree is not neededYueHaibing2018-10-293-16/+8
| * | | | um: remove unused AIO codeChristoph Hellwig2018-10-293-424/+2
| * | | | um: Give start_idle_thread() a return codeRichard Weinberger2018-10-291-0/+5
| * | | | um: Remove update_debugregs()Richard Weinberger2018-10-291-2/+0
| * | | | um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEPRichard Weinberger2018-10-291-10/+0
* | | | | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2018-10-311-25/+1
|\ \ \ \ \
| * | | | | c6x: switch to NO_BOOTMEMMike Rapoport2018-10-282-25/+2
* | | | | | Merge tag 'fuse-update-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-3110-490/+1201
|\ \ \ \ \ \
| * | | | | | fuse: enable caching of symlinksDan Schatzberg2018-10-154-26/+92
| * | | | | | fuse: only invalidate atime in direct readMiklos Szeredi2018-10-151-1/+1
| * | | | | | fuse: don't need GETATTR after every READMiklos Szeredi2018-10-151-1/+3
| * | | | | | fuse: allow fine grained attr cache invaldationMiklos Szeredi2018-10-153-5/+18
| * | | | | | bitops: protect variables in bit_clear_unless() macroMiklos Szeredi2018-10-151-8/+8
| * | | | | | bitops: protect variables in set_mask_bits() macroMiklos Szeredi2018-10-151-7/+7
| * | | | | | fuse: realloc page arrayMiklos Szeredi2018-10-013-5/+56
| * | | | | | fuse: add max_pages to init_outConstantine Shulyupin2018-10-015-35/+54
| * | | | | | fuse: allocate page array more efficientlyMiklos Szeredi2018-10-011-26/+18
| * | | | | | fuse: reduce size of struct fuse_inodeMiklos Szeredi2018-10-014-41/+58
| * | | | | | fuse: use iversion for readdir cache verificationMiklos Szeredi2018-10-013-8/+21
| * | | | | | fuse: use mtime for readdir cache verificationMiklos Szeredi2018-10-012-4/+37
| * | | | | | fuse: add readdir cache versionMiklos Szeredi2018-10-013-1/+52
| * | | | | | fuse: allow using readdir cacheMiklos Szeredi2018-10-013-4/+161
| * | | | | | fuse: allow caching readdirMiklos Szeredi2018-10-013-1/+109
| * | | | | | fuse: extract fuse_emit() helperMiklos Szeredi2018-09-281-4/+9
| * | | | | | fuse: add FOPEN_CACHE_DIRMiklos Szeredi2018-09-281-0/+3
| * | | | | | fuse: split out readdir.cMiklos Szeredi2018-09-284-258/+274
| * | | | | | fuse: Use hash table to link processing requestKirill Tkhai2018-09-283-14/+41
| * | | | | | fuse: kill req->intr_uniqueKirill Tkhai2018-09-282-9/+5
| * | | | | | fuse: change interrupt requests allocation algorithmKirill Tkhai2018-09-281-2/+7
| * | | | | | fuse: do not take fc->lock in fuse_request_send_background()Kirill Tkhai2018-09-283-28/+28
| * | | | | | fuse: introduce fc->bg_lockKirill Tkhai2018-09-285-15/+26
| * | | | | | fuse: add locking to max_background and congestion_threshold changesKirill Tkhai2018-09-281-6/+24