Age | Commit message (Expand) | Author |
2013-08-12 | make radeondrm attach to pci | Mark Kettenis |
2013-08-12 | include files.drm from the acrhitecture-specific config files | Mark Kettenis |
2013-08-12 | attach wsdisplay to radeondrm instead of its parent | Mark Kettenis |
2013-08-03 | Don't flush the cache on page inflate for hibernate on amd64. | Mike Larkin |
2013-07-30 | Or in the CPUID_NXE bit from ci->ci_feature_eflags into ci->ci_feature_flags | Mark Kettenis |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-07-01 | Make the acpi global lock functions actually work. Luckily these functions | Mark Kettenis |
2013-06-29 | Remove unsigned comparison >= 0. | Brad Smith |
2013-06-26 | Since interrupts at IPL_AUDIO no longer grab the kernel lock, and nobody | Mark Kettenis |
2013-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-04 | Remove remaining references to HIBERNATE_COPY_PAGE. It was effectively | Mike Larkin |
2013-06-04 | Cpu topology for AMD64. | Christiano F. Haesbaert |
2013-06-04 | Add RCS ids. | Paul Irofti |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-06-03 | changes for isc fuse support. not enabled. ok beck deraadt. | Ted Unangst |
2013-06-02 | Revert previous: libsa/ufs.c was fixed to not use big types when not | Philip Guenther |
2013-06-02 | Fix a bug where the calibration loop could show wrong CPU frequencies. | Gerhard Roth |
2013-06-02 | Fix descriptions of structures | Philip Guenther |
2013-06-02 | Don't need gdt.h here | Philip Guenther |
2013-06-02 | fix tpyo | Philip Guenther |
2013-06-02 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2013-06-01 | Introduce a new amd64 IPI, x86_ipi_halt_realmode to park CPUS into real | Mike Larkin |
2013-06-01 | Call x86_ipi_halt_realmode to park APs in real mode before unpacking image | Mike Larkin |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-06-01 | Fix offset error when clearing the resume time stack pages | Mike Larkin |
2013-06-01 | Add code to drop a CPU from long mode back to real mode, will be used to | Mike Larkin |
2013-06-01 | Add vmx(4) to the kernel config, but comment it out for now. | Reyk Floeter |
2013-05-31 | We need to halt the APs on MP hibernate resume or else they will be | Mike Larkin |
2013-05-30 | Fix a bug in amd64 hibernate introduced when we moved the kernel to load at | Mike Larkin |
2013-05-30 | Make interrupt handling in hibernate resume MI by providing MD-specific | Mike Larkin |
2013-05-30 | Even though we reserve 3 pages for the amd64 hibernate stack, we set the | Mike Larkin |
2013-05-30 | If ACPI is not compiled in, pci_min_powerstate() has no facts to support | Theo de Raadt |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-05-30 | fix typos in some comments | Mike Larkin |
2013-05-30 | Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned the | Matthew Dempsky |
2013-05-21 | de-static-ize prototypes as well, which makes these functions not-static | Mark Kettenis |
2013-05-21 | remove unused cpu_lock code (where it is truly unused). it is not | Ted Unangst |
2013-05-20 | de-static-ize, such that people don't get confused by aesni failures on | Mark Kettenis |
2013-05-16 | Implement a mechanism to establish interrupt handlers that don't grab the | Mark Kettenis |
2013-05-12 | Tell wsdisplay(4) to switch back to the console screen upon entering ddb(4). | Mark Kettenis |
2013-05-12 | Take the kernel lock and call the actual interrupt handler from a | Alexandre Ratchov |
2013-05-06 | the use of modern intel performance counter msrs to measure the number of | David Gwynne |
2013-05-05 | remove never used get/set ioperm sysarch functions. ok guenther | Ted Unangst |
2013-04-24 | Use the manufacturer-supplied bios serial/uuid as a source of | Bret Lambert |
2013-04-23 | Include udivdi3/umoddi3 when compiling the amd64/i386 boot blocks - they | Joel Sing |
2013-04-23 | Remove obsolete comment, okay mlarkin@. | Paul Irofti |
2013-04-23 | tedu unused makefiles. | Joel Sing |