summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2022-01-25Use unguarded loads in stack trace savingVisa Hankala
2022-01-25Preserve pcb_onfault in kdbpeek() and kdbpoke()Visa Hankala
2022-01-25Capture a repeated pattern into sysctl_securelevel_int functionGreg Steuck
2022-01-21Limit unwinder symbol search to FUNC symbolsVisa Hankala
2022-01-21Enable dt(4)Klemens Nanni
2022-01-21Fix NULL dereference which allows user programs to read partsTobias Heider
2022-01-20Don't return uninitialized stack memory on copyin() error.Tobias Heider
2022-01-20Shifting signed integers left by 31 is undefined behavior in C.Alexander Bluhm
2022-01-19Only invoke the underlying cpuid instruction if the real CPU might supportPhilip Guenther
2022-01-18Improve how quirks are handled on sdhc(4)-compatible drivers. So farPatrick Wildt
2022-01-18Add cdsdhc(4), a driver for the Cadence SD/SDIO/eMMC host controller.Visa Hankala
2022-01-18plic: Fix cpuid handlingVisa Hankala
2022-01-17sfcc: Fix accidental spinningVisa Hankala
2022-01-17Allow more memory ranges in hibernateMike Larkin
2022-01-16remove "for all AArch64 platforms" from commentJonathan Gray
2022-01-16Remove trailing whitespace in a few places. No code change.Mike Larkin
2022-01-15Don't reset the controller on each transaction. Remove unecessary pollingMark Kettenis
2022-01-14update drm to linux 5.15.14Jonathan Gray
2022-01-13Implement powerdown. This involves writing a magic bit somewhere in theMark Kettenis
2022-01-12toggle hw.power based on the ACDI SMR key if availableRobert Nagy
2022-01-12add three new SMC sensors to get information about the power supply statusRobert Nagy
2022-01-12Fix array index. Spotted by robert@Mark Kettenis
2022-01-12maxumum -> maximumJonathan Gray
2022-01-12Remove -target riscv64-unknown-openbsd from CMACHFLAGS.Kevin Lo
2022-01-11Make sure 'out' is initialized to 0 before adding flags.Tobias Heider
2022-01-11Bump KVA space up to 512MB (and a bit).Mark Kettenis
2022-01-10Initialize variables that are touched in the error path.Visa Hankala
2022-01-10In pmap_enter(9), only perform a TLB flush if we actually changed a PTE.Mark Kettenis
2022-01-10Add aplsmc(4), a driver for the SMC found on Apple M1 SoCs.Mark Kettenis
2022-01-09Indicate that mvpxa(4) depends on sdhc code.Visa Hankala
2022-01-08Remove apldwusb(4). This driver is now unused.Mark Kettenis
2022-01-08Oops, missed a compatible string in the previous commit.Mark Kettenis
2022-01-08Remove verbose PCI and USB device info from BOOTVisa Hankala
2022-01-08Adjust debug printfs after pcitag_t type change.Visa Hankala
2022-01-07Add code to initialize the PCIe host bridge hardware. We currently rely onMark Kettenis
2022-01-07.glue_7 is used for arm code calling thumb code, and .glue_7t is used forKevin Lo
2022-01-07Add missing dependency.Visa Hankala
2022-01-06Use a 64-bit integer for pcitag_t and define PCITAG_NODE and PCITAG_OFFSETTheo de Raadt
2022-01-06Use a 64-bit integer for pcitag_t and define PCITAG_NODE and PCITAG_OFFSETMark Kettenis
2022-01-05Add mpfclock(4), a driver for the PolarFire SoC MSS clock controller.Visa Hankala
2022-01-04Future-proof by adding some proposed compatible strings to match on.Mark Kettenis
2022-01-04hide more things behind _KERNEL, in case userland manages to includeTheo de Raadt
2022-01-04remove unused fileJonathan Gray
2022-01-04Remove commented out gtp from amd64 GENERICGreg Steuck
2022-01-03SOCs -> SoCsVisa Hankala
2022-01-03Don't use != 0 to check whether a pointer is non-NULL.Jonathan Gray
2022-01-03reuse gcu(4) comment from GENERIC fixing spellingJonathan Gray
2022-01-03happend -> happenedJonathan Gray
2022-01-02approprate -> appropriateJonathan Gray
2022-01-02Resore -> RestoreJonathan Gray