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 _ALIGN() using internal integer types.
ed
2016-05-31
1
-2
/
+2
*
Add missing dependency on <machine/_limits.h>.
ed
2016-05-31
1
-2
/
+4
*
Add missing dependency on <machine/_limits.h>.
ed
2016-05-31
1
-0
/
+2
*
hyperv/vmbus: Rename ISR functions
sephe
2016-05-31
1
-1
/
+0
*
Only calibrate ICR read loop when not in x2APIC mode. Run-time
kib
2016-05-26
1
-13
/
+15
*
Implement support for RF_UNMAPPED and bus_map/unmap_resource on x86.
jhb
2016-05-20
1
-30
/
+114
*
Add an EARLY_AP_STARTUP option to start APs earlier during boot.
jhb
2016-05-14
5
-1
/
+42
*
Remove the extra _RD as _RDTUN already includes it.
bz
2016-05-13
1
-1
/
+1
*
We already turn the AMD erratum383 workaround on for certain VM_GUEST_VM
bz
2016-05-13
1
-1
/
+2
*
Allow orm(4) to be disabled from probing/attaching by a hints entry:
bz
2016-05-10
1
-0
/
+3
*
Remove misc NULL checks after M_WAITOK allocations.
trasz
2016-05-10
1
-2
/
+0
*
Add a new bus method to fetch device-specific CPU sets.
jhb
2016-05-09
2
-1
/
+22
*
Work around (ignore) broken SRAT tables
vangyzen
2016-05-03
1
-2
/
+6
*
Revert bus_get_cpus() for now.
jhb
2016-05-03
3
-23
/
+2
*
Add a new bus method to fetch device-specific CPU sets.
jhb
2016-05-02
3
-2
/
+23
*
atrtc: export function to set RTC
royger
2016-05-02
1
-21
/
+28
*
sys: use our roundup2/rounddown2() macros when param.h is available.
pfg
2016-04-21
1
-2
/
+2
*
SRAT: Don't overflow domain_pxm table
cem
2016-04-20
1
-5
/
+6
*
X86: use our nitems() macro when it is avaliable through param.h.
pfg
2016-04-19
3
-4
/
+4
*
Add hw.dmar.batch_coalesce tunable/sysctl, which specifies rate at
kib
2016-04-17
3
-2
/
+20
*
Add x86 CPU features definitions published in the Intel SDM rev. 58.
kib
2016-04-16
2
-2
/
+26
*
Always calculate divisor for the counter mode of LAPIC timer. Even if
kib
2016-04-15
1
-15
/
+34
*
busdma/bounce: revert r292255
royger
2016-04-15
1
-12
/
+44
*
x86: for pointers replace 0 with NULL.
pfg
2016-04-14
1
-2
/
+2
*
Deprecate using hints.acpi.0.rsdp to communicate the RSDP to the
imp
2016-04-14
1
-0
/
+11
*
re-enable AMD Topology extension on certain models if disabled by BIOS
avg
2016-04-12
3
-13
/
+29
*
Cleanup unnecessary semicolons from the kernel.
pfg
2016-04-10
1
-1
/
+1
*
Add more fine-grained kernel options for NUMA support.
jhb
2016-04-09
1
-20
/
+35
*
xen: Set ipi_{alloc,free} even for UP
sephe
2016-04-07
1
-2
/
+2
*
x86: Allow interrupt vector allocation/free even on UP
sephe
2016-04-07
1
-4
/
+4
*
x86 topo: add some comments, descriptions and references to documentation
avg
2016-04-05
1
-3
/
+72
*
new x86 smp topology detection code
avg
2016-04-04
1
-275
/
+490
*
Move i386/i386/autoconf.c to sys/x86/x86 and use it on both amd64 and i386.
jhb
2016-04-03
1
-0
/
+164
*
Style(9), use tabs for the #define LOOPS line.
kib
2016-04-01
1
-5
/
+4
*
Type of the interrupt handlers on x86 cannot be expressed in C.
kib
2016-03-29
1
-0
/
+7
*
Fix several bugs in r297374:
kib
2016-03-29
1
-5
/
+13
*
Calibrate the frequency of the of the native_lapic_ipi_wait() loop,
kib
2016-03-29
1
-15
/
+40
*
Use ANSI function definition.
kib
2016-03-29
1
-1
/
+1
*
Do not load LAPIC_DCR_TIMER with an undefined value. If we are in the
kib
2016-03-28
1
-3
/
+6
*
Use TSC deadline mode for LAPIC timer, when available. The mode fires
kib
2016-03-28
1
-58
/
+150
*
Add defines for the LAPIC TSC deadline timer mode. The LVT timer mode
kib
2016-03-28
2
-3
/
+6
*
Enable interrupts on the BSP once all PICs are initialized.
jhb
2016-03-24
1
-0
/
+15
*
Fix the resource_list_print_type() calls to use uintmax_t.
jhibbits
2016-03-22
1
-3
/
+3
*
Check IPI status more frequently when waiting.
jhb
2016-03-18
1
-2
/
+2
*
Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
jhibbits
2016-03-18
1
-8
/
+0
*
Replace all resource occurrences of '0UL/~0UL' with '0/~0'.
jhibbits
2016-03-03
1
-1
/
+1
*
Remove taskqueue_enqueue_fast().
jhb
2016-03-01
3
-5
/
+5
*
Correct the memory rman ranges to be to BUS_SPACE_MAXADDR
jhibbits
2016-03-01
1
-2
/
+6
*
Silence PVS-Studio warning (V595). It can never be NULL here.
jkim
2016-02-23
1
-1
/
+1
*
As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to
skra
2016-02-22
2
-2
/
+0
[next]