summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-09-26Add HAVE_NVMM and use it to control the build of NVMM related components.jmcneill
2020-09-26RCSId policeskrll
2020-09-26Define isb(), dsb(option), and dmb(option)skrll
2020-09-26net: Fix the setting of if_link_stateroy
2020-09-26Trailing whitespaceskrll
2020-09-26G/C arm/atomic.hskrll
2020-09-26Expose the atomicvec vectors via EXPORT_OBJECT so ksyms(4) addresssimonb
2020-09-26Use EXPORT for start and EXPORT_OBJECT for kernel_text instead ofsimonb
2020-09-26Add EXPORT_OBJECT - export definition of symbol of symbol type Object,simonb
2020-09-26Use 'lr' instead of 'x30' in an instruction for clarityskrll
2020-09-26Fix a commentskrll
2020-09-26Whitespace consistency nit.simonb
2020-09-26Including <ddb/db_access.h> once should be sufficient.simonb
2020-09-26Support CPU interrupt affinity on Tsunami systems.thorpej
2020-09-26Add support for CPU interrupt affinity for PCI interrupts:thorpej
2020-09-26- Fix some bugs in previous, mainly related to indexing the correctthorpej
2020-09-25spelling fixes in sd.c commentsjakllsch
2020-09-25Add a newlineskrll
2020-09-25Add a function to copy AC-Name and Service-Nameyamaguchi
2020-09-25Clear AC-Name and Service-Name if params are not specifiedyamaguchi
2020-09-25Changes to make interrupt {,dis}establish MP-safe on Alpha:thorpej
2020-09-24lfs: Include lfs_debug.c only if DEBUG is enabled.riastradh
2020-09-24fix *_bs_rm_4_swap(). it was only reading 2 bytes, not 4 bytes.ryo
2020-09-24Trailing whitespaceskrll
2020-09-24no need to swap pt.cmd.cdwXX at nvme_set_number_of_queues(). cmd.cdwXX will b...ryo
2020-09-24apply more _KERNEL and fix the amd64 (and probably more) build.mrg
2020-09-24fix bugs in *_bs_rm_8_swap(). it was only reading 4 bytes, not 8 bytes.ryo
2020-09-24need to swap on big endian machines.ryo
2020-09-24fix build on non rmx or octeon systems.mrg
2020-09-24Small fixes from knakahara:msaitoh
2020-09-24Whitespaceskrll
2020-09-24add __aligned() to all __packed structures.ryo
2020-09-24no need to swap 32bit-packed macaddr on big endianryo
2020-09-24skip kernel-only code on crash.mrg
2020-09-24fix octeon !DDB builds.mrg
2020-09-23note more about AVE EMAC designnisimura
2020-09-23Define a constant for the SIO IRQ line, and keep a shadow copy ofthorpej
2020-09-23Use a wrapper to acquire the kernel lock for non-MPSAFE interrupts,thorpej
2020-09-23whitespace fixjakllsch
2020-09-23Don't dump the CPU topology in the uninspiring case of a single CPU.simonb
2020-09-23make !DDB kernels build.mrg
2020-09-23The current MIPS DDB stacktrace code doesn't work if no symbols aresimonb
2020-09-23Readability of a commentskrll
2020-09-23Move the compile-time assert outside of the __MUTEX_PRIVATE guard.thorpej
2020-09-23Move the simple lock used for spin mutexes into the sub-structure thatthorpej
2020-09-23Define some additional Cchip registers.thorpej
2020-09-22Changes to make MPSAFE interrupts work on Alpha:thorpej
2020-09-22ifconfig: Report link state even if media is not supportedroy
2020-09-22PR kern/55674:kardel
2020-09-22swp is only useful on armv7 uni-processor systems.mrg