aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2019-01-05Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Gravatar Linus Torvalds 3-0/+36
2019-01-05Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxGravatar Linus Torvalds 2-0/+2
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 14-57/+34
2019-01-04Merge branch 'next/drivers' into next/lateGravatar Olof Johansson 21-830/+1865
2019-01-04fs: don't open code lru_to_page()Gravatar Nikolay Borisov 2-3/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 1-7/+6
2019-01-04kernel/sysctl: add panic_print into sysctlGravatar Feng Tang 2-0/+2
2019-01-04bfs: extra sanity checking and static inode bitmapGravatar Tigran Aivazian 1-1/+1
2019-01-04exec: separate MM_ANONPAGES and RLIMIT_STACK accountingGravatar Oleg Nesterov 1-0/+1
2019-01-04fork: fix some -Wmissing-prototypes warningsGravatar Yi Wang 1-0/+2
2019-01-04fat: move MAX_FAT to fat.h and change it to inline functionGravatar Carmeli Tamir 1-2/+0
2019-01-04fat: remove FAT_FIRST_ENT macroGravatar Carmeli Tamir 1-3/+0
2019-01-04include/uapi/linux/msdos_fs.h: use MSDOS_NAME for volume label sizeGravatar Carmeli Tamir 1-2/+2
2019-01-04autofs: add strictexpire mount optionGravatar Ian Kent 1-1/+1
2019-01-04lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunkGravatar Alexey Skidanov 1-6/+7
2019-01-04fls: change parameter to unsigned intGravatar Matthew Wilcox 2-2/+2
2019-01-04include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack()Gravatar Alexey Dobriyan 1-1/+1
2019-01-04build_bug.h: remove most of dummy BUILD_BUG_ON stubs for SparseGravatar Masahiro Yamada 1-15/+7
2019-01-04build_bug.h: remove negative-array fallback for BUILD_BUG_ON()Gravatar Masahiro Yamada 1-14/+0
2019-01-04make 'user_access_begin()' do 'access_ok()'Gravatar Linus Torvalds 1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 4-16/+13
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 8-32/+84
2019-01-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 2-42/+1
2019-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 3-111/+184
2019-01-02Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-7/+21
2019-01-02Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 2-289/+289
2019-01-02Merge tag 'mailbox-v4.21' of git://git.linaro.org/landing-teams/working/fujit...Gravatar Linus Torvalds 3-0/+21
2019-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 2-7/+15
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 9-195/+314
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 6-13/+23
2019-01-02bpf: prevent out of bounds speculation on pointer arithmeticGravatar Daniel Borkmann 1-0/+10
2019-01-02bpf: enable access to ax register also from verifier rewriteGravatar Daniel Borkmann 1-6/+1
2019-01-02bpf: move tmp variable into ax register in interpreterGravatar Daniel Borkmann 1-1/+2
2019-01-02bpf: move {prev_,}insn_idx into verifier envGravatar Daniel Borkmann 1-0/+2
2019-01-02Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Gravatar Linus Torvalds 1-4/+7
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-8/+43
2019-01-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-0/+49
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Gravatar Santosh kumar pradhan 1-2/+2
2019-01-02xprtrdma: Prevent leak of rpcrdma_rep objectsGravatar Chuck Lever 1-0/+28
2019-01-02SUNRPC: Simplify defining common RPC trace eventsGravatar Chuck Lever 1-103/+69
2019-01-02xprtrdma: Trace mapping, alloc, and dereg failuresGravatar Chuck Lever 1-0/+136
2019-01-02xprtrdma: Add trace points for calls to transport switch methodsGravatar Chuck Lever 1-4/+6
2019-01-02xprtrdma: Clean up of xprtrdma chunk trace pointsGravatar Chuck Lever 1-16/+26
2019-01-02xprtrdma: Refactor Receive accountingGravatar Chuck Lever 1-1/+1
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-72/+122
2019-01-01Merge tag 'dmaengine-4.21-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 5-32/+81
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Gravatar Linus Torvalds 1-9/+15
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 1-9/+8
2019-01-01Merge tag 'pinctrl-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-7/+3127