summaryrefslogtreecommitdiff
path: root/tools/include/linux/unaligned.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-12-18 14:00:17 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-12-18 14:00:17 +0100
commit6609c4d49ebe220a5c40d3105c3f0e68f569ba1a (patch)
treead765c1ea0b5539f7b0d687d8dc4a80bc505cd8b /tools/include/linux/unaligned.h
parent5b5d070700b9e5485822321c13bf08277a6b8410 (diff)
downloadkernel-linux-6.17.y.tar.gz
Linux 6.17.13linux-6.17.y
Link: https://lore.kernel.org/r/20251216111345.522190956@linuxfoundation.org Link: https://lore.kernel.org/r/20251216111947.723989795@linuxfoundation.org Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Dileep Malepu <dileep.debian@gmail.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Pavel Machek (CIP) <pavel@denx.de> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Jeffrin Jose T <jeffrin@rajagiritech.edu.in> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/include/linux/unaligned.h')
0 files changed, 0 insertions, 0 deletions
href='/distro/kernel/commit/drivers/nvme/target/loop.c?h=master&id=72e8b5cd7dd387ba3eee81b0a59746ad8ccdcb5f'>nvme: add a helper to initialize connect_qChaitanya Kulkarni 2021-10-19nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocatedMing Lei 2021-10-19nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei 2021-08-16nvme: code command_id with a genctr for use-after-free validationSagi Grimberg 2021-06-30nvme: use blk_execute_rq() for passthrough commandsKeith Busch 2021-06-02nvme-loop: do not warn for deleted controllers during resetHannes Reinecke 2021-06-02nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue()Hannes Reinecke 2021-06-02nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() failsHannes Reinecke 2021-06-02nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues()Hannes Reinecke 2021-05-19nvme-loop: fix memory leak in nvme_loop_create_ctrl()Wu Bo 2021-05-04nvme: move the fabrics queue ready check routines to coreTao Chiu 2021-04-28Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds 2021-04-02nvme: use driver pdu command for passthroughKeith Busch 2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni 2021-03-18nvme-fabrics: only reserve a single tagChristoph Hellwig 2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds 2020-12-07nvme-loop: use blk_mq_hctx_set_fq_lock_class to set loop's lock classMing Lei 2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni 2020-10-07nvme-loop: don't put ctrl on nvme_init_ctrl errorChaitanya Kulkarni 2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig 2020-07-29nvme-loop: remove extra variable in create ctrlChaitanya Kulkarni 2020-07-29nvme-loop: set ctrl state connecting after initChaitanya Kulkarni 2020-07-08nvmet-loop: remove unused 'target_ctrl' in nvme_loop_ctrlDongli Zhang 2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe 2020-06-24nvme-loop: initialize tagset numa value to the value of the ctrlMax Gurtovoy 2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig 2020-03-26nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin 2020-03-26nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin