summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2015-05-11Remove support for ADPCM encoding which isn't used nowadays andAlexandre Ratchov
2015-05-11Remove all audio format conversion code from the kernel (btw holdingAlexandre Ratchov
2015-05-11Convert from uiomovei() to uiomove() to prevent short tranfersPhilip Guenther
2015-05-10VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end ofJonathan Gray
2015-05-10limit physical memory to (paddr_t)-PAGE_SIZE (0xfffff000)Jonathan Gray
2015-05-09Cleanup/rejig GPT code to be more readable, support different endianKenneth R Westerback
2015-05-08Need explicit <sys/kcore.h> include now.Miod Vallat
2015-05-08Add missing sabresd case statements. As sabresd_devs[] includes imxgpioJonathan Gray
2015-05-08Add initial board specific parts of novena support, tested by djm@Jonathan Gray
2015-05-07remove badly indented printf and it's preceeding testJonathan Gray
2015-05-07fix indentationJonathan Gray
2015-05-07add missing bracesJonathan Gray
2015-05-06put mpi's atomics back in, but with the return value of add (and therefore su...David Gwynne
2015-05-06Add missing braces so this will correctly fall back to the "name"Jonathan Gray
2015-05-05no need to swizzle load/store addresses for 32bit values on big endian systemsJonathan Matthew
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-05-04fix device numbering comments, no binary changeJonathan Matthew
2015-05-04Print irq informations in pckbc_set_inputhandler().Martin Pieuchot
2015-05-04Fix some misuse of the | operator. In particular | has higherJonathan Gray
2015-05-02fix build with option DEBUGMiod Vallat
2015-05-02add missing splx callsJonathan Gray
2015-05-02rework hppa mutexes.David Gwynne
2015-05-01Do not grab the kernel lock for clock interrupts. Help and ok kettenis@Miod Vallat
2015-04-30Convert to if_input().Martin Pieuchot
2015-04-30Clean up some spacing. No functional changeMike Larkin
2015-04-30Remove SIZE_MAX from limits.h. It was added years ago before weTodd C. Miller
2015-04-29Remove a check for NULL that would have been after a NULL dereferenceJonathan Gray
2015-04-29Move a variable's initialisation so a panic will work as intended.Jonathan Gray
2015-04-28Explicitly include .codepatch and .codepatchend in .rodata such thatMark Kettenis
2015-04-28Don't grab the kernel lock for clock interrupts. The way we use mutexesMark Kettenis
2015-04-27Correctly write the 64bits of the HID 1, 4 and 5 registers.Martin Pieuchot
2015-04-26Get dwc2 working on octeon.Jonathan Matthew
2015-04-26Disable PAE when switching to the hibernate resume pagetables. This involvesMark Kettenis
2015-04-26Enable NX support in the resume path. Makes suspend/resume work with theMark Kettenis
2015-04-26Only enable PAE if the CPU we're running on has NX support. Without NXMark Kettenis
2015-04-26bump i386 MAXDSIZ to 3GB. - "If you're running this, and presumably actuallyStuart Henderson
2015-04-25We now following the ABI and always clear cld on function entry, so removePhilip Guenther
2015-04-25cpu_busy_cycle_fcn callback has never been usedPhilip Guenther
2015-04-25Repair boot device detection when booting off the second SCSI controller onMiod Vallat
2015-04-24Enable PAE mode for those CPUs that support it. This allows us to use theMike Larkin
2015-04-24Make sure we keep the whole recursive mapping of the PDP instead of just theMark Kettenis
2015-04-24Revert back to using GCC builtins. This code triggers an off by one inMartin Pieuchot
2015-04-24Enable the NX bit and use it in the PAE pmap code. PAE is still disabledMark Kettenis
2015-04-24Use "softintr_pic0" instead of "softintr_fakepic" when faking aJonathan Gray
2015-04-23Fix 13 years old typo that should be responsible for the unhappinessMartin Pieuchot
2015-04-22Init a variable to zero so values aren't or'd into uninitialised memory.Jonathan Gray
2015-04-22Implement the MI atomic API for PowerPC to avoid using gcc builtins thatMartin Pieuchot
2015-04-22Reduce differences between pae and no-pae modes.Mike Larkin
2015-04-21Remove an extra lcr3 that snuck into pmap_switch during yesterday'sMike Larkin
2015-04-21Remove a duplicate variable and #define that snuck in, in a previousMike Larkin