summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)Author
2019-10-16Replace ad hoc throttling fix with throttledMichael Peyton Jones
`throttled` is a service designed to fix the same CPU throttling bug, but it's an actively maintainted upstream project that we can use.
2019-07-23enable fstrim on SSDsJörg Thalheim
This will run TRIM once a week using a systemd timer. Running TRIM regularly will improves the performance and increases the SSDs lifespan. Since it is based on the utillinux no additional package is required.
2019-07-04Specify a correct unit descriptionVictor Nawothnig
2018-10-30common/cpu: default microcode updates to enableRedistributableFirmwareYegor Timoshenko
2018-10-23move acpi_call.nix and cpu-throttling-bug.nix to common folderAndré-Patrick Bubel
2018-08-25cpu/intel: early KMSYegor Timoshenko
2018-08-04intel: videoDrivers: intel -> modesetting (#57)Yegor Timoshenko
2018-05-23common/cpu/intel/kaby-lake: fix kernelParams -> boot.kernelParamsYorick
2018-05-15dell/xps/13-9360: reviewYegor Timoshenko
2017-12-27apple/macbook-air/4: enable RC6p, RC6pp GPU sleep statesYegor Timoshenko
2017-12-27common/pc/laptop: drop explicit vm.laptop_modeYegor Timoshenko
This is handled by TLP, so we don't need to set that explicitly.
2017-12-27common/cpu/intel: add vaapi/vdpau driversYegor Timoshenko
I've tested this to work on MacBookAir4,1 and I'm going to deploy it to MacBookAir6,2 today and Lenovo ThinkPad X230 in a week from now. Also, cleaned up Lenovo ThinkPad X230 profile.
2017-12-25common/pc/laptop: disable cpuFreqGovernorYegor Timoshenko
2017-12-24common: drop noticeYegor Timoshenko
I didn't mean to commit that. I'm pretty sure common/ is a good name, and basic layout is unlikely to change.
2017-12-24treewide: abstract away common configs into common/Yegor Timoshenko