1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/os-specific/linux/kernel
John Ericson ba52ae5048 treewide: isArm -> isAarch32
Following legacy packing conventions, `isArm` was defined just for
32-bit ARM instruction set. This is confusing to non packagers though,
because Aarch64 is an ARM instruction set.

The official ARM overview for ARMv8[1] is surprisingly not confusing,
given the overall state of affairs for ARM naming conventions, and
offers us a solution. It divides the nomenclature into three levels:

```
ISA:             ARMv8   {-A, -R, -M}
                 /    \
Mode:     Aarch32     Aarch64
             |         /   \
Encoding:   A64      A32   T32
```

At the top is the overall v8 instruction set archicture. Second are the
two modes, defined by bitwidth but differing in other semantics too, and
buttom are the encodings, (hopefully?) isomorphic if they encode the
same mode.

The 32 bit encodings are mostly backwards compatible with previous
non-Thumb and Thumb encodings, and if so we can pun the mode names to
instead mean "sets of compatable or isomorphic encodings", and then
voilà we have nice names for 32-bit and 64-bit arm instruction sets
which do not use the word ARM so as to not confused either laymen or
experienced ARM packages.

[1]: https://developer.arm.com/products/architecture/a-profile
2018-04-25 15:28:55 -04:00
..
cpu-cgroup-v2-patches Revert parts of "linux: remove unused kernel patches" 2017-10-30 17:57:00 +01:00
bridge-stp-helper.patch
common-config.nix treewide: isArm -> isAarch32 2018-04-25 15:28:55 -04:00
generate-config.pl kernel: buildLinux replaces import ./generic.nix 2018-02-07 10:07:13 +09:00
generic.nix linux kernel generic: use passAsFile for kernelConfig 2018-04-09 18:23:52 +09:00
genksyms-fix-segfault.patch
hardened-config.nix linux-copperhead: 4.14.12.a -> 4.14.13.a 2018-01-11 08:30:19 -05:00
linux-4.4.nix linux: 4.4.128 -> 4.4.129 2018-04-24 08:10:36 -04:00
linux-4.9.nix linux: 4.9.95 -> 4.9.96 2018-04-24 08:10:49 -04:00
linux-4.14.nix linux: 4.14.35 -> 4.14.36 2018-04-24 08:11:10 -04:00
linux-4.16.nix linux: 4.16.3 -> 4.16.4 2018-04-24 08:11:21 -04:00
linux-beagleboard.nix kernel: buildLinux replaces import ./generic.nix 2018-02-07 10:07:13 +09:00
linux-copperhead-hardened.nix linux-copperhead: 4.15.17.a -> 4.15.18.a 2018-04-19 21:37:29 -04:00
linux-mptcp.nix kernel: buildLinux replaces import ./generic.nix 2018-02-07 10:07:13 +09:00
linux-riscv.nix linux_riscv: 4.16-rc2 -> 4.16-rc6. 2018-03-24 01:17:36 -04:00
linux-rpi.nix kernel: buildLinux replaces import ./generic.nix 2018-02-07 10:07:13 +09:00
linux-samus-4.12.nix kernel: buildLinux replaces import ./generic.nix 2018-02-07 10:07:13 +09:00
linux-testing-bcachefs.nix linux_testing_bcachefs: 4.15.2018.03.22 -> 4.15.2018.04.14 2018-04-16 03:30:57 -05:00
linux-testing.nix linux: 4.17-rc1 -> 4.17-rc2 2018-04-24 08:11:40 -04:00
manual-config.nix linuxPackages_custom: fix missing argument and add test 2018-04-07 16:40:25 -05:00
mips-ext3-n32.patch
mips-fpu-sigill.patch
mips-fpureg-emulation.patch
modinst-arg-list-too-long.patch linux-testing: Fix arg list too long in modinst 2016-08-30 06:55:52 +02:00
p9-fixes.patch kernel: fix 9p issues 2017-04-01 15:49:14 +03:00
patches.nix kernelPatches: Adds bcm2835_mmal_v4l2_camera_driver 2018-04-16 04:26:02 +03:00
perf.nix linuxPackages.perf: remove unused TIPDIR macro 2018-04-10 17:48:07 +01:00
tag-hardened.patch linux: Expand hardened config 2017-08-06 09:58:02 -04:00
update.sh kernel: buildLinux replaces import ./generic.nix 2018-02-07 10:07:13 +09:00