Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-23 | Revert "Kernel: usb: wwan: T3063: remove QMI, NCM and CDC drivers for WWAN ↵ | Christian Poessinger | |
cards" Newer cards must use QMI it seems. It also feels more "robust". | |||
2021-05-01 | Kernel: T3491: switch to 1kHz timer interrupt | Christian Poessinger | |
2021-04-23 | Kernel: T3489: enable kexec support | Rob Thomas | |
This allows us to use kexec in the future to support fast reboots. This is more important on physical hardware which can take 10+ minutes to POST. Signed-Off-By: Rob Thomas <xrobau@gmail.com> | |||
2021-04-23 | Kernel: T3489: re-enable NUMA in kernel build | Rob Thomas | |
All throughout the history of vyos-build, NUMA has been disabled. It WAS enabled back in Vyatta days, so something somewhere has accidentally turned it off - and it's ALSO mentioned explicitly in various pieces of documentation, so it's MEANT to be on! Note for future researchers: CONFIG_INOTIFY_STACKFS=y is provided by a patch, so patch the kernel BEFORE running make menuconfig, or manually put it back. If not, it'll vanish and is a wanted part of the build. Signed-Off-By: Rob Thomas <xrobau@gmail.com> | |||
2021-04-19 | kernel: T3486: Prepare for arm64 builds | Runar Borge | |