summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-libre.nix
Commit message (Collapse)AuthorAge
* linux_latest-libre: 17527 -> 17537Tim Steinbach2020-06-12
|
* linux_latest-libre: 17506 -> 17527Tim Steinbach2020-06-05
|
* linux_latest-libre: 17445 -> 17506Tim Steinbach2020-05-30
|
* linux_latest-libre: 17402 -> 17445Tim Steinbach2020-04-22
|
* linux_latest-libre: 17387 -> 17402Tim Steinbach2020-04-01
|
* linux-libre: added --force flag for deblobbing.Daniel Șerbănescu2020-03-23
|
* linux_latest-libre: 17322 -> 17387Tim Steinbach2020-03-22
|
* linux_latest-libre: 17318 -> 17322Tim Steinbach2020-02-12
|
* linux_latest-libre: 17262 -> 17318Tim Steinbach2020-02-10
|
* linux_latest-libre: 17198 -> 17262Tim Steinbach2020-01-24
|
* linux_latest-libre: 17192 -> 17198Tim Steinbach2020-01-13
|
* linux_latest-libre: 17190 -> 17192Tim Steinbach2020-01-13
|
* linux_latest-libre: 17185 -> 17190Tim Steinbach2020-01-12
|
* linux_latest-libre: 17179 -> 17185Tim Steinbach2020-01-11
|
* linux_latest-libre: 17177 -> 17179Tim Steinbach2020-01-10
|
* linux_latest-libre: 17174 -> 17177Tim Steinbach2020-01-09
|
* linux_latest-libre: 17169 -> 17174Tim Steinbach2020-01-08
|
* linux_latest-libre: 17167 -> 17169Tim Steinbach2020-01-07
|
* linux_latest-libre: 17165 -> 17167Tim Steinbach2020-01-06
|
* linux_latest-libre: 17163 -> 17165Tim Steinbach2020-01-05
|
* linux_latest-libre: 17161 -> 17163Tim Steinbach2020-01-04
|
* linux_latest-libre: 17159 -> 17161Tim Steinbach2020-01-02
|
* linux_latest-libre: 17153 -> 17159Tim Steinbach2020-01-01
|
* linux_latest-libre: 17151 -> 17153Tim Steinbach2019-12-30
|
* linux_latest-libre: 17145 -> 17151Tim Steinbach2019-12-26
|
* linux_latest-libre: 17142 -> 17145Tim Steinbach2019-12-23
|
* linux_latest-libre: 17119 -> 17142Tim Steinbach2019-12-22
|
* linux_latest-libre: 17117 -> 17119Tim Steinbach2019-12-18
|
* linux_latest-libre: 17112 -> 17117Tim Steinbach2019-12-18
|
* linux-libre_latest: 16794 -> 17112Alyssa Ross2019-12-16
|
* linux-libre: set update-libre.sh as update scriptAlyssa Ross2019-12-16
| | | | | | | | This doesn't actually update the kernel, just the linux-libre deblobbing scripts, but it should mean that automatic updaters keep the deblobbing scripts up to date. So even if deblobbing scripts for a new kernel version are not available immediately after release, they should be updated automatically soon enough once available.
* linux/update.sh: update linux-libre tooAlyssa Ross2019-12-16
| | | | | | | | | update-libre.sh doesn't commit by default so that it can be used as an updateScript, where I don't think auto-committing is the norm. The generated commit messages say "linux-libre_latest" rather than "linux-libre", because even though linux-libre will also be rebuilt, it's linux-libre_latest that is more likely to need it.
* linux: Add 5.3, linux-libre: 16791 -> 16794Tim Steinbach2019-09-16
| | | | Update linuxPackages_latest to 5.3
* linux-libre: fixing build / deblobbing (#68844)Dima2019-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | Build was failing because we were depending on tagged versions of the deblobbing scripts. The tags are not updated and thus newer changes required won't be reflected unless the tag is re-created, which might not be reliably the case. So bumping revision and switching to use the branches to access the deblob scripts. For context, in our case the missing change is: --- /nix/store/sfc0rrhj5l44zpqgpsymq5750k5wzg8p-tags-r16790/4.19-gnu/deblob-4.19 1970-01-01 01:00:01.000000000 +0100 +++ ../deblob-4.19 2019-09-14 14:53:44.637404289 +0200 @@ -1879,7 +1879,11 @@ announce BRCMFMAC - "Broadcom IEEE802.11n embedded FullMAC WLAN driver" reject_firmware drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c -reject_firmware drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c +if grep -q firmware_request_nowarn drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c; then + reject_firmware_nowarn drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c +else + reject_firmware drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c +fi clean_blob drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c clean_blob drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.h
* linux_latest-libre: fix buildAlyssa Ross2019-09-01
|
* linux_libre-latest: fix buildAlyssa Ross2019-05-25
|
* linux_latest-libre: fix buildAlyssa Ross2019-03-11
| | | | Fixes https://github.com/NixOS/nixpkgs/issues/56890.
* linux-libre: 15814 -> 15951Tim Steinbach2019-02-12
|
* linux-libre: 15715 -> 15814Tim Steinbach2018-12-24
|
* linux_latest-libre: document finding latest revAlyssa Ross2018-12-04
| | | https://github.com/NixOS/nixpkgs/pull/51403#issuecomment-444064006
* linux_latest-libre: update patchset for kernel versionJörg Thalheim2018-12-02
|
* tree-wide: fix all `rev`s of `fetchsvn`Jan Malakhovski2018-11-08
|
* linux-libre: fix argument listUli Baum2018-08-29
| | | | | | Building a system with boot.kernelPackages = pkgs.linuxPackages-libre failed because the expression is called with extra arguments, See linux-4.14.nix.
* linux-libre: add myself as a maintainerAlyssa Ross2018-08-21
|
* linux-libre: initAlyssa Ross2018-08-21