summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2017-12-24Generate SIGBUS/BUS_ADRALN when we see a SP Alignment Exception from userland.Mark Kettenis
2017-12-23Remove stray space.Mark Kettenis
2017-12-23Use regmap interface to tweak "SYSREG" PHY configuration registers andMark Kettenis
2017-12-22If we use the cookie-based interrupt API on sun4v, whe shouldn't put theMark Kettenis
2017-12-20Sync C mutex implementations.Martin Pieuchot
2017-12-20Switch x86 architectures to the common C mutex implementation.Martin Pieuchot
2017-12-19Pass calibrated TSC frequency to vmm(4) guests. On machines where TSCPatrick Wildt
2017-12-18Properly implement the rsb attribute and actually use it.Mark Kettenis
2017-12-18Generate SIGBUS/BUS_ADRALN when we see a PC Alignment Exception from userland.Mark Kettenis
2017-12-18Add sizes for free() in libsa for amd64 and i386.Frederic Cambus
2017-12-18Enable RSB attachment for axppmic(4).Mark Kettenis
2017-12-17vmm(4): pass EFER properly from vmd(8), needed to support vmctl(8)'s "-b"Mike Larkin
2017-12-17Add wsdisplay options needed for X and VT switching.Mark Kettenis
2017-12-16Enable sxirsb(4).Mark Kettenis
2017-12-16Add a driver for the RSB controller found on various Allwinner SoCs.Mark Kettenis
2017-12-14Change bcopy to memcpy in the i386 version of the VIA PadLock driver.Frederic Cambus
2017-12-14fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, soPhilip Guenther
2017-12-13report Oracle as the vendor is the produce starts with ORCL,David Gwynne
2017-12-11In uvm Chuck decided backing store would not be allocated proactivelyTheo de Raadt
2017-12-11Use correct mask to derive portid from "reg" property in cpu_match.Mark Kettenis
2017-12-10more 0xcc, in data. There are i386 machines without NX, so this changeTheo de Raadt
2017-12-10Enable the phy-supply regulator if present and use the phy id specifiedJonathan Gray
2017-12-09Add sizes for free() in the AMD PowerNow! K8 driver.Frederic Cambus
2017-12-08Make sure we don't match (and attach) more than the maximum number ofMark Kettenis
2017-12-08Disable SMAP temporarily to display userland traces.Martin Pieuchot
2017-12-07correct indentationTheo de Raadt
2017-12-07reorder some port numbers, no functional change.Mike Larkin
2017-12-06Update inaccurate comment: i386_has_xcrypt => amd64_has_xcrypt.Frederic Cambus
2017-12-06Implement support for using interrupt cookies in vbus(4) and vpci(4) asMark Kettenis
2017-12-05Handle 64-bit-address Memory Space.Mark Kettenis
2017-12-05Show board ID and revision in dmesg to ease the identificationVisa Hankala
2017-12-05Drop cn30xxpow_intr_establish(), cn30xxpow_intr() and some otherVisa Hankala
2017-12-04Sadly the firmware on SPARC T7 machines omits the executable bit on mappingsMark Kettenis
2017-12-04Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock).Martin Pieuchot
2017-12-04Change __mp_lock_held() to work with an arbitrary CPU info structure andMartin Pieuchot
2017-12-04Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock).Martin Pieuchot
2017-12-03Enable bgw(4).Mark Kettenis
2017-12-03Rename ci_number to ci_cpuid to match other archs.Martin Pieuchot
2017-11-29vmm(4) :Add the ukvm/Solo5 hypercall I/O ports to the list of ports to beMike Larkin
2017-11-29make vmm(4) less responsible for initial register state, preferring to letMike Larkin
2017-11-29Add a bunch of DPRINTFs in failure paths, fix some whitespace and someMike Larkin
2017-11-29add some comments. no functional changeMike Larkin
2017-11-28fix some clang warnings when building with VMM_DEBUG. Matches a previousMike Larkin
2017-11-28better handling for invalid instruction lengths.Mike Larkin
2017-11-28better handling for invalid instruction lengths.Mike Larkin
2017-11-27Enable ne(4) at pcmcia.Martin Pieuchot
2017-11-27OMAP4 has two watchdog timers timer 2/MPU and timer 3/IVA.Jonathan Gray
2017-11-26On wqe error, show also word2 and word3. Those might help in debugging.Visa Hankala
2017-11-26Initialize Rx subsystems before enabling the processing of incomingVisa Hankala
2017-11-25Implement network boot support in efiboot(8). This changes efiboot(8)Patrick Wildt