freebsd-skq/sys
Emmanuel Vadot 3df0c02623 arm64: rockchip: rk_pinctrl: Fix clear bits in SYSCON_MODIFY
r351187 change the SYSCON_WRITE to SYSCON_MODIFY but didn't changed the
mask variable that used to hold the bitmask in the upper 16 bits of the
register that control which bits are changed. So we ended up clearing
bit from the upper 16bits half which are always 0 after a read.
Use the correct bit mask for bits that we want to clear.

MFC after:	3 days
2019-12-17 10:55:28 +00:00
..
amd64 Add compat.linux.emul_path, so it can be set to something other 2019-12-16 20:07:04 +00:00
arm Repeat the spinlock_enter/exit pattern from amd64 on other architectures to 2019-12-16 20:15:04 +00:00
arm64 arm64: rockchip: rk_pinctrl: Fix clear bits in SYSCON_MODIFY 2019-12-17 10:55:28 +00:00
bsm Jail and capability mode for shm_rename; add audit support for shm_rename 2019-11-18 13:31:16 +00:00
cam Revert r355831 2019-12-17 04:21:35 +00:00
cddl vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
compat Add a hack to make ^T work for Linux binaries, enabled with 2019-12-16 20:15:44 +00:00
conf We'll never have multiple slots a cardbus bridge. So, replace exca 2019-12-16 21:34:51 +00:00
contrib MFV: r355716 2019-12-13 23:28:52 +00:00
crypto Fix the armv8 crypto driver after r354170. 2019-10-30 10:41:10 +00:00
ddb
dev kbd: const'ify a couple of keyboard_driver fields 2019-12-17 03:30:49 +00:00
dts
fs vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
gdb [PPC] Handle qOffsets packet 2019-12-16 13:17:39 +00:00
geom Add BIO_SPEEDUP 2019-12-17 00:13:35 +00:00
gnu Import DTS files for riscv from Linux 5.4 2019-12-03 09:12:53 +00:00
i386 Repeat the spinlock_enter/exit pattern from amd64 on other architectures to 2019-12-16 20:15:04 +00:00
isa
kern vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
kgssapi
libkern Port the NetBSD KCSAN runtime to FreeBSD. 2019-11-21 11:22:08 +00:00
mips Two minor issues: 2019-12-17 03:20:37 +00:00
modules We'll never have multiple slots a cardbus bridge. So, replace exca 2019-12-16 21:34:51 +00:00
net Convert routing statistics to VNET_PCPUSTAT. 2019-12-17 02:02:26 +00:00
net80211 Don't use if_maddr_rlock() in 802.11, use epoch(9) directly instead. 2019-10-10 23:55:33 +00:00
netgraph Remove the deprecated timeout(9) interface. 2019-12-13 21:03:12 +00:00
netinet Use callout_func_t instead of the deprecated timeout_t. 2019-12-10 22:06:53 +00:00
netinet6 Update comment. 2019-12-06 16:53:42 +00:00
netipsec Fix m_pullup() problem after removing PULLDOWN_TESTs and KAME EXT_*macros. 2019-12-01 00:22:04 +00:00
netpfil pf: Make request_maxcount runtime adjustable 2019-12-14 02:06:07 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Prevent potential underflow in ibcore. 2019-11-15 11:46:53 +00:00
opencrypto kTLS support for TLS 1.3 2019-09-27 19:17:40 +00:00
powerpc Repeat the spinlock_enter/exit pattern from amd64 on other architectures to 2019-12-16 20:15:04 +00:00
riscv Repeat the spinlock_enter/exit pattern from amd64 on other architectures to 2019-12-16 20:15:04 +00:00
rpc Change r355157 to make svc_rpc_gss_lifetime_max a static. 2019-11-28 02:18:51 +00:00
security Instead of looking up a predecessor or successor to the current map 2019-11-20 16:06:48 +00:00
sparc64 bitset: rename confusing macro NAND to ANDNOT 2019-12-13 09:32:16 +00:00
sys Add BIO_SPEEDUP 2019-12-17 00:13:35 +00:00
teken
tests
tools vfs: allow tail call optimisation in vops in the common case 2019-12-16 00:07:51 +00:00
ufs Add BIO_SPEEDUP signalling to UFS 2019-12-17 00:13:40 +00:00
vm schedlock 1/4 2019-12-15 21:11:15 +00:00
x86 bitset: rename confusing macro NAND to ANDNOT 2019-12-13 09:32:16 +00:00
xdr
xen
Makefile