Age | Commit message (Expand) | Author |
2007-11-06 | Close a race where we might save/drop the fpu state of the wrong process in | Mark Kettenis |
2007-11-06 | ramdisks should have the same behaviour as GENERIC | Theo de Raadt |
2007-11-06 | Keep a pending software interrupts mask per processor, instead of having it | Miod Vallat |
2007-11-06 | Comment out the pmap fine grained locking stuff, it is not necessary for now | Miod Vallat |
2007-11-06 | Be sure to pmap_deactivate() a process during context switches, so that | Miod Vallat |
2007-11-06 | Remove the now unused idle_u, and call the secondary processors startup | Miod Vallat |
2007-11-06 | Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int. | Miod Vallat |
2007-11-05 | I screwed the pooch. Fix the stack offsets. | Tobias Weingartner |
2007-11-05 | Sprinkle a few holy membars around memory writes. | Miod Vallat |
2007-11-05 | fix and use DEVICE_IS_VGA_PCI, makes vgafb_pci_match() much simpler | Martin Reindl |
2007-11-05 | temporary ddb buffers need to be a bit larger on 64 bit systems to cope with | Miod Vallat |
2007-11-05 | audio encoding conversion cleanup | Jacob Meuser |
2007-11-04 | replace even more ctob/btoc with ptoa/atop | Martin Reindl |
2007-11-03 | Fix LKM support for amd64. | Mike Belopuhov |
2007-11-03 | Add acpi_acquire_global_lock(), and acpi_release_global_lock to | Gordon Willem Klok |
2007-11-03 | use DEVICE_IS_VGA_PCI in vga_pci_match() | Martin Reindl |
2007-11-03 | don't spam dmesg with huge, whitespace padded bios strings. | Chris Kuethe |
2007-11-03 | change what happens when acpi is enabled to include "relatively safe" | Bob Beck |
2007-11-03 | APM switchto cleanup diff. This uses the switchto functionality to | Tobias Weingartner |
2007-11-03 | Add acpi_acquire_global_lock() and acpi_release_global_lock() in MD locore.s | Tobias Weingartner |
2007-11-02 | replace ctob/btoc with ptoa/atop (plus the usual round_page() where needed) | Martin Reindl |
2007-11-02 | Use the same cache cleaning address computation as done in cpufunc_asm_xscale, | Miod Vallat |
2007-11-01 | Remove curproc definition. It is supposed to be in proc.h only. | Mike Belopuhov |
2007-10-31 | Overhaul fpu context save/restore code, making it more similar to what we do | Mark Kettenis |
2007-10-31 | Remove some XXX code that has been #ifdef'ed out for ages. | Mark Kettenis |
2007-10-31 | Remove idle_u; it's been unused for a while. | Mark Kettenis |
2007-10-31 | Remove some comments about 32-bit mode. | Mark Kettenis |
2007-10-31 | Garbage collect ienab_bis() and ienab_bic(). | Mark Kettenis |
2007-10-31 | for now, workaround MP timeout/splhigh/scsi race at reboot time using a | Theo de Raadt |
2007-10-31 | comment fixes. | Joel Sing |
2007-10-30 | avoid intermediate files with same name (ie. a.out) for parallel make | Theo de Raadt |
2007-10-29 | run depend so that SFILES depend on assym.h, which allows them to build | Marc Espie |
2007-10-29 | UltraSPARC CPUs (and other SPARC V9 implementations) don't have a | Mark Kettenis |
2007-10-29 | Make sure the dma_cachectl*() functions actually do their work on all | Miod Vallat |
2007-10-29 | When a secondary cpu gets its interrupt pin stuck, be sure to savectx | Miod Vallat |
2007-10-28 | This is a horrible kluge: invoke sched_init_cpu for seconday processors | Miod Vallat |
2007-10-28 | Start secondary processors synchronously. This only wins us a nicer dmesg | Miod Vallat |
2007-10-28 | Do not flag a processor as ``alive'' until it really is ready to accept IPIs. | Miod Vallat |
2007-10-28 | add new envy(4) driver for ICE1712 (aka VIA Envy24) audio devices. The | Alexandre Ratchov |
2007-10-28 | UltraSPARC CPUs don't have a floating-point queue, so cpu_reset_fpustate() is | Mark Kettenis |
2007-10-28 | Match on compatible: 'pcf8584', such that we attach on the V210 again. | Mark Kettenis |
2007-10-28 | get rid of btoc/ctob in favor of atop/ptoa | Martin Reindl |
2007-10-28 | When handling a userland data fault occuring in kernel mode, take the kernel | Miod Vallat |
2007-10-28 | Disable interrupts around changing curproc and curpcb so these always match. | Miod Vallat |
2007-10-27 | Grab kernel lock before calling interrupt handlers. | Mark Kettenis |
2007-10-27 | Grab kernel lock for EXC_DSI. | Mark Kettenis |
2007-10-27 | get rid of btoc/ctob in favor of atop/ptoa | Martin Reindl |
2007-10-27 | Use the same assembly constraints for all inline assembler xmem constructs. | Miod Vallat |
2007-10-27 | In __cpu_simple_lock() and __cpu_simple_lock_try(), use a local u_int instead | Miod Vallat |
2007-10-27 | No need for an explicit pipeline synchronization in invalidate_pte(), the | Miod Vallat |