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
/
dev
/
xen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Previous version of mbufq were fine initialized by M_ZERO, while
glebius
2015-02-23
1
-0
/
+3
*
Provide a set of inline functions to manage simple mbuf(9) queues, based
glebius
2015-02-19
2
-134
/
+10
*
xen: fix xenstore dev
royger
2015-02-16
1
-24
/
+30
*
Generalized parts of the XEN timer code into a generic pvclock
bryanv
2015-02-04
1
-123
/
+9
*
Use the common codepath to handle SIOCGIFADDR.
delphij
2015-01-13
2
-2
/
+0
*
In order to reduce use of M_EXT outside of the mbuf allocator and
rwatson
2015-01-06
1
-2
/
+1
*
Remove duplicate pci_driver class declaration.
hselasky
2015-01-02
1
-1
/
+0
*
xen: convert the Grant-table code to a NewBus device
royger
2014-12-10
1
-7
/
+63
*
xen: move grant table code
royger
2014-12-10
1
-0
/
+720
*
xen: create a new PCI bus override
royger
2014-12-09
2
-0
/
+168
*
opt_global.h is included automatically in the build. No need to
imp
2014-11-18
1
-1
/
+0
*
netback: change xnb naming convention
royger
2014-10-22
1
-1
/
+18
*
xen: implement the privcmd user-space device
royger
2014-10-22
1
-0
/
+414
*
xen: import a proper event channel user-space device
royger
2014-10-22
1
-0
/
+607
*
Fix multiple incorrect SYSCTL arguments in the kernel:
hselasky
2014-10-21
1
-1
/
+1
*
xen: fix blkback pushing responses before releasing internal resources
royger
2014-09-30
1
-27
/
+90
*
xen/balloon: fix accounting of current memory pages on PVH
royger
2014-09-30
1
-1
/
+2
*
xen: add xenstored user-space device
royger
2014-09-30
1
-0
/
+169
*
xen: convert the xenstore user-space char device to a newbus device
royger
2014-09-30
2
-4
/
+66
*
xen: defer xenstore initialization until xenstored is started
royger
2014-09-30
1
-2
/
+66
*
xen: move xenstore devices
royger
2014-09-30
2
-0
/
+1864
*
xen: make xen balloon a driver that depends on xenstore
royger
2014-09-30
1
-27
/
+60
*
Improve transmit sending offload, TSO, algorithm in general.
hselasky
2014-09-22
1
-2
/
+3
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
2
-7
/
+7
*
Revert r271504. A new patch to solve this issue will be made.
hselasky
2014-09-13
1
-4
/
+2
*
Improve transmit sending offload, TSO, algorithm in general.
hselasky
2014-09-13
1
-2
/
+4
*
Revert r269814: blkfront: add support for unmapped IO
royger
2014-09-04
1
-7
/
+5
*
xen: fix incorrectly accounted free
royger
2014-08-22
1
-3
/
+3
*
netback: remove dead code
royger
2014-08-22
1
-37
/
+0
*
netback: fixes for netback
royger
2014-08-22
1
-3
/
+17
*
blkfront: add support for unmapped IO
royger
2014-08-11
1
-5
/
+7
*
xen: Dom0 console fixes
royger
2014-08-04
1
-0
/
+26
*
xen/virtio: fix balloon drivers to not mark pages as WIRED
royger
2014-06-25
1
-65
/
+24
*
- Modify vm_page_unwire() and vm_page_enqueue() to directly accept
attilio
2014-06-16
1
-2
/
+2
*
xen: add missing files
royger
2014-06-16
1
-0
/
+99
*
xen: unify gnttab initialization for PVHVM and PVH
royger
2014-06-16
3
-59
/
+2
*
xen: add shutdown hook for PVH
royger
2014-06-16
1
-19
/
+18
*
xen: introduce xenpv bus
royger
2014-06-16
3
-64
/
+6
*
xen: fix usage of db_active in xen console
royger
2014-03-17
1
-2
/
+1
*
xen: implement an early timer for Xen PVH
royger
2014-03-11
2
-0
/
+69
*
xen: rework xen timer so it can be used early in boot process
royger
2014-03-11
1
-9
/
+28
*
xen: add and enable Xen console for PVH guests
royger
2014-03-11
2
-13
/
+88
*
In sys/dev/xen/console/console.c, #if 0 an unused static function.
dim
2014-02-15
1
-0
/
+2
*
dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2013-11-26
1
-6
/
+6
*
- For kernel compiled only with KDTRACE_HOOKS and not any lock debugging
attilio
2013-11-25
1
-2
/
+0
*
Improve robustness of the Xen balloon driver.
gibbs
2013-11-15
1
-157
/
+45
*
Fix typo in r257515.
glebius
2013-11-10
1
-1
/
+1
*
On XenServer the "halt" message is used instead of "poweroff", which
gibbs
2013-11-09
1
-8
/
+1
*
Somehow fix LINT-NOIP.
glebius
2013-11-01
3
-15
/
+30
*
More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)
nwhitehorn
2013-10-29
3
-3
/
+3
[next]