Age | Commit message (Expand) | Author |
2009-06-04 | Remove support for non-ELF; it never existed for amd64. | Mark Kettenis |
2009-06-03 | add kern.bufcachepercent sysctl to allow adjusting the buffer cache | Bob Beck |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-06-03 | Import acpi power resource driver. This is needed for suspend/resume logic. | Paul Irofti |
2009-06-03 | Add acpivideo support. This adds brightness support for all laptops | Paul Irofti |
2009-06-03 | Enabled docking driver | Jordan Hargrave |
2009-06-02 | Instead of the global hash table with the terrible hashfunction and a | Owain Ainsworth |
2009-06-02 | Add a DIAGNOSTIC panic to ensure we are not running | Kurt Miller |
2009-06-02 | Added interface for cpu idle on amd64 | Jordan Hargrave |
2009-06-01 | Fix the order of checking if a machine has MTRR. We need to check | Peter Hessler |
2009-06-01 | Use proper pmap during ACPI sleep on amd64. Original code by Kurt, | Mike Larkin |
2009-06-01 | physmem allocator: change the view of free memory from single free pages | Ariane van der Steldt |
2009-06-01 | New VIA nano's support amd64 and EST. Move the setperf init routine outside | Gordon Willem Klok |
2009-05-31 | Make iomem_ex cover the complete (48-bit) physical address space. Makes | Mark Kettenis |
2009-05-31 | Fix RAMDISK kernels after previous. amd64_has_xcrypt needs to be | Matthieu Herrb |
2009-05-31 | Reinitialize lapic on ACPI resume. | Mike Larkin |
2009-05-31 | Add VIA crypto features support to amd64. ok deraadt@ | Matthieu Herrb |
2009-05-30 | Without -v, be quiet | Theo de Raadt |
2009-05-30 | Don't use biosbasemem and biosextmem to initialize iomem_ex, since on some | Mark Kettenis |
2009-05-28 | Bring back the curpmap change. It was missing a reload of the pmap on | Artur Grabowski |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback |
2009-05-18 | Add missing breaks so we don't fallthrough into | Jonathan Gray |
2009-05-16 | Enable udl(4) by default for amd64, i386, and macppc. | Marcus Glocker |
2009-05-15 | Always subregion the main PCI I/O extents. This will handle things properly | Mark Kettenis |
2009-05-10 | When I changed the implementation of iommu and sg_dma over to use | Owain Ainsworth |
2009-05-09 | Initial console device driver for USB displays based on the DisplayLink | Marcus Glocker |
2009-05-07 | Move amas device from arch/amd64 to dev/pci and enable it in i386 as well. | Ariane van der Steldt |
2009-05-04 | type pedantry. | Owain Ainsworth |
2009-04-30 | pass db_console from the bootloader to the kernel, and then use it to | David Gwynne |
2009-04-29 | Extend pciio extents to cover the while 32-bit address space. The processor | Mark Kettenis |
2009-04-28 | Simplify rbus_machdep.c, and make it work more reliable behind PCI-PCI bridges | Mark Kettenis |
2009-04-28 | put vlan support onto these media | Theo de Raadt |
2009-04-27 | Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile on | Mark Kettenis |
2009-04-27 | turning pmap_deactivate into a NOP brought back the reaper panics, probably | Theo de Raadt |
2009-04-25 | Enter mtx_enter_try. In part for completeness, things may start | Tobias Weingartner |
2009-04-23 | -v was printing some information which is irrelevant or duplicate. This | Theo de Raadt |
2009-04-23 | Make pmap_deactivate a NOP. | Artur Grabowski |
2009-04-23 | add missing newline in the unknown model case | Jonathan Gray |
2009-04-21 | Simplify PCI config space access code. There is no way we're ever going to | Mark Kettenis |
2009-04-21 | add a sg_dma backend for amd64 bus_dma. This is a lot more clever about | Owain Ainsworth |
2009-04-20 | fixed style, no binary change | Ariane van der Steldt |
2009-04-20 | bigmem is not tweakable by config(8), it never was. | Reyk Floeter |
2009-04-20 | amas device for amd64, describes the physical memory layout on AMD64 CPU. | Ariane van der Steldt |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-04-19 | Enable schsio(4) everywhere to get it tested. | Michael Knudsen |
2009-04-19 | For consistency, make sure that all archs that use the same pattern | Owain Ainsworth |
2009-04-19 | Count number of cpus found (potentially not attached) and store that | Theo de Raadt |
2009-04-19 | Switch the softinterrupt code on x86 over to mutexes instead of | Owain Ainsworth |
2009-04-15 | The current iommu code only touches the hardware if the bios did not | Owain Ainsworth |
2009-04-15 | fix properly; size gets decremented while we check the segments, so save it so | Owain Ainsworth |