summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2014-09-14Clean up isp(4) from kernel configs with the new drivers alreadyBrad Smith
2014-09-14Fix some bugs in the fpu_sqrt implementation that would limit the accuracyMark Kettenis
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-09-12Remove the code that attempts to synchronize P-state transitions between CPUs.Mark Kettenis
2014-09-11mplement membar(9) API for i386.Mark Kettenis
2014-09-08...and the other file I missed cvs rm'ing in the procfs purge.Philip Guenther
2014-09-08Delete procfs; it's always had races and is now unused: no one noticed forPhilip Guenther
2014-09-07Implement membar(9) API for amd64.Mark Kettenis
2014-09-06Rename ci_iactive into ci_flags, this field now holds the going-to-Martin Pieuchot
2014-09-06Rewrite cpu_idle & friends to not check and update the hid0 registerMartin Pieuchot
2014-09-06Rewrite the PowerPC stack dump routine to delimit the trap & interruptMartin Pieuchot
2014-09-06Add functions to manipulate IBM PowerPC 970 specific registers thatMartin Pieuchot
2014-09-04Revert previous change, but use curcpu()->ci_schedstate.spc_cp_time[] insteadMiod Vallat
2014-09-03Sync amd64 and i386 GENERIC.MP with other arches byBret Lambert
2014-09-01Add implementations of atomic_{inc,dec,add,sub}_{int,long}() andPhilip Guenther
2014-08-30Fix format strings in STIDEBUG code.Miod Vallat
2014-08-30Make sure we check for GPT in writedisklabel() if kernel is compiled with GPTMiod Vallat
2014-08-30Don't panic when an illegal IRQ is passed to intr_{dis,}establish().Martin Pieuchot
2014-08-30Bump the fan limit and avoid a panic on my quad G5.Martin Pieuchot
2014-08-29Use the load average from averunnable.ldavg[] instead of bogus cp_time[]Miod Vallat
2014-08-27Remove redundant setting of if_mtu which ether_ifattach() alreadyBrad Smith
2014-08-24socketvar.h instead of socket.h, oopsTheo de Raadt
2014-08-24remove trailing whitespaceStefan Fritsch
2014-08-23oddly now needs sys/socket.h, because someone removed struct socket fwdTheo de Raadt
2014-08-22pseudo-device crypto was accidentally left for some architectures.Theo de Raadt
2014-08-21Kill the remaining <netinet/in_systm.h> inclusion!Martin Pieuchot
2014-08-20unlink crypto(4) pseudo device from the architecture dependant characterMike Belopuhov
2014-08-19More PIC programming magic, as well as a specific workaround for lostMiod Vallat
2014-08-19Set Eng. GFE has a 32-bit ID register, so put it in the 32-bit section.Miod Vallat
2014-08-18Explicitely need <sys/pool.h> now.Miod Vallat
2014-08-18Sigh, ignoring instruction fetch bus errors for the kernel code should notMiod Vallat
2014-08-18this uses pools, but relied on mbuf.h to provide them.David Gwynne
2014-08-18dont rely on mbuf.h to provide pool.h.David Gwynne
2014-08-17On kernels compiled with R10000 support, ignore (by simply returning)Miod Vallat
2014-08-15lofn(4) and nofn(4) are going awayMike Belopuhov
2014-08-14fixed overrid(d)en typoTobias Stoeckmann
2014-08-14Unused variable, and more fixes in the attach failure path.Miod Vallat
2014-08-12Lower VM_PHYSSEG_MAX from the mips64 default to a generous 4, and changeMiod Vallat
2014-08-12addu -> PTR_ADDU when doing address arithmetic in the octeon-specific code path.Miod Vallat
2014-08-12Better cache information gathering. Only affects information put in dmesg.Miod Vallat
2014-08-12Pass 0 instead of uvm_map_hint() to uvm_map() in exec_md_map() to figure outMiod Vallat
2014-08-11Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you.Miod Vallat
2014-08-11Do not use CKSEG0 to quickly map physical addresses, but XKPHYS, for we areMiod Vallat
2014-08-11Get rid of the `quirks' member, which is never initialized (but by zero atMiod Vallat
2014-08-11Remove evcnt and %b format strings relying upon SEIL extensions. This givesMiod Vallat
2014-08-11De-static so that my ddb backtrace get closer to reality.Miod Vallat
2014-08-11Add option USER_PCICONF for pcidump(8) to be able to do its magic.Miod Vallat
2014-08-06Correct some dma cleanup error paths.Jonathan Gray
2014-08-06fix an off by oneJonathan Gray