1. f9d8792 ucount: Make get_ucount a safe get_user replacement by Eric W. Biederman · 3 years ago
  2. 59ec715 ucounts: Fix rlimit max values check by Alexey Gladkov · 3 years, 1 month ago
  3. 3234270 ucounts: Use atomic_long_sub_return for clarity by Eric W. Biederman · 3 years, 2 months ago
  4. da70d31 ucounts: Add get_ucounts_or_wrap for clarity by Eric W. Biederman · 3 years, 2 months ago
  5. 5fc9e37 ucounts: Remove unnecessary test for NULL ucount in get_ucounts by Eric W. Biederman · 3 years, 2 months ago
  6. 15bc01e ucounts: Fix signal ucount refcounting by Eric W. Biederman · 3 years, 2 months ago
  7. f153c22 ucounts: add missing data type changes by Sven Schnelle · 3 years, 5 months ago
  8. 345daff ucounts: Fix race condition between alloc_ucounts and put_ucounts by Alexey Gladkov · 3 years, 5 months ago
  9. c54b245 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 6 months ago
  10. f928ef6 ucounts: Silence warning in dec_rlimit_ucounts by Eric W. Biederman · 3 years, 8 months ago
  11. d7c9e99 Reimplement RLIMIT_MEMLOCK on top of ucounts by Alexey Gladkov · 3 years, 8 months ago
  12. d646969 Reimplement RLIMIT_SIGPENDING on top of ucounts by Alexey Gladkov · 3 years, 8 months ago
  13. 6e52a9f Reimplement RLIMIT_MSGQUEUE on top of ucounts by Alexey Gladkov · 3 years, 8 months ago
  14. 21d1c5e Reimplement RLIMIT_NPROC on top of ucounts by Alexey Gladkov · 3 years, 8 months ago
  15. b6c3365 Use atomic_t for ucounts reference counting by Alexey Gladkov · 3 years, 8 months ago
  16. 905ae01 Add a reference to ucounts for each cred by Alexey Gladkov · 3 years, 8 months ago
  17. f9c82a4 Increase size of ucounts to atomic_long_t by Alexey Gladkov · 3 years, 8 months ago
  18. 5b8fea6 fanotify: configurable limits via sysfs by Amir Goldstein · 3 years, 10 months ago
  19. 0f538e3 ucount: Make sure ucounts in /proc/sys/user don't regress again by Jan Kara · 4 years, 9 months ago
  20. eeec26d time/namespace: Add max_time_namespaces ucount by Dmitry Safonov · 4 years, 9 months ago
  21. eec4844 proc/sysctl: add shared variables for range check by Matteo Croce · 5 years ago
  22. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  23. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 7 years ago
  24. 040757f ucount: Remove the atomicity from ucount->count by Eric W. Biederman · 8 years ago
  25. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  26. f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  27. ed5bd7d kernel/ucount.c: mark user_header with kmemleak_ignore() by Luis R. Rodriguez · 8 years ago
  28. 1cce1ee inotify: Convert to using per-namespace limits by Nikolay Borisov · 8 years ago
  29. 880a385 userns: Make ucounts lock irq-safe by Nikolay Borisov · 8 years ago
  30. 537f7cc mntns: Add a limit on the number of mount namespaces. by Eric W. Biederman · 8 years ago
  31. 7032866 netns: Add a limit on the number of net namespaces by Eric W. Biederman · 8 years ago
  32. d08311d cgroupns: Add a limit on the number of cgroup namespaces by Eric W. Biederman · 8 years ago
  33. aba3566 ipcns: Add a limit on the number of ipc namespaces by Eric W. Biederman · 8 years ago
  34. f7af3d1 utsns: Add a limit on the number of uts namespaces by Eric W. Biederman · 8 years ago
  35. f333c70 pidns: Add a limit on the number of pid namespaces by Eric W. Biederman · 8 years ago
  36. 25f9c08 userns: Generalize the user namespace count into ucount by Eric W. Biederman · 8 years ago
  37. f6b2db1 userns: Make the count of user namespaces per user by Eric W. Biederman · 8 years ago
  38. b376c3e userns: Add a limit on the number of user namespaces by Eric W. Biederman · 8 years ago
  39. dbec284 userns: Add per user namespace sysctls. by Eric W. Biederman · 8 years ago