Age | Commit message (Expand) | Author |
2011-06-08 | Ateempt to make pci_intr_disestablish() work for MSIs. | Mark Kettenis |
2011-06-06 | Backout vmmap in order to repair virtual address selection algorithms | Ariane van der Steldt |
2011-06-06 | Toss a rare device driver; this makes msi interrupts fit. | Theo de Raadt |
2011-06-05 | Move the bufcachepercent setting code to MI locations -- set it to 42% | Theo de Raadt |
2011-06-05 | reduce unneccessary differences; ok kettenis | Theo de Raadt |
2011-06-05 | patch screwed me; left a line behind | Theo de Raadt |
2011-06-05 | do not calculate bufpages; that is done later in MI bufinit(). in any | Theo de Raadt |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-30 | Add mmuagp. a driver for the agp chipsets on early amd64 machines. | Owain Ainsworth |
2011-05-30 | Enable MSI on selected hardware. For now this means: | Mark Kettenis |
2011-05-29 | Use k1x cpu scaling on all families 0x10 and above (the trend is likely to | Theo de Raadt |
2011-05-29 | Let this compile on kernels without acpicpu. | Claudio Jeker |
2011-05-29 | Don't attempt to use MSI if we're not running in APIC mode. | Mark Kettenis |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-05-24 | On OpenBSD, we've always attached scsibus(4) to umass(4), even for | Matthew Dempsky |
2011-05-24 | Reimplement uvm/uvm_map. | Ariane van der Steldt |
2011-05-23 | AMD K10/K11 pstate driver allows setperf and apm to change CPU | Claudio Jeker |
2011-05-21 | First stab at supporting Message Signaled Interrupts on i386. Still work in | Mark Kettenis |
2011-05-18 | Mention new alc(4) devices in commments. No active changes. | Stuart Henderson |
2011-05-13 | replace handrolled NELEM() with nitems() | Jasper Lievisse Adriaanse |
2011-05-10 | Fix deadlock (re)introduced by the previous commit by explicitly re-enabling | Mark Kettenis |
2011-05-09 | Add signature read/write functions for i386 hibernate. | Mike Larkin |
2011-05-08 | Fix a few minor issues in i386 hibernate support code relating to | Mike Larkin |
2011-05-07 | So long, uvm_pglist.h | Owain Ainsworth |
2011-04-30 | Preliminary plumbing code for i386 hibernate (suspend-to-disk). | Mike Larkin |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-27 | Do not explicitly enable interrupts before returning from interrupt. | Alexander Bluhm |
2011-04-26 | Make amd64/i386 boot(8) pass the DUID of the selected boot device to the | Joel Sing |
2011-04-25 | garbage collect biomask printf; ok deraadt kettenis | Mike Belopuhov |
2011-04-24 | Don't leak fd's in sr_installboot(). From cppcheck via Amit Kulkarni. | Kenneth R Westerback |
2011-04-24 | fenv for i386, and sparc64; from matthew@ | Martynas Venckus |
2011-04-23 | Don't leave the kernel code/rodata writeable for DDB. Make ddb enable | Theo de Raadt |
2011-04-22 | Remove unused structure member. | Mark Kettenis |
2011-04-22 | Stop printing the PCI interrupt line programmed by the BIOS for APIC | Mark Kettenis |
2011-04-20 | Potential NULL deref in an error case spotted by chl on one copy; | Theo de Raadt |
2011-04-19 | add some more intel cpuid models | Jonathan Gray |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-16 | Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of | Kenneth R Westerback |
2011-04-16 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |
2011-04-15 | Do not check malloc return value against NULL, as M_WAITOK is used. | Charles Longeau |
2011-04-15 | In days of yore one could arbitrarily whack buffer flags. Those days | Kenneth R Westerback |
2011-04-15 | Remove local variables that are no longer used after the last commit | Claudio Jeker |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-15 | Convert the kernel Makefiles to autogenerate dependencies during compilation | Philip Guenthe |
2011-04-10 | Merge viapm and viaenv | Alexandr Shadchin |
2011-04-07 | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and | Miod Vallat |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-06 | The various read*label() have stopped returning error strings for quite | Miod Vallat |
2011-04-05 | Remove unused variable. | Paul Irofti |
2011-04-05 | Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no | Philip Guenthe |