summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2016-09-15Add omwugen(4) a driver for the TI logic that generates wakeup eventsJonathan Gray
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-09-14don't dump vcpu state on ept violations, these happen with sufficientMike Larkin
2016-09-14Remove drain(), query_encoding(), mappage() and get_default_params()Alexandre Ratchov
2016-09-13crank bootloader version after .SUNW_ctf changeJasper Lievisse Adriaanse
2016-09-12spelling fixTed Unangst
2016-09-12Enable uwacom(4) where uts(4) is already present.Martin Pieuchot
2016-09-11Properly keep track of which of the two tx FIFOs is in use. Fixes theMark Kettenis
2016-09-11Switch sparc64 boot code to libsa MI softraid.Joel Sing
2016-09-11Switch i386 boot code to libsa MI softraid.Joel Sing
2016-09-11Switch amd64 to libsa MI softraid.Joel Sing
2016-09-11Update header guards.Joel Sing
2016-09-11Rename softraid boot files, which are currently in an MD location. ThisJoel Sing
2016-09-11Remove #ifdef'ed out clock setting code, as we handle setting the clock usingMark Kettenis
2016-09-11Remove trailing whitespacePhilip Guenther
2016-09-10Skip printing a debug message when an external interrupt is receivedMike Larkin
2016-09-10Advertise high-speed support.Mark Kettenis
2016-09-10Use PLL6 as a parent clock for the SDx clocks for frequencies > 400 kHz.Mark Kettenis
2016-09-10Convert function definitions from K&R to standard-stylePhilip Guenther
2016-09-10Correct the path to the iomuxc fdt node so pinctrl setup will run.Jonathan Gray
2016-09-10Simplify comments to reflect that we don't do 32bit compat processesPhilip Guenther
2016-09-10If syscall() gets a 32bit trapframe, just kill the process; delete thePhilip Guenther
2016-09-10Delete support for 32bit frame backtracingPhilip Guenther
2016-09-10Enable VMM debug and add a few new controlsMike Larkin
2016-09-10Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 toJoel Sing
2016-09-10Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil.Joel Sing
2016-09-10Moving the host reset after setting the clock in the attach path makesMarcus Glocker
2016-09-10take it one step further and bring the message inline with arm/sparc64Jasper Lievisse Adriaanse
2016-09-09don't hardcode the filename in an error message; use the function name insteadJasper Lievisse Adriaanse
2016-09-07dump some extra vcpu state if failure to launch is detectedMike Larkin
2016-09-07fix a wrong printf in a dump/debug functionMike Larkin
2016-09-06Define PTE_* macros in one place. Use the lwu instruction for 32-bit PTEVisa Hankala
2016-09-05Some spacing/knf while here. No functional changes.Marcus Glocker
2016-09-05No point to jump to an empty return label in a void function.Marcus Glocker
2016-09-05Remove some unused bits.Marcus Glocker
2016-09-05Dump vcpu and vmcs info on various fail to enter scenariosMike Larkin
2016-09-04Add comments to the character-to-block device table and remove anChristian Weisgerber
2016-09-04For the allwinner,sun4i-a10-wdt disable/enable the reset-bit instead ofMarcus Glocker
2016-09-04Remove support for tape block devices. Nobody mount(8)s tapes any longer.Christian Weisgerber
2016-09-04bha depends on the deleted aha.h, so it will follow it into the atticTed Unangst