aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Change all the sample kernel configurations to useRick Macklem2011-08-071-1/+1
* Introduce a tunable to disable the time consuming parts of bootupBjoern A. Zeeb2011-07-301-1/+12
* Bump MAXCPU for amd64, ia64 and XLP mips appropriately.Attilio Rao2011-07-191-1/+1
* Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao2011-07-191-0/+2
* - Remove the eintrcnt/eintrnames usage and introduce the concept ofAttilio Rao2011-07-183-13/+5
* Correct cpu_monitor() and cpu_mwait() for amd64. These instructions takeJung-uk Kim2011-07-051-5/+7
* MFCAttilio Rao2011-07-042-17/+19
|\
| * When iterating over a paging queue, explicitly check for PG_MARKER, insteadAlan Cox2011-07-021-1/+1
| * Add some checks to ensure that Capsicum is behaving correctly, and add someJonathan Anderson2011-06-301-16/+18
* | MFCAttilio Rao2011-06-302-4/+4
|\|
| * Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisAlan Cox2011-06-291-2/+2
| * We may split today's CAPABILITIES into CAPABILITY_MODE (which hasJonathan Anderson2011-06-291-2/+2
* | Remove the pc_cpumask usage from amd64.Attilio Rao2011-06-262-63/+51
* | MFCAttilio Rao2011-06-242-476/+3
|\|
| * Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h toJohn Baldwin2011-06-222-476/+3
* | MFCAttilio Rao2011-06-222-25/+36
|\|
| * Oops, missed these in 223424.John Baldwin2011-06-221-0/+1
| * Use uintXX_t instead of u_intXX_t.John Baldwin2011-06-221-3/+3
| * Add a helper routine to conditionally modify the start address of aJohn Baldwin2011-06-221-22/+32
* | Remove the usage of pc_other_cpus from amd64.Attilio Rao2011-06-214-29/+20
|/
* Fix vfork. Add comments.Konstantin Belousov2011-06-181-1/+24
* Enable USB 3.0 support by default in i386 and amd64 GENERIC kernels.Hans Petter Selasky2011-06-141-0/+1
* Enable sound support by default on i386 and amd64.Joel Dahl2011-06-111-0/+8
* Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between theJohn Baldwin2011-06-101-0/+1
* remove code for dynamic offlining/onlining of CPUs on x86Andriy Gapon2011-06-083-169/+10
* Bring back the number of CPU to 32.Attilio Rao2011-06-071-1/+1
* MFCAttilio Rao2011-06-061-2/+5
|\
| * don't use cpuid level 4 in x86 cpu topology detection if it's not supportedAndriy Gapon2011-06-061-2/+5
| * Bring back r222275. runfw(4) will statically link in rt2870.fw.uuKevin Lo2011-05-251-1/+0
| * run(4) needs firmware loaded to workKevin Lo2011-05-251-0/+1
* | Revert a patch that involountary sneaked in while I was MFCing.Attilio Rao2011-05-231-2/+0
* | MFCAttilio Rao2011-05-231-0/+2
|\|
* | MFCAttilio Rao2011-05-182-28/+38
|\|
| * Update CPUID bits to reflect AMD Bulldozer and Intel Sandy Bridge features.Jung-uk Kim2011-05-172-28/+38
* | MFCAttilio Rao2011-05-131-0/+2
|\|
| * Move the ZERO_REGION_SIZE to a machine-dependent file, as on manyMatthew D Fleming2011-05-131-0/+2
* | MFCAttilio Rao2011-05-122-3/+1
|\|
| * Remove wrong comment.Dmitry Chagin2011-05-111-3/+0
| * Add SC_PIXEL_MODE to GENERIC for amd64 and i386.Jung-uk Kim2011-05-101-0/+1
* | MFCAttilio Rao2011-05-091-1/+0
|\|
| * Implement boot-time TSC synchronization test for SMP. This test is executedJung-uk Kim2011-05-091-1/+0
* | MFCAttilio Rao2011-05-062-2/+27
|\|
| * prepare code that does topology detection for amd cpus for bulldozerAndriy Gapon2011-05-062-2/+27
* | Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-059-166/+208
* | Revert md_assert_preempt() introduction.Attilio Rao2011-05-042-17/+0
* | MFCAttilio Rao2011-05-032-0/+3
|\|
| * Enable the new PCI-PCI bridge driver on amd64 and i386 by default. It canJohn Baldwin2011-05-031-0/+2
| * Reimplement how PCI-PCI bridges manage their I/O windows. Previously theJohn Baldwin2011-05-031-0/+1
* | MFC @ r221324Attilio Rao2011-05-022-0/+11
|\|
| * Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,John Baldwin2011-05-021-0/+1