summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-10-03disable PAT and MTRR in guest VMsMike Larkin
2016-10-03Disable sitaracm and add a new ompinmux driver for omap pin muxing/padJonathan Gray
2016-10-02Set IFCAP_VLAN_MTU capability in cpsw(4). AvoidsJonathan Gray
2016-10-02The userspace TCB_GET() shouldn't take an argumentPhilip Guenther
2016-10-02Save and restore the (non-standard) USBMODE register around a reset of theMark Kettenis
2016-09-30Compute CR3 target count. Needed for upcoming debugging diff.Mike Larkin
2016-09-28Tweak video BIOS pointer check. Current Loongson EFI firmware imagesVisa Hankala
2016-09-28Add logic for figuring out CPU clock rate and usable memory areasVisa Hankala
2016-09-27clarify a comment whose text became out of date with the previous commitMike Larkin
2016-09-27read and cache VMFUNC capability during boot. for use in an upcoming diffMike Larkin
2016-09-27typoTheo de Raadt
2016-09-26Remove xscale support. Properly distinguish between ARMv7 and ARMv8.Mark Kettenis
2016-09-26Check cpuid_level before using CPUID().Philip Guenther
2016-09-25Make a move towards ending 4 decades of kernel snooping.Theo de Raadt
2016-09-25Remove more duplicated includesFrederic Cambus
2016-09-25refactor vmcs flush and reload into one function, and remove anotherMike Larkin
2016-09-25remove an extraneous vmcs flushMike Larkin
2016-09-24Stick the thread control block pointer into a CPU register on ARMv7.Patrick Wildt
2016-09-24Add -Wno-pointer-sign to all our gcc4 architectures.Mark Kettenis
2016-09-24If the value of r0 upon entering the kernel is zero, interpret this as theMark Kettenis
2016-09-24Pass esym to the kernel in r0. Since u-boot passes 0 in this register, weMark Kettenis
2016-09-24Remove a couple of unsused static inline functions. Also remove a comparisMark Kettenis
2016-09-24Add an implementation of __aeabi_ldivmode() and __aeabi_uldivmod(); clangMark Kettenis
2016-09-23Attach imxocotp(4) using the fdt. Since this means that imxtemp(4) attachesMark Kettenis
2016-09-23Use "%s" to print the version string. Avoids a "format string is not aMark Kettenis
2016-09-22Periodically call mii_tick() like all our other ethernet drivers that useMark Kettenis
2016-09-22Fix indentation. No binary change.Jonathan Gray
2016-09-21Modernize arm assembly in the kernel for clang.Mark Kettenis
2016-09-21Remove some dead code and only enable tx and rx interrupts.Mark Kettenis
2016-09-20Complete bus_dmamap_load_raw(9) implementation for ARM. My initialPatrick Wildt
2016-09-20one too many close parenthesesJasper Lievisse Adriaanse
2016-09-19ansify function definitionsJasper Lievisse Adriaanse
2016-09-19fix whitespace at EOLJasper Lievisse Adriaanse
2016-09-19Remove unused getdev() audio driver functions.Alexandre Ratchov
2016-09-18Convert imxccm(4) and imxiomuxc(4) to attach using the fdt. Use the "early"Mark Kettenis
2016-09-18Use a locator (named "early") to let designated drivers attach before others.Mark Kettenis
2016-09-18Bump boot loader versions due to bcrypt pbkdf support.Joel Sing
2016-09-18Add bcrypt pbkdf support to the softraid crypto boot loader code.Joel Sing
2016-09-18Fix a bug in the bounce buffer handling of BIOS disk I/O.Joel Sing
2016-09-18option INSECURE is obsoleteTheo de Raadt
2016-09-18option INSECURE is obsoleteTheo de Raadt
2016-09-18as is done on amd64, allow using CTF to lookup the function parameters.Jasper Lievisse Adriaanse
2016-09-17Use the asm global register extension for the TCB pointer in userspacePhilip Guenther
2016-09-17remove unused pmap_dump functionsMike Larkin
2016-09-17remove duplicated CPUIDECX_PDCM useJonathan Gray
2016-09-16teach ddb(4) about CTF. currently it only loads the CTF and uses it on amd64Jasper Lievisse Adriaanse
2016-09-16Define PT_ARM_EXIDX.Mark Kettenis
2016-09-16Enable Hyper-V guest driversMike Belopuhov
2016-09-16move the vm_page struct from being stored in RB macro trees to RBT functionsDavid Gwynne
2016-09-16move the uvm_map_addr RB tree from RB macros to the RBT functionsDavid Gwynne