summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-04-27Unifdef KADB.Martin Pieuchot
2017-04-27Use (32-bit) word-sized access in the a4x bus space routine even if onlyMark Kettenis
2017-04-27Add code to identify the CPUs on arm64 systems. The primary CPU is attachedMark Kettenis
2017-04-27rename a struct that was denoted as "VMX only" to make it more clearMike Larkin
2017-04-27use a more descriptive value from the VEI_DIR_xxx enum instead of aMike Larkin
2017-04-27vmm(4): proper save/restore of FPU context during entry/exit.Mike Larkin
2017-04-27Restore if_iwm.c r1.173 (mira retry change) which got incarcerated byStefan Sperling
2017-04-27Revert if_iwm.c to the state of r1.170 because ETOOMANYDRAGONSATONCE.Stefan Sperling
2017-04-26Perform H-FSC root queue allocation in the kernelMike Belopuhov
2017-04-26Convert some hardcoded function names in printfs into %s / __func__.Mike Larkin
2017-04-26Get rid of convoluted macros in iwm's receive code path.Stefan Sperling
2017-04-26Remove the size argument of iwm_rx_addbuf() and use a constant internally.Stefan Sperling
2017-04-26Convert some hardcoded function names in printfs into %s / __func__.Mike Larkin
2017-04-26Tell MiRA about the actual number of retries instead of pretending thatStefan Sperling
2017-04-26Fix a typo relating to savefpu alignmentMike Larkin
2017-04-24Add support for Cortex-A12. Even though ARM rebranded these as Cortex-A17Mark Kettenis
2017-04-24Process fdt before iobus devices. Needed later when interrupt andVisa Hankala
2017-04-24Add an fdt blob for octeon systems whose firmware does not provideVisa Hankala
2017-04-24Since rev 1.1 ix has attempted to require a 64 bit BAR, the test forJonathan Gray
2017-04-24Implement monitor mode support for iwm(4).Stefan Sperling
2017-04-24Implement support for multiple packets per receive DMA buffer in iwm(4).Stefan Sperling
2017-04-24Stop dumping registers on "normal" segmentation faults. Do print the contentsMark Kettenis
2017-04-23Handle unequal numbers of Tx and Rx streams in MiRA.Stefan Sperling
2017-04-23Some of the LOG_NOTICE messages from PF were seen in normal operationsStuart Henderson
2017-04-22Recognize Loongson 3A2000/3B2000 processors.Visa Hankala
2017-04-22Fix an early boot failure on Loongson 3A2000.Visa Hankala
2017-04-22Reindent with tabs and add missing braces.Visa Hankala
2017-04-21Speed up DIOCKILLSTATES by using the RB tree index if all fields usedYASUOKA Masahiko
2017-04-21Cast the result of the __swapXX macros to the proper type.Todd C. Miller
2017-04-21Make id parameter of iwm_send_cmd_pdu() a uint32_t so that it matchesStefan Sperling
2017-04-21Fix nic lock usage around iwm_disable_rx_dma().Stefan Sperling
2017-04-21Fix nic lock usages around iwm_{read,write}_prph().Stefan Sperling
2017-04-21Use ether_crc32_le() instead of a custom version.Martin Pieuchot
2017-04-20Get TCB address using the RDHWR instruction instead of __get_tcb().Visa Hankala
2017-04-20Make TCB address available to userspace via the UserLocal register.Visa Hankala
2017-04-20only 32 bits of the pledgecode were passed up via ktraceTheo de Raadt
2017-04-20Drop unnecessary headers. This fixes kernel build on platformsVisa Hankala
2017-04-20regenJonathan Gray
2017-04-20Remove an incorrect Bay Trail I2C entry that masked a valid Bay TrailJonathan Gray
2017-04-20Add option to compile witness(4).Visa Hankala
2017-04-20Tweak lock inits to make the system runnable with witness(4)Visa Hankala
2017-04-20Hook up mutex(9) to witness(4).Visa Hankala
2017-04-20Hook up rwlock(9) to witness(4).Visa Hankala
2017-04-20Hook up mplock to witness(4) on amd64 and i386.Visa Hankala
2017-04-20Add a port of witness(4) lock validation tool from FreeBSD.Visa Hankala
2017-04-20Add routines for saving stack traces and printing saved tracesVisa Hankala
2017-04-20Use register names without the % prefix in the global register variableMark Kettenis
2017-04-19Add sizes to free()David Hill
2017-04-19Add size to free()David Hill
2017-04-19icmp6_rip6_input() was mostly duplicated code from rip6_input().Alexander Bluhm