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
*
Fix a few bugs in the SRAT parsing code:
jhb
2012-01-03
1
-5
/
+12
*
Get rid of kludgy per-descriptor state handling in acpi_apm.
ed
2011-12-05
1
-63
/
+25
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
3
-6
/
+3
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
4
-11
/
+12
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
2
-2
/
+2
*
Ignore SRAT memory entries if the memory range does not overlap with an
jhb
2011-10-05
1
-0
/
+26
*
Fix a deficiency in the selinfo interface:
attilio
2011-08-25
1
-0
/
+1
*
Disable TSC usage inside SMP VM environments. On my VMware ESXi 4.1
silby
2011-08-22
1
-3
/
+8
*
Fix build when NEW_PCIB is not defined.
jhb
2011-07-16
2
-1
/
+7
*
Respect the BIOS/firmware's notion of acceptable address ranges for PCI
jhb
2011-07-15
3
-5
/
+315
*
If TSC stops ticking in C3, disable deep sleep when the user forcefully
jkim
2011-07-14
1
-0
/
+1
*
Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h to
jhb
2011-06-22
2
-0
/
+779
*
Set negative quality to TSC timecounter when C3 state is enabled for Intel
jkim
2011-06-22
1
-0
/
+13
*
Teach the compiler how to shift TSC value efficiently. As noted in r220631,
jkim
2011-06-17
1
-2
/
+5
*
Tidy up r222866.
jkim
2011-06-08
1
-6
/
+6
*
Increase quality of TSC (or TSC-low) timecounter to 1000 if it is P-state
jkim
2011-06-08
1
-2
/
+27
*
Introduce low-resolution TSC timecounter "TSC-low". It replaces the normal
jkim
2011-06-08
1
-6
/
+38
*
Remove a redundant assignment since r221703.
jkim
2011-06-08
1
-3
/
+0
*
MFC
attilio
2011-05-09
2
-11
/
+75
*
MFC
attilio
2011-05-06
2
-47
/
+13
*
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
1
-1
/
+1
*
MFC
attilio
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
[next]