summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-11-05Two tweaks for compile/Makefile.inc:Martin Natano
2016-11-05Move the definition of REGVAL into a common header to make it usableVisa Hankala
2016-11-05Drop unnecessary #ifdef MBUF_TIMESTAMP.Visa Hankala
2016-11-05Do not show a device unit number in the cnmac interrupt name. The sameVisa Hankala
2016-11-02when CONSPEED moved from libsa.h to Makefile it lost a leading '1',Jasper Lievisse Adriaanse
2016-11-02Make possible to change the link layer address of a cnmac(4) interface.Visa Hankala
2016-11-01Use x2APIC if it is enabled by BIOS. It is expected that this doesn'tYASUOKA Masahiko
2016-10-29If the system has fdt, use it for locating network PHYs.Visa Hankala
2016-10-29Make PHY address lookups fail instead of using CAM-0100 entriesVisa Hankala
2016-10-29sync with -r1.95 of amd64/vmm.c:Reyk Floeter
2016-10-29Further improve vmm's security model by restricting pledged vmmReyk Floeter
2016-10-27We don't generate an eddep script for kernel builds nowadays. The lastMartin Natano
2016-10-27Revert previous `ncpus' change because the percpu code now worksVisa Hankala
2016-10-27revert 1.41 now that subr_percpu is using ncpusfound instead of ncpus.David Gwynne
2016-10-27increment ncpus when a cpu is attached, not when its booted.David Gwynne
2016-10-26Increment `ncpus' to its final value already during autoconfiguration soVisa Hankala
2016-10-26Fix a few misc bugs in i386 vmm:Mike Larkin
2016-10-26Don't use a bitfield in the msr store index structure. This may not end upMike Larkin
2016-10-25Remove now unused disable_l2_if_needed interface.Jonathan Gray
2016-10-24make cleandir should skip the version file; ok otto millertTheo de Raadt
2016-10-23Remove sunxi board IDs.Mark Kettenis
2016-10-23De-platformize sunxi. This removes the board initialization code that sets upMark Kettenis
2016-10-23Only attach on sun4i and sun5i. The timer implemented on later SoCs lacksMark Kettenis
2016-10-23stop disabling the external pl310 l2 cache on pandaboardJonathan Gray
2016-10-22If an Access Flag fault happens while we were running the kernel andPatrick Wildt
2016-10-22Attach sxitimer(4) using the fdt.Mark Kettenis
2016-10-22Stop setting MIIF_AUTOTSLEEP in sxie(4)Jonathan Gray
2016-10-21Stop setting MIIF_AUTOTSLEEP in fec(4)Jonathan Gray
2016-10-21Implement a driver for Marvell's Mbus bridge. This is the componentPatrick Wildt
2016-10-21Outsource simplebus softc definition so that it can be used byPatrick Wildt
2016-10-21Run timers from the 24MHz; it seems the A10s doesn't have a reliable 32kHzMark Kettenis
2016-10-21Fix MP builds including vmmTheo de Raadt
2016-10-21Check if memory allocation failed.Visa Hankala
2016-10-21Fix grammar, and simplify a little.Visa Hankala
2016-10-21Revert previous commit.Paul Irofti
2016-10-21Fix build: declare the pcie read/write routines before using them.Paul Irofti
2016-10-21pledge changes needed to support pledging vmd(8) on i386, forthcoming.Mike Larkin
2016-10-21vmm(4) for i386. Userland changes forthcoming. Note that for the time being,Mike Larkin
2016-10-19Change process_{domem,auxv_offset}() to take a process instead of a proc.Philip Guenther
2016-10-19Change pmap_proc_iflush() to take a process instead of a procPhilip Guenther
2016-10-19The first argument to process_domem() and its uio_procp should be curprocPhilip Guenther
2016-10-19struct process has a pointer to the vmspace now, so simplify the ASID searchPhilip Guenther
2016-10-18put .openbsd.randomdata into rodata, since i386 can handle itTheo de Raadt
2016-10-18SVM on AMD CPUs is not supported yet, so don't attach there; ok mlarkin@Christian Weisgerber
2016-10-18Delete remnants of "traptrace" supportPhilip Guenther
2016-10-15cleandir: target for kernel compile directoriesTheo de Raadt
2016-10-14backout small errorTheo de Raadt
2016-10-14Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/,Theo de Raadt
2016-10-14cache some more cpuid info. the cached data is presently unused, but willMike Larkin
2016-10-13Add an extra debug line when virtualization is disabled in the firmware.Martijn van Duren