freebsd-dev/sys
Kristof Provost cbbce42345 epair: unbind prior to returning to userspace
If 'options RSS' is set we bind the epair tasks to different CPUs. We
must take care to not keep the current thread bound to the last CPU when
we return to userspace.

MFC after:	1 week
Sponsored by:	Orange Business Services
2022-05-07 18:17:33 +02:00
..
amd64 amd64: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:59 -07:00
arm Remove unused uart_devclass. 2022-05-06 15:46:57 -07:00
arm64 Add FDT attachment driver for ARM System MMU v3.2 controller. 2022-05-07 11:18:35 +01:00
bsm
cam iosched: remove stray debug 2022-05-04 20:28:00 -06:00
cddl stand/zfs: Fix const-qual warnings 2022-05-04 10:06:21 -04:00
compat linuxkpi: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
conf Add FDT attachment driver for ARM System MMU v3.2 controller. 2022-05-07 11:18:35 +01:00
contrib rtw88: deal with debug messages 2022-04-27 15:20:34 +00:00
crypto crypto: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
ddb
dev Add OFW_IOMMU id type for pci_get_id() so we can ask parent IOMMU 2022-05-07 10:21:09 +01:00
dts
fs fusefs: fix an undefined variable access 2022-05-05 08:43:51 -06:00
gdb
geom geom_dev: extend kevent support for geom dev 2022-04-28 08:40:13 -08:00
gnu bwn: eliminate dead writes in BWN_GPL_PHY 2022-05-04 09:32:59 -04:00
i386 linux(4): Implement semtimedop syscalls. 2022-05-06 20:02:59 +03:00
isa isa: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:59 -07:00
kern msgbuf: Allow microsecond granularity timestamps 2022-05-07 09:32:22 -06:00
kgssapi kgssapi krb5: Remove unused variables. 2022-04-06 16:45:29 -07:00
libkern libkern: Fix two typos in source code comments 2022-04-09 09:36:34 +02:00
modules linux(4): Add a simple rseq syscall implementation. 2022-04-26 19:35:56 +03:00
net epair: unbind prior to returning to userspace 2022-05-07 18:17:33 +02:00
net80211 net80211: simplify code after STA/AP VAPs traffic hang fix 2022-05-06 09:34:16 +00:00
netgraph ng_pppoe: introduce new sysctl net.graph.pppoe.lcp_pcp 2022-05-02 21:57:12 +07:00
netinet in_rss: fix set but not used warning 2022-05-07 18:17:33 +02:00
netinet6 udp6: allow udp_tun_func_t() to indicate it did not eat the packet 2022-04-22 16:55:23 +02:00
netipsec ipsec_encap: setdf is only used for INET. 2022-04-13 16:08:21 -07:00
netpfil pf: don't reject dummynet-ed packets 2022-05-06 16:41:34 +02:00
netsmb smb_smb_treedisconnect: eliminate write only variable mbp 2022-04-04 22:30:57 -06:00
nfs nfs: do not panic on bootpc_init when no interfaces are found 2022-04-07 19:33:26 -03:00
nfsclient
nfsserver
nlm
ofed ibcore: Remove set, but not used variable. 2022-05-05 12:32:30 +02:00
opencrypto crypto: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
powerpc Remove unused uart_devclass. 2022-05-06 15:46:57 -07:00
riscv busdma_bounce: Add free_bounce_pages helper function. 2022-04-21 10:42:14 -07:00
rpc svc_vc_rendezvous_stat: eliminiate write only variable stat 2022-04-04 22:31:04 -06:00
security mac_pimd: Support for privilege drop in pimd 2022-04-20 08:07:37 +02:00
sys param.h: Bump FreeBSD_Version to 1400058 for devclass newbus changes 2022-05-07 09:32:47 -06:00
teken teken: color #3 is yellow not brown - use TC_YELLOW as the name 2022-03-12 09:17:29 -05:00
tests
tools syscallarg_t: Add a type for system call arguments 2022-03-28 19:43:03 +01:00
ufs ffs: plug a set-but-not-used var 2022-04-19 16:51:12 +02:00
vm vm_phys: avoid waste in multipage allocation 2022-04-26 02:56:23 -05:00
x86 x86: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
xdr
xen xen: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:46:58 -07:00
Makefile