summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofattilio2011-07-183-13/+5
* Correct cpu_monitor() and cpu_mwait() for amd64. These instructions takejkim2011-07-051-5/+7
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-044-87/+66
* When iterating over a paging queue, explicitly check for PG_MARKER, insteadalc2011-07-021-1/+1
* Add some checks to ensure that Capsicum is behaving correctly, and add somejonathan2011-06-301-16/+18
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-2/+2
* We may split today's CAPABILITIES into CAPABILITY_MODE (which hasjonathan2011-06-291-2/+2
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h tojhb2011-06-222-476/+3
* Oops, missed these in 223424.jhb2011-06-221-0/+1
* Use uintXX_t instead of u_intXX_t.jhb2011-06-221-3/+3
* Add a helper routine to conditionally modify the start address of ajhb2011-06-221-22/+32
* Fix vfork. Add comments.kib2011-06-181-1/+24
* Enable USB 3.0 support by default in i386 and amd64 GENERIC kernels.hselasky2011-06-141-0/+1
* Enable sound support by default on i386 and amd64.joel2011-06-111-0/+8
* Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between thejhb2011-06-101-0/+1
* remove code for dynamic offlining/onlining of CPUs on x86avg2011-06-083-169/+10
* Bring back the number of CPU to 32.attilio2011-06-071-1/+1
* MFCattilio2011-06-061-2/+5
|\
| * don't use cpuid level 4 in x86 cpu topology detection if it's not supportedavg2011-06-061-2/+5
| * Bring back r222275. runfw(4) will statically link in rt2870.fw.uukevlo2011-05-251-1/+0
| * run(4) needs firmware loaded to workkevlo2011-05-251-0/+1
| * Update CPUID bits to reflect AMD Bulldozer and Intel Sandy Bridge features.jkim2011-05-172-28/+38
| * Move the ZERO_REGION_SIZE to a machine-dependent file, as on manymdf2011-05-131-0/+2
* | Revert a patch that involountary sneaked in while I was MFCing.attilio2011-05-231-2/+0
* | MFCattilio2011-05-231-0/+2
* | MFCattilio2011-05-182-28/+38
* | MFCattilio2011-05-131-0/+2
* | MFCattilio2011-05-122-3/+1
|\ \ | |/
| * Remove wrong comment.dchagin2011-05-111-3/+0
| * Add SC_PIXEL_MODE to GENERIC for amd64 and i386.jkim2011-05-101-0/+1
| * Implement boot-time TSC synchronization test for SMP. This test is executedjkim2011-05-091-1/+0
| * prepare code that does topology detection for amd cpus for bulldozeravg2011-05-062-2/+27
| * Enable the new PCI-PCI bridge driver on amd64 and i386 by default. It canjhb2011-05-031-0/+2
| * Reimplement how PCI-PCI bridges manage their I/O windows. Previously thejhb2011-05-031-0/+1
| * Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,jhb2011-05-021-0/+1
| * Add the remaining wireless drivers.bschmidt2011-05-011-0/+10
* | MFCattilio2011-05-091-1/+0
* | MFCattilio2011-05-062-2/+27
* | Commit the support for removing cpumask_t and replacing it directly withattilio2011-05-059-166/+208
* | Revert md_assert_preempt() introduction.attilio2011-05-042-17/+0
* | MFCattilio2011-05-032-0/+3
* | MFC @ r221324attilio2011-05-022-0/+11
* | Add the function md_assert_nopreempt(), which is a very consistentattilio2011-04-302-0/+17
|/
* Add urtw(4)kevlo2011-04-291-0/+1
* Define "Hypervisor Present" bit. This bit is used by several hypervisors tojkim2011-04-282-1/+2
* Add the watchdogs patting during the (shutdown time) disk syncing andattilio2011-04-281-0/+8
* This patch changes head so that the default NFS client is now the newrmacklem2011-04-271-2/+2
* - Add shim to simplify migration to the CAM-based ATA. For each new adaXmav2011-04-261-0/+1
* With the typical memory size of the system in tenth of gigabytessobomax2011-04-261-5/+38
* Fix the experimental NFS client so that it does not boguslyrmacklem2011-04-251-1/+1
OpenPOWER on IntegriCloud