Age | Commit message (Expand) | Author |
2007-02-03 | Remove unused functionality from lockmgr(): | Miod Vallat |
2007-01-31 | Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and Voltage | Gordon Willem Klok |
2007-01-27 | Only allow a single instance of acpimadt(4). | Mark Kettenis |
2007-01-23 | Handle not-all-lapics intterupts. | Mark Kettenis |
2007-01-22 | Add commented out acpidock(4) entry. | Michael Knudsen |
2007-01-19 | Update comment (on how long we wait for operation to complete) reflect | Tom Cosgrove |
2007-01-18 | No longer print the 'bios id' field in the dmesg, its of dubious diagnostic | Gordon Willem Klok |
2007-01-10 | fix fallout of the split sensor devices change which caused lockups on | David Gwynne |
2007-01-09 | Miod used a too large hatchet when trimming userret in 1.80. | Artur Grabowski |
2007-01-02 | Use bus_space_write_region_4() instead of doing the same thing bit by | Tom Cosgrove |
2007-01-02 | Fix the keyboard problem seen on Intel Macs, where only the first | Tom Cosgrove |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-12-29 | Change the comment for mbg(4): Use "radio clocks" instead of "time base". | Marc Balmer |
2006-12-28 | Support for ST16C654 chips, however these aren't detected as such, so the | Miod Vallat |
2006-12-26 | There is a single 'p', not a double, in 'triple'. | Tom Cosgrove |
2006-12-24 | Define PROC_PC. Then, since profiling information is being reported in | Miod Vallat |
2006-12-24 | Check for want_resched when processing AST and nowhere else. But then, when | Miod Vallat |
2006-12-23 | do not mix & and || badly | Theo de Raadt |
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt |
2006-12-22 | A more complete fix for perf status MSR's (on e.g. Core 2 Duo X6800), | Dimitry Andric |
2006-12-21 | Quick fix for Core 2 Duo X6800, which reports an invalid setperf MSR, | Dimitry Andric |
2006-12-20 | Don't bail out on a bad interrupt line if we have a valid apic interrupt pin | Mark Kettenis |
2006-12-20 | "#ifdef is a tool of the weak!" | Gordon Willem Klok |
2006-12-20 | acpi fits, when we trade it primarily for the very large rtw(4) driver. | Theo de Raadt |
2006-12-20 | acpi (disabled) fits... when we trade it for the rarely used i2o controllers, | Theo de Raadt |
2006-12-20 | acpi (disabled) just happens to fit | Theo de Raadt |
2006-12-20 | rum fits | Theo de Raadt |
2006-12-18 | Activate mbg(4). | Marc Balmer |
2006-12-15 | acpi can fit onto the cd ramdisks | Theo de Raadt |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-12-12 | Complete gwk's previous patch to stop setperf methods from returning | Dimitry Andric |
2006-12-11 | Ensure kvm86_call actually saves the curpcb instead of junk. Error | Gordon Willem Klok |
2006-12-11 | do not bus_space_map devices which are at address 0; ok kettenis | Theo de Raadt |
2006-12-11 | On i386, swizzle interrupts for devices for which we don't have explicit | Mark Kettenis |
2006-12-09 | Like the earlier change to powernow-k7.c check for both the regular cpuid | Gordon Willem Klok |
2006-12-08 | Fix kernel link warning on i386 about boothowto being overridden, by | Dimitry Andric |
2006-11-30 | Oops, didn't mean to increase the default msgbufsize for i386. Noticed by bra... | Dimitry Andric |
2006-11-30 | Remove the macros SET_CURPCB, GET_CURPCB and GET_CPUINFO, they are only used | Gordon Willem Klok |
2006-11-29 | Nuke all commons but one, and enable --warn-common in LINKFLAGS. | Miod Vallat |
2006-11-29 | Remove all the extern cpu_{id,model,whatever} declarations from most | Dimitry Andric |
2006-11-29 | Fix the major bug in ips which prevents GENERIC to attach it. | Alexander Yurchenko |
2006-11-29 | Don't print masks if we're in apic mode. | Mark Kettenis |
2006-11-29 | Fix cpu_model string screwup. | Dimitry Andric |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-11-29 | Only establish acpi interrupt if ACPI_ENABLE. | Mark Kettenis |
2006-11-28 | Let est not complain about certain strange msr values on Pentium 4's. We can't | Dimitry Andric |
2006-11-28 | Support "trace /p <pid>" to show the stack trace of any process. | Uwe Stuehler |
2006-11-28 | Always call cyrix3_get_bus_clock in cyrix3_cpu_setup, since we might | Dimitry Andric |
2006-11-28 | Don't display cpu brand string, features, etc. a second time, when booting an MP | Dimitry Andric |
2006-11-28 | Only use est and other non-acpi setperf mechanisms, if acpi is not | Dimitry Andric |