summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2018-03-09Remove bogus copying of bootargs.Mark Kettenis
2018-03-09resume_iret is called with the U+K page tables, so delete the superfluousPhilip Guenther
2018-03-08Rework and cleanup the linker script for armv7. The main feature isPatrick Wildt
2018-03-07Mhz -> MHzJonathan Gray
2018-03-07Stop assuming intel model 0x55 'Skylake X' has a fixed 25 MHz tsc freq.Jonathan Gray
2018-03-05Do not redefine PAGE_SHIFT/PAGE_SIZE/PAGE_MASK in vmparam.h; thoseTheo de Raadt
2018-03-05#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archTheo de Raadt
2018-03-04grow dmesg buffer - bigger machines showing upTheo de Raadt
2018-03-02Fix reference clock frequency.Visa Hankala
2018-03-02Fix the locating of the OpenBSD disklabel on media with 2048 byteVisa Hankala
2018-03-02The UEFI specification states that a watchdog timer should be armed forJonathan Gray
2018-03-01AAPCS requires 8-byte alignment for 64-bit types. We missed this when weMark Kettenis
2018-03-01Protect the calls to trapsignal() and psignal() with a kernel lockAlexander Bluhm
2018-03-01accidentally did two ALIGN's before kudutaTheo de Raadt
2018-02-28move to 6.3-betaTheo de Raadt
2018-02-28Explicitly align svcstack and esym. Finally fixes the problem whereMark Kettenis
2018-02-28It helps to spell 'GSBASE' with a 'G'. With the thinko the NMI andPhilip Guenther
2018-02-26Delete pmap_update_2pg(), the #include of <machine/segments.h>, trailingPhilip Guenther
2018-02-25Typo: auxilliary -> auxiliaryPhilip Guenther
2018-02-24Enable bcmrng(4).Mark Kettenis
2018-02-24Enable interrupts while running interrupt handlers like we do onJonathan Gray
2018-02-24Declare ci_ipl volatile to prevent the compiler from optimizingVisa Hankala
2018-02-24Enable bcmtemp(4).Mark Kettenis
2018-02-24Make ncpusfound count the available processors even if they don't attach.Mark Kettenis
2018-02-23Disable mailbox interrupts on all cores upon attach instead of enabling theMark Kettenis
2018-02-23Get rid of the cpu_on_fn hook and call the psci(4) functions directly insteadMark Kettenis
2018-02-23Drop redundant bzero() calls. ses_ghash is allocated with M_ZERO, soVisa Hankala
2018-02-22Set the PG_G (global) bit on the special page table entries that are sharedPhilip Guenther
2018-02-22The compile time assertion for cpu info did not work with gcc.Alexander Bluhm
2018-02-22The GNU assembler does not understand 1ULL, so replace the constantAlexander Bluhm
2018-02-21Mark VIA padlock as capable of dealing with ESNMike Belopuhov
2018-02-21Meltdown: implement user/kernel page table separation.Philip Guenther
2018-02-20Add GENERIC.MP directory.Mark Kettenis
2018-02-20Add GENERIC.MP.Mark Kettenis
2018-02-20Release the secondary CPUs.Mark Kettenis
2018-02-20Make arm64 pmap (somewhat) mpsafe.Mark Kettenis
2018-02-20Convert key length from bits to bytesMike Belopuhov
2018-02-19Convert sparc64 to MI mutex.Martin Pieuchot
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-02-18Inline hw_{get,set}curcpu() to streamline the machine code.Visa Hankala
2018-02-18Replace a full memory barrier with a write-write barrier. The fullVisa Hankala
2018-02-18document "machine video"; requested by tinkerJason McIntyre
2018-02-17Rename memhook to vmmap to match other archs.Mark Kettenis
2018-02-16Add sizes for free() in the i386 version of the Enhanced SpeedStep driver.Frederic Cambus
2018-02-16Support card interrupts in imxesdhc(4). The code that was writtenPatrick Wildt
2018-02-15use the arm64 openprom.c on arm64Jonathan Gray
2018-02-14prune files.* entries that refer to files not in treeJonathan Gray
2018-02-12Typo in a comment (CR$_VMXE instead of CR4_VMXE). No functional change.Mike Larkin
2018-02-11Move .openbsd.randomdata into .rodata. This makes things morePatrick Wildt
2018-02-11Rework the DDB trace handling for armv7. By switching to clang thePatrick Wildt