summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: don't open code lru_to_page()Nikolay Borisov2019-01-042-3/+2
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-7/+6
* kernel/sysctl: add panic_print into sysctlFeng Tang2019-01-042-0/+2
* bfs: extra sanity checking and static inode bitmapTigran Aivazian2019-01-041-1/+1
* exec: separate MM_ANONPAGES and RLIMIT_STACK accountingOleg Nesterov2019-01-041-0/+1
* fork: fix some -Wmissing-prototypes warningsYi Wang2019-01-041-0/+2
* fat: move MAX_FAT to fat.h and change it to inline functionCarmeli Tamir2019-01-041-2/+0
* fat: remove FAT_FIRST_ENT macroCarmeli Tamir2019-01-041-3/+0
* include/uapi/linux/msdos_fs.h: use MSDOS_NAME for volume label sizeCarmeli Tamir2019-01-041-2/+2
* autofs: add strictexpire mount optionIan Kent2019-01-041-1/+1
* lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkAlexey Skidanov2019-01-041-6/+7
* fls: change parameter to unsigned intMatthew Wilcox2019-01-042-2/+2
* include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack()Alexey Dobriyan2019-01-041-1/+1
* build_bug.h: remove most of dummy BUILD_BUG_ON stubs for SparseMasahiro Yamada2019-01-041-15/+7
* build_bug.h: remove negative-array fallback for BUILD_BUG_ON()Masahiro Yamada2019-01-041-14/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-01-032-42/+1
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2018-12-292-42/+1
| |\
| | * dt-bindings: marvell,mmp2: Add clock id for the SP clockLubomir Rintel2018-11-151-0/+1
| | * Input: ad7879 - drop platform data supportLinus Walleij2018-11-151-42/+0
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-01-033-111/+184
|\ \ \
| * | | vhost: split structs into a separate header filePaolo Bonzini2018-12-202-111/+130
| * | | virtio_blk: add discard and write zeroes supportChangpeng Liu2018-12-201-0/+54
* | | | Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds2019-01-033-7/+21
|\ \ \ \
| * | | | blkcg: clean up blkg_tryget_closest()Dennis Zhou2018-12-211-5/+16
| * | | | drbd: Avoid Clang warning about pointless switch statmentNathan Chancellor2018-12-201-1/+4
| * | | | drbd: introduce P_ZEROES (REQ_OP_WRITE_ZEROES on the "wire")Lars Ellenberg2018-12-201-1/+1
* | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-01-032-289/+289
|\ \ \ \ \
| * | | | | clk: imx8qxp: make the name of clock ID genericAisheng Dong2018-12-282-289/+289
* | | | | | Merge tag 'mailbox-v4.21' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2019-01-033-0/+21
|\ \ \ \ \ \
| * | | | | | dt-bindings: tegra186-hsp: Add shared mailboxesMikko Perttunen2018-12-221-0/+11
| * | | | | | mailbox: Support blocking transfers in atomic contextThierry Reding2018-12-222-0/+5
| * | | | | | mailbox: Add device-managed registration functionsThierry Reding2018-12-211-0/+5
* | | | | | | Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-039-195/+314
|\ \ \ \ \ \ \
| * | | | | | | sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan2019-01-021-2/+2
| * | | | | | | xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever2019-01-021-0/+28
| * | | | | | | SUNRPC: Simplify defining common RPC trace eventsChuck Lever2019-01-021-103/+69
| * | | | | | | xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever2019-01-021-0/+136
| * | | | | | | xprtrdma: Add trace points for calls to transport switch methodsChuck Lever2019-01-021-4/+6
| * | | | | | | xprtrdma: Clean up of xprtrdma chunk trace pointsChuck Lever2019-01-021-16/+26
| * | | | | | | xprtrdma: Refactor Receive accountingChuck Lever2019-01-021-1/+1
| * | | | | | | SUNRPC discard cr_uid from struct rpc_cred.NeilBrown2018-12-191-2/+0
| * | | | | | | SUNRPC: remove crbind rpc_cred operationNeilBrown2018-12-191-2/+0
| * | | | | | | SUNRPC: remove generic cred code.NeilBrown2018-12-191-6/+0
| * | | | | | | NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-194-28/+12
| * | | | | | | NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown2018-12-192-2/+2
| * | | | | | | NFS: change access cache to use 'struct cred'.NeilBrown2018-12-191-2/+2
| * | | | | | | SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown2018-12-191-3/+0
| * | | | | | | NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-192-12/+1
| * | | | | | | SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown2018-12-191-0/+2
| * | | | | | | SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown2018-12-191-0/+1