Age | Commit message (Expand) | Author |
2013-08-24 | Cleanup amd64 and i386 MTRR code - | Mike Larkin |
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-06-26 | Since interrupts at IPL_AUDIO no longer grab the kernel lock, and nobody | Mark Kettenis |
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-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 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-05-31 | We need to halt the APs on MP hibernate resume or else they will be | 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-21 | remove unused cpu_lock code (where it is truly unused). it is not | Ted Unangst |
2013-05-16 | Implement a mechanism to establish interrupt handlers that don't grab the | 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-01 | Do not expose the trap T_* values to userland, since they invade the | Theo de Raadt |
2013-03-31 | try to avoid pulling in pte.h and other more crazy things. Checked against | Theo de Raadt |
2013-03-28 | Add STRONG_ALIAS macros to be used from assembly code in libc and | Martynas Venckus |
2013-03-28 | Add __strong_alias macros for all architectures to be able to alias | Martynas Venckus |
2013-03-26 | PGSHIFT and PGOFSET are now contained inside the kernel namespace. | Theo de Raadt |
2013-03-25 | ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file. | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-21 | move kernel after 16MB. needed for additional growth that might come in a | Theo de Raadt |
2013-03-17 | Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMS | Mark Kettenis |
2013-03-17 | We don't do mcontext, so remove this unused header. | Mark Kettenis |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot |
2013-02-11 | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | Martin Pieuchot |
2013-01-29 | the bus_space api implies that there's a bus endianness that it will | David Gwynne |
2013-01-27 | Bump MAXTSIZ to 128 MB, some binaries are quite large. | Federico G. Schwindt |
2013-01-18 | twist the amd64 bus_space implementation a bit. instead of using the tag | David Gwynne |
2013-01-16 | MD hibernate goo for amd64 | Mike Larkin |
2013-01-15 | implement bus_space_foo_8 for amd64. it will panic on attempts to do 8 | David Gwynne |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-11-19 | Add atomic 32-bit cas operations. | Paul Irofti |
2012-11-10 | Recent x86 CPUs come with a constant time stamp counter. If this is | Marcus Glocker |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-10-19 | amd64 hibernate "unpack-time" mmu/pmap code and asm goo. Work in | Mike Larkin |
2012-10-10 | Add __BEGIN_DECLS so that programs using C++ can use functions | Stuart Henderson |
2012-10-09 | Allow boot(8) to pass information to the kernel, regarding the softraid | Joel Sing |
2012-10-09 | Sync "Structured Extended Feature Flags" cpuid bits with | Jonathan Gray |
2012-10-09 | Enable Supervisor Mode Execution Protection (SMEP), found in recent | Jonathan Gray |
2012-09-19 | Set up PCI bus number resource accounting for the main PCI bus hierarchy. | Mark Kettenis |
2012-09-11 | Remove the 'OLF method' used for the transition from a.out to ELF and | Theo de Raadt |