summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2014-10-25uvm_km_valloc -> km_allocMark Kettenis
2014-10-25Add and enable qlw at sbus. Tested on QLGC,ispMiod Vallat
2014-10-25Another uvm_km_valloc(9) -> km_alloc(9) conversion.Mark Kettenis
2014-10-24Another uvm_km_valloc(9) -> km_alloc(9) conversion.Mark Kettenis
2014-10-24Bring phys_map to sparc64 and use it in vmapbuf(9) and vunmapbuf(9).Mark Kettenis
2014-10-23Correctly mask IE_ALLIE during sun4/4c/4e NMI; from NetBSDMiod Vallat
2014-10-23Correctly set up the HPMC trap entry: according to the PA-RISC FirmwareMiod Vallat
2014-10-23In the various desidhash_*() functions, make sure we clear the `set to clear'Miod Vallat
2014-10-23Revert limiting physmem to 2GB; the culprit was likely in uvm and uvm hasMiod Vallat
2014-10-22make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo *David Gwynne
2014-10-18Don't use %r1 to refer to bit 1. No binary difference.Mark Kettenis
2014-10-18Make sure the direct map isn't executable on hardware that allows us to do so.Mark Kettenis
2014-10-18Remove even more unnecessary `needs-flag' attributes from config machinery,Miod Vallat
2014-10-17reinstate i386/bus_space diff now that serial consoles are fixed inStuart Henderson
2014-10-17Initialize comconsiot. Fixes problems with the (now backed out) i386Mark Kettenis
2014-10-17backout i386/bus_space diff for now, req'd by deraadt@ - problems at bootStuart Henderson
2014-10-17Also remove trailing spaces from the CPU brand string.Mark Kettenis
2014-10-17revert previous. It isn't just i386 which cares about the setperfTheo de Raadt
2014-10-17In the new world order, setperf does not exist on ramdisks.Theo de Raadt
2014-10-17Mark Cave-Ayland pointed out on tech@ that the OF_test_method was calledDaniel Dickman
2014-10-17bring the twisting of bus_space from amd64 over to i386. this is:David Gwynne
2014-10-16No longer used.Mark Kettenis
2014-10-16The "close" word doesn't return any arguments.Mark Kettenis
2014-10-16Use an instruction encoding for the return-to-realmode code that works onMike Larkin
2014-10-15move CPU_BUSY_CYCLES define out of #ifdef/else MULTIPROCESSOR, its meant toSebastian Reitenbach
2014-10-15Do not panic when attempting to decode invalid condition codes, or ifMiod Vallat
2014-10-15Sprinkle CPU_BUSY_CYCLE() in a few places.Masao Uebayashi
2014-10-15Revert previous (wrong commit message).Masao Uebayashi
2014-10-15pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarationsMasao Uebayashi
2014-10-14Do not skip saving callee-saved registers in trap frames if compiling withoutMiod Vallat
2014-10-14NetBSD revision 1.20 of pmap.h (from 1996) deleted license text that shouldDaniel Dickman
2014-10-13Let this compile without option DDB.Miod Vallat
2014-10-12Rough sync with hppa to make this compile again.Miod Vallat
2014-10-12Downgrade needs-count to needs-flag when applicable.Miod Vallat
2014-10-12remove some unused filesJonathan Gray
2014-10-11Check for the `oscillator failure' condition, and do not register as a reliableMiod Vallat
2014-10-10Significant unification of RAMDISK* config files, making them diffable.Theo de Raadt
2014-10-10Make CPU_INFO_FOREACH useable before secondary CPUs are started.Martin Pieuchot
2014-10-09Properly initialize secondary CPUs on 64bit machines.Martin Pieuchot
2014-10-09allow building a kernel without ddbTheo de Raadt
2014-10-09disassem.c only if ddb; ok miodTheo de Raadt
2014-10-09no need for lkm_map nowTed Unangst
2014-10-09mechanical translation of dev_lkm_dummy() to dev_notdef()Ted Unangst
2014-10-09revert unintentional commit unrelated to LKMTed Unangst
2014-10-09remove LKM devicesTed Unangst
2014-10-08only call Debugger() #ifdef DDBTheo de Raadt
2014-10-08#ifndef DDB, correct a format string..Theo de Raadt
2014-10-08Add virtio_membar_* macrosStefan Fritsch
2014-10-08#ifdef SMALL_KERNEL some sensor blocks; ok miodTheo de Raadt
2014-10-08Add offsets for cortex-A7/A15. Adapted from bitrig.Raphael Graf