summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-03NFSD: Clean up legacy NFS SYMLINK argument XDR decodersChuck Lever9-65/+132
2018-04-03NFSD: Clean up legacy NFS WRITE argument XDR decodersChuck Lever8-30/+65
2018-04-03nfsd: Trace NFSv4 COMPOUND executionChuck Lever2-6/+42
2018-04-03nfsd: Add I/O trace points in the NFSv4 read procChuck Lever5-25/+39
2018-04-03nfsd: Add I/O trace points in the NFSv4 write pathChuck Lever3-13/+50
2018-04-03nfsd: Add "nfsd_" to trace point namesChuck Lever4-20/+20
2018-04-03nfsd: Record request byte count, not count of vectorsChuck Lever2-18/+13
2018-04-03nfsd: Fix NFSD trace pointsChuck Lever1-6/+11
2018-04-03svc: Report xprt dequeue latencyChuck Lever3-6/+29
2018-04-03sunrpc: Report per-RPC execution statsChuck Lever3-1/+24
2018-04-03sunrpc: Re-purpose trace_svc_processChuck Lever2-10/+29
2018-04-03sunrpc: Save remote presentation address in svc_xprt for trace eventsChuck Lever5-58/+43
2018-04-03sunrpc: Simplify trace_svc_recvChuck Lever2-8/+7
2018-04-03sunrpc: Simplify do_enqueue tracingChuck Lever1-8/+3
2018-04-03sunrpc: Move trace_svc_xprt_dequeue()Chuck Lever2-15/+6
2018-04-03sunrpc: Update show_svc_xprt_flags() to include recently added flagsChuck Lever1-1/+3
2018-04-03svc: Simplify ->xpo_secure_portChuck Lever4-10/+10
2018-04-03sunrpc: Remove unneeded pointer dereferenceChuck Lever1-2/+2
2018-04-03nfsd: use correct enum type in decode_cb_op_statusStefan Agner1-2/+2
2018-04-03nfsd: fix boolreturn.cocci warningsFengguang Wu1-3/+3
2018-04-03Merge tag 'spi-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds30-417/+578
2018-04-03Merge tag 'regulator-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-37/+367
2018-04-03Merge tag 'regmap-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds5-189/+168
2018-04-03Merge tag 'pm-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds75-915/+2916
2018-04-03Merge tag 'acpi-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds254-11085/+4556
2018-04-03RISC-V: Rename CONFIG_CMDLINE_OVERRIDE to CONFIG_CMDLINE_FORCEPalmer Dabbelt1-2/+2
2018-04-03sparc64: Make atomic_xchg() an inline function rather than a macro.David S. Miller1-1/+5
2018-04-03ALSA: pcm: Fix UAF at PCM release via PCM timer accessTakashi Iwai1-1/+7
2018-04-03Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds105-1797/+3058
2018-04-03bitmap: fix memset optimization on big-endian systemsOmar Sandoval1-5/+17
2018-04-03RISC-V: Fixes to module loadingPalmer Dabbelt9-6/+470
2018-04-03RISC-V: Assorted memory model fixesPalmer Dabbelt5-234/+630
2018-04-03RISC-V: Add dynamic ftrace support for RISC-V platformsPalmer Dabbelt9-13/+501
2018-04-03Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2498-467668/+95
2018-04-03f2fs: make assignment of t->dentry_bitmap more readableYunlong Song1-1/+1
2018-04-03f2fs: truncate preallocated blocks in error caseJaegeuk Kim1-0/+9
2018-04-03RISC-V: Add definition of relocation typesZong Li1-0/+7
2018-04-03RISC-V: Enable module support in defconfigZong Li1-0/+2
2018-04-03RISC-V: Support SUB32 relocation type in kernel moduleZong Li1-0/+8
2018-04-03RISC-V: Support ADD32 relocation type in kernel moduleZong Li1-0/+8
2018-04-03RISC-V: Support ALIGN relocation type in kernel moduleZong Li1-0/+10
2018-04-03RISC-V: Support RVC_BRANCH/JUMP relocation type in kernel modulewqZong Li1-0/+35
2018-04-03RISC-V: Support HI20/LO12_I/LO12_S relocation type in kernel moduleZong Li1-0/+42
2018-04-03RISC-V: Support CALL relocation type in kernel moduleZong Li1-0/+22
2018-04-03RISC-V: Support GOT_HI20/CALL_PLT relocation type in kernel moduleZong Li1-10/+52
2018-04-03RISC-V: Add section of GOT.PLT for kernel moduleZong Li3-17/+45
2018-04-03RISC-V: Add sections of PLT and GOT for kernel moduleZong Li6-0/+260
2018-04-03riscv/atomic: Strengthen implementations with fencesAndrea Parri2-220/+588
2018-04-03riscv/spinlock: Strengthen implementations with fencesAndrea Parri2-14/+27
2018-04-03riscv/barrier: Define __smp_{store_release,load_acquire}Andrea Parri1-0/+15