Age | Commit message (Expand) | Author |
2007-05-27 | implement WSDISPLAYIO_GETSUPPORTEDDEPTHS. ok miod@ uwe@ | Matthieu Herrb |
2007-05-27 | shrink the kernel for code that shouldn't be used anyway, ok kettenis@ | Dale Rahn |
2007-05-27 | Move powerpc to vm_page_md, 'throw it in' kettenis@ | Dale Rahn |
2007-05-27 | Enable ips(4). | Alexander Yurchenko |
2007-05-27 | Print reserved memory size correctly. | Miod Vallat |
2007-05-27 | USB cleanup leftover. Diff from jsg@ tested by me. | Marcus Glocker |
2007-05-27 | Always use XKPHYS addresses to perform cache operations now, for consistency. | Miod Vallat |
2007-05-27 | Use the direct maps (cached on uncached) for bus_space mappings. | Artur Grabowski |
2007-05-27 | - Redo the way we set up the direct map. Map the first 4GB of it | Artur Grabowski |
2007-05-27 | fix another use of MAXNR for rijndael | Ted Unangst |
2007-05-27 | back out bio, breaks dlg's sparc64 v215 | Todd T. Fries |
2007-05-27 | When deciding whether to allocate a bounce buffer, we need one if | Tom Cosgrove |
2007-05-26 | last arch specific GENERIC with bio, remove it | Todd T. Fries |
2007-05-26 | Move cpu_info/curcpu to be mapped by the %fs segment. Extra input and | Tobias Weingartner |
2007-05-26 | Remove nbuf count (was missed by pedro) | Dale Rahn |
2007-05-26 | tht works | David Gwynne |
2007-05-26 | missed this, remove bio here for move to sys/conf/GENERIC | 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-26 | Add re(4). From brad at comstyle dot com. | Mark Kettenis |
2007-05-26 | tyops | Miod Vallat |
2007-05-26 | If booted from ADPT,2940U2B, root is on scsi. | Dale Rahn |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-05-25 | Edge cases can trigger a TLB miss exception instead of an invalid TLB | Miod Vallat |
2007-05-25 | Define rw_cas. Trivially simple on amd64 with atomic_cas_ul. | Artur Grabowski |
2007-05-25 | Unifdef TLB_TRACE and TLBTRACE, no functional change. | Miod Vallat |
2007-05-25 | "boundries" -> "boundaries" in various comments. Started by Diego Casati. | Kenneth R Westerback |
2007-05-25 | 'Proto type' -> 'Prototype' when discussing functions in comments. | Kenneth R Westerback |
2007-05-25 | Comment typos and tidying. From Diego Casati. | Kenneth R Westerback |
2007-05-25 | Change the old slow and complicated TLB shootdown code to new, fast and | Artur Grabowski |
2007-05-25 | Replace the overdesigned and overcomplicated tlb shootdown code with | Artur Grabowski |
2007-05-25 | rename cpu_dumpconf() to dumpconf(); no need to be different from other archi... | Theo de Raadt |
2007-05-23 | Add code to spin up secondary cpu's; still work in progress. | Mark Kettenis |
2007-05-23 | Print real/available memory in MB as well as bytes in dmesg, and unify | Peter Valchev |
2007-05-23 | Add hack to prevent switching to serial console on four-digit B/C/J class | Mark Kettenis |
2007-05-23 | Enable elroy(4). | Mark Kettenis |
2007-05-23 | Add proper bus_space_vaddr() implementation. | Mark Kettenis |
2007-05-23 | timecounter support (e.g. soekris net4501); ok grange@ | Markus Friedl |
2007-05-22 | Add pciide(4) and things that attach to it. | Mark Kettenis |
2007-05-22 | Add elory(4). | Mark Kettenis |
2007-05-22 | Add option HP8700_CPU. | Mark Kettenis |
2007-05-22 | Hook up astro(4). | Mark Kettenis |
2007-05-22 | protect more variables from existing outside of locore, should fix | Martin Reindl |
2007-05-22 | enable uts(4) - USB touchscreen support | Robert Nagy |
2007-05-21 | Add support for 8700/pcxw2 cpu. | Mark Kettenis |
2007-05-21 | Ask firmware for reset before trying ourselves; needed for four-digit b/c/j | Mark Kettenis |
2007-05-21 | Import code to support the Elroy chip from hppa64 and make it actually work. | Mark Kettenis |
2007-05-21 | Implement deep interrupt swizzling by mapping all four PCI interrupt pins | Mark Kettenis |
2007-05-21 | Make iommu_dvmamap_unload cleanup properly. | Mark Kettenis |