kmacy 2008-10-06 06:43:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb/sys mbufq.h
Log:
SVN rev 183640 on 2008-10-06 06:43:20Z by kmacy
MFC fixes to mbufq interface
Approved by:re
Revision ChangesPath
1.2.2.1
kmacy 2008-10-06 06:26:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb cxgb_sge.c
Log:
SVN rev 183639 on 2008-10-06 06:26:00Z by kmacy
Fix bug in LRO on T304 whereby a packet could be sent to the wrong
interface's ifp.
Sub
kmacy 2008-10-03 01:02:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb/ulp/tom cxgb_vm.c
Log:
SVN rev 183560 on 2008-10-03 01:02:00Z by kmacy
Fix a potential infinite loop in the TOE zero copy receive path.
Approved by:re
kmacy 2008-10-03 00:50:26 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_sge.c
Log:
SVN rev 183559 on 2008-10-03 00:50:26Z by kmacy
Fix bug in LRO on T304 whereby a packet could be sent to the wrong
interface's ifp.
Submitted by: Chelsio Inc.
kmacy 2008-10-01 21:48:42 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb cxgb_multiq.c
Log:
SVN rev 183524 on 2008-10-01 21:48:42Z by kmacy
MFC 183286
- Fix flag check
- Fix adaptive thread sleep
- set oactive when que
kmacy 2008-10-01 21:46:52 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb cxgb_multiq.c
Log:
SVN rev 183523 on 2008-10-01 21:46:52Z by kmacy
MFC 183285
- Track number of times that the transmit queue overflowed
- Trivial w
kmacy 2008-10-01 21:44:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb cxgb_main.c
Log:
SVN rev 183522 on 2008-10-01 21:44:39Z by kmacy
fix optical PHY handling
Submitted by: Chelsio Inc.
Approved by:re
Revisio
kmacy 2008-10-01 21:37:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb/ulp/tom cxgb_cpl_io.c
Log:
SVN rev 183521 on 2008-10-01 21:37:39Z by kmacy
MFC 183163
fix two panics:
1. panic: rtalloc1_fib: bad fibnum
2. panic: Lock tcpi
kmacy 2008-09-30 23:45:22 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb/ulp/tom cxgb_cpl_socket.c cxgb_ddp.c
Log:
SVN rev 183508 on 2008-09-30 23:45:22Z by kmacy
update callers of vm_fault_hold_user_pages
MFC after: 1 week
Revision ChangesPath
kmacy 2008-09-30 23:44:44 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb/ulp/tom cxgb_vm.c cxgb_vm.h
Log:
SVN rev 183507 on 2008-09-30 23:44:44Z by kmacy
Refactor vm_fault_hold_user_pages:
- simplify page hold logic
- allow pages for processes other than that
kmacy 2008-09-30 21:21:52 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_main.c
Log:
SVN rev 183506 on 2008-09-30 21:21:52Z by kmacy
Make sure that optical PHYs work ...
Submitted by: Chelsio Inc.
MFC after: 1 day
Revision Changes
kmacy 2008-09-29 22:13:29 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb/ulp/tom cxgb_vm.c
Log:
SVN rev 183478 on 2008-09-29 22:13:29Z by kmacy
vm_fault_hold_user_pages will not return if an address in the range passed in
is mapped RO
but an RW mapping exists f
kmacy 2008-09-26 05:54:24 UTC
FreeBSD src repository
Modified files:
sys/i386/include/xen evtchn.h
sys/i386/xen mp_machdep.c
sys/xen/evtchn evtchn.c
Log:
SVN rev 183379 on 2008-09-26 05:54:24Z by kmacy
move ipi_pcpu to evtchn.c
Revision Change
kmacy 2008-09-26 05:29:39 UTC
FreeBSD src repository
Modified files:
sys/dev/xen/blkfront blkfront.c
sys/dev/xen/netfront netfront.c
sys/i386/xen xen_machdep.c
sys/xen gnttab.c gnttab.h
sys/xen/interfacearch-ia64.h arch-powerpc.h domctl.h
kmacy 2008-09-26 05:09:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb/sys mvec.h uipc_mvec.c
Log:
SVN rev 183373 on 2008-09-26 05:09:03Z by kmacy
MFC 183339
insta-panic fix
tested by: gnn
Submitted by: Chelsio Inc.
kmacy 2008-09-25 07:11:04 UTC
FreeBSD src repository
Modified files:
sys/i386/xen mp_machdep.c
Log:
SVN rev 183345 on 2008-09-25 07:11:04Z by kmacy
add initial ipi definitions
MFC after: 1 month
Revision ChangesPath
1.4 +32 -6 src/sy
kmacy 2008-09-25 07:09:50 UTC
FreeBSD src repository
Modified files:
sys/i386/include smp.h
Log:
SVN rev 183344 on 2008-09-25 07:09:50Z by kmacy
add ipi mapping
MFC after: 1 month
Revision ChangesPath
1.92 +3 -1 src/sys/i386/include/smp
kmacy 2008-09-25 07:05:17 UTC
FreeBSD src repository
Modified files:
sys/i386/include param.h
Log:
SVN rev 183343 on 2008-09-25 07:05:17Z by kmacy
add NPGPTD_SHIFT for the nkpt calculation
MFC after: 1 month
Revision ChangesPath
1.83 +2 -0
kmacy 2008-09-25 07:03:09 UTC
FreeBSD src repository
Modified files:
sys/i386/xen pmap.c xen_machdep.c
Log:
SVN rev 183342 on 2008-09-25 07:03:09Z by kmacy
Make nkpt dependent on the size of the initial memory allocation
MFC after: 1 month
Revision
kmacy 2008-09-25 07:02:00 UTC
FreeBSD src repository
Modified files:
sys/dev/xen/netfront netfront.c
Log:
SVN rev 183341 on 2008-09-25 07:02:00Z by kmacy
reflect header change in netfront
MFC after: 1 month
Revision ChangesPath
1.6 +1 -1 sr
kmacy 2008-09-25 07:01:31 UTC
FreeBSD src repository
Modified files:
sys/xen gnttab.c gnttab.h
sys/xen/evtchn evtchn.c
sys/xen/interfacecallback.h domctl.h features.h
grant_table.h memory.h physdev.h vcpu.h
sys/xen/inte
kmacy 2008-09-25 06:46:28 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb/sys mvec.h uipc_mvec.c
Log:
SVN rev 183339 on 2008-09-25 06:46:28Z by kmacy
fix insta-panic:
- determine which ext_arg offsets to use based on the version number
Submitted by: Ch
kmacy 2008-09-24 01:19:08 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_adapter.h cxgb_include.h
cxgb_offload.h
sys/dev/cxgb/ulp/iw_cxgb iw_cxgb_hal.c iw_cxgb_qp.c
sys/dev/cxgb/ulp/toecore toedev.c
sys/dev/cxgb/ulp/tom
kmacy 2008-09-23 03:16:54 UTC
FreeBSD src repository
Modified files:
sys/conf files kern.pre.mk
sys/dev/cxgb cxgb_adapter.h cxgb_config.h
cxgb_include.h cxgb_main.c cxgb_multiq.c
cxgb_offload.c cxgb_offload
kmacy 2008-09-23 03:13:33 UTC
FreeBSD src repository
Modified files:
sys/conf files.i386
Log:
SVN rev 183291 on 2008-09-23 03:13:33Z by kmacy
Update to xen specific files for SMP
MFC after: 1 month
Revision ChangesPath
1.608 +5 -3
kmacy 2008-09-23 02:22:24 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_multiq.c
cxgb_osdep.h cxgb_sge.c
sys/dev/cxgb/ulp/iw_cxgb iw_cxgb.c
sys/dev/cxgb/ulp/tom cxgb_cpl_io.c cxgb_cpl_socket.c
L
kmacy 2008-09-23 01:55:36 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_multiq.c
Log:
SVN rev 183286 on 2008-09-23 01:55:36Z by kmacy
- Fix flag check
- Fix adaptive thread sleep
- set oactive when queue is full
Revision ChangesPath
1
kmacy 2008-09-23 01:27:19 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_multiq.c
Log:
SVN rev 183285 on 2008-09-23 01:27:19Z by kmacy
- Track number of times that the transmit queue overflowed
- Trivial whitespace cleanup
MFC after: 3 day
kmacy 2008-09-19 21:12:19 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_osdep.h
sys/dev/cxgb/ulp/tom cxgb_defs.h cxgb_tom.c
Log:
SVN rev 183199 on 2008-09-19 21:12:19Z by kmacy
Fix issue with tom loading by moving cxgb_log_tcb in to tom
MFC
kmacy 2008-09-18 23:56:42 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb/ulp/tom cxgb_cpl_io.c
Log:
SVN rev 183163 on 2008-09-18 23:56:42Z by kmacy
Fix two panics:
1. panic: rtalloc1_fib: bad fibnum
2. panic: Lock tcpinp not exclusively locked
@ /usr/s
kmacy 2008-09-18 03:19:46 UTC
FreeBSD src repository
Modified files:
sys/i386/i386intr_machdep.c
Log:
SVN rev 183133 on 2008-09-18 03:19:46Z by kmacy
Don't do round robin assignment of interrupts on xen
MFC after: 1 month
Revision ChangesPath
kmacy 2008-09-18 02:59:19 UTC
FreeBSD src repository
Modified files:
sys/i386/xen mp_machdep.c
Log:
SVN rev 183132 on 2008-09-18 02:59:19Z by kmacy
Change order of pcpu initialization so the pc_prvspace is set
MFC after: 1 month
Revision Changes
kmacy 2008-09-18 01:09:15 UTC
FreeBSD src repository
Modified files:
sys/i386/xen mp_machdep.c
Log:
SVN rev 183131 on 2008-09-18 01:09:15Z by kmacy
fix initial page directory setup for APs to work when KERNBASE < 0xc000
MFC after: 1 month
Revisio
kmacy 2008-09-17 19:11:37 UTC
FreeBSD src repository
Modified files:
sys/i386/xen xen_machdep.c
Log:
SVN rev 183118 on 2008-09-17 19:11:37Z by kmacy
Some people have very strange notions of how large KVA_PAGES should be. The
core of this change generalizes the in
kmacy 2008-09-11 23:58:46 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
usr.sbin/cxgbtoolcxgbtool.c
Log:
SVN rev 182951 on 2008-09-11 23:58:46Z by kmacy
MFC 182899
- Fix regression with GETMEM
- Remove gratuitous bswap macros
- che
kmacy 2008-09-11 23:53:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb cxgb_adapter.h cxgb_main.c
sys/dev/cxgb/common cxgb_ael1002.c cxgb_common.h
cxgb_t3_cpl.h cxgb_t3_hw.c cxgb_xgmac.c
Log:
SVN rev 1
kmacy 2008-09-11 23:49:36 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb/ulp/toecore toedev.c
sys/netinet tcp_offload.c toedev.h
Log:
SVN rev 182949 on 2008-09-11 23:49:36Z by kmacy
MFC 182591
Don't check if an interfac
kmacy 2008-09-11 04:21:05 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb cxgb_ioctl.h cxgb_main.c cxgb_sge.c
usr.sbin/cxgbtoolcxgbtool.c reg_defs_t3.c reg_defs_t3b.c
version.h
Added files: (Br
kmacy 2008-09-10 23:41:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_sge.c
Log:
SVN rev 182925 on 2008-09-10 23:41:49Z by kmacy
MFC 182882:
Fix issue with recovering from transient jumbo mb
kmacy 2008-09-10 23:37:06 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet tcp_lro.c
Log:
SVN rev 182924 on 2008-09-10 23:37:06Z by kmacy
MFC 182089:
Don't calculate checksum if it has already been validated
lro_opt.diff
Ap
kmacy 2008-09-10 07:11:08 UTC
FreeBSD src repository
Modified files:
sys/i386/confXEN
sys/i386/i386local_apic.c machdep.c
sys/i386/include/xen xenpmap.h xenvar.h
sys/i386/xen pmap.c xen_machdep.c
Added files:
sys/i386/xen mp_mach
kmacy 2008-09-10 01:10:17 UTC
FreeBSD src repository
Modified files:
usr.sbin/cxgbtoolcxgbtool.c
Log:
SVN rev 182899 on 2008-09-10 01:10:17Z by kmacy
- Fix regression with GETMEM
- Remove gratuitous bswap macros
- check for rev 3 with t3b
Obtained from: Chels
kmacy 2008-09-09 01:36:02 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_sge.c
Log:
SVN rev 182882 on 2008-09-09 01:36:02Z by kmacy
Fix issue with recovering from transient jumbo mbuf shortage.
Submitted by: Chelsio I
kmacy 2008-09-03 00:06:10 UTC
FreeBSD src repository
Modified files:
sys/i386/xen locore.s
Log:
SVN rev 182697 on 2008-09-03 00:06:10Z by kmacy
enable the xen_guest string so that the freebsd xen kernel will
at least pass muster with the loader on 3.0.3
Note
kmacy 2008-09-02 22:38:49 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_main.c
Log:
SVN rev 182695 on 2008-09-02 22:38:49Z by kmacy
Indicate at probe time if device can do offload and which revision it is
MFC after: 3 days
Revision Ch
kmacy 2008-09-02 22:20:46 UTC
FreeBSD src repository
Added files:
usr.sbin/cxgbtoolreg_defs_t3c.c
Log:
SVN rev 182694 on 2008-09-02 22:20:46Z by kmacy
Add support for t3c to cxgbtool
Obtained from: Chelsio Inc.
Revision ChangesPath
1.1 +3119 -0
kmacy 2008-09-02 07:47:14 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb cxgb_ioctl.h cxgb_main.c cxgb_sge.c
Log:
SVN rev 182679 on 2008-09-02 07:47:14Z by kmacy
Import ioctl updates for latest rev of cxgbtool
Obtained from: Chelsio Inc.
MFC after:
kmacy 2008-09-02 02:55:45 UTC
FreeBSD src repository
Modified files:
sys/i386/xen xen_machdep.c
Log:
SVN rev 182671 on 2008-09-02 02:55:45Z by kmacy
Accomodate the fact that the number of l1 pages varies with the size of the
initially
allocated memory - this le
kmacy 2008-09-02 01:32:52 UTC
FreeBSD src repository
Modified files:
sys/i386/xen xen_machdep.c
Log:
SVN rev 182669 on 2008-09-02 01:32:52Z by kmacy
Fix problem with large memory configuration by ensuring that all NKPT
page table pages have been zeroed before ent
kmacy 2008-09-01 07:50:04 UTC
FreeBSD src repository
Modified files:
usr.sbin/cxgbtoolcxgbtool.c reg_defs_t3.c reg_defs_t3b.c
version.h
Log:
SVN rev 182594 on 2008-09-01 07:50:04Z by kmacy
Bring cxgbtool up to date with version 1.5
Obtain
kmacy 2008-09-01 07:37:41 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet in_pcb.c
Log:
SVN rev 182593 on 2008-09-01 07:37:41Z by kmacy
fix LINT build
RevisionChangesPath
1.196.2.13 +17 -2 src/sys/netinet/in_pcb
kmacy 2008-09-01 05:30:22 UTC
FreeBSD src repository
Modified files:
sys/dev/cxgb/ulp/toecore toedev.c
sys/netinet tcp_offload.c toedev.h
Log:
SVN rev 182591 on 2008-09-01 05:30:22Z by kmacy
Don't check if an interface can do tcp offload if there are no offlo
kmacy 2008-09-01 04:48:59 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb/ulp/tom cxgb_cpl_io.c
sys/netinet in_pcb.c in_pcb.h
Log:
SVN rev 182589 on 2008-09-01 04:48:59Z by kmacy
MFC 177530:
Insulate inpcb consumers outside
kmacy 2008-08-24 04:42:41 UTC
FreeBSD src repository
Modified files:
sys/dev/xen/blkfront blkfront.c
Log:
SVN rev 182091 on 2008-08-24 04:42:41Z by kmacy
Evidently the block device starts at 767.
MFC after: 1 month
Revision ChangesPath
1.5 +1 -1
kmacy 2008-08-24 02:31:09 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_lro.c
Log:
SVN rev 182089 on 2008-08-24 02:31:09Z by kmacy
Don't calculate checksum if it has already been validated
Obtained from: Chelsio Inc.
MFC after: 3 days
kmacy 2008-08-23 21:30:08 UTC
FreeBSD src repository
Modified files:
sys/dev/xen/blkfront blkfront.c
Log:
SVN rev 182082 on 2008-08-23 21:30:08Z by kmacy
make block devices start at 0
Revision ChangesPath
1.4 +4 -3 src/sys/dev/xen/blkfront/blkfront.c
kmacy 2008-08-22 23:24:53 UTC
FreeBSD src repository
Modified files:
sys/kern kern_intr.c
Log:
SVN rev 182024 on 2008-08-22 23:24:53Z by kmacy
Submit a band-aid for interrupt set up race.
MFC after: 1 month
Revision ChangesPath
1.167 +
kmacy 2008-08-22 20:38:25 UTC
FreeBSD src repository
Modified files:
sys/i386/i386local_apic.c
Log:
SVN rev 182021 on 2008-08-22 20:38:25Z by kmacy
Don't try enumerating APICs when running on top of xen
(fixes boot on 64-bit dom0s)
MFC after: 1 month
kmacy 2008-08-22 01:30:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb cxgb_sge.c
Log:
SVN rev 181983 on 2008-08-22 01:30:39Z by kmacy
MFC 181653:
Fix runt TSO packet issue.
Obtained from: Chelsio Inc.
Revision Cha
kmacy 2008-08-22 01:28:57 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_sge.c
Log:
SVN rev 181982 on 2008-08-22 01:28:57Z by kmacy
MFC 181652:
Add LRO and MAC statistics to exported sysctls.
kmacy 2008-08-22 01:23:39 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/conf files
sys/dev/cxgb cxgb_adapter.h cxgb_main.c cxgb_sge.c
sys/modules/cxgb/cxgb Makefile
Removed files: (Branch: RELENG_7)
sys/dev/cxgb
kmacy 2008-08-21 02:57:02 UTC
FreeBSD src repository
Modified files:
sys/i386/xen pmap.c
Log:
SVN rev 181946 on 2008-08-21 02:57:02Z by kmacy
Fix boot time pmap_growkernel panic for case where vm is allocated >= 768M
MFC after: 1 month
Revision Chan
kmacy 2008-08-21 02:40:26 UTC
FreeBSD src repository
Modified files:
sys/dev/xen/netfront netfront.c
Log:
SVN rev 181945 on 2008-08-21 02:40:26Z by kmacy
For reasons that I have not delved in to Xen 3.2 netback now does header
splitting
so packets > 128 bytes are now sp
kmacy 2008-08-20 22:42:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/sys param.h
Log:
SVN rev 181940 on 2008-08-20 22:42:20Z by kmacy
Bump _FreeBSD_version for physically contiguous jumbo frame support
Requested by: Andrew Ga
kmacy 2008-08-20 21:27:48 UTC
FreeBSD src repository
Modified files:
sys/i386/i386vm_machdep.c
Log:
SVN rev 181938 on 2008-08-20 21:27:48Z by kmacy
fix typo in previous commit breaking bootup
pointed out by: Takahashi Yoshihiro nyan@
Revision Changes
kmacy 2008-08-20 10:07:10 UTC
FreeBSD src repository
Modified files:
sys/i386/confXEN
Log:
SVN rev 181917 on 2008-08-20 10:07:10Z by kmacy
set MCLSHIFT to correspond to page size
MFC after: 1 month
Revision ChangesPath
1.3 +1 -0 src
kmacy 2008-08-20 09:47:49 UTC
FreeBSD src repository
Modified files:
sys/dev/xen/console console.c
sys/dev/xen/netfront netfront.c
Log:
SVN rev 181916 on 2008-08-20 09:47:49Z by kmacy
change netfront to match xen31_6
fix console locking
Revision ChangesPa
kmacy 2008-08-20 09:22:37 UTC
FreeBSD src repository
Modified files:
sys/dev/xen/blkfront blkfront.c
Log:
SVN rev 181914 on 2008-08-20 09:22:37Z by kmacy
mark blkfront_info as ready
MFC after: 1 month
Revision ChangesPath
1.3 +2 -1 src/sys/
kmacy 2008-08-20 09:21:24 UTC
FreeBSD src repository
Modified files:
sys/kern init_main.c
Log:
SVN rev 181913 on 2008-08-20 09:21:24Z by kmacy
remove scheduler_running as xenbus no longer needs it
MFC after: 1 month
Revision ChangesPath
1.
kmacy 2008-08-20 09:20:12 UTC
FreeBSD src repository
Modified files:
sys/xen/xenbus xenbus_client.c xenbus_probe.c
xenbus_xs.c
Log:
SVN rev 181912 on 2008-08-20 09:20:12Z by kmacy
- add more debug cruft to xenbus
- probe backend
- separa
kmacy 2008-08-20 09:16:46 UTC
FreeBSD src repository
Modified files:
sys/i386/i386machdep.c vm_machdep.c
sys/i386/include cpufunc.h
sys/i386/xen xen_machdep.c
Log:
SVN rev 181911 on 2008-08-20 09:16:46Z by kmacy
- clean up interrupt handling f
kmacy 2008-08-20 09:11:58 UTC
FreeBSD src repository
Modified files:
sys/dev/xen/netfront netfront.c
Log:
SVN rev 181910 on 2008-08-20 09:11:58Z by kmacy
include vmparam.h for KERNBASE and fix typo
Revision ChangesPath
1.3 +3 -2 src/sys/dev/xen/netfr
kmacy 2008-08-20 09:03:23 UTC
FreeBSD src repository
Modified files:
sys/dev/xen/netfront netfront.c
Log:
SVN rev 181909 on 2008-08-20 09:03:23Z by kmacy
register netfront before xenbus does its probing
MFC after: 1 month
Revision ChangesPath
1.2
kmacy 2008-08-20 03:28:32 UTC
FreeBSD src repository
Modified files:
sys/i386/i386machdep.c
Log:
SVN rev 181894 on 2008-08-20 03:28:32Z by kmacy
don't use cpu_idle_acpi under xen
MFC after: 1 month
Revision ChangesPath
1.673 +9 -0 src
kmacy 2008-08-20 03:27:12 UTC
FreeBSD src repository
Modified files:
sys/xen/xenbus xenbus_xs.c
Log:
SVN rev 181893 on 2008-08-20 03:27:12Z by kmacy
Check for watch events when doing inline message processing
MFC after: 1 month
Revision ChangesPat
kmacy 2008-08-20 03:14:48 UTC
FreeBSD src repository
Modified files:
sys/net if_var.h
Log:
SVN rev 181892 on 2008-08-20 03:14:48Z by kmacy
Fix build
Revision ChangesPath
1.120 +2 -0 src/sys/net/if_var.h
kmacy 2008-08-20 02:42:08 UTC
FreeBSD src repository
Modified files:
sys/xen/xenbus xenbus_comms.c xenbus_comms.h
xenbus_dev.c xenbus_probe.c
xenbus_probe_backend.c xenbus_xs.c
Log:
SVN rev 181889 on 2008-08-20 02:42:08Z
kmacy 2008-08-19 02:39:34 UTC
FreeBSD src repository
Modified files:
sys/i386/xen xen_machdep.c
Log:
SVN rev 181867 on 2008-08-19 02:39:34Z by kmacy
protect queue_log not queue
MFC after: 1 month
Revision ChangesPath
1.5 +4 -2 src/s
kmacy 2008-08-19 02:36:56 UTC
FreeBSD src repository
Modified files:
sys/i386/xen xen_machdep.c
Log:
SVN rev 181866 on 2008-08-19 02:36:56Z by kmacy
Fix compilation without INVARIANTS
MFC after: 1 month
Revision ChangesPath
1.4 +6 -0
kmacy 2008-08-19 02:31:01 UTC
FreeBSD src repository
Modified files:
sys/xen/evtchn evtchn_dev.c
Log:
SVN rev 181865 on 2008-08-19 02:31:01Z by kmacy
avoid evtchn_init name collision in gdb
MFC after: 1 month
Revision ChangesPath
1.2 +2 -2
kmacy 2008-08-19 02:27:31 UTC
FreeBSD src repository
Modified files:
sys/i386/include/xen xenpmap.h
Log:
SVN rev 181864 on 2008-08-19 02:27:31Z by kmacy
remove redundant PT_SET_MA declaration
MFC after: 1 month
Revision ChangesPath
1.3 +0 -12
allocates physically contiguous memory.
MFC after: 3 months
Requested and reviewed by: Kip Macy
Tested by: Andrew Gallatin and Pyun YongHyeon
Approved by:alc
Revision ChangesPath
1.32.2.4 +6 -2 src/sys/kern/kern_mbuf.c
kmacy 2008-08-19 01:25:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/netinet if_ether.c
Log:
SVN rev 181860 on 2008-08-19 01:25:08Z by kmacy
Avoid possible namespace collision between function scope sin and locally
sub-expression sco
kmacy 2008-08-19 01:16:12 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/i386/i386pmap.c
sys/kern kern_mbuf.c
sys/vm uma.h uma_core.c
Log:
SVN rev 181859 on 2008-08-19 01:16:12Z by kmacy
In anticipation
kmacy 2008-08-18 21:35:09 UTC
FreeBSD src repository
Modified files:
sys/i386/include pmap.h
Log:
SVN rev 181854 on 2008-08-18 21:35:09Z by kmacy
PT_UPDATES_FLUSH() is used in common code so it needs to be defined
even in the !defined(XEN) case
MFC after: 1
kmacy 2008-08-17 23:44:09 UTC
FreeBSD src repository
Modified files:
sys/conf files.i386
Log:
SVN rev 181812 on 2008-08-17 23:44:09Z by kmacy
disable "legacy" device on xen domU
MFC after: 1 month
Revision ChangesPath
1.604 +1 -1
kmacy 2008-08-17 23:40:29 UTC
FreeBSD src repository
Modified files:
sys/vm vm_page.c
Log:
SVN rev 181811 on 2008-08-17 23:40:29Z by kmacy
Work around differences in page allocation for initial page tables on xen
MFC after: 1 month
Revision Ch
kmacy 2008-08-17 23:39:22 UTC
FreeBSD src repository
Modified files:
sys/i386/include/xen xenfunc.h xenvar.h
Log:
SVN rev 181810 on 2008-08-17 23:39:22Z by kmacy
Ensure that machine / physical addresses are treated as vm_paddr_t
MFC after: 1 month
Revision
kmacy 2008-08-17 23:38:14 UTC
FreeBSD src repository
Modified files:
sys/i386/i386machdep.c
Log:
SVN rev 181809 on 2008-08-17 23:38:14Z by kmacy
remove code in XEN version of init386 causing initialization failure
MFC after: 1 month
Revision Changes
kmacy 2008-08-17 23:36:52 UTC
FreeBSD src repository
Modified files:
sys/i386/xen pmap.c
Log:
SVN rev 181808 on 2008-08-17 23:36:52Z by kmacy
translate machine addresses to physical addresses in new code in pmap_init
MFC after: 1 month
Revision Chan
kmacy 2008-08-17 23:35:36 UTC
FreeBSD src repository
Modified files:
sys/i386/xen exception.s
Log:
SVN rev 181807 on 2008-08-17 23:35:36Z by kmacy
bypass call to trap when handling hypervisor_upcall
MFC after: 1 month
Revision ChangesPath
1.2
kmacy 2008-08-17 23:34:44 UTC
FreeBSD src repository
Modified files:
sys/i386/xen xen_machdep.c
Log:
SVN rev 181806 on 2008-08-17 23:34:44Z by kmacy
clean up initvalues to work correctly on PAE
MFC after: 1 month
Revision ChangesPath
1.3
kmacy 2008-08-17 23:33:33 UTC
FreeBSD src repository
Modified files:
sys/dev/xen/blkfront blkfront.c
Log:
SVN rev 181805 on 2008-08-17 23:33:33Z by kmacy
Make sure that machine addresses are vm_paddr_t
MFC after: 1 month
Revision ChangesPath
1.2
kmacy 2008-08-17 23:32:34 UTC
FreeBSD src repository
Modified files:
sys/xen gnttab.c
Log:
SVN rev 181804 on 2008-08-17 23:32:34Z by kmacy
Make sure we don't lose the most significant bits of the frame number on PAE
or 64-bit
MFC after: 1 month
kmacy 2008-08-16 21:38:46 UTC
FreeBSD src repository
Modified files:
sys/i386/i386swtch.s
Log:
SVN rev 181792 on 2008-08-16 21:38:46Z by kmacy
Call in to xen for privileged aspects of context switching
MFC after: 1 month
Revision ChangesPath
1
kmacy 2008-08-15 21:47:11 UTC
FreeBSD src repository
Modified files:
sys/i386/confXEN
Log:
SVN rev 181781 on 2008-08-15 21:47:11Z by kmacy
disable PREEMPTION pending bug fixes to i386/xen/pmap.c
MFC after: 1 month
Revision ChangesPath
1.2
kmacy 2008-08-15 21:43:38 UTC
FreeBSD src repository
Modified files:
sys/i386/isa npx.c
Log:
SVN rev 181780 on 2008-08-15 21:43:38Z by kmacy
Call in to xen for fpu handling when XEN is set
MFC after: 1 month
Revision ChangesPath
1.173 +10
kmacy 2008-08-15 21:20:44 UTC
FreeBSD src repository
Added files:
sys/xen features.c
Log:
SVN rev 181779 on 2008-08-15 21:20:44Z by kmacy
Import check for xen features.
MFC after: 1 month
Revision ChangesPath
1.1 +24 -0 src/sys/
kmacy 2008-08-15 21:08:48 UTC
FreeBSD src repository
Modified files:
lib/librtsigev_thread.c
Log:
SVN rev 181778 on 2008-08-15 21:08:48Z by kmacy
atomic_fetchadd_int works on unsigned quantities - change
sigev_generation to be unsigned
MFC after: 1
kmacy 2008-08-15 21:03:13 UTC
FreeBSD src repository
Modified files:
sys/kern init_main.c
Log:
SVN rev 181777 on 2008-08-15 21:03:13Z by kmacy
Add flag to indicate to xen support code that threads are running (and thus
we can block).
MFC after: 1 mon
1 - 100 of 647 matches
Mail list logo