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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'origin/master' into devel-11
Luiz Otavio O Souza
2016-07-02
2
-25
/
+15
|
\
|
*
Update comments for the MD functions managing contexts for new
kib
2016-06-16
2
-25
/
+15
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-06-14
1
-15
/
+10
|
\
\
|
|
/
|
*
Do not access pv_table array for fictitious pages, since the array
kib
2016-06-13
1
-15
/
+10
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-06-06
1
-4
/
+7
|
\
\
|
|
/
|
*
Avoid spurious EINVAL in amd64 pmap_change_attr().
kib
2016-06-05
1
-4
/
+7
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Luiz Otavio O Souza
2016-05-27
2
-1
/
+5
|
\
\
|
|
/
|
*
In pmap_advise(), avoid leaking DI start for EPT pmaps which needs A/D
kib
2016-05-27
2
-1
/
+5
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Luiz Otavio O Souza
2016-05-27
1
-16
/
+15
|
\
\
|
|
/
|
*
Both Clang and GCC cannot generate efficient reserve_pv_entries().
jkim
2016-05-25
1
-16
/
+15
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-05-25
1
-0
/
+1
|
\
\
|
|
/
|
*
Document POPCNT erratum for 6th Generation Intel Core processors.
jkim
2016-05-23
1
-0
/
+1
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Luiz Otavio O Souza
2016-05-23
14
-41
/
+37
|
\
\
|
|
/
|
*
Add macro to convert errno and use it when appropriate.
dchagin
2016-05-22
1
-7
/
+1
|
*
Regen after r300359 (struct l_sched_param removal).
dchagin
2016-05-21
10
-26
/
+26
|
*
Correct an argument param of linux_sched_* system calls as a struct l_sched_p...
dchagin
2016-05-21
2
-6
/
+6
|
*
Check for overflow and return EINVAL if detected. Backport this and
kib
2016-05-20
1
-1
/
+2
|
*
Use unsigned type for the loop index to make overflow checks effective.
kib
2016-05-20
1
-1
/
+2
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-05-19
1
-1
/
+1
|
\
\
|
|
/
|
*
Don't repeat the the word 'the'
eadler
2016-05-17
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-05-16
4
-125
/
+284
|
\
\
|
|
/
|
*
atomic: Add testandclear on i386/amd64
sephe
2016-05-16
1
-0
/
+38
|
*
Eliminate pvh_global_lock from the amd64 pmap.
kib
2016-05-14
3
-124
/
+246
|
*
Eliminate an unused #include. For a brief period of time, _unrhdr.h was
alc
2016-05-13
1
-1
/
+0
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-05-11
2
-2
/
+9
|
\
\
|
|
/
|
*
Add locking annotations to amd64 struct md_page members.
kib
2016-05-10
1
-2
/
+6
|
*
Add a new bus method to fetch device-specific CPU sets.
jhb
2016-05-09
1
-0
/
+3
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-05-09
16
-17
/
+70
|
\
\
|
|
/
|
*
Add a forgotten in r283424 .eh_frame section with CFI & FDE records to allow
dchagin
2016-05-09
1
-0
/
+32
|
*
Native PCI-express HotPlug support.
jhb
2016-05-05
1
-0
/
+1
|
*
Explain why pmap_copy(), pmap_enter_pde(), and pmap_enter_quick_locked()
alc
2016-05-04
1
-1
/
+21
|
*
sys/amd64: Small spelling fixes.
pfg
2016-05-03
9
-11
/
+11
|
*
vmm(4): Small spelling fixes.
pfg
2016-05-03
5
-5
/
+5
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-05-03
1
-5
/
+0
|
\
\
|
|
/
|
*
Revert bus_get_cpus() for now.
jhb
2016-05-03
1
-3
/
+0
|
*
Add a new bus method to fetch device-specific CPU sets.
jhb
2016-05-02
1
-0
/
+3
|
*
Move 'device pci' for the PCI bus driver to the MI NOTES file.
jhb
2016-04-29
1
-5
/
+0
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-04-28
1
-0
/
+14
|
\
\
|
|
/
|
*
fix missing variable in r298736
avg
2016-04-28
1
-0
/
+1
|
*
ensure that initial local apic id is sane on AMD 10h systems
avg
2016-04-28
1
-0
/
+13
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-04-25
4
-6
/
+6
|
\
\
|
|
/
|
*
AMD64 pmap: Use howmany() macro
cem
2016-04-24
1
-1
/
+1
|
*
Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.
pfg
2016-04-22
3
-3
/
+3
|
*
sys: use our roundup2/rounddown2() macros when param.h is available.
pfg
2016-04-21
2
-2
/
+2
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-04-20
4
-5
/
+5
|
\
\
|
|
/
|
*
X86: use our nitems() macro when it is avaliable through param.h.
pfg
2016-04-19
4
-5
/
+5
*
|
Merge remote-tracking branch 'origin/master' into devel-11
Renato Botelho
2016-04-18
1
-9
/
+7
|
\
\
|
|
/
|
*
Add 4Kn kernel dump support
cem
2016-04-15
1
-9
/
+7
*
|
Add the pfSense 64-bit kernel configuration.
Luiz Otavio O Souza
2016-04-17
1
-0
/
+184
|
/
*
hyperv: Deprecate HYPERV option by moving Hyper-V IDT vector into vmbus
sephe
2016-04-15
3
-19
/
+0
[next]