[v5,0/1] *** Created tunable to force small pages on stack allocation.

Message ID 20230328152258.54844-1-cupertino.miranda@oracle.com
Headers
Series *** Created tunable to force small pages on stack allocation. |

Message

Cupertino Miranda March 28, 2023, 3:22 p.m. UTC
  Hi,

Fixes in tunables.texi by suggestion of Adhemerval.
Thanks for the improvements.

Regards,
Cupertino

Cupertino Miranda (1):
  Created tunable to force small pages on stack allocation.

 manual/tunables.texi          | 15 +++++++++++++++
 nptl/allocatestack.c          |  6 ++++++
 nptl/nptl-stack.c             |  1 +
 nptl/nptl-stack.h             |  3 +++
 nptl/pthread_mutex_conf.c     |  8 ++++++++
 sysdeps/nptl/dl-tunables.list |  6 ++++++
 6 files changed, 39 insertions(+)
  

Comments

Cupertino Miranda April 10, 2023, 8:59 a.m. UTC | #1
Cupertino Miranda writes:

> Hi,
>
> Fixes in tunables.texi by suggestion of Adhemerval.
> Thanks for the improvements.
>
> Regards,
> Cupertino
>
> Cupertino Miranda (1):
>   Created tunable to force small pages on stack allocation.
>
>  manual/tunables.texi          | 15 +++++++++++++++
>  nptl/allocatestack.c          |  6 ++++++
>  nptl/nptl-stack.c             |  1 +
>  nptl/nptl-stack.h             |  3 +++
>  nptl/pthread_mutex_conf.c     |  8 ++++++++
>  sysdeps/nptl/dl-tunables.list |  6 ++++++
>  6 files changed, 39 insertions(+)