1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00
freebsd/sys
Alexander Motin 083a2ff0f0 acpi_cpu: Make device unit numbers match OS CPU IDs.
There are already APIC ID, ACPI ID and OS ID for each CPU.  In perfect
world all of those may match, but at least for SuperMicro server boards
none of them do.  Plus none of them match the CPU devices listing order
by ACPI.  Previous code used the ACPI device listing order to number
cpuX devices.  It looked nice from NewBus perspective, but introduced
4th different set of IDs. Extremely confusing one, since in some places
the device unit numbers were treated as OS CPU IDs (coretemp), but not
in others (sysctl dev.cpu.X.%location).

(cherry picked from commit c8077ccd70)
2022-01-04 12:21:35 -05:00
..
amd64 amd64 sigtramp: comment-out annotations for registers with DWARF number >= 32 2022-01-02 21:03:01 +02:00
arm aw_spi: improve I/O stability 2022-01-03 10:47:59 +02:00
arm64 Allow ddb and dtrace use the DMAP region on arm64 2022-01-04 10:49:51 +00:00
bsm
cam mmc_sim: fix setting of the mutex name 2021-12-25 11:04:29 +02:00
cddl Allow ddb and dtrace use the DMAP region on arm64 2022-01-04 10:49:51 +00:00
compat amd64 ia32 vdso: add unwind annotations to the signal trampoline 2022-01-02 18:43:01 +02:00
conf Enforce that vdso does not contain runtime relocations 2022-01-02 18:43:02 +02:00
contrib iwlwifi: plug memory modified after free 2021-12-30 18:28:51 +00:00
crypto Add assembly optimized code for OpenSSL on powerpc, powerpc64 and powerpc64le 2021-12-29 14:45:29 +01:00
ddb
dev acpi_cpu: Make device unit numbers match OS CPU IDs. 2022-01-04 12:21:35 -05:00
dts add rk3328 overlay for enabling analog sound 2021-11-21 12:04:42 +02:00
fs nfs: don't truncate directory cookies to 32-bits in the NFS server 2022-01-02 20:09:15 -07:00
gdb
geom GEOM: Switch g_io_deliver() locking from cp to pp. 2021-12-07 23:06:25 -05:00
gnu
i386 x86: Deduplicate clock.h 2021-12-27 10:48:00 -05:00
isa
kern bus: Cleanup device_probe_child() 2022-01-04 12:10:55 -05:00
kgssapi
libkern
mips Clean up a couple of MD warts in vm_fault_populate(): 2021-12-27 19:35:55 -05:00
modules iwlwifi: attach to the build 2021-12-30 18:29:01 +00:00
net if_pflog: fix packet length 2021-12-11 10:38:50 +01:00
net80211 net80211: adjust a printf to toeee80211_note 2021-12-30 18:27:02 +00:00
netgraph ng_l2tp: improve seq structure locking. 2021-12-20 01:21:38 +07:00
netinet IPv4: fix redirect sending conditions 2021-12-29 10:52:52 +00:00
netinet6 netinet6: Fix a typo in a sysctl description 2021-12-03 16:53:41 +01:00
netipsec ipsec: fix a logic error in key_do_getnewspi 2021-12-19 14:44:52 +00:00
netpfil pfsync: fix incorrect enabling of defer mode 2021-12-13 14:49:27 +01:00
netsmb
nfs nfs: don't truncate directory cookies to 32-bits in the NFS server 2022-01-02 20:09:15 -07:00
nfsclient
nfsserver
nlm
ofed socket: Rename sb(un)lock() and interlock with listen(2) 2021-10-07 09:56:47 -04:00
opencrypto ktls: Split encrypt vs decrypt OCF counters. 2021-11-23 15:11:54 -08:00
powerpc Clean up a couple of MD warts in vm_fault_populate(): 2021-12-27 19:35:55 -05:00
riscv busdma: Remove outdated comments about Giant. 2021-12-23 20:05:17 -05:00
rpc rpc: Delete AUTH_NEEDS_TLS(_MUTUAL_HOST) auth_stat values 2021-12-29 17:23:30 -08:00
security Thread creation privilege for realtime group 2021-12-19 04:42:52 +02:00
sys bus: retire DF_REBID 2022-01-04 12:00:53 -05:00
teken
tests
tools Enforce that vdso does not contain runtime relocations 2022-01-02 18:43:02 +02:00
ufs ffs_softdep: Fix a typo in a source code comment 2021-11-28 12:43:32 +01:00
vm setrlimit: Take stack gap into account. 2021-12-30 16:24:59 +01:00
x86 modules: increase MAXMODNAME and provide backward compat 2021-12-30 18:26:18 +00:00
xdr
xen
Makefile