summaryrefslogtreecommitdiff
path: root/meta-google/recipes-kernel/linux/files
AgeCommit message (Collapse)AuthorFilesLines
2023-04-29meta-google: linux: Add more debug featuresWilliam A. Kennington III2-0/+10
These features ensure that the kernels we ship are more stable, and give us early warnings when we have deadlock causing bugs. Change-Id: I2616f5faa8f98f84c86a6e6683c8b4a322c535db Signed-off-by: William A. Kennington III <wak@google.com>
2023-04-29meta-google: linux: Add useful watchdog parametersWilliam A. Kennington III1-0/+5
This is needed to enable a pretimeout watchdog in the kernel. Change-Id: I2dc7fbea713e1805b0c50903b4f08f55f09c122e Signed-off-by: William A. Kennington III <wak@google.com>
2023-04-01meta-google: linux: Add pstore + dmesg time configWilliam A. Kennington III1-0/+6
This is allows us to store larger logs and see timestamps in the dmesg output. Change-Id: I3fe95b49579780917115f4a57afc35f9b594a994 Signed-off-by: William A. Kennington III <wak@google.com>
2021-09-29meta-google: gbmc-ncsi-config: Add relay support for the bridgeWilliam A. Kennington III1-0/+1
We may have multiple BMCs running on the internal gbmcbr network via USB links to attached trays. These BMCs do not have a direct connection to the network, and require the NCSI BMC to relay all of their traffic (including DHCP) out opf the machine. This patch enables dhcrelay to run on the NCSI interface and proxy all DHCP traffic from the bridge out of the machine. Change-Id: I60f97ae2d64289c7b706b3d0a6c8fb79a931e485 Signed-off-by: William A. Kennington III <wak@google.com>
2021-04-16meta-google: linux: Remove unused input featuresWilliam A. Kennington III1-0/+4
Change-Id: I1a48488917484c16d070fe9d9afdc9c2e26f25ea Signed-off-by: William A. Kennington III <wak@google.com>
2021-03-29meta-google: linux: Prune some unused kernel featuresWilliam A. Kennington III1-0/+12
This saves us ~400KB compressed in our current linux kernel images. Change-Id: I9810ef4933abfdccc7f45459a1a5e5f230087f07 Signed-off-by: William A. Kennington III <wak@google.com>
2021-03-10meta-google: linux: Add configurationsWilliam A. Kennington III3-0/+55
Upstream: 3c2cdab65317061f819ca0f48448821ea4ab79cf Change-Id: I7c519c5d1b4d404727aee909ea7582165c9f4dd4 Signed-off-by: William A. Kennington III <wak@google.com>