summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-02-23Use cprng_strong32 for LINUX_AT_RANDOM on amd64 too.njoly
2014-02-23Fix wrong KASSERTs. Do not compare size vs. entries count.njoly
2014-02-23Fix obvious typomartin
2014-02-23ttioctl always gets a valid lwp reference. Replace attempt to handle a NULLmlelstv
2014-02-23Provide a prototype for xputcharmartin
2014-02-22Add way_size to arm_cache_infomatt
2014-02-22Add L1_TABLE_SIZE_REALmatt
2014-02-22Don't manipulate the pte to get uncached memory, use PMAP_NOCACHE instead.matt
2014-02-22Trim include filesmatt
2014-02-22Drop empty priority lists, not the full ones. Fixes kern/48611.mlelstv
2014-02-22Deal with non-4KB page sizesmatt
2014-02-22include <arm/locore.h>matt
2014-02-22Deal with non-4K page sizes.matt
2014-02-22use kenter_pa/kremovematt
2014-02-22Allow kernels without tsciic to build.martin
2014-02-22Re-use the unused ci_cpu_serial[3] to save the highest cpuid valuesdsl
2014-02-22Explicitly include armreg.h (for the interrupt enable bit)martin
2014-02-22Define __HAVE_ATOMIC64_OPS if EABI && ARMv6 or later.matt
2014-02-22Simplify error path.maxv
2014-02-21Match *INSTALL* (so we can match *INSTALL.MP)matt
2014-02-21Rearrange KERNEL_BASE_PHYSmatt
2014-02-21Rework PIC method to be simplier. Change be more cortex neutral.matt
2014-02-21Add EMAC and CPUCFG registersmatt
2014-02-21Remove unnecessary struct simplelock forward declaration.skrll
2014-02-21Remove struct simplelock forward declaration.skrll
2014-02-21Remove unnecessary include of sys/simplelock.hskrll
2014-02-21Use code model small for LLVM, it should be equivalent to GCC's medlow.joerg
2014-02-21sun4v: Rename TLB_ defines to SUN4U_TLB_ so entries created using TSB_DATA() ...palle
2014-02-21No need to include sys/simplelock.h here.skrll
2014-02-21Declare 16 and 8 bit atomic CAS - while it is not usually sane to expectmartin
2014-02-21Add tsciic (alpha MI).jdc
2014-02-21Add tsciic and more (commented out) DS20L i2c devices.jdc
2014-02-21Add tsciic, a driver for the DECchip 21272 Core Logic chipset I2C controller.jdc
2014-02-21Fix typo in fix for PR/48606skrll
2014-02-21Revert rev1.38. The header already begins with EXEC_SCRIPT_MAGIC="#!".maxv
2014-02-21Increase LINUX32_ELF_AUX_ENTRIES to avoid overrun in linux32/. Also,maxv
2014-02-21Properly check the section size to avoid out-of-bound reads. Themaxv
2014-02-21defparam KERNHIST_DELAYmatt
2014-02-21For now, don't reset arm_cache_prefer_mask unless both l1 caches are PIPTmatt
2014-02-21PR/48606: Lloyd Parkes: Drivers not using ifp->if_input but using ether_inputchristos
2014-02-20Keep track of what each cache is (VIVT/VIPT/PIPT).matt
2014-02-20#include <sys/param.h>matt
2014-02-20Include gtmr_var.hmatt
2014-02-20Add support for running BEmatt
2014-02-20Add prototype for awin_cpu_hatchmatt
2014-02-20(Belatedly) add lmenv.jdc
2014-02-20This doesn't need fpu.h, but should include ucontext.hdsl
2014-02-20Move the amd64 and i386 pcb to the bottom of the uarea, and move thedsl
2014-02-20This needs stdint.h in userspace (for uint64_t)dsl
2014-02-20cpu_cortex doesn't need the arm11 cpufuncs any morematt