- 1e1c158 fs/epoll: use a per-cpu counter for user's watches count by Nicholas Piggin · 3 years, 4 months ago
- d7c9e99 Reimplement RLIMIT_MEMLOCK on top of ucounts by Alexey Gladkov · 3 years, 8 months ago
- d646969 Reimplement RLIMIT_SIGPENDING on top of ucounts by Alexey Gladkov · 3 years, 8 months ago
- 21d1c5e Reimplement RLIMIT_NPROC on top of ucounts by Alexey Gladkov · 3 years, 8 months ago
- 265cbd6 user: Use generic ns_common::count by Kirill Tkhai · 4 years, 5 months ago
- de83dbd user.c: make uidhash_table static by Jason Yan · 4 years, 7 months ago
- c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 5 years ago
- 0f44e4d keys: Move the user and user-session keyrings to the user_namespace by David Howells · 6 years ago
- b206f28 keys: Namespace keyring names by David Howells · 6 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- 6c4e121 kernel/user.c: clean up some leftover code by Rasmus Villemoes · 6 years ago
- ce0a568 userns: use irqsave variant of refcount_dec_and_lock() by Anna-Maria Gleixner · 6 years ago
- fc37191 userns: use refcount_t for reference counting instead atomic_t by Sebastian Andrzej Siewior · 6 years ago
- bef3efb efivarfs: Limit the rate for non-root to read files by Luck, Tony · 7 years ago
- aa4bf44 userns: use union in {g,u}idmap struct by Christian Brauner · 7 years ago
- 8703e8a sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h> by Ingo Molnar · 8 years ago
- 87c31b3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 10 years ago
- 9cc4651 userns: Add a knob to disable setgroups on a per user namespace basis by Eric W. Biederman · 10 years ago
- 33c4294 copy address of proc_ns_ops into ns_common by Al Viro · 10 years ago
- 435d5f4 common object embedded into various struct ....ns by Al Viro · 10 years ago
- b300a4e kernel/user.c: drop unused field 'files' from user_struct by Kirill A. Shutemov · 11 years ago
- c96d666 kernel: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 11 years ago
- 6bd364d KEYS: fix uninitialized persistent_keyring_register_sem by Xiao Guangrong · 11 years ago
- f36f8c7 KEYS: Add per-user_namespace registers for persistent per-UID kerberos caches by David Howells · 11 years ago
- e51db73 userns: Better restrictions on when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
- 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 12 years ago
- 87a8ebd userns: Restrict when proc and sysfs can be mounted by Eric W. Biederman · 12 years ago
- b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
- c61a281 userns: Avoid recursion in put_user_ns by Eric W. Biederman · 12 years ago
- 98f842e proc: Usable inode numbers for the namespace file descriptors. by Eric W. Biederman · 14 years ago
- f76d207 userns: Add kprojid_t and associated infrastructure in projid.h by Eric W. Biederman · 12 years ago
- 4b06a81 userns: Silence silly gcc warning. by Eric W. Biederman · 13 years ago
- 22d917d userns: Rework the user_namespace adding uid/gid mapping support by Eric W. Biederman · 13 years ago
- 783291e userns: Simplify the user_namespace by making userns->creator a kuid. by Eric W. Biederman · 13 years ago
- 7b44ab9 userns: Disassociate user_struct from the user_namespace. by Eric W. Biederman · 13 years ago
- d0bd659 userns: Deprecate and rename the user_namespace reference in the user_struct by Eric W. Biederman · 13 years ago
- 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 14 years ago
- 59607db userns: add a user_namespace as creator/owner of uts_namespace by Serge E. Hallyn · 14 years ago
- 4ef9e11 fix freeing user_struct in user cache by Hillf Danton · 14 years ago
- 571428b kernel/user.c: add lock release annotation on free_user() by Namhyung Kim · 14 years ago
- af507ae sched: Remove a stale comment by Li Zefan · 15 years ago
- 32bd7eb sched: Remove remaining USER_SCHED code by Li Zefan · 15 years ago
- 6427462 sched: Remove some dead code by Dan Carpenter · 15 years ago
- 7c94143 sched: Remove USER_SCHED by Dhaval Giani · 15 years ago
- b00bc0b uids: Prevent tear down race by Thomas Gleixner · 15 years ago
- 3959214 sched: delayed cleanup of user_struct by Kay Sievers · 16 years ago
- 703a3cd Merge branch 'master' into next by James Morris · 16 years ago
- be50b834 kernel/user.c: fix a memory leak when freeing up non-init usernamespaces users by Dhaval Giani · 16 years ago
- 54e9912 sched: don't allow setuid to succeed if the user does not have rt bandwidth by Dhaval Giani · 16 years ago
- 1d1e975 keys: distinguish per-uid keys in different namespaces by Serge E. Hallyn · 16 years ago
- fb5ae64 User namespaces: Only put the userns when we unhash the uid by Serge E. Hallyn · 16 years ago
- a39b863 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 94d6a5f user namespaces: document CFS behavior by Serge E. Hallyn · 16 years ago
- c37bbb0 user namespaces: let user_ns be cloned with fairsched by Serge E. Hallyn · 16 years ago
- 6c415b9 sched: add uid information to sched_debug for CONFIG_USER_SCHED by Arun R Bharadwaj · 16 years ago
- 6ded6ab User namespaces: use the current_user_ns() macro by Serge Hallyn · 16 years ago
- 18b6e04 User namespaces: set of cleanups (v2) by Serge Hallyn · 16 years ago
- d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
- b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
- af4491e sched: rt-bandwidth for user grouping interface by Peter Zijlstra · 16 years ago
- 354a1f4 alloc_uid: cleanup by Andrew Morton · 17 years ago
- 69664cf keys: don't generate user and user session keyrings unless they're accessed by David Howells · 17 years ago
- eff766a sched: fix the task_group hierarchy for UID grouping by Peter Zijlstra · 17 years ago
- ec7dc8a sched: allow the group scheduler to have multiple levels by Dhaval Giani · 17 years ago
- d0b27fa sched: rt-group: synchonised bandwidth period by Peter Zijlstra · 17 years ago
- 052f1dc sched: rt-group: make rt groups scheduling configurable by Peter Zijlstra · 17 years ago
- 9f0c1e5 sched: rt-group: interface by Peter Zijlstra · 17 years ago
- aee16ce namespaces: cleanup the code managed with the USER_NS option by Pavel Emelyanov · 17 years ago
- 8eb703e uids: merge multiple error paths in alloc_uid() into one by Pavel Emelyanov · 17 years ago
- cf15126 Kobject: convert kernel/user.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
- 0ff21e4 kobject: convert kernel_kset to be a kobject by Greg Kroah-Hartman · 17 years ago
- eb41d94 fix struct user_info export's sysfs interaction by Kay Sievers · 17 years ago
- bd35b93 kset: convert kernel_subsys to use kset_create by Greg Kroah-Hartman · 17 years ago
- 5e8869b sched: don't forget to unlock uids_mutex on error paths by Pavel Emelyanov · 17 years ago
- a0f846a sched: make cpu_shares_{show,store}() static by Adrian Bunk · 17 years ago
- e6d5a11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
- 970a864 user.c: #ifdef ->mq_bytes by Alexey Dobriyan · 17 years ago
- 40aeb40 user.c: deinline by Alexey Dobriyan · 17 years ago
- b1a8c17 sched: fix !SYSFS build breakage by Dhaval Giani · 17 years ago
- fb7dde3 sched: generate uevents for user creation/destruction by Srivatsa Vaddagiri · 17 years ago
- 5cb350b sched: group scheduling, sysfs tunables by Dhaval Giani · 17 years ago
- 4cf86d7 sched: cleanup: rename task_grp to task_group by Ingo Molnar · 17 years ago
- 24e377a sched: add fair-user scheduler by Srivatsa Vaddagiri · 17 years ago
- 28f300d Fix user namespace exiting OOPs by Pavel Emelyanov · 17 years ago
- 735de22 Convert uid hash to hlist by Pavel Emelyanov · 17 years ago
- d8a4821 kernel/user.c: Use list_for_each_entry instead of list_for_each by Matthias Kaehlcke · 17 years ago
- 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
- acce292 user namespace: add the framework by Cedric Le Goater · 17 years ago
- e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
- e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
- 45c18b0 Fix unlikely (but possible) race condition on task->user access by Linus Torvalds · 18 years ago
- d720024 [PATCH] selinux: add hooks for key subsystem by Michael LeMay · 19 years ago
- 2d9048e [PATCH] inotify (1/5): split kernel API from userspace support by Amy Griffis · 19 years ago
- 36f5741 [PATCH] free_uid() locking improvement by Andrew Morton · 19 years ago
- 3fa97c9 [PATCH] "Fix uidhash_lock <-> RXU deadlock" fix by Andrew Morton · 19 years ago
- 4021cb2 [PATCH] fix uidhash_lock <-> RCU deadlock by Ingo Molnar · 19 years ago
- 0eeca28 [PATCH] inotify by Robert Love · 19 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago