This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from cb976fba4c powerpc: Use global register variable in <thread_pointer.h> new 5f6d8d97c6 malloc: Add madvise support for Transparent Huge Pages new 7478c9959a malloc: Add THP/madvise support for sbrk new 6cc3ccc67e malloc: Move mmap logic to its own function new 98d5fcb8d0 malloc: Add Huge Page support for mmap new c1beb51d08 malloc: Add Huge Page support to arenas new 0849eed45d malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallback new 0f982c1827 malloc: Enable huge page support on main arena
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: NEWS | 7 + Rules | 36 +++ elf/dl-tunables.list | 4 + elf/tst-rtld-list-tunables.exp | 1 + include/libc-pointer-arith.h | 8 + malloc/Makefile | 23 ++ malloc/arena.c | 143 ++++++--- malloc/malloc-internal.h | 1 + malloc/malloc.c | 355 ++++++++++++++------- malloc/morecore.c | 4 - manual/tunables.texi | 17 + sysdeps/generic/Makefile | 8 + .../unwind-resume.c => generic/malloc-hugepages.c} | 24 +- sysdeps/generic/malloc-hugepages.h | 44 +++ sysdeps/unix/sysv/linux/malloc-hugepages.c | 201 ++++++++++++ 15 files changed, 715 insertions(+), 161 deletions(-) copy sysdeps/{arm/unwind-resume.c => generic/malloc-hugepages.c} (66%) create mode 100644 sysdeps/generic/malloc-hugepages.h create mode 100644 sysdeps/unix/sysv/linux/malloc-hugepages.c