aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman4-4/+4
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/+19
2016-08-08ipcns: Add a limit on the number of ipc namespacesEric W. Biederman1-0/+1
2016-08-08utsns: Add a limit on the number of uts namespacesEric W. Biederman2-5/+30
2016-08-08pidns: Add a limit on the number of pid namespacesEric W. Biederman2-4/+22
2016-08-08userns: Generalize the user namespace count into ucountEric W. Biederman3-21/+39
2016-08-08userns: Make the count of user namespaces per userEric W. Biederman3-26/+103
2016-08-08userns: Add a limit on the number of user namespacesEric W. Biederman3-11/+75
2016-08-08userns: Add per user namespace sysctls.Eric W. Biederman3-3/+116
2016-08-08userns: Free user namespaces in process contextEric W. Biederman1-3/+11
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-3/+3
2016-08-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-08-05Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+3
2016-08-04Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds3-23/+105
2016-08-04jump_label: remove bug.h, atomic.h dependencies for HAVE_JUMP_LABELJason Baron1-0/+53
2016-08-04tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2-5/+5
2016-08-04modules: add ro_after_init supportJessica Yu2-13/+55
2016-08-04jump_label: disable preemption around __module_text_address().Rusty Russell1-1/+4
2016-08-04modules: Add kernel parameter to blacklist modulesPrarit Bhargava1-0/+24
2016-08-04module: Do a WARN_ON_ONCE() for assert module mutex not heldSteven Rostedt1-1/+1
2016-08-03Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-7/+11
2016-08-02config: add android config fragmentsRob Herring2-0/+273
2016-08-02relay: add global mode support for buffer-only channelsAkash Goel1-2/+32
2016-08-02kexec: add restriction on kexec_load() segment sizeszhong jiang1-0/+17
2016-08-02kexec: add a kexec_crash_loaded() functionPetr Tesarik2-1/+7
2016-08-02kexec: use core_param for crash_kexec_post_notifiers boot optionHidehiro Kawai1-9/+4
2016-08-02kexec: allow architectures to override boot mappingRussell King2-14/+15
2016-08-02kdump: arrange for paddr_vmcoreinfo_note() to return phys_addr_tRussell King2-3/+3
2016-08-02kexec: ensure user memory sizes do not wrapRussell King1-0/+2
2016-08-02kexec: return error number directlyMinfei Huang1-10/+6
2016-08-02kernel/exit.c: quieten greatest stack depth printkAnton Blanchard1-1/+1
2016-08-02printk: add kernel parameter to control writes to /dev/kmsgBorislav Petkov2-8/+141
2016-08-02printk: include <asm/sections.h> instead of <asm-generic/sections.h>Christoph Hellwig1-1/+1
2016-08-02printk: introduce suppress_message_printing()Sergey Senozhatsky1-6/+19
2016-08-02printk: create pr_<level> functionsJoe Perches3-11/+45
2016-08-02printk: do not include interrupt.hSergey Senozhatsky1-1/+0
2016-08-02dynamic_debug: only add header when usedLuis de Bethencourt1-0/+1
2016-08-02task_work: use READ_ONCE/lockless_dereference, avoid pi_lock if !task_worksOleg Nesterov1-4/+6
2016-08-02tracing: Fix use-after-free in hist_register_trigger()Tom Zanussi1-3/+3
2016-08-02tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_allSteven Rostedt1-4/+4
2016-08-02Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt1-0/+4
2016-08-02perf/core: Change log level for duration warning to KERN_INFODavid Ahern1-1/+1
2016-08-01jump_label: Make it possible for arches to invoke jump_label_init() earlierKevin Hao1-0/+3
2016-07-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2016-07-29Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds4-267/+228
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-98/+92
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-0/+16
2016-07-29Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-10/+8