Age | Commit message (Expand) | Author |
2009-03-08 | g/c now unused extern declaration for avail_end | Martin Reindl |
2009-03-08 | Move more z8536 defines from MVME188 specific code to the MI header and use it. | Miod Vallat |
2009-03-08 | Add support for Geyser2 devices from NetBSD and fix some Geyser1 devices that | Robert Nagy |
2009-03-07 | When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do not | Miod Vallat |
2009-03-07 | No need to register a soft interrupt for softclock, it's done in MI code. | Miod Vallat |
2009-03-05 | Change SMP secondary processor startup to have them ``hatch'' earlier, | Miod Vallat |
2009-03-05 | Make ELF platforms generate ELF core dumps. Somewhat based on code from | Mark Kettenis |
2009-03-04 | Clean up the ipi code a bit and try to provide useful comments as well. | Miod Vallat |
2009-03-04 | Since 88110 processors can not flush individual TLB entries, instead of | Miod Vallat |
2009-03-04 | Introduce atomic_clear_int() as an MD atomic operation to perform atomic | Miod Vallat |
2009-03-04 | When handling clock interrupts, check the overflow counter to know how many | Miod Vallat |
2009-03-04 | Fix stupid logic bug in rw_cas_m88k(), makes NFS much happier on SMP kernels. | Miod Vallat |
2009-03-01 | Support for MVME141 boards. Tested with both VME and VSB memory boards | Miod Vallat |
2009-03-01 | Tweak pccspeed() to not report 33MHz boards as 50MHz (until better code is | Miod Vallat |
2009-03-01 | Replace a few magic constants with proper #defines as pointed out by miod@. | Mark Kettenis |
2009-03-01 | Support for MVME165 board - code written in april 2006, eventually debugged | Miod Vallat |
2009-03-01 | Fix bus_space_map() on intio space, it is not mapped 1:1... | Miod Vallat |
2009-03-01 | Clean up match routines vs board id; this should give 166, 172 and 176 a | Miod Vallat |
2009-03-01 | Enable raptor(4) here too. Pointed out by deraadt@ and miod@. | Mark Kettenis |
2009-03-01 | Enable raptor(4). | Mark Kettenis |
2009-03-01 | Finish colormap support; makes Xorg wsfb driver work. | Mark Kettenis |
2009-03-01 | Some initial colormap support. | Mark Kettenis |
2009-03-01 | An accelerated framebuffer driver for the Tech Source Raptor GFX cards built | Mark Kettenis |
2009-03-01 | Make more IPI synchronous. Performance slightly down, stability slightly up. | Miod Vallat |
2009-03-01 | Files forgotten during last commit: | Miod Vallat |
2009-03-01 | Don't let an mmio area replace the frame buffer if they are the same size. | Mark Kettenis |
2009-02-27 | Rework nmi handling to handle ``complex'' NMI faster, and return as fast as | Miod Vallat |
2009-02-27 | Be a bin more paranoid in m88410_inval() in the operation complete check. | Miod Vallat |
2009-02-26 | fix tree break with two missing chars | Todd T. Fries |
2009-02-26 | Add a two new ioctls to the apm(4) interface. | Owain Ainsworth |
2009-02-25 | enable ale(4) on both i386 and amd64 | Kevin Lo |
2009-02-24 | match new cpuid stuff from i386; by jsg | Theo de Raadt |
2009-02-24 | Add support for hardware acceleration to gbe(4). This provides an accelerated | Joel Sing |
2009-02-24 | back out est.c 1.8 and bring acpicpu.c all the way back to 1.47 because of | Theo de Raadt |
2009-02-23 | When jumping out of the interrupt handler early, clear conditions we know | Miod Vallat |
2009-02-22 | Replace bcmp in while loop with check of ac_multirangecnt. | Mark Kettenis |
2009-02-21 | dma_cachectl() bye-bye. | Miod Vallat |
2009-02-21 | No need to use special copy{from,to}buf for MVME376, the board's buffers | Miod Vallat |
2009-02-21 | Previous delay() fix broke 1x2 boards. Make sure delay() works on them | Miod Vallat |
2009-02-21 | Move part of the mp lock logic into per-cpu callbacks; on MVME197DP we need | Miod Vallat |
2009-02-21 | Get rid of 88110 nmi stacks. This was a good idea, but I outsmarted myself | Miod Vallat |
2009-02-20 | This should get me nominated for the ``stupidest bug of the year'' award. | Miod Vallat |
2009-02-20 | When looping to process external interrupts, do not complain (and panic) | Miod Vallat |
2009-02-20 | atomic_{set,clear}bits_int were not safe enough on 88110 systems, as they | Miod Vallat |
2009-02-20 | Let M188 kernel compile. | Miod Vallat |
2009-02-20 | Let the sdmmc adapters tell the sdmmc layer how much sectors they can | Miod Vallat |
2009-02-20 | Tweak debug printf. | Mark Kettenis |
2009-02-20 | Make sure we have enough space in the LDC transmit queue to send a DRING_DATA | Mark Kettenis |
2009-02-19 | suspend/resume bits so that we can develop this in tree. This is disabled. | Marco Peereboom |
2009-02-19 | Make prom_sun4v_soft_state_supported() call the right client interface. | Mark Kettenis |