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
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Fix to build a native i386 kernel without the SMP and atpic.
nyan
2012-03-16
2
-42
/
+42
*
Implement boot-time TSC synchronization test for SMP. This test is executed
jkim
2011-05-09
1
-1
/
+0
*
Retire isa_setup_intr() and isa_teardown_intr() and use the generic bus
jhb
2011-05-06
1
-22
/
+0
*
Use newly added rdtsc32() for DELAY(9) as well.
jkim
2011-04-14
1
-1
/
+1
*
Add some tunable descriptions about x86 timers.
jkim
2011-04-14
1
-1
/
+2
*
Do not use TSC for DELAY(9) if it not P-state invariant to avoid possible
jkim
2011-04-12
1
-1
/
+1
*
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
1
-4
/
+6
*
When TSC is unavailable, broken or disabled and the current timecounter has
jkim
2011-03-14
1
-10
/
+43
*
Deprecate rarely used tsc_is_broken. Instead, we zero out tsc_freq because
jkim
2011-03-10
1
-1
/
+1
*
Fix typos - remove duplicate "is".
brucec
2011-02-23
1
-1
/
+1
*
Small style fixes:
jhb
2010-12-16
1
-10
/
+10
*
atrtc: remove (pre-)historic check of RTC NVRAM at address 0x0e
avg
2010-10-16
1
-4
/
+1
*
Restore pre-r212778 optimization, skipping timer reprogramming when it is
mav
2010-09-18
1
-19
/
+27
*
Add one-shot mode support to attimer (i8254) event timer.
mav
2010-09-17
1
-44
/
+71
*
Fix several un-/signedness bugs of r210290 and r210293. Add one more check.
mav
2010-07-20
2
-4
/
+5
*
Extend timer driver API to report also minimal and maximal supported period
mav
2010-07-20
2
-1
/
+10
*
Rise knowledge about curthread->td_intr_frame by one step. Make timer
mav
2010-07-13
2
-9
/
+4
*
Unify pc98 event timer code with the rest of x86.
mav
2010-07-13
1
-0
/
+97
*
Instead of deleting existing IRQ resource, which is not really working for
mav
2010-07-12
2
-3
/
+13
*
Allow attimer to be hinted at ISA if not reported by ISA PNP or ACPI.
mav
2010-07-01
2
-7
/
+12
*
Rework r209456:
mav
2010-07-01
2
-2
/
+4
*
Do not trust IRQ reported by ACPI. There are cases when it is wrong.
mav
2010-06-23
2
-0
/
+2
*
Add "legacy route" support to HPET driver. When enabled, this mode makes
mav
2010-06-22
2
-28
/
+32
*
Fix i386 LINT build broken by r209371.
mav
2010-06-21
1
-0
/
+3
*
Implement new event timers infrastructure. It provides unified APIs for
mav
2010-06-20
2
-256
/
+221
*
- Implement MI helper functions, dividing one or two timer interrupts with
mav
2010-05-24
1
-53
/
+13
*
Fix another instance of lapic_cyclic_clock_func.
rpaulo
2010-04-20
1
-2
/
+2
*
Default the machdep.lapic_allclocks to be enabled in order to cope with
attilio
2010-04-09
1
-1
/
+1
*
Improving the clocks auto-tunning by firstly checking if the atrtc may be
attilio
2010-03-03
1
-5
/
+20
*
Introduce the new kernel sub-tree x86 which should contain all the code
attilio
2010-02-25
10
-0
/
+3198