summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-11-28need ashrdi3Theo de Raadt
2016-11-27Match on "allwinner,sun7i-a20-mmc". In linux 4.9 the device trees forJonathan Gray
2016-11-27ashldi3 is now neededTheo de Raadt
2016-11-26Allow rootdev to be specified without /dev/ prefix. The full path isn'tMartijn van Duren
2016-11-26Start process_bootargs at 0 instead of 1.Martijn van Duren
2016-11-26Remove unnecessary function cn30xxgmx_submatch and call config_foundMartijn van Duren
2016-11-22Fix CPU info struct.Visa Hankala
2016-11-22Add support for the sun9i USB PHYs and attach to the sun9i EHCI controllers.Mark Kettenis
2016-11-21Add support for "allwinner,sun9i-a80-usb-mod-clk" andMark Kettenis
2016-11-21Enabling Loongson 3A bits turned on a code path that uses a MIPS64r2Visa Hankala
2016-11-20Drop pointless type casts.Visa Hankala
2016-11-18Fix end of interrupt routine to make pciide(4) work.Visa Hankala
2016-11-18Use the ErrorEPC register for curcpu().Visa Hankala
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2016-11-17Turn Loongson 3A bits on.Visa Hankala
2016-11-17Add drivers for PCI host bridge and built-in UARTs on Loongson 3A,Visa Hankala
2016-11-15Add support for lid state detection in ykbec(4).Frederic Cambus
2016-11-15Avoid an uninitialised value in rev 1.93.Jonathan Gray
2016-11-15Clean up the kernel Makefile's:Martin Natano
2016-11-14Fix build now that ftd.h move to a MI directory.Martin Pieuchot
2016-11-10Add support for "allwinner,sun9i-a80-apb1-clk" compatible clocks.Mark Kettenis
2016-11-08Add a few more easy sun9i-a80 clocks.Mark Kettenis
2016-11-08Add support for "allwinner,sun9i-a80-mmc-clk" compatible clocks.Mark Kettenis
2016-11-08Add support for sun9i-a80, the Allwinner A80.Mark Kettenis
2016-11-08Add support for sun9i-a80, the Allwinner A80.Mark Kettenis
2016-11-08fix debug buildMike Larkin
2016-11-07Hide FIX_SSTEP() behind #ifdef _KERNELPhilip Guenther
2016-11-07Split PID from TID, giving processes a PID unrelated to the TID of theirPhilip Guenther
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-11-06Do not create machine@ symlinks in obj as root during includes:, butTheo Buehler
2016-11-06Add interrupt handling routines for Loongson 3A.Visa Hankala
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