summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Various small changes to PV entry management:alc2012-06-041-10/+5
* free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOGavg2012-06-031-4/+2
* Isolate the global pv list lock from data and other locks to prevent falsealc2012-06-021-1/+11
* Use plain store for atomic_store_rel on x86, instead of implicitlykib2012-06-021-37/+37
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.jkim2012-06-011-2/+1
* Tidy up code clutter in SMP case a bit. No functional change.jkim2012-06-011-10/+6
* Call AcpiSetFirmwareWakingVector() with interrupt disabled for consistency.jkim2012-06-011-2/+2
* Improve style(9) in the previous commit.jkim2012-06-011-3/+3
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextiwasaki2012-06-011-38/+47
* Eliminate code duplication in free_pv_entry() and pmap_remove_pages() byalc2012-06-011-9/+10
* Eliminate some purely stylistic differences among the amd64, i386 native,alc2012-05-301-2/+2
* Regenerate system call tables.ed2012-05-255-10/+10
* Remove use of non-ISO-C integer types from system call tables.ed2012-05-251-2/+2
* Correct an error in pmap_pv_reclaim(). In a rare case, when it should havealc2012-05-251-9/+9
* MFp4 bz_ipv6_fast:bz2012-05-241-0/+4
* Replace all uses of the vm page queues lock by a r/w lock that is privatealc2012-05-201-55/+62
* Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it noalc2012-05-182-64/+122
* Centralize declaration of the debug.acpi sysctl node.jhb2012-05-171-2/+0
* Use singular form for a modifier.kib2012-05-171-1/+1
* Fix typo.kib2012-05-171-1/+1
* Add `options GEOM_RAID` into i386 and amd64 GENERIC kernels.mav2012-05-101-0/+1
* The DDB_CTF has little or nothing to do with the debugger so move itbrooks2012-05-091-1/+1
* - >500 static DTrace probes for the linuxulatornetchild2012-05-052-0/+10
* Revert part of r234723 by re-enabling the SMP protection forattilio2012-05-031-0/+2
* Add a convenience macro for the returns_twice attribute, and apply it todim2012-04-291-1/+1
* Increase DFLDSIZ from 128 MiB to 32 GiB. On amd64 there's plenty of virtualrmh2012-04-271-1/+1
* Clean up the intr* MD KPI from the SMP dependency, removing a cause ofattilio2012-04-262-6/+0
* Enable DTrace hooks in GENERIC.brooks2012-04-201-2/+4
* Regen for r234359.jkim2012-04-165-7/+7
* Correct an argument type of iopl syscall for Linuxulator. This also fixesjkim2012-04-161-1/+1
* Regen for r234357.jkim2012-04-165-31/+16
* Correct arguments of stat64, fstat64 and lstat64 syscalls for Linuxulator.jkim2012-04-161-6/+6
* Regen for r234352.jkim2012-04-165-10/+27
* - Implement pipe2 syscall for Linuxulator. This syscall appeared in 2.6.27jkim2012-04-163-22/+2
* add actual interrupt counters to back ipi_invlcache_countsavg2012-04-131-0/+2
* bump INTRCNT_COUNT values to reflect actual numbers of IPI countersavg2012-04-131-2/+2
* Add OFED and the associated options and drivers to x86 LINT builds:jhb2012-04-121-0/+19
* Fix !SMP build after r234074.marius2012-04-101-0/+2
* BSP is not added to the mask of valid target CPUs for interruptsattilio2012-04-092-4/+5
* Recognize the RDRAND instruction feature.jhb2012-04-091-1/+1
* Micro-optimize free_pv_entry() for the expected case.alc2012-04-061-4/+6
* Add descriptions after the 'device' line for several NICs to match thejhb2012-04-041-8/+8
* Make machine check exception logging more readable. On newer Intel systems,jhb2012-04-021-2/+1
* Move the legacy(4) driver to x86.jhb2012-03-302-411/+0
* Re-initialize model-specific MSRs when we resume CPUs.jkim2012-03-302-0/+2
* Work around Erratum 721 for AMD Family 10h and 12h processors.jkim2012-03-301-1/+28
* Use a more proper fix for enabling HT MSI mapping windows on Host-PCIjhb2012-03-292-2/+24
* - Rename VM_MEMATTR_UNCACHED to VM_MEMATTR_WEAK_UNCACHEABLE on x86 tojhb2012-03-291-1/+1
* Add software PMC support.fabient2012-03-282-8/+32
* Disable detailed PV entry accounting by default. Add a config optionalc2012-03-242-1/+4
OpenPOWER on IntegriCloud