summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
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