| Commit message (Expand) | Author | Age | Files | Lines |
* | Commit the support for removing cpumask_t and replacing it directly with | Attilio Rao | 2011-05-05 | 9 | -166/+208 |
* | Revert md_assert_preempt() introduction. | Attilio Rao | 2011-05-04 | 2 | -17/+0 |
* | MFC | Attilio Rao | 2011-05-03 | 2 | -0/+3 |
|\ |
|
| * | Enable the new PCI-PCI bridge driver on amd64 and i386 by default. It can | John Baldwin | 2011-05-03 | 1 | -0/+2 |
| * | Reimplement how PCI-PCI bridges manage their I/O windows. Previously the | John Baldwin | 2011-05-03 | 1 | -0/+1 |
* | | MFC @ r221324 | Attilio Rao | 2011-05-02 | 2 | -0/+11 |
|\| |
|
| * | Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver, | John Baldwin | 2011-05-02 | 1 | -0/+1 |
| * | Add the remaining wireless drivers. | Bernhard Schmidt | 2011-05-01 | 1 | -0/+10 |
* | | Add the function md_assert_nopreempt(), which is a very consistent | Attilio Rao | 2011-04-30 | 2 | -0/+17 |
|/ |
|
* | Add urtw(4) | Kevin Lo | 2011-04-29 | 1 | -0/+1 |
* | Define "Hypervisor Present" bit. This bit is used by several hypervisors to | Jung-uk Kim | 2011-04-28 | 2 | -1/+2 |
* | Add the watchdogs patting during the (shutdown time) disk syncing and | Attilio Rao | 2011-04-28 | 1 | -0/+8 |
* | This patch changes head so that the default NFS client is now the new | Rick Macklem | 2011-04-27 | 1 | -2/+2 |
* | - Add shim to simplify migration to the CAM-based ATA. For each new adaX | Alexander Motin | 2011-04-26 | 1 | -0/+1 |
* | With the typical memory size of the system in tenth of gigabytes | Maxim Sobolev | 2011-04-26 | 1 | -5/+38 |
* | Fix the experimental NFS client so that it does not bogusly | Rick Macklem | 2011-04-25 | 1 | -1/+1 |
* | Switch the GENERIC kernels for all architectures to the new CAM-based ATA | Alexander Motin | 2011-04-24 | 1 | -11/+9 |
* | Make pmap_invalidate_cache_range() available for consumption on amd64. | Konstantin Belousov | 2011-04-18 | 2 | -3/+34 |
* | Add a function rdtsc32() to read lower 32 bits from TSC and discard upper | Jung-uk Kim | 2011-04-14 | 1 | -0/+9 |
* | Consistently use __volatile as the rest of this file. | Jung-uk Kim | 2011-04-14 | 1 | -6/+6 |
* | Prefer C99 standard integers to reduce diff from i386 version. | Jung-uk Kim | 2011-04-14 | 1 | -63/+63 |
* | Reduce errors in effective frequency calculation. | Jung-uk Kim | 2011-04-12 | 1 | -2/+3 |
* | Reinstate cpu_est_clockrate() support for P-state invariant TSC if APERF and | Jung-uk Kim | 2011-04-12 | 1 | -25/+24 |
* | Add forgotten declarations for tsc_perf_stat from the previous commit. | Jung-uk Kim | 2011-04-12 | 1 | -0/+1 |
* | Probe capability to find effective frequency. When the TSC is P-state | Jung-uk Kim | 2011-04-12 | 1 | -1/+4 |
* | Add definitions for CPUID instruction 6, ECX information. | Jung-uk Kim | 2011-04-12 | 1 | -0/+6 |
* | Remove setting of PCB_FULL_IRET at the places where we are going to call | Konstantin Belousov | 2011-04-08 | 1 | -2/+0 |
* | Disable local interrupts before testing the PCB_FULL_IRET flag. | Konstantin Belousov | 2011-04-08 | 1 | -1/+2 |
* | Add tunables that mirror the functionality of sysctls machdep.panic_on_nmi | Ryan Stone | 2011-04-08 | 1 | -0/+2 |
* | Fix a bug in the previous change to restore the fast path for syscall | John Baldwin | 2011-04-08 | 1 | -6/+5 |
* | Catch up to PCB_FULL_IRET becoming a pcb flag rather than a full field. | John Baldwin | 2011-04-08 | 1 | -1/+1 |
* | Use atomic load & store for TSC frequency. It may be overkill for amd64 but | Jung-uk Kim | 2011-04-07 | 3 | -12/+18 |
* | pcb_flags is an int, so use testl rather than testq. | John Baldwin | 2011-04-07 | 1 | -1/+1 |
* | If a system call does not request a full interrupt return, use a fast | John Baldwin | 2011-04-07 | 1 | -0/+33 |
* | Remove stale checks for RDTSC support. amd64 must have TSC support anyway. | Jung-uk Kim | 2011-04-07 | 1 | -14/+1 |
* | Add support for executing the FreeBSD 1/i386 a.out binaries on amd64. | Konstantin Belousov | 2011-04-01 | 4 | -0/+271 |
* | Revert r220032:linux compat: add SO_PASSCRED option with basic handling | Andriy Gapon | 2011-03-31 | 1 | -1/+0 |
* | Break out the ath PCI logic into a separate device/module. | Adrian Chadd | 2011-03-31 | 1 | -1/+2 |
* | Revert part of r220137, committed by mistake - RACCT is _not_ supposed | Edward Tomasz Napierala | 2011-03-29 | 1 | -2/+0 |
* | Add racct. It's an API to keep per-process, per-jail, per-loginclass | Edward Tomasz Napierala | 2011-03-29 | 1 | -0/+2 |
* | The new binutils has correctly redefined MAXPAGESIZE on amd64 as 0x200000 | Alan Cox | 2011-03-28 | 1 | -1/+6 |
* | Amd64 doesn't have a lazypmap ipi. | Alan Cox | 2011-03-27 | 2 | -4/+0 |
* | linux compat: add SO_PASSCRED option with basic handling | Andriy Gapon | 2011-03-26 | 1 | -0/+1 |
* | linux compat: add non-dummy capget and capset system calls, regenerate | Andriy Gapon | 2011-03-26 | 6 | -12/+38 |
* | linux compat: add non-dummy capget and capset system calls | Andriy Gapon | 2011-03-26 | 1 | -2/+4 |
* | Export the correct AT_PLATFORM value. | Dmitry Chagin | 2011-03-26 | 1 | -2/+1 |
* | Move an external declaration to the appropriate header file. | Alan Cox | 2011-03-26 | 2 | -2/+1 |
* | Improve CPU identifications of various IDT/Centaur/VIA, Rise and Transmeta | Jung-uk Kim | 2011-03-26 | 2 | -70/+25 |
* | - Merge changes to the base system to support OFED. These include | Jeff Roberson | 2011-03-21 | 1 | -52/+38 |
* | For now remove options FLOWTABLE from the remaining GENERIC kernel | Bjoern A. Zeeb | 2011-03-19 | 1 | -1/+0 |