| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the ZERO_REGION_SIZE to a machine-dependent file, as on many | mdf | 2011-05-13 | 1 | -0/+2 |
* | Remove wrong comment. | dchagin | 2011-05-11 | 1 | -3/+0 |
* | Add SC_PIXEL_MODE to GENERIC for amd64 and i386. | jkim | 2011-05-10 | 1 | -0/+1 |
* | Implement boot-time TSC synchronization test for SMP. This test is executed | jkim | 2011-05-09 | 1 | -1/+0 |
* | prepare code that does topology detection for amd cpus for bulldozer | avg | 2011-05-06 | 2 | -2/+27 |
* | Enable the new PCI-PCI bridge driver on amd64 and i386 by default. It can | jhb | 2011-05-03 | 1 | -0/+2 |
* | Reimplement how PCI-PCI bridges manage their I/O windows. Previously the | jhb | 2011-05-03 | 1 | -0/+1 |
* | Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver, | jhb | 2011-05-02 | 1 | -0/+1 |
* | Add the remaining wireless drivers. | bschmidt | 2011-05-01 | 1 | -0/+10 |
* | Add urtw(4) | kevlo | 2011-04-29 | 1 | -0/+1 |
* | Define "Hypervisor Present" bit. This bit is used by several hypervisors to | jkim | 2011-04-28 | 2 | -1/+2 |
* | Add the watchdogs patting during the (shutdown time) disk syncing and | attilio | 2011-04-28 | 1 | -0/+8 |
* | This patch changes head so that the default NFS client is now the new | rmacklem | 2011-04-27 | 1 | -2/+2 |
* | - Add shim to simplify migration to the CAM-based ATA. For each new adaX | mav | 2011-04-26 | 1 | -0/+1 |
* | With the typical memory size of the system in tenth of gigabytes | sobomax | 2011-04-26 | 1 | -5/+38 |
* | Fix the experimental NFS client so that it does not bogusly | rmacklem | 2011-04-25 | 1 | -1/+1 |
* | Switch the GENERIC kernels for all architectures to the new CAM-based ATA | mav | 2011-04-24 | 1 | -11/+9 |
* | Make pmap_invalidate_cache_range() available for consumption on amd64. | kib | 2011-04-18 | 2 | -3/+34 |
* | 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 | -6/+6 |
* | Prefer C99 standard integers to reduce diff from i386 version. | jkim | 2011-04-14 | 1 | -63/+63 |
* | Reduce errors in effective frequency calculation. | jkim | 2011-04-12 | 1 | -2/+3 |
* | Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF and | jkim | 2011-04-12 | 1 | -25/+24 |
* | Add forgotten declarations for tsc_perf_stat from the previous commit. | jkim | 2011-04-12 | 1 | -0/+1 |
* | Probe capability to find effective frequency. When the TSC is P-state | jkim | 2011-04-12 | 1 | -1/+4 |
* | Add definitions for CPUID instruction 6, ECX information. | jkim | 2011-04-12 | 1 | -0/+6 |
* | Remove setting of PCB_FULL_IRET at the places where we are going to call | kib | 2011-04-08 | 1 | -2/+0 |
* | Disable local interrupts before testing the PCB_FULL_IRET flag. | kib | 2011-04-08 | 1 | -1/+2 |
* | Add tunables that mirror the functionality of sysctls machdep.panic_on_nmi | rstone | 2011-04-08 | 1 | -0/+2 |
* | Fix a bug in the previous change to restore the fast path for syscall | jhb | 2011-04-08 | 1 | -6/+5 |
* | Catch up to PCB_FULL_IRET becoming a pcb flag rather than a full field. | jhb | 2011-04-08 | 1 | -1/+1 |
* | Use atomic load & store for TSC frequency. It may be overkill for amd64 but | jkim | 2011-04-07 | 3 | -12/+18 |
* | pcb_flags is an int, so use testl rather than testq. | jhb | 2011-04-07 | 1 | -1/+1 |
* | If a system call does not request a full interrupt return, use a fast | jhb | 2011-04-07 | 1 | -0/+33 |
* | Remove stale checks for RDTSC support. amd64 must have TSC support anyway. | jkim | 2011-04-07 | 1 | -14/+1 |
* | Add support for executing the FreeBSD 1/i386 a.out binaries on amd64. | kib | 2011-04-01 | 4 | -0/+271 |
* | Revert r220032:linux compat: add SO_PASSCRED option with basic handling | avg | 2011-03-31 | 1 | -1/+0 |
* | Break out the ath PCI logic into a separate device/module. | adrian | 2011-03-31 | 1 | -1/+2 |
* | Revert part of r220137, committed by mistake - RACCT is _not_ supposed | trasz | 2011-03-29 | 1 | -2/+0 |
* | Add racct. It's an API to keep per-process, per-jail, per-loginclass | trasz | 2011-03-29 | 1 | -0/+2 |
* | The new binutils has correctly redefined MAXPAGESIZE on amd64 as 0x200000 | alc | 2011-03-28 | 1 | -1/+6 |
* | Amd64 doesn't have a lazypmap ipi. | alc | 2011-03-27 | 2 | -4/+0 |
* | linux compat: add SO_PASSCRED option with basic handling | avg | 2011-03-26 | 1 | -0/+1 |
* | linux compat: add non-dummy capget and capset system calls, regenerate | avg | 2011-03-26 | 6 | -12/+38 |
* | linux compat: add non-dummy capget and capset system calls | avg | 2011-03-26 | 1 | -2/+4 |
* | Export the correct AT_PLATFORM value. | dchagin | 2011-03-26 | 1 | -2/+1 |
* | Move an external declaration to the appropriate header file. | alc | 2011-03-26 | 2 | -2/+1 |
* | Improve CPU identifications of various IDT/Centaur/VIA, Rise and Transmeta | jkim | 2011-03-26 | 2 | -70/+25 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 1 | -52/+38 |
* | For now remove options FLOWTABLE from the remaining GENERIC kernel | bz | 2011-03-19 | 1 | -1/+0 |