Age | Commit message (Expand) | Author |
2007-05-28 | bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@ | Todd T. Fries |
2007-05-27 | Make sure the minaddr hint for uvm_km_suballoc() calls is always initialized. | Miod Vallat |
2007-05-27 | back out bio, breaks dlg's sparc64 v215 | Todd T. Fries |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2007-05-26 | prodded by marco, enable bio everywhere | Todd T. Fries |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-05-23 | Print real/available memory in MB as well as bytes in dmesg, and unify | Peter Valchev |
2007-05-19 | Oops, get the ``disabling cpu'' message correct. | Miod Vallat |
2007-05-19 | Silence a diagnostic message in multiprocessor kernels, it makes things worse. | Miod Vallat |
2007-05-19 | Force other processors to spin when one is in ddb. | Miod Vallat |
2007-05-19 | Add a GENERIC.MP configuration, not for the faint of the heart, if you want | Miod Vallat |
2007-05-19 | Try reducing the number of IPIs, by only reinflicting them to us if we are | Miod Vallat |
2007-05-18 | More work in IPI processing: actual processing is now done with interrupts | Miod Vallat |
2007-05-15 | kill __HAVE_DEVICE_REGISTER by requiring all architectures to have a | Theo de Raadt |
2007-05-14 | Work in progress IPI mechanism, currently only implemented on MVME188, to | Miod Vallat |
2007-05-14 | Hold kernel_lock when processing interrupts at a level under IPL_SCHED, as | Miod Vallat |
2007-05-14 | Register statclock() at IPL_STATCLOCK, not IPL_CLOCK (no-op since they are | Miod Vallat |
2007-05-12 | Increment ncpus when hatching a secondary processor. | Miod Vallat |
2007-05-12 | Change the 88100 interrupt handlers to process DAEs with interrupts enabled, | Miod Vallat |
2007-05-08 | remove more junk in the setroot() code path | Theo de Raadt |
2007-05-04 | make findblkmajor() and findblkname() MI; ok miod | Theo de Raadt |
2007-05-04 | setroot() was a ugly mix of MI and MD code, with different bugs on different | Theo de Raadt |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-03-22 | When registering VME interrupts, maintain a direct ipl->vector table, as long | Miod Vallat |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-11 | Rework the cache handling routines again. We now try to operate on the exact | Miod Vallat |
2007-02-11 | Rework the i/o mapping logic so that it allows the 1:1 region to not go up to | Miod Vallat |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-01-13 | Bring back a <machine/frame.h> for m88k platforms, by splitting <machine/pcb.h> | Miod Vallat |
2006-12-21 | 'tranfer' -> 'transfer' in comments. | Kenneth R Westerback |
2006-12-01 | Unbreak. | Miod Vallat |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne |
2006-11-20 | Hold the kernel lock when processing low IPL interrupts; one more step towards | Miod Vallat |
2006-11-20 | Directly invoke m188_setipl() instead of setipl() in the external interrupt | Miod Vallat |
2006-11-19 | I completely broke pfsr_188_save_double when introducing per-cpuinfo | Miod Vallat |
2006-11-18 | On 88100 systems which do not need the xxx.usr instruction workaround, | Miod Vallat |
2006-11-18 | Rework the PFSR register analysis code on mvme88k: split it into four | Miod Vallat |
2006-11-18 | A better and shorter wait sequence between writes to the command register | Miod Vallat |
2006-11-18 | Do not include <machine/frame.h> (forgotten when the former was removed). | Miod Vallat |
2006-11-16 | Ratibibugle struct frame and <machine/frame.h> | Miod Vallat |
2006-08-17 | Check d_secpercyl in all readdisklable() functions, and have all of | Kenneth R Westerback |
2006-08-13 | Remove remains of cut'n'paste from ffs code. | Miod Vallat |
2006-07-28 | 4KB buffer on the stack, and would you like fries with that? | Miod Vallat |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat |
2006-07-07 | Get rid of the fixed iomap for device mappings, and allocated va ranges | Miod Vallat |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt |
2006-06-11 | Typo | Miod Vallat |
2006-05-28 | Configure network devices at ipl 3, not ipl 1. | Miod Vallat |
2006-05-18 | Use standard swap16() and swap32() functions instead of abusing <db.h> to get | Miod Vallat |