summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2018-05-01Fix ALL configs following MPVERBOSE becoming a defparammaya
2018-05-01Make MPVERBOSE a defparam rather than defflag. It has multiplepgoyette
2018-05-01fix define of CPU IDsryo
2018-05-01Enable ffsv2 in boot.ragge
2018-04-30Kernel linker support for vax. Now modules can be loaded again.ragge
2018-04-29Fix bug causing small constants not to be printed out.ragge
2018-04-29fix KASSERT panic. pv_entry may not be exists in pvlist when pmap_remove().ryo
2018-04-29delete unused coderyo
2018-04-28Enable motgjmcneill
2018-04-28Enable Allwinner SID and thermal sensor controllerjmcneill
2018-04-28Add sun7i-a20-olimex-som204-evb-emmc.dts, sun7i-a20-olimex-som204-evb.dts, su...jmcneill
2018-04-28Add sun50i-a64-teres-i.dts, sun50i-h5-orangepi-zero-plus.dtsjmcneill
2018-04-28Cover all pic_maxsources lines for armgic_cpu_init_priorities() andjakllsch
2018-04-28Oops, my previous commit is totally wrong. recast mask/pattern list.ryo
2018-04-28Initialize clk domain name and call clk_attach to register sysctl nodesjmcneill
2018-04-28Define __HAVE_OLD_DISKLABEL for compatibility with the arm32 port.jmcneill
2018-04-28Add support for Pinebook lid switch and eMMCjmcneill
2018-04-28Increase default MSGBUFSIZE to match arm32 defaultsjmcneill
2018-04-27remove suspicious compare, and cleanup complex conditionals.ryo
2018-04-27fix instability behavior of bufcache on aarch64.ryo
2018-04-27M_CLUSTER -> M_EXT_CLUSTERmaxv
2018-04-27Remove the old unneccessary cksum files.ragge
2018-04-27define __HAVE_ATOMIC64_OPSryo
2018-04-26Fix inverted arguments in m_gethdr().maxv
2018-04-26Add KAUTH_MACHDEP_SVS_DISABLE and add support to secmodel_securelevel(9).alnsn
2018-04-26bump message buffer sizemacallan
2018-04-26Update some of the _UC_MACHINE* macros even though gregs[] aren't tied to any...scole
2018-04-25Enable CPU_IN_CKSUM.ragge
2018-04-25Add cpu_in_cksum.S.ragge
2018-04-25VAX version of cpu_in_checksum(). Increases network performance significantly.ragge
2018-04-25Extract M_DATA, M_LEN, M_NEXT.ragge
2018-04-25Add __KERNEL_RCSID() macro.ragge
2018-04-23Adjust Xsyscall_svs to not use movq for 64bit immediates either.joerg
2018-04-23PR/53206: David Binderman: fix array bounds comparison in KASSERT.christos
2018-04-21Do not use movq for loading arbitrary 64bit immediates. The ISAjoerg
2018-04-20smusat attaches to iic nowmacallan
2018-04-20overhaul SMU i2c handling:macallan
2018-04-20Remove sunxi_codec_drain(). It's optional, and as the DMA is not stoppedbouyer
2018-04-20sun4idma_halt(): do not set the control register to 0 but just clearbouyer
2018-04-19s/static inline/static __inline/g for consistency.christos
2018-04-19Take the interrupt lock in interrupt handler. Seesm to fix the hang I wasbouyer
2018-04-18Make SPECTRE_V2_GCC_MITIGATION overridable at the make command line.martin
2018-04-18Simplify previous, pointed out by mrg.martin
2018-04-18Fix previous: HAVE_GCC needs to be checked in additon tomartin
2018-04-18Fix copy & pastomartin
2018-04-16vmx(4): compute if_ibytes using rxq->vxrxq_stats.vmrxs_ibytes.nonaka
2018-04-16vmx(4): handled SIOCZIFDATA.nonaka
2018-04-16vmx(4): Fix calculation of interface statistics counter.nonaka
2018-04-15Simplify interrupt handling by only enabling interrupts for events thatjmcneill
2018-04-14List some obvious remaining items to-doscole