1. 03 3月, 2023 1 次提交
  2. 29 9月, 2022 1 次提交
  3. 11 6月, 2021 1 次提交
  4. 11 3月, 2021 1 次提交
  5. 09 9月, 2020 1 次提交
  6. 17 8月, 2020 1 次提交
  7. 31 12月, 2019 1 次提交
    • S
      sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4 · 5675aaa5
      Szabolcs Nagy 提交于
      per thread prctl commands to relax the syscall abi such that top bits
      of user pointers are ignored in the kernel. this allows the use of
      those bits by hwasan or by mte to color pointers and memory on aarch64:
      
        linux commit 63f0c60379650d82250f22e4cf4137ef3dc4f43d
        arm64: Introduce prctl() options to control the tagged user addresses ABI
      5675aaa5
  8. 02 7月, 2019 1 次提交
  9. 14 3月, 2019 2 次提交
  10. 20 6月, 2018 1 次提交
  11. 23 2月, 2018 1 次提交
  12. 27 1月, 2016 1 次提交
  13. 18 4月, 2015 2 次提交
  14. 23 12月, 2014 1 次提交
    • S
      add new prctl command PR_SET_MM_MAP to sys/prctl.h · 11ac2a6e
      Szabolcs Nagy 提交于
      PR_SET_MM_MAP was introduced as a subcommand for PR_SET_MM in
      linux v3.18 commit f606b77f1a9e362451aca8f81d8f36a3a112139e
      
      the associated struct type is replicated in sys/prctl.h using
      libc types.
      
      example usage:
      
       struct prctl_mm_map *p;
       ...
       prctl(PR_SET_MM, PR_SET_MM_MAP, p, sizeof *p);
      
      the kernel side supported struct size may be queried with
      the PR_SET_MM_MAP_SIZE subcommand.
      11ac2a6e
  15. 21 7月, 2014 1 次提交
  16. 31 7月, 2013 2 次提交
  17. 18 6月, 2011 1 次提交
  18. 12 2月, 2011 1 次提交