aboutsummaryrefslogtreecommitdiff
path: root/sys/x86
Commit message (Expand)AuthorAgeFilesLines
* Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. ReplaceTijl Coosemans2012-03-041-0/+48
* Do not use INT64_C and UINT64_C to define 64 bit integer limits. TheyTijl Coosemans2012-03-041-6/+10
* Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs.Tijl Coosemans2012-03-041-0/+95
* Copy amd64 float.h to x86 and merge with i386 float.h. ReplaceTijl Coosemans2012-03-041-0/+98
* - Change contigmalloc() to use the vm_paddr_t type instead of an unsignedJohn Baldwin2012-03-011-2/+2
* Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.Tijl Coosemans2012-02-281-0/+75
* Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.Tijl Coosemans2012-02-281-0/+50
* Workaround for PCIe 4GB boundary issueEd Maste2012-02-281-0/+8
* Copy amd64 endian.h to x86 and merge with i386 endian.h. ReplaceTijl Coosemans2012-02-281-0/+138
* Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. ReplaceTijl Coosemans2012-02-281-0/+191
* Copy amd64 _limits.h to x86 and merge with i386 _limits.h. ReplaceTijl Coosemans2012-02-281-0/+101
* Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existingTijl Coosemans2012-02-281-0/+160
* - Panic up front if a kernel does not include 'device atpic' and anJohn Baldwin2012-02-271-1/+10
* Fix apparent logic reversal in setting the 'auto_mode' flag.Alexander Kabaev2012-02-261-2/+2
* Fix a few bugs in the SRAT parsing code:John Baldwin2012-01-031-5/+12
* Get rid of kludgy per-descriptor state handling in acpi_apm.Ed Schouten2011-12-051-63/+25
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-223-6/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-074-11/+12
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-072-2/+2
* Ignore SRAT memory entries if the memory range does not overlap with anJohn Baldwin2011-10-051-0/+26
* Fix a deficiency in the selinfo interface:Attilio Rao2011-08-251-0/+1
* Disable TSC usage inside SMP VM environments. On my VMware ESXi 4.1Mike Silbersack2011-08-221-3/+8
* Fix build when NEW_PCIB is not defined.John Baldwin2011-07-162-1/+7
* Respect the BIOS/firmware's notion of acceptable address ranges for PCIJohn Baldwin2011-07-153-5/+315
* If TSC stops ticking in C3, disable deep sleep when the user forcefullyJung-uk Kim2011-07-141-0/+1
* Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h toJohn Baldwin2011-06-222-0/+779
* Set negative quality to TSC timecounter when C3 state is enabled for IntelJung-uk Kim2011-06-221-0/+13
* Teach the compiler how to shift TSC value efficiently. As noted in r220631,Jung-uk Kim2011-06-171-2/+5
* Tidy up r222866.Jung-uk Kim2011-06-081-6/+6
* Increase quality of TSC (or TSC-low) timecounter to 1000 if it is P-stateJung-uk Kim2011-06-081-2/+27
* Introduce low-resolution TSC timecounter "TSC-low". It replaces the normalJung-uk Kim2011-06-081-6/+38
* Remove a redundant assignment since r221703.Jung-uk Kim2011-06-081-3/+0
* MFCAttilio Rao2011-05-092-11/+75
|\
| * Implement boot-time TSC synchronization test for SMP. This test is executedJung-uk Kim2011-05-092-11/+75
* | MFCAttilio Rao2011-05-062-47/+13
|\|
| * Retire isa_setup_intr() and isa_teardown_intr() and use the generic busJohn Baldwin2011-05-061-22/+0
| * Some changes around LAPIC timer programming.Alexander Motin2011-05-051-25/+13
* | Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-1/+1
|/
* Reimplement how PCI-PCI bridges manage their I/O windows. Previously theJohn Baldwin2011-05-032-0/+2
* Fix build with clang. Please note there is an LLVM/Clang PR:Jung-uk Kim2011-05-021-1/+1
* Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,John Baldwin2011-05-022-21/+38
* Change rman_manage_region() to actually honor the rm_start and rm_endJohn Baldwin2011-04-291-1/+1
* Detect VMware guest and set the TSC frequency as reported by the hypervisor.Jung-uk Kim2011-04-291-17/+101
* Turn off periodic recalibration of CPU ticker frequency if it is invariant.Jung-uk Kim2011-04-281-1/+1
* Add the watchdogs patting during the (shutdown time) disk syncing andAttilio Rao2011-04-281-0/+8
* Use ACPI-supplied CPU frequencies instead of estimated ones as we are aboutJung-uk Kim2011-04-271-3/+3
* Use newly added rdtsc32() for DELAY(9) as well.Jung-uk Kim2011-04-141-1/+1
* Work around an emulator problem where virtual CPU advertises TSC is P-stateJung-uk Kim2011-04-141-2/+12
* Use newly added rdtsc32() for the timecounter_get_t method.Jung-uk Kim2011-04-141-2/+3
* Add some tunable descriptions about x86 timers.Jung-uk Kim2011-04-142-2/+3