| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the possibility to specify from kernel configs MAXCPU value. | attilio | 2011-07-19 | 1 | -0/+2 |
* | Correct cpu_monitor() and cpu_mwait() for amd64. These instructions take | jkim | 2011-07-05 | 1 | -5/+7 |
* | Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h to | jhb | 2011-06-22 | 2 | -50/+4 |
* | Oops, missed these in 223424. | jhb | 2011-06-22 | 1 | -0/+1 |
* | remove code for dynamic offlining/onlining of CPUs on x86 | avg | 2011-06-08 | 1 | -1/+0 |
* | Reintroduce the lazypmap infrastructure and convert it to using | attilio | 2011-05-20 | 1 | -1/+3 |
* | MFC | attilio | 2011-05-18 | 1 | -1/+12 |
* | MFC | attilio | 2011-05-13 | 1 | -0/+2 |
* | MFC | attilio | 2011-05-09 | 1 | -1/+0 |
* | MFC | attilio | 2011-05-06 | 1 | -0/+2 |
* | Commit the support for removing cpumask_t and replacing it directly with | attilio | 2011-05-05 | 4 | -7/+8 |
* | Revert md_assert_preempt() introduction. | attilio | 2011-05-04 | 1 | -1/+0 |
* | Remove unnused typedef. | attilio | 2011-05-01 | 1 | -1/+0 |
* | Add the function md_assert_nopreempt(), which is a very consistent | attilio | 2011-04-30 | 1 | -0/+1 |
* | Remove the support for lazy cr3 switching from i386. | attilio | 2011-04-30 | 1 | -3/+1 |
* | Define "Hypervisor Present" bit. This bit is used by several hypervisors to | jkim | 2011-04-28 | 1 | -0/+1 |
* | Make pmap_invalidate_cache_range() available for consumption on amd64. | kib | 2011-04-18 | 1 | -1/+2 |
* | Add a function rdtsc32() to read lower 32 bits from TSC and discard upper | jkim | 2011-04-14 | 1 | -0/+9 |
* | Consistently use __volatile as the rest of this file. | jkim | 2011-04-14 | 1 | -5/+5 |
* | Consistently use C99 standard integers as the rest of this file. | jkim | 2011-04-14 | 1 | -6/+6 |
* | Add forgotten declarations for tsc_perf_stat from the previous commit. | jkim | 2011-04-12 | 1 | -0/+1 |
* | Add definitions for CPUID instruction 6, ECX information. | jkim | 2011-04-12 | 1 | -0/+6 |
* | Implement atomic_load_acq_64(9) and atomic_store_rel_64(9) for i386. These | jkim | 2011-04-06 | 1 | -0/+86 |
* | Use cpu_ticks() for get_cyclecount(9) rather than checking existence of TSC | jkim | 2011-04-04 | 1 | -7/+1 |
* | Modestly increase the maximum allowed size of the kmem map on i386. | alc | 2011-03-23 | 1 | -1/+2 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 1 | -29/+38 |
* | Rework r219679. Always check CPU class at run-time to make it predictable. | jkim | 2011-03-16 | 1 | -5/+5 |
* | Partially revert r219672. After r198295, kernel need to seed randomness as | jkim | 2011-03-15 | 1 | -0/+4 |
* | Remove tsc_present from this file, really. | jkim | 2011-03-15 | 1 | -1/+0 |
* | Unconditionally use binuptime(9) for get_cyclecount(9) on i386. Since this | jkim | 2011-03-15 | 1 | -7/+2 |
* | Make get_cyclecount(9) little bit more useful where binuptime(9) is used. | jkim | 2011-03-14 | 1 | -2/+2 |
* | Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq because | jkim | 2011-03-10 | 1 | -1/+0 |
* | Fix whitespace nit. | jhb | 2011-02-22 | 1 | -1/+0 |
* | Remove pmap fields that are either unused or not fully implemented. | alc | 2011-02-17 | 1 | -2/+0 |
* | To avoid excessive code duplication create wrapper for fill regs | dchagin | 2011-02-16 | 1 | -0/+1 |
* | Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set(). | jkim | 2011-01-17 | 1 | -1/+4 |
* | Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h. | kib | 2011-01-09 | 1 | -12/+0 |
* | Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98 | tijl | 2011-01-08 | 1 | -210/+3 |
* | On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than | tijl | 2011-01-08 | 1 | -2/+2 |
* | On 32 bit architectures define (u)int64_t as (unsigned) long long instead | tijl | 2011-01-08 | 1 | -11/+6 |
* | Fix types of some values in machine/_limits.h. | tijl | 2011-01-08 | 1 | -7/+2 |
* | Remove unused support for 64 bit long on 32 bit architectures. | tijl | 2011-01-07 | 1 | -11/+0 |
* | Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the | kib | 2011-01-07 | 1 | -1/+2 |
* | Make "options XENHVM" compile for i386, not just amd64 -- a largely | rwatson | 2011-01-04 | 6 | -5/+51 |
* | Make i386_set_ldt work on i386/XEN, step 5/5. | cperciva | 2010-12-31 | 1 | -0/+1 |
* | Make i386_set_ldt work on i386/XEN, step 2/5. | cperciva | 2010-12-31 | 1 | -1/+0 |
* | Merge amd64 and i386 bus.h and move the resulting header to x86. Replace | tijl | 2010-12-20 | 1 | -1161/+3 |
* | Inform a compiler which asm statements in the x86 implementation of | kib | 2010-12-18 | 1 | -6/+7 |
* | Use int for 'tsc_present' instead of u_int. It is just a boolean. | jkim | 2010-12-07 | 1 | -1/+1 |
* | Revert r216134. This checkin broke platforms where bus_space are macros: | brucec | 2010-12-03 | 1 | -24/+12 |