Skip to content
Snippets Groups Projects
  1. Feb 21, 2019
  2. Feb 18, 2019
  3. Jan 04, 2019
  4. Dec 03, 2018
  5. Nov 25, 2018
  6. Nov 18, 2018
  7. Aug 17, 2018
  8. Mar 05, 2018
  9. Nov 10, 2017
  10. Sep 01, 2017
  11. Jul 25, 2017
  12. May 01, 2017
  13. Feb 13, 2017
  14. Dec 21, 2016
  15. Dec 02, 2016
  16. Oct 28, 2016
  17. Oct 25, 2016
  18. Oct 08, 2016
  19. Sep 19, 2016
  20. Sep 09, 2016
  21. Sep 01, 2016
  22. Aug 31, 2016
  23. Jun 16, 2016
  24. Jun 14, 2016
  25. Mar 29, 2016
    • Linus Walleij's avatar
      Documentation: update the devices.txt documentation · ebdf4040
      Linus Walleij authored
      
      Alan is no longer maintaining this list through the Linux assigned
      numbers authority. Make it a collective document by referring to
      "the maintainers" in plural throughout, and naming the chardev and
      block layer maintainers in particular as parties of involvement.
      Cut down and remove some sections that pertained to the process of
      maintaining the list at lanana.org and contacting Alan directly.
      
      Make it clear that this document, in the kernel, is the master
      document.
      
      Also move paragraphs around so as to emphasize dynamic major number
      allocation.
      
      Remove paragraph on 2.6 deprecation, that tag no longer appears
      anywhere in the file.
      
      Cc: Jonathan Corbet <corbet@lwn.net>
      Cc: Linus Torvalds <torvalds@linux-foundation.org>
      Cc: Alan Cox <alan@linux.intel.com>
      Cc: Arnd Bergmann <arnd@arndb.de>
      Cc: Jens Axboe <axboe@kernel.dk>
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      ebdf4040
  26. Jan 24, 2016
  27. Jan 21, 2016
  28. Jan 14, 2016
  29. Dec 18, 2015
  30. Sep 10, 2015
  31. Jul 28, 2015
  32. Jul 14, 2015
    • Aleksa Sarai's avatar
      cgroup: implement the PIDs subsystem · 49b786ea
      Aleksa Sarai authored
      
      Adds a new single-purpose PIDs subsystem to limit the number of
      tasks that can be forked inside a cgroup. Essentially this is an
      implementation of RLIMIT_NPROC that applies to a cgroup rather than a
      process tree.
      
      However, it should be noted that organisational operations (adding and
      removing tasks from a PIDs hierarchy) will *not* be prevented. Rather,
      the number of tasks in the hierarchy cannot exceed the limit through
      forking. This is due to the fact that, in the unified hierarchy, attach
      cannot fail (and it is not possible for a task to overcome its PIDs
      cgroup policy limit by attaching to a child cgroup -- even if migrating
      mid-fork it must be able to fork in the parent first).
      
      PIDs are fundamentally a global resource, and it is possible to reach
      PID exhaustion inside a cgroup without hitting any reasonable kmemcg
      policy. Once you've hit PID exhaustion, you're only in a marginally
      better state than OOM. This subsystem allows PID exhaustion inside a
      cgroup to be prevented.
      
      Signed-off-by: default avatarAleksa Sarai <cyphar@cyphar.com>
      Signed-off-by: default avatarTejun Heo <tj@kernel.org>
      49b786ea
  33. Jul 01, 2015
  34. Jun 23, 2015
  35. May 07, 2015
  36. Apr 21, 2015
  37. Apr 15, 2015
  38. Mar 23, 2015
Loading