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: 8e99c9ebac2e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2ec36d2105e9
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on May 9, 2019

  1. linux_5_0: restore __kernel_fpu_{begin,restore}

    In 5.0er these function were removed from the public interface also zfs needs
    them for AVX/AES-NI support. Without this patch for example throughput on a
    encrypted zfs dataset drops to 200 MB/s from 1.2 GB/s. These functions were
    removed as their was no user within the linux kernel tree itself.
    
    (cherry picked from commit 7b77c27)
    Mic92 committed May 9, 2019
    Copy the full SHA
    13062a4 View commit details
    Browse the repository at this point in the history
  2. linux_{5_1,testing}: enable kernel fpu functions

    same motivation as in 7b77c27
    
    (cherry picked from commit 8e1852a)
    Mic92 committed May 9, 2019
    Copy the full SHA
    797a946 View commit details
    Browse the repository at this point in the history
  3. linux_{5_0,5_1,testing}: restore __kernel_fpu_{begin,restore} [19.03] (

    …#61187)
    
    linux_{5_0,5_1,testing}: restore __kernel_fpu_{begin,restore} [19.03]
    Mic92 committed May 9, 2019
    Copy the full SHA
    2ec36d2 View commit details
    Browse the repository at this point in the history