summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2019-09-02cpu number is unsigned (does not really matter)Theo de Raadt
2019-09-02in non-MP, cpu_number() the #define should be 0UL; ok visaTheo de Raadt
2019-09-01Newer ARMv8 processors now include a new CSV2 field in their processorMark Kettenis
2019-09-01Make it clearer where message "spurious interrupt" comes from.Visa Hankala
2019-08-29Add amldwusb(4), amlusbphy(4) and amlpciephy(4), drivers for the USBMark Kettenis
2019-08-29Capitalize my last name in copyright.Mark Kettenis
2019-08-28Use ACPI information to attach PCI busses like we do on arm64. There are aMark Kettenis
2019-08-28sys/arch/luna88k/luna88k/locore0.S:dummy_cpu assumes thatKenji Aoyama
2019-08-28Build and enable amdgpu(4) on arm64. The DCN1.0 support has been madeMark Kettenis
2019-08-28Add amlpinctrl(4), a driver to configure pins and control GPIOs on AmlogicMark Kettenis
2019-08-27On amd64 the bootup and resume paths for SP/BP/SP were not performingTheo de Raadt
2019-08-27Add amlrng(4), the simples random numer generator driver ever.Mark Kettenis
2019-08-27Add imxtmu(4), a driver to support the temperature sensors onPatrick Wildt
2019-08-27amclock(4), a driver for the Amlogic SoC clocks. For now this implementsMark Kettenis
2019-08-26Remove rdtsc macro.Paul Irofti
2019-08-26Add amlreset(4), a driver to support reset signal controller blocks onMark Kettenis
2019-08-26Add amluart(4), a driver for the UARTs found on various Amlogic SoCs.Mark Kettenis
2019-08-22Don't check _TTP for io windows.Mark Kettenis
2019-08-22unused variable, after previous commitTheo de Raadt
2019-08-21sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha
2019-08-21Fix a race in invalidation of remote TLB entries.Visa Hankala
2019-08-20Network-based device paths use Messaging and not Media types. ThusPatrick Wildt
2019-08-20Enable ipmi(4).Mark Kettenis
2019-08-19Restore msrs & pat on main cpu. jcs observed a slow console on x1r7,Theo de Raadt
2019-08-19match on r40 ahciJonathan Gray
2019-08-14enable amdgpu on amd64 requested by a few peopleJonathan Gray
2019-08-13Allow PXE booting using u-boot by relaxing our requirementsPatrick Wildt
2019-08-13Unbreak build of efi32 due to a typo in the fchmod change.Patrick Wildt
2019-08-12Remove spurious newline. Spotted by patrick@Mark Kettenis
2019-08-12Make it possible to switch to framebuffer "glass" console in case itMark Kettenis
2019-08-11Add clock support to sxirtc(4); needed by newer Linux DTs.Mark Kettenis
2019-08-11Add sxisyscon(4) a driver for the system controller found on variousMark Kettenis
2019-08-10Fix pixel formats. Turns out the order in the device tree description isMark Kettenis
2019-08-10move to 6.6-betaTheo de Raadt
2019-08-09Add TSC synchronization for multiprocessor machines.Paul Irofti
2019-08-07Mitigate CVE-2019-1125: block speculation past conditional jump to mis-skipPhilip Guenther
2019-08-07Add codepatch_jmp(), like codepath_call() but inserting a jmp instead of a call.Philip Guenther
2019-08-06Block interrupts while (attempting to) send an IPI on sun4v just like weMark Kettenis
2019-08-04Fix a typo I noticed reviewing the smbios code cleanup diff.kmos
2019-08-04Ensure that a posted write completes when re-enabling interruptsVisa Hankala
2019-08-04Add support for X-Gene/eMAG variant.Mark Kettenis
2019-08-04Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduceMark Kettenis
2019-08-04crank version, following fchmod changeTheo de Raadt
2019-08-04Unmap tables once we're done with them.Mark Kettenis
2019-08-04Implement smbios support on arm64.Mark Kettenis
2019-08-04Remove the old, unfinished octeon bootloader.Visa Hankala
2019-08-04Revise the way how the octeon bootloader is built. The originalVisa Hankala
2019-08-03permit maxusers to grow up to 128Theo de Raadt
2019-08-03There are some pretty big arm64 machines so crank maxusers to 80.Theo de Raadt
2019-08-03Add F_WRITE support to the block layer (not yet used)Theo de Raadt