Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-27src: use %progbits instead of @progbitsStephen Gallagher
2021-03-17src: add .note.GNU-stack sectionJames Addison
2021-02-17src: adjust THP sysfs config token retrieval and file closureJames Addison
2021-02-02src: read exactly two tokens from Linux THP sysfs configJames Addison
2020-05-12src: delete unused variables to resolve compile time print warningrickyes
2020-05-08src: clean up large pages codeGabriel Schulhof
2020-04-06src: munmap(2) upon class instance destructorGabriel Schulhof
2020-03-30src: unify Linux and FreeBSD large pages implemGabriel Schulhof
2020-03-28src: simplify large pages mapping codeGabriel Schulhof
2020-03-20src: add debug option to report large page statsGabriel Schulhof
2020-03-16src: find .text section using dl_iterate_phdrGabriel Schulhof
2020-03-03src: start the .text section with an asm symbolGabriel Schulhof
2020-02-25src: include large pages source unconditionallyGabriel Schulhof
2020-02-01src: use __executable_start for linux hugepagesBen Noordhuis
2020-01-19src: reduce large pages code duplicationGabriel Schulhof
2020-01-08src: clean up large_pages codeDenys Otrishko
2019-12-22src: make --use-largepages a runtime optionGabriel Schulhof
2019-11-07src: do not use `std::function` for `OnScopeLeave`Anna Henningsen
2019-10-16src: refine maps parsing for large pagesGabriel Schulhof
2019-10-12src: fix largepages regressionGabriel Schulhof
2019-08-20src: add large page support for macOSDavid Carlier
2019-08-20build: enable linux large pages LLVM lld linkage supportDavid Carlier
2019-07-31src: large pages fix FreeBSD fix region sizeDavid Carlier
2019-07-30src: readlink("/proc/self/exe") -> uv_exename()Ben Noordhuis
2019-07-16src: large pages option: FreeBSD support proposalDavid Carlier
2019-04-26src: apply clang-tidy modernize-deprecated-headers found by Jenkins CIgengjiawen
2019-03-12src: de-lint header usageRefael Ackermann
2018-11-01src: fix fully-static & large-pages combinationSuresh Srinivas
2018-10-19src: initial large page (2M) supportSuresh Srinivas