index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement boot-time TSC synchronization test for SMP. This test is executed
jkim
2011-05-09
2
-11
/
+75
*
Retire isa_setup_intr() and isa_teardown_intr() and use the generic bus
jhb
2011-05-06
1
-22
/
+0
*
Some changes around LAPIC timer programming.
mav
2011-05-05
1
-25
/
+13
*
Reimplement how PCI-PCI bridges manage their I/O windows. Previously the
jhb
2011-05-03
2
-0
/
+2
*
Fix build with clang. Please note there is an LLVM/Clang PR:
jkim
2011-05-02
1
-1
/
+1
*
Add implementations of BUS_ADJUST_RESOURCE() to the PCI bus driver,
jhb
2011-05-02
2
-21
/
+38
*
Change rman_manage_region() to actually honor the rm_start and rm_end
jhb
2011-04-29
1
-1
/
+1
*
Detect VMware guest and set the TSC frequency as reported by the hypervisor.
jkim
2011-04-29
1
-17
/
+101
*
Turn off periodic recalibration of CPU ticker frequency if it is invariant.
jkim
2011-04-28
1
-1
/
+1
*
Add the watchdogs patting during the (shutdown time) disk syncing and
attilio
2011-04-28
1
-0
/
+8
*
Use ACPI-supplied CPU frequencies instead of estimated ones as we are about
jkim
2011-04-27
1
-3
/
+3
*
Use newly added rdtsc32() for DELAY(9) as well.
jkim
2011-04-14
1
-1
/
+1
*
Work around an emulator problem where virtual CPU advertises TSC is P-state
jkim
2011-04-14
1
-2
/
+12
*
Use newly added rdtsc32() for the timecounter_get_t method.
jkim
2011-04-14
1
-2
/
+3
*
Add some tunable descriptions about x86 timers.
jkim
2011-04-14
2
-2
/
+3
*
Do not use TSC for DELAY(9) if it not P-state invariant to avoid possible
jkim
2011-04-12
1
-1
/
+1
*
Probe capability to find effective frequency. When the TSC is P-state
jkim
2011-04-12
1
-0
/
+9
*
Add a new tunable 'machdep.disable_tsc_calibration' to allow skipping TSC
jkim
2011-04-12
1
-16
/
+93
*
Merge two similar functions to reduce duplication.
jkim
2011-04-11
1
-30
/
+29
*
Refactor DELAYDEBUG as it is only useful for correcting i8254 frequency.
jkim
2011-04-08
1
-13
/
+14
*
Use atomic load & store for TSC frequency. It may be overkill for amd64 but
jkim
2011-04-07
3
-11
/
+15
*
Revert r219676.
jkim
2011-03-16
1
-3
/
+5
*
Do not let machdep.tsc_freq modify tsc_freq itself. It is bad for i386 as
jkim
2011-03-15
1
-5
/
+3
*
Deprecate tsc_present as the last of its real consumers finally disappeared.
jkim
2011-03-15
1
-7
/
+2
*
When TSC is unavailable, broken or disabled and the current timecounter has
jkim
2011-03-14
1
-10
/
+43
*
Add a tunable "machdep.disable_tsc" to turn off TSC. Specifically, it turns
jkim
2011-03-11
1
-7
/
+11
*
Turn off pointless P-state invariant TSC detection based on CPU model
jkim
2011-03-10
1
-6
/
+9
*
Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq because
jkim
2011-03-10
2
-3
/
+2
*
Set C1 "I/O then Halt" capability bit for Intel EIST. Some broken BIOSes
jkim
2011-02-25
1
-2
/
+5
*
Fix typos - remove duplicate "is".
brucec
2011-02-23
1
-1
/
+1
*
Use a dedicated taskqueue with a thread that runs at a software-interrupt
jhb
2011-02-03
1
-3
/
+7
*
Introduce signed and unsigned version of CTLTYPE_QUAD, renaming
mdf
2011-01-19
1
-2
/
+2
*
If an interrupt on an I/O APIC is moved to a different CPU after it has
jhb
2011-01-13
1
-2
/
+0
*
Revert to using bus_size_t for the bounce_zone's alignment member.
mdf
2011-01-13
1
-3
/
+10
*
Fix a brain fart. Since this file is shared between i386 and amd64, a
mdf
2011-01-12
1
-3
/
+3
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-2
/
+2
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
Copy powerpc/include/_inttypes.h to x86 and replace i386/amd64/pc98
tijl
2011-01-08
1
-0
/
+221
*
Drop the icu_lock spinlock while pausing briefly after masking the
jhb
2010-12-23
1
-0
/
+2
*
Merge amd64 and i386 bus.h and move the resulting header to x86. Replace
tijl
2010-12-20
2
-12
/
+1102
*
Small style fixes:
jhb
2010-12-16
1
-10
/
+10
*
Remove AMD Family 0Fh, Model 6Bh, Stepping 2 from the list of P-state
jkim
2010-12-09
1
-1
/
+1
*
Replace i386/i386/busdma_machdep.c and amd64/amd64/busdma_machdep.c
cperciva
2010-12-09
1
-0
/
+1222
*
Merge sys/amd64/amd64/tsc.c and sys/i386/i386/tsc.c and move to sys/x86/x86.
jkim
2010-12-08
1
-0
/
+281
*
Merge amd64/i386 _align.h by aligning on the size of register_t (copied
tijl
2010-11-26
1
-0
/
+52
*
x86/local_apic: use newly added ARAT bit definition
avg
2010-11-23
1
-1
/
+1
*
hwpstate: use CPU_FOREACH when binding to all available processors
avg
2010-11-16
1
-12
/
+8
*
Move identical copies of apm_bios.h to sys/x86/include, replace them with
jkim
2010-11-11
1
-0
/
+264
*
make it possible to actually enable hwpstate_verbose
avg
2010-11-11
1
-1
/
+2
*
Make APM emulation look more closer to its origin. Use device_get_softc(9)
jkim
2010-11-10
1
-7
/
+6
[next]