aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman2-0/+9
2016-09-22nsfs: add ioctl to get a parent namespaceAndrey Vagin1-0/+1
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2-0/+8
2016-08-31mntns: Add a limit on the number of mount namespaces.Eric W. Biederman1-0/+1
2016-08-08netns: Add a limit on the number of net namespacesEric W. Biederman1-0/+1
2016-08-08cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman2-0/+2
2016-08-08ipcns: Add a limit on the number of ipc namespacesEric W. Biederman2-0/+2
2016-08-08utsns: Add a limit on the number of uts namespacesEric W. Biederman2-0/+2
2016-08-08pidns: Add a limit on the number of pid namespacesEric W. Biederman2-0/+2
2016-08-08userns: Generalize the user namespace count into ucountEric W. Biederman1-4/+10
2016-08-08userns: Make the count of user namespaces per userEric W. Biederman1-4/+14
2016-08-08userns: Add a limit on the number of user namespacesEric W. Biederman1-0/+6
2016-08-08userns: Add per user namespace sysctls.Eric W. Biederman1-0/+4
2016-08-08userns: Free user namespaces in process contextEric W. Biederman1-2/+3
2016-08-08sysctl: Stop implicitly passing current into sysctl_table_root.lookupEric W. Biederman1-2/+1
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe3-11/+12
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe4-15/+14
2016-08-07Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+1
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-8/+8
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-0/+167
2016-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+9
2016-08-06Merge tag 'pwm/for-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds3-1/+158
2016-08-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds7-15/+20
2016-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-11/+19
2016-08-05Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds6-66/+5
2016-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds5-5/+39
2016-08-04Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-14/+13
2016-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds1-0/+2
2016-08-04mm/block: convert rw_page users to bio op useMike Christie4-14/+15
2016-08-04Include: blkdev: Removed duplicate 'struct request;' declaration.John Pittman1-1/+0
2016-08-04block: fix bdi vs gendisk lifetime mismatchDan Williams2-0/+2
2016-08-04block: add missing group association in bio-cloning functionsPaolo Valente1-0/+3
2016-08-04Merge branches 'misc' and 'rxe' into k.o/for-4.8-1Doug Ledford1-0/+7
2016-08-04Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-29/+40
2016-08-04dynamic_debug: add jump label supportJason Baron1-6/+54
2016-08-04jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABELJason Baron1-23/+23
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski4-123/+92
2016-08-04include/linux/bitmap.h: cleanupAndrew Morton1-4/+3
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2-3/+3
2016-08-04Merge tag 'kvm-arm-for-4.8-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-3/+9
2016-08-03IB/mlx4: Add diagnostic hardware countersMark Bloch1-0/+3
2016-08-03net/mlx4: Query performance and diagnostics countersMark Bloch1-0/+3
2016-08-03net/mlx4: Add diagnostic counters capability bitMark Bloch1-0/+1
2016-08-04extable.h: add stddef.h so "NULL" definition is not implicitPaul Gortmaker1-0/+2
2016-08-04modules: add ro_after_init supportJessica Yu1-2/+4
2016-08-04exceptions: fork exception table content from module.h into extable.hPaul Gortmaker2-25/+32
2016-08-03Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linusAl Viro1-5/+0
2016-08-03vfs: make dentry_needs_remove_privs() internalMiklos Szeredi1-1/+0
2016-08-03vfs: remove file_needs_remove_privs()Miklos Szeredi1-4/+0
2016-08-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds20-1053/+340