git: 4cc4b5e2b5f8 - main - Add some AMD device IDs.

2024-06-07 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=4cc4b5e2b5f85f136169069559108ed7fff351f9 commit 4cc4b5e2b5f85f136169069559108ed7fff351f9 Author: Dmitry Luhtionov AuthorDate: 2024-06-07 15:00:09 + Commit: Alexander Motin CommitDate: 2024-06-07

git: 80b42329248a - main - nvme: Fix panic on detach after ce75bfcac9cfe

2024-06-14 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=80b42329248a7473f79eebf7850ee8e4116c17dd commit 80b42329248a7473f79eebf7850ee8e4116c17dd Author: Alexander Motin AuthorDate: 2024-06-14 19:32:10 + Commit: Alexander Motin CommitDate: 2024-06-14

git: 87085c12ba8f - main - Fix SATA NCQ error recovery after 25375b1415

2024-06-27 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=87085c12ba8fa51f777bc636df67008b45e20d1c commit 87085c12ba8fa51f777bc636df67008b45e20d1c Author: Alexander Motin AuthorDate: 2024-06-27 13:29:23 + Commit: Alexander Motin CommitDate: 2024-06-27

git: 6ac0f711ad9e - main - nvmecontrol: Fix "Workloadd" typo

2024-07-12 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=6ac0f711ad9ecd9ac1525787bb08002c85c03cde commit 6ac0f711ad9ecd9ac1525787bb08002c85c03cde Author: Alexander Motin AuthorDate: 2024-07-12 15:36:40 + Commit: Alexander Motin CommitDate: 2024-07-12

Re: git: e2df9bb44109 - main - zfs: merge openzfs/zfs@b10992582

2024-09-09 Thread Alexander Motin
clude I hit it also, but it has gone after I wiped the object directory and run a clean build. This commit uses different abd_os.c from different directory, and seems something is getting confused in the process. -- Alexander Motin

git: f1e4c095777d - main - ahc/ahd: Fix target mode operation

2024-04-10 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=f1e4c095777db088645008848b3bfb87146c13ec commit f1e4c095777db088645008848b3bfb87146c13ec Author: Alexander Motin AuthorDate: 2024-04-10 20:44:00 + Commit: Alexander Motin CommitDate: 2024-04-10

Re: git: 783d3ff6d7fa - main - zfs: merge openzfs/zfs@39be46f43

2024-04-15 Thread Alexander Motin
ill not be emitted [-Wunneeded-internal-declaration] It is used only for assertions in debug builds now. I've tried to wrap it with ifdef, but with that on non-debug builds compiler is not happy either. -- Alexander Motin

git: 278d6950943a - main - libpmc: Import AMD Zen 4 PMU events

2024-04-20 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=278d6950943a9fec2bddb037b547c04a847c54ba commit 278d6950943a9fec2bddb037b547c04a847c54ba Author: Alexander Motin AuthorDate: 2024-04-20 15:54:04 + Commit: Alexander Motin CommitDate: 2024-04-20

git: 49086aa35d98 - main - Fix scn_queue races on very old pools

2024-05-23 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=49086aa35d987b78dbc3c9ec94814fe338e07164 commit 49086aa35d987b78dbc3c9ec94814fe338e07164 Author: Alexander Motin AuthorDate: 2024-05-23 16:20:37 + Commit: Alexander Motin CommitDate: 2024-05-23

git: 3883c6fbf232 - main - ntb_hw_plx: Workaround read-only scratchpad registers

2024-01-27 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=3883c6fbf232452098ba6ea802ef1426d83d2d68 commit 3883c6fbf232452098ba6ea802ef1426d83d2d68 Author: Alexander Motin AuthorDate: 2024-01-27 21:51:46 + Commit: Alexander Motin CommitDate: 2024-01-27

git: 7c667affb7b0 - main - CTL: Drop Format Device and Rigid Disk Geometry mode pages

2024-02-27 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=7c667affb7b09fcdcb81f6f2635e9dfab7bc1fa8 commit 7c667affb7b09fcdcb81f6f2635e9dfab7bc1fa8 Author: Alexander Motin AuthorDate: 2024-02-27 18:28:44 + Commit: Alexander Motin CommitDate: 2024-02-27

git: 7f16b501e25b - main - GEOM: Introduce partial confxml API

2022-03-12 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=7f16b501e25b6c792fefc4535e0d1b8363392fe0 commit 7f16b501e25b6c792fefc4535e0d1b8363392fe0 Author: Alexander Motin AuthorDate: 2022-03-12 16:49:37 + Commit: Alexander Motin CommitDate: 2022-03-12

git: bd0f3d34fa20 - main - GEOM: Fix regression after 7f16b501e25.

2022-03-15 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=bd0f3d34fa20686bac9a418d3a37a3f59c25ab19 commit bd0f3d34fa20686bac9a418d3a37a3f59c25ab19 Author: Alexander Motin AuthorDate: 2022-03-16 03:58:09 + Commit: Alexander Motin CommitDate: 2022-03-16

git: ed5d6089113c - main - Remove "/dev/" from geom name in `gpart add` command.

2022-03-15 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=ed5d6089113cac259202a28f2e1f89727c4d6ea3 commit ed5d6089113cac259202a28f2e1f89727c4d6ea3 Author: Alexander Motin AuthorDate: 2022-03-16 04:09:09 + Commit: Alexander Motin CommitDate: 2022-03-16

git: 016d18229c6b - main - ipmi: Make all sysctls also tunables.

2022-03-17 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=016d18229c6bd81891f47086bf4eec366a7c3cea commit 016d18229c6bd81891f47086bf4eec366a7c3cea Author: Alexander Motin AuthorDate: 2022-03-17 17:32:46 + Commit: Alexander Motin CommitDate: 2022-03-17

git: 1b1bab0078a7 - main - rtsx: Call rtsx_init() on resume.

2022-03-19 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=1b1bab0078a7bbeb575942c4706a2abcd71d6022 commit 1b1bab0078a7bbeb575942c4706a2abcd71d6022 Author: hlh-restart AuthorDate: 2022-03-19 16:37:24 + Commit: Alexander Motin CommitDate: 2022-03-19 16:37

git: fd6ca665d206 - main - Fix umtxq_sleep() regression caused by 56070dd2e4d.

2022-03-21 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=fd6ca665d206b74970e7c01d06ae06fed71500fc commit fd6ca665d206b74970e7c01d06ae06fed71500fc Author: Alexander Motin AuthorDate: 2022-03-21 23:43:39 + Commit: Alexander Motin CommitDate: 2022-03-21

git: 6b7718377b8a - main - rtsx: Don't detach during shutdown

2022-03-23 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=6b7718377b8a1a3a5d3cfb98bd09dda5d55de1ed commit 6b7718377b8a1a3a5d3cfb98bd09dda5d55de1ed Author: Henri Hennebert AuthorDate: 2022-03-24 00:58:38 + Commit: Alexander Motin CommitDate: 2022-03-24

git: 9b261d2e0a44 - main - rtsx: Display error if rtsx_read()/rtsx_write() fail.

2022-03-23 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=9b261d2e0a4490e436936c5f9209f7cc100b4787 commit 9b261d2e0a4490e436936c5f9209f7cc100b4787 Author: Henri Hennebert AuthorDate: 2022-03-24 01:01:00 + Commit: Alexander Motin CommitDate: 2022-03-24

git: 2e8830678637 - main - rtsx: Remove update of softc during probe and some var rename.

2022-03-25 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=2e8830678637f5c1757a228ceb2605387c6f97ef commit 2e8830678637f5c1757a228ceb2605387c6f97ef Author: Henri Hennebert AuthorDate: 2022-03-25 19:23:59 + Commit: Alexander Motin CommitDate: 2022-03-25

git: 38f8addaab1a - main - CAM: Replicate e0ceec676dc8 from da to ada and nda.

2022-04-23 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=38f8addaab1aac0830948189826bd7c7931859fd commit 38f8addaab1aac0830948189826bd7c7931859fd Author: Alexander Motin AuthorDate: 2022-04-24 00:14:10 + Commit: Alexander Motin CommitDate: 2022-04-24

git: 8290c1442018 - main - rtsx: Number of tweaks for RTS5260.

2022-04-26 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=8290c144201804d3f01ae16eebe1b9a6b221af54 commit 8290c144201804d3f01ae16eebe1b9a6b221af54 Author: Henri Hennebert AuthorDate: 2022-04-27 01:43:17 + Commit: Alexander Motin CommitDate: 2022-04-27

git: 404f001161b9 - main - CAM: Keep periph_links when restoring CCB in camperiphdone().

2022-04-27 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=404f001161b975164d8b52d9f404d07ac7584027 commit 404f001161b975164d8b52d9f404d07ac7584027 Author: Alexander Motin AuthorDate: 2022-04-28 01:39:50 + Commit: Alexander Motin CommitDate: 2022-04-28

git: 356155fe0237 - main - Fix bd82711aff98 serial number trailing spaces removal.

2022-05-09 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=356155fe02379b8bae1dc613d4df375f542236a1 commit 356155fe02379b8bae1dc613d4df375f542236a1 Author: Alexander Motin AuthorDate: 2022-05-09 14:23:23 + Commit: Alexander Motin CommitDate: 2022-05-09

git: 53c184cf0605 - main - mpsutil: fix set but not used warning

2022-05-09 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=53c184cf06055fea79893e5620711fe164282480 commit 53c184cf06055fea79893e5620711fe164282480 Author: Alexander Motin AuthorDate: 2022-05-09 21:55:47 + Commit: Alexander Motin CommitDate: 2022-05-09

git: bce02a0ea43a - main - mpsutil: Fix device speed reporting.

2022-05-09 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=bce02a0ea43a0cd4ee9aa23c815189d2ccb83745 commit bce02a0ea43a0cd4ee9aa23c815189d2ccb83745 Author: Alexander Motin AuthorDate: 2022-05-09 21:57:29 + Commit: Alexander Motin CommitDate: 2022-05-09

git: bdbc2a6fc2d8 - main - Fix typo in an_initator_name.

2020-12-30 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=bdbc2a6fc2d8c524d2059e3124f81be08f025a65 commit bdbc2a6fc2d8c524d2059e3124f81be08f025a65 Author: Alexander Motin AuthorDate: 2020-12-29 18:41:56 + Commit: Alexander Motin CommitDate: 2020-12-30

git: ccdd2b2b3cc2 - main - Add "-n" flag to sockstat.

2020-12-30 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=ccdd2b2b3cc2f86cd08a355be2fb58e435ec8ff8 commit ccdd2b2b3cc2f86cd08a355be2fb58e435ec8ff8 Author: Alexander Motin AuthorDate: 2020-12-30 18:40:37 + Commit: Alexander Motin CommitDate: 2020-12-30

git: 4d86ab429ee9 - main - Fix devinfo typo.

2021-01-05 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=4d86ab429ee9b4b22654b52380512f7b8cee4478 commit 4d86ab429ee9b4b22654b52380512f7b8cee4478 Author: Alexander Motin AuthorDate: 2021-01-05 19:56:23 + Commit: Alexander Motin CommitDate: 2021-01-05

git: 006e2b2b8285 - main - Add Intel Gemini Lake AHCI ID.

2021-01-15 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=006e2b2b8285842216ceb914a4cf828c89c2d7f7 commit 006e2b2b8285842216ceb914a4cf828c89c2d7f7 Author: Alexander Motin AuthorDate: 2021-01-15 14:53:35 + Commit: Alexander Motin CommitDate: 2021-01-15

git: 510cc421263f - main - Unify Intel CODEC naming.

2021-01-15 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=510cc421263fa807a72c9b4b8d9a4091a96d9648 commit 510cc421263fa807a72c9b4b8d9a4091a96d9648 Author: Alexander Motin AuthorDate: 2021-01-15 14:56:15 + Commit: Alexander Motin CommitDate: 2021-01-15

git: ff751ee05c93 - main - Remove FirstBurstLength limit for software iSCSI.

2021-01-20 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=ff751ee05c939eceab25c26ad60b1d56f989aec9 commit ff751ee05c939eceab25c26ad60b1d56f989aec9 Author: Alexander Motin AuthorDate: 2021-01-21 02:33:14 + Commit: Alexander Motin CommitDate: 2021-01-21

git: b31dae0caa02 - main - Exclude reserved iSCSI Target Transfer Tag.

2021-01-24 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=b31dae0caa0286820805951842fa871f71b33d75 commit b31dae0caa0286820805951842fa871f71b33d75 Author: Alexander Motin AuthorDate: 2021-01-24 18:58:29 + Commit: Alexander Motin CommitDate: 2021-01-24

git: 9bee9a98ff7f - main - Exclude reserved iSCSI Initiator Task Tag.

2021-01-24 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=9bee9a98ff7f9de093314abaf7c46ca89c4020d9 commit 9bee9a98ff7f9de093314abaf7c46ca89c4020d9 Author: Alexander Motin AuthorDate: 2021-01-24 19:23:04 + Commit: Alexander Motin CommitDate: 2021-01-24

git: 1b109c69ed62 - main - Decode NFIT Platform Capabilities.

2021-01-25 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=1b109c69ed625ebf292c1d16f7a3efcab96722e5 commit 1b109c69ed625ebf292c1d16f7a3efcab96722e5 Author: Alexander Motin AuthorDate: 2021-01-25 21:08:06 + Commit: Alexander Motin CommitDate: 2021-01-25

git: b75168ed24ca - main - Make software iSCSI more configurable.

2021-01-28 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=b75168ed24ca74f65929e5c57d4fed5f0ab08f2a commit b75168ed24ca74f65929e5c57d4fed5f0ab08f2a Author: Alexander Motin AuthorDate: 2021-01-28 20:53:49 + Commit: Alexander Motin CommitDate: 2021-01-28

git: 8fee65d0c70c - main - Add missing newlines.

2021-01-28 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=8fee65d0c70c9b2fe5b49b267547b7ed2a49 commit 8fee65d0c70c9b2fe5b49b267547b7ed2a49 Author: Alexander Motin AuthorDate: 2021-01-28 23:18:53 + Commit: Alexander Motin CommitDate: 2021-01-28

git: 9dc7c250b8bd - main - cxgb(4): Remove assumption of physically contiguous mbufs.

2021-01-31 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=9dc7c250b8bd2d5e669c7633e189a700a02c0571 commit 9dc7c250b8bd2d5e669c7633e189a700a02c0571 Author: Alexander Motin AuthorDate: 2021-01-31 17:46:57 + Commit: Alexander Motin CommitDate: 2021-01-31

git: 3dd2a7a5ea2f - main - Make DataSN counter of solicited Data-Out local.

2021-02-02 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=3dd2a7a5ea2f1641c7525f692eed416fa02c28e6 commit 3dd2a7a5ea2f1641c7525f692eed416fa02c28e6 Author: Alexander Motin AuthorDate: 2021-02-02 18:37:13 + Commit: Alexander Motin CommitDate: 2021-02-02

git: 35e39fd95fda - main - Improve ACPI_NFIT_CONTROL_REGION formatting.

2021-02-05 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=35e39fd95fda64699b638192f3bab955d0f1cf0c commit 35e39fd95fda64699b638192f3bab955d0f1cf0c Author: Alexander Motin AuthorDate: 2021-02-05 15:07:37 + Commit: Alexander Motin CommitDate: 2021-02-05

git: 92d0d6bb14d2 - main - Print DeviceHandle and PhysicalId in hex.

2021-02-05 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=92d0d6bb14d24abea0786edf546af316ff4a2afe commit 92d0d6bb14d24abea0786edf546af316ff4a2afe Author: Alexander Motin AuthorDate: 2021-02-05 21:13:55 + Commit: Alexander Motin CommitDate: 2021-02-05

git: 294e62bebf36 - main - cxgbe(4): Save proper zone index on low memory in refill_fl().

2021-02-16 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=294e62bebf36f873fd083d2fe8edd78919dda4e8 commit 294e62bebf36f873fd083d2fe8edd78919dda4e8 Author: Alexander Motin AuthorDate: 2021-02-17 02:15:28 + Commit: Alexander Motin CommitDate: 2021-02-17

git: c67a2909a629 - main - Move XPT_IMMEDIATE_NOTIFY handling out of periph lock.

2021-02-18 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=c67a2909a629db138227993e1093e66bb6c00af5 commit c67a2909a629db138227993e1093e66bb6c00af5 Author: Alexander Motin AuthorDate: 2021-02-18 21:22:01 + Commit: Alexander Motin CommitDate: 2021-02-18

git: 812c9f48a2b7 - main - Save context switch per I/O for iSCSI and IOCTL frontends.

2021-02-18 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=812c9f48a2b7bccc31b2a6077b299822357832e4 commit 812c9f48a2b7bccc31b2a6077b299822357832e4 Author: Alexander Motin AuthorDate: 2021-02-19 03:07:32 + Commit: Alexander Motin CommitDate: 2021-02-19

git: 05d882b780f5 - main - Microoptimize CTL I/O queues.

2021-02-19 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=05d882b780f5be2da6f3d3bfef9160aacc4888d6 commit 05d882b780f5be2da6f3d3bfef9160aacc4888d6 Author: Alexander Motin AuthorDate: 2021-02-19 20:42:57 + Commit: Alexander Motin CommitDate: 2021-02-19

git: 2c7dc6bae9fd - main - Refactor CTL datamove KPI.

2021-02-21 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=2c7dc6bae9fd5c2fa0a65768df8e4e99c2f159f1 commit 2c7dc6bae9fd5c2fa0a65768df8e4e99c2f159f1 Author: Alexander Motin AuthorDate: 2021-02-21 21:45:14 + Commit: Alexander Motin CommitDate: 2021-02-21

git: c02a28754bc2 - main - Fix build after 2c7dc6bae9fd.

2021-02-21 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=c02a28754bc229c05e8baf9b6632cbd59bc73e48 commit c02a28754bc229c05e8baf9b6632cbd59bc73e48 Author: Alexander Motin AuthorDate: 2021-02-21 22:21:14 + Commit: Alexander Motin CommitDate: 2021-02-21

git: 6895f89fe54e - main - Coalesce socket reads in software iSCSI.

2021-02-22 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=6895f89fe54e0858aea70d2bd2a9651f45d7998e commit 6895f89fe54e0858aea70d2bd2a9651f45d7998e Author: Alexander Motin AuthorDate: 2021-02-22 17:23:35 + Commit: Alexander Motin CommitDate: 2021-02-22

git: d510bf133d04 - main - cxgb(4): Rework my commit 9dc7c250.

2021-02-22 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=d510bf133d045d6c83742aeda6949bec150f6cbf commit d510bf133d045d6c83742aeda6949bec150f6cbf Author: Alexander Motin AuthorDate: 2021-02-22 22:21:05 + Commit: Alexander Motin CommitDate: 2021-02-22

git: 7d4c444374d5 - main - Bump CTL block backend threads from 14 to 32 per LUN.

2021-02-23 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=7d4c444374d53e54ce197138df64bf40c1fb05a3 commit 7d4c444374d53e54ce197138df64bf40c1fb05a3 Author: Alexander Motin AuthorDate: 2021-02-23 15:58:56 + Commit: Alexander Motin CommitDate: 2021-02-23

Re: git: 7d4c444374d5 - main - Bump CTL block backend threads from 14 to 32 per LUN.

2021-02-23 Thread Alexander Motin
On 23.02.2021 11:40, Rodney W. Grimes wrote: >> The branch main has been updated by mav: >> >> URL: >> https://cgit.FreeBSD.org/src/commit/?id=7d4c444374d53e54ce197138df64bf40c1fb05a3 >> >> commit 7d4c444374d53e54ce197138df64bf40c1fb05a3 >> Author:

git: a9bd22814f68 - main - Remove pointless lun->be_lun checks.

2021-02-25 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=a9bd22814f680ce87259d56155204f9294e684ce commit a9bd22814f680ce87259d56155204f9294e684ce Author: Alexander Motin AuthorDate: 2021-02-26 00:45:59 + Commit: Alexander Motin CommitDate: 2021-02-26

git: 9d9fd8b79f0e - main - Micro-optimize OOA queue processing.

2021-02-27 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=9d9fd8b79f0ebe59f791c8225fa01ab59858b7b5 commit 9d9fd8b79f0ebe59f791c8225fa01ab59858b7b5 Author: Alexander Motin AuthorDate: 2021-02-27 15:14:05 + Commit: Alexander Motin CommitDate: 2021-02-27

git: d01032736cf0 - main - Fix diroffdiroff, probably copy/paste bug.

2021-02-28 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=d01032736cf067d63e66d6428ffc08e47652600f commit d01032736cf067d63e66d6428ffc08e47652600f Author: Alexander Motin AuthorDate: 2021-02-28 14:07:13 + Commit: Alexander Motin CommitDate: 2021-02-28

git: a59e2982fe3e - main - Optimize out few extra memory accesses.

2021-03-01 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=a59e2982fe3e6339629cc77fe9d349d60e03a05e commit a59e2982fe3e6339629cc77fe9d349d60e03a05e Author: Alexander Motin AuthorDate: 2021-03-01 23:35:45 + Commit: Alexander Motin CommitDate: 2021-03-01

git: b85a67f54a40 - main - Optimize TX coalescing by keeping pointer to last mbuf.

2021-03-01 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=b85a67f54a40053e75658a17c620b89bafaba67f commit b85a67f54a40053e75658a17c620b89bafaba67f Author: Alexander Motin AuthorDate: 2021-03-02 04:31:34 + Commit: Alexander Motin CommitDate: 2021-03-02

git: 06e9c710998b - main - Fix initiator panic after 6895f89fe54e.

2021-03-02 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=06e9c710998b83a3be21f7f264187fff5d590bc3 commit 06e9c710998b83a3be21f7f264187fff5d590bc3 Author: Alexander Motin AuthorDate: 2021-03-02 21:07:22 + Commit: Alexander Motin CommitDate: 2021-03-02

git: df3747c6607b - main - Replace STAILQ_SWAP() with simpler STAILQ_CONCAT().

2021-03-02 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=df3747c6607be12d48db825653e6adfc3041e97f commit df3747c6607be12d48db825653e6adfc3041e97f Author: Alexander Motin AuthorDate: 2021-03-02 23:39:44 + Commit: Alexander Motin CommitDate: 2021-03-02

git: aff9b9ee894e - main - Restore condition removed in df3747c6607b.

2021-03-03 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=aff9b9ee894e3e6b6d8c7e4182d6b973804df853 commit aff9b9ee894e3e6b6d8c7e4182d6b973804df853 Author: Alexander Motin AuthorDate: 2021-03-03 16:58:04 + Commit: Alexander Motin CommitDate: 2021-03-03

git: afc3e54eeee6 - main - Move ic_check_send_space clear to the actual check.

2021-03-03 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=afc3e54635a525c88e4678cc38e3219302c3 commit afc3e54635a525c88e4678cc38e3219302c3 Author: Alexander Motin AuthorDate: 2021-03-03 20:21:26 + Commit: Alexander Motin CommitDate: 2021-03-03

git: 6ed39db2573b - main - Do not exit ctl_be_block_worker() prematurely.

2021-03-05 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=6ed39db2573bb808ac2c206cd6c831f0be86219c commit 6ed39db2573bb808ac2c206cd6c831f0be86219c Author: Alexander Motin AuthorDate: 2021-03-06 03:39:52 + Commit: Alexander Motin CommitDate: 2021-03-06

git: 455219675dbd - main - Change mwait_bm_avoidance use to match Linux.

2021-03-08 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=455219675dbd61010e180cacdfed51e7e34111e1 commit 455219675dbd61010e180cacdfed51e7e34111e1 Author: Alexander Motin AuthorDate: 2021-03-08 22:57:46 + Commit: Alexander Motin CommitDate: 2021-03-08

git: 075e4807df3e - main - Do not read timer extra time when MWAIT is used.

2021-03-08 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=075e4807df3e6b0d9196d56e4dbc33765d57e1f8 commit 075e4807df3e6b0d9196d56e4dbc33765d57e1f8 Author: Alexander Motin AuthorDate: 2021-03-08 23:43:47 + Commit: Alexander Motin CommitDate: 2021-03-08

git: 2cee045b4d62 - main - Move time math out of disabled interrupts sections.

2021-03-10 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=2cee045b4d62568d065b838a6cf129fed2424709 commit 2cee045b4d62568d065b838a6cf129fed2424709 Author: Alexander Motin AuthorDate: 2021-03-10 18:39:15 + Commit: Alexander Motin CommitDate: 2021-03-10

git: 8ea35c45d520 - main - Include ccompile.h after opt_global.h.

2021-03-15 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=8ea35c45d5206ad57945ba160484f04450c88b75 commit 8ea35c45d5206ad57945ba160484f04450c88b75 Author: Alexander Motin AuthorDate: 2021-03-15 17:48:50 + Commit: Alexander Motin CommitDate: 2021-03-15

git: 4fbbe523653b - main - nvme: Replace potentially long DELAY() with pause().

2021-03-17 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=4fbbe523653b6d2a0186aca38224efcab941deaa commit 4fbbe523653b6d2a0186aca38224efcab941deaa Author: Alexander Motin AuthorDate: 2021-03-17 14:30:40 + Commit: Alexander Motin CommitDate: 2021-03-17

git: 5a898b2b78ce - main - Set PCIe device's Max_Payload_Size to match PCIe root's.

2021-04-05 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=5a898b2b78ce04d608bbaaa0813424b11f921ae7 commit 5a898b2b78ce04d608bbaaa0813424b11f921ae7 Author: Alexander Motin AuthorDate: 2021-04-05 14:34:40 + Commit: Alexander Motin CommitDate: 2021-04-05

git: ac503c194cd8 - main - Introduce "soft" serseq variant.

2021-04-06 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=ac503c194cd8e9dbef5c120e87f9521e1a89003a commit ac503c194cd8e9dbef5c120e87f9521e1a89003a Author: Alexander Motin AuthorDate: 2021-04-06 21:27:16 + Commit: Alexander Motin CommitDate: 2021-04-06

git: 5a8d32b53b91 - main - Add IDs for ASMedia ASM116x PCIe 3.0 AHCI controllers.

2021-04-07 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=5a8d32b53b919d82d6a3aa9f155bd2a00fb51dc2 commit 5a8d32b53b919d82d6a3aa9f155bd2a00fb51dc2 Author: Alexander Motin AuthorDate: 2021-04-07 19:03:36 + Commit: Alexander Motin CommitDate: 2021-04-07

Re: git: 5a898b2b78ce - main - Set PCIe device's Max_Payload_Size to match PCIe root's.

2021-04-08 Thread Alexander Motin
On 08.04.2021 13:36, John Baldwin wrote: > On 4/5/21 7:40 AM, Alexander Motin wrote: >> +    rmps = pcie_read_config(root, PCIER_DEVICE_CTL, 2) & >> +    PCIEM_CTL_MAX_PAYLOAD; >> +    mps = pcie_read_config(dev, PCIER_DEVICE_CTL, 2) & >> +    PCIEM_CTL_M

Re: git: 5a898b2b78ce - main - Set PCIe device's Max_Payload_Size to match PCIe root's.

2021-04-08 Thread Alexander Motin
On 08.04.2021 15:26, John Baldwin wrote: > On 4/8/21 11:02 AM, Alexander Motin wrote: >> On 08.04.2021 13:36, John Baldwin wrote: >>> On 4/5/21 7:40 AM, Alexander Motin wrote: >>>> +    rmps = pcie_read_config(root, PCIER_DEVICE_CTL, 2) & >>>>

git: 8c14d7da5b9b - main - bnxt(4): Fix bugs in WOL support.

2021-09-02 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=8c14d7da5b9be78f71b1aa803e93ae7de973dd42 commit 8c14d7da5b9be78f71b1aa803e93ae7de973dd42 Author: Alexander Motin AuthorDate: 2021-09-02 22:11:58 + Commit: Alexander Motin CommitDate: 2021-09-02

git: 7af4475a6e31 - main - vmd(4): Major driver refactoring

2021-09-02 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=7af4475a6e31202a865b1dd3727018659b44470f commit 7af4475a6e31202a865b1dd3727018659b44470f Author: Alexander Motin AuthorDate: 2021-09-03 00:58:02 + Commit: Alexander Motin CommitDate: 2021-09-03

git: 4730a8972b1f - main - callout(9): Allow spin locks use with callout_init_mtx().

2021-09-02 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=4730a8972b1f4b67bf9ffde8e63ca906ef4c9563 commit 4730a8972b1f4b67bf9ffde8e63ca906ef4c9563 Author: Alexander Motin AuthorDate: 2021-09-03 01:16:46 + Commit: Alexander Motin CommitDate: 2021-09-03

git: 5d9e5a7edfb5 - main - Missed line from 7af4475a6e31.

2021-09-02 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=5d9e5a7edfb5a2256be1c6433aaef32433cdd14e commit 5d9e5a7edfb5a2256be1c6433aaef32433cdd14e Author: Alexander Motin AuthorDate: 2021-09-03 02:25:16 + Commit: Alexander Motin CommitDate: 2021-09-03

git: 6b2ff27cb952 - main - mge(4): Mark sysctls and callout MP-safe.

2021-09-03 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=6b2ff27cb952048527ba13023a8354112fe1d410 commit 6b2ff27cb952048527ba13023a8354112fe1d410 Author: Alexander Motin AuthorDate: 2021-09-03 16:13:56 + Commit: Alexander Motin CommitDate: 2021-09-03

git: 4081c895e5ce - main - bxe(4): Mark sysctls and callout MP-safe.

2021-09-03 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=4081c895e5ce28d3b0e672055271c8d7cc31cc1f commit 4081c895e5ce28d3b0e672055271c8d7cc31cc1f Author: Alexander Motin AuthorDate: 2021-09-03 16:25:32 + Commit: Alexander Motin CommitDate: 2021-09-03

git: 9895a2073f98 - main - bnxt(4): Mark sysctls MP-safe.

2021-09-03 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=9895a2073f98be927041f5a73d0d3ff5e8844bfb commit 9895a2073f98be927041f5a73d0d3ff5e8844bfb Author: Alexander Motin AuthorDate: 2021-09-03 17:51:08 + Commit: Alexander Motin CommitDate: 2021-09-03

git: fa3b03d37854 - main - pcib(4): Switch from callout to timeout_task.

2021-09-03 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=fa3b03d378546b74582613431bab537d3488d81f commit fa3b03d378546b74582613431bab537d3488d81f Author: Alexander Motin AuthorDate: 2021-09-03 19:00:21 + Commit: Alexander Motin CommitDate: 2021-09-03

git: da69c6752674 - main - vt(4): Mark callouts MP-safe.

2021-09-03 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=da69c6752674e29eb5d8f82161ca7bc6d1866051 commit da69c6752674e29eb5d8f82161ca7bc6d1866051 Author: Alexander Motin AuthorDate: 2021-09-03 19:42:46 + Commit: Alexander Motin CommitDate: 2021-09-03

git: cd85b97e0e70 - main - rt(4): Replace Giant callout+task with timeout_task.

2021-09-03 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=cd85b97e0e701bc87cc5bdb9844168a1f5c204e1 commit cd85b97e0e701bc87cc5bdb9844168a1f5c204e1 Author: Alexander Motin AuthorDate: 2021-09-03 22:08:29 + Commit: Alexander Motin CommitDate: 2021-09-03

git: bd6085c6ae28 - main - Re-implement virtual console (constty).

2021-09-03 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=bd6085c6ae28fb1cc81cca325656332fbd2cebd8 commit bd6085c6ae28fb1cc81cca325656332fbd2cebd8 Author: Alexander Motin AuthorDate: 2021-09-04 02:18:51 + Commit: Alexander Motin CommitDate: 2021-09-04

git: a264594d4ff1 - main - Unify console output.

2021-09-03 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=a264594d4ff19fd13f7c39a56c8d131296db480d commit a264594d4ff19fd13f7c39a56c8d131296db480d Author: Alexander Motin AuthorDate: 2021-09-04 03:13:42 + Commit: Alexander Motin CommitDate: 2021-09-04

git: 71bf3900b782 - main - ioat(4): Remove Giant from ioat_test enable/disable.

2021-09-04 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=71bf3900b7827643830dfd9aa1db81bc2926eadb commit 71bf3900b7827643830dfd9aa1db81bc2926eadb Author: Alexander Motin AuthorDate: 2021-09-04 19:53:28 + Commit: Alexander Motin CommitDate: 2021-09-04

git: 541699f6f69c - main - Remove impossible checks.

2021-09-04 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=541699f6f69c2ba196386c31107b0159457013c2 commit 541699f6f69c2ba196386c31107b0159457013c2 Author: Alexander Motin AuthorDate: 2021-09-04 20:10:50 + Commit: Alexander Motin CommitDate: 2021-09-04

git: 1f7a6325fe1b - main - sound(4): Remove pointless Giant from bus_dma_tag_create().

2021-09-04 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=1f7a6325fe1b628c18b51d94eeec879c38c650b8 commit 1f7a6325fe1b628c18b51d94eeec879c38c650b8 Author: Alexander Motin AuthorDate: 2021-09-04 22:22:53 + Commit: Alexander Motin CommitDate: 2021-09-04

git: e76786909ce0 - main - Fix data race in scsi cd driver.

2021-09-13 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=e76786909ce0195855196305a04d86b40f138894 commit e76786909ce0195855196305a04d86b40f138894 Author: Alexander Motin AuthorDate: 2021-09-13 12:59:51 + Commit: Alexander Motin CommitDate: 2021-09-13

git: 272c4a4dc5fb - main - Allow setting NFS server scope and owner.

2021-09-14 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=272c4a4dc5fbe3d82d735c5b9a3b6faab052808b commit 272c4a4dc5fbe3d82d735c5b9a3b6faab052808b Author: Alexander Motin AuthorDate: 2021-09-14 18:14:30 + Commit: Alexander Motin CommitDate: 2021-09-14

git: 02d8194012a9 - main - mps/mpr(4): Move xpt_register_async() out of lock.

2021-09-14 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=02d8194012a9a0e367a92c7f89567b808bf0e9a8 commit 02d8194012a9a0e367a92c7f89567b808bf0e9a8 Author: Alexander Motin AuthorDate: 2021-09-14 21:37:02 + Commit: Alexander Motin CommitDate: 2021-09-14

git: 6c2d4404161a - main - ipmi(4): Limit maximum watchdog pre-timeout interval.

2021-09-14 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=6c2d4404161aa2bac1c7992afbf5a763f1a6f66e commit 6c2d4404161aa2bac1c7992afbf5a763f1a6f66e Author: Alexander Motin AuthorDate: 2021-09-15 01:06:39 + Commit: Alexander Motin CommitDate: 2021-09-15

git: e8144a13e075 - main - ciss(4): Properly handle data underrun.

2021-09-19 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=e8144a13e075ff13c1f162690c7f14dd3f0a4862 commit e8144a13e075ff13c1f162690c7f14dd3f0a4862 Author: Alexander Motin AuthorDate: 2021-09-19 17:45:51 + Commit: Alexander Motin CommitDate: 2021-09-19

git: 5f8cb13cfb0c - main - ciss(4): Fix typo.

2021-09-19 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=5f8cb13cfb0c91a4ec1a9648a3ae245b1dff36f6 commit 5f8cb13cfb0c91a4ec1a9648a3ae245b1dff36f6 Author: Alexander Motin AuthorDate: 2021-09-19 18:01:40 + Commit: Alexander Motin CommitDate: 2021-09-19

git: bd84094a51c4 - main - sched_ule(4): Fix interactive threads stealing.

2021-09-21 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=bd84094a51c4648a7c97ececdaccfb30bc832096 commit bd84094a51c4648a7c97ececdaccfb30bc832096 Author: Alexander Motin AuthorDate: 2021-09-21 19:56:49 + Commit: Alexander Motin CommitDate: 2021-09-21

git: e745d729be60 - main - sched_ule(4): Improve long-term load balancer.

2021-09-21 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=e745d729be60a47b49eb19c02a6864a747fb2744 commit e745d729be60a47b49eb19c02a6864a747fb2744 Author: Alexander Motin AuthorDate: 2021-09-21 22:14:22 + Commit: Alexander Motin CommitDate: 2021-09-21

git: 8db1669959ce - main - Fix build without SMP.

2021-09-21 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=8db1669959ceebdc60a7d402830663953bf32818 commit 8db1669959ceebdc60a7d402830663953bf32818 Author: Alexander Motin AuthorDate: 2021-09-22 02:13:33 + Commit: Alexander Motin CommitDate: 2021-09-22

git: 884f38590c3c - main - Fix false device_set_unit() error.

2021-09-22 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=884f38590c3cc0b1a2c00904c1f1f6c791376308 commit 884f38590c3cc0b1a2c00904c1f1f6c791376308 Author: Alexander Motin AuthorDate: 2021-09-22 12:42:36 + Commit: Alexander Motin CommitDate: 2021-09-22

git: ef50d5fbc39f - main - x86: Add NUMA nodes into CPU topology.

2021-09-23 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=ef50d5fbc39fc39970eab1234222b5ac1d9ba74c commit ef50d5fbc39fc39970eab1234222b5ac1d9ba74c Author: Alexander Motin AuthorDate: 2021-09-23 17:41:02 + Commit: Alexander Motin CommitDate: 2021-09-23

git: f73c2bbf811b - main - bus: Cleanup device_probe_child()

2021-09-24 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=f73c2bbf811ba77b2fe91b5bc0cbe19e9f7eb6c4 commit f73c2bbf811ba77b2fe91b5bc0cbe19e9f7eb6c4 Author: Alexander Motin AuthorDate: 2021-09-25 00:27:10 + Commit: Alexander Motin CommitDate: 2021-09-25

git: c8077ccd70cf - main - acpi_cpu: Make device unit numbers match OS CPU IDs.

2021-09-24 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=c8077ccd70cfcbcccb752e89b848f098abcb9309 commit c8077ccd70cfcbcccb752e89b848f098abcb9309 Author: Alexander Motin AuthorDate: 2021-09-25 01:03:02 + Commit: Alexander Motin CommitDate: 2021-09-25

git: d3a8f98acbf5 - main - Make CPU children explicitly share parent unit numbers.

2021-09-24 Thread Alexander Motin
The branch main has been updated by mav: URL: https://cgit.FreeBSD.org/src/commit/?id=d3a8f98acbf51e728411f10c5f179a30b9ca683c commit d3a8f98acbf51e728411f10c5f179a30b9ca683c Author: Alexander Motin AuthorDate: 2021-09-25 03:25:46 + Commit: Alexander Motin CommitDate: 2021-09-25

  1   2   3   4   >