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
/
amd64
/
include
/
apicvar.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement vector callback for PVHVM and unify event channel implementations
gibbs
2013-08-29
1
-0
/
+1
*
Refactor timer management code with priority to one-shot operation mode.
mav
2010-09-13
1
-2
/
+1
*
Implement new event timers infrastructure. It provides unified APIs for
mav
2010-06-20
1
-7
/
+0
*
Add support for corrected machine check interrupts. CMCI is a new local
jhb
2010-05-24
1
-4
/
+8
*
- Implement MI helper functions, dividing one or two timer interrupts with
mav
2010-05-24
1
-2
/
+1
*
Add a handler for the local APIC error interrupt. For now it just prints
jhb
2010-03-29
1
-2
/
+3
*
Improving the clocks auto-tunning by firstly checking if the atrtc may be
attilio
2010-03-03
1
-1
/
+1
*
Handling all the three clocks (hardclock, softclock, profclock) with the
attilio
2010-01-15
1
-1
/
+7
*
Adjust the handling of the local APIC PMC interrupt vector:
jhb
2009-08-14
1
-0
/
+3
*
* Completely Remove the option STOP_NMI from the kernel. This option
attilio
2009-08-13
1
-5
/
+1
*
Add support for using i8254 and rtc timers as event sources for amd64 SMP
mav
2009-05-02
1
-1
/
+4
*
Initial suspend/resume support for amd64.
jkim
2009-03-17
1
-0
/
+1
*
- Allocate apic vectors on a per-cpu basis. This allows us to allocate
jeff
2009-01-29
1
-7
/
+10
*
Add constants for fields in the local APIC error status register and a
jhb
2008-12-11
1
-0
/
+1
*
Handle CPUs with APIC IDs higher than 32 (at least one IBM server uses
jhb
2007-05-08
1
-0
/
+1
*
Minor fixes and tweaks to the x86 interrupt code:
jhb
2007-05-08
1
-0
/
+1
*
Add a new apic0 psuedo-device to claim memory resources for the memory
jhb
2007-03-20
1
-0
/
+2
*
Use vm_paddr_t rather than uintptr_t when passing the physical address of
jhb
2007-03-05
1
-2
/
+2
*
Newer versions of gcc don't support treating structures passed by value
kmacy
2006-12-17
1
-2
/
+2
*
MD support for PCI Message Signalled Interrupts on amd64 and i386:
jhb
2006-11-13
1
-0
/
+1
*
Change the x86 interrupt code to suspend/resume interrupt controllers
jhb
2006-10-10
1
-1
/
+1
*
Add a new 'pmap_invalidate_cache()' to flush the CPU caches via the
jhb
2006-05-01
1
-2
/
+3
*
Rework how we wire up interrupt sources to CPUs:
jhb
2006-02-28
1
-1
/
+0
*
Tweak how the MD code calls the fooclock() methods some. Instead of
jhb
2005-12-22
1
-1
/
+1
*
MFi386:
jhb
2005-12-08
1
-1
/
+1
*
Change the x86 code to allocate IDT vectors on-demand when an interrupt
jhb
2005-11-02
1
-2
/
+3
*
Add IPI support for preempting a thread on another CPU.
ups
2005-06-09
1
-1
/
+2
*
MFi386: use the lapic timer for UP systems that are using the apic so that
peter
2005-04-15
1
-1
/
+0
*
MFi386: Bring over John's local apic timer code
peter
2005-02-28
1
-4
/
+4
*
JumboMFi386: use bitmapped IPI handler. Update elcr and default mptable
peter
2005-01-21
1
-11
/
+48
*
MFi386: various io apic cleanups
peter
2004-07-08
1
-0
/
+7
*
Kill the LAZYPMAP ifdefs. While they worked, they didn't do anything
peter
2004-05-16
1
-1
/
+0
*
MFi386: numerous interrupt and acpi updates
peter
2004-05-16
1
-4
/
+8
*
Initial landing of SMP support for FreeBSD/amd64.
peter
2003-11-17
1
-1
/
+3
*
Whitespace nit (sorry, couldn't help it)
peter
2003-11-14
1
-1
/
+1
*
Shuffle the APIC interrupt vectors around a bit:
jhb
2003-11-14
1
-11
/
+13
*
Fix a typo.
jhb
2003-11-13
1
-1
/
+1
*
- Move manipulation of td_intr_nesting_level out of assembly interrupt
jhb
2003-11-12
1
-0
/
+1
*
New APIC support code:
jhb
2003-11-03
1
-0
/
+165