Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 1ecebbd9395f
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e9d5c55d0110
Choose a head ref
  • 4 commits
  • 1 file changed
  • 3 contributors

Commits on Jan 1, 2018

  1. jemalloc: disable transparent huge pages by default on ARMv6/7

    The default NixOS kernels for ARMv7 (and probably ARMv6) do not have support
    for transparent huge pages, but jemalloc is unable to detect this. This is a
    known bug and the current solution is to pass --disable-thp to ./configure.
    lopsided98 committed Jan 1, 2018
    Copy the full SHA
    275fa41 View commit details
    Browse the repository at this point in the history
  2. jemalloc: 4.5.0 -> 5.0.1

    lopsided98 committed Jan 1, 2018
    Copy the full SHA
    98dd418 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. jemalloc: do not expose hugepage support as an option

    The only common use case so far seems ARMv6/ARMv7 support.
    The way this option is exposed might collide with a package with the
    same name. Also the option naming on its own is not self-descriptive
    without context.
    Mic92 committed Jan 2, 2018
    Copy the full SHA
    02e95ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #33260 from lopsided98/jemalloc-thp

    jemalloc: disable transparent hugepages by default on ARMv6/7
    Mic92 committed Jan 2, 2018
    Copy the full SHA
    e9d5c55 View commit details
    Browse the repository at this point in the history