summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@kernel.org>2025-10-01 19:31:14 -0700
committerEric Biggers <ebiggers@kernel.org>2025-10-26 20:37:41 -0700
commit5213aefa9e694f46fc8f172bc6a0c06d3804d444 (patch)
tree01c7e1ab3cf60c307882522ed9ab58ccd0d3a8c5 /tools/perf/scripts/python/bin
parent4b582e0fb38e86d80d318304e61ae464125a9558 (diff)
downloadkernel-5213aefa9e694f46fc8f172bc6a0c06d3804d444.tar.gz
crypto: x86/aes-gcm - reorder AVX512 precompute and aad_update functions
Now that the _aes_gcm_precompute macro is instantiated only once, replace it directly with a function definition. Also, move aes_gcm_aad_update_vaes_avx512() to a different location in the file so that it's consistent with aes-gcm-vaes-avx2.S and also the BoringSSL port of this code. No functional changes. Acked-by: Ard Biesheuvel <ardb@kernel.org> Tested-by: Ard Biesheuvel <ardb@kernel.org> Link: https://lore.kernel.org/r/20251002023117.37504-6-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
ux-6.6.y&id=a4e366fbec8a5854451e971e89ea8e1b3c5530bc'>phy: mscc: Stop taking ts_lock for tx_queue and use its own lockHoratiu Vultur 2025-09-04phy: mscc: Fix when PTP clock is register and unregisterHoratiu Vultur 2025-08-28phy: mscc: Fix timestamping for vsc8584Horatiu Vultur 2025-08-28net: phy: smsc: add proper reset flags for LAN8710ABuday Csaba 2025-08-28net: phy: micrel: Add ksz9131_resume()Biju Das 2025-08-28net: phy: micrel: fix KSZ8081/KSZ8091 cable testFlorian Larysch 2025-08-15phy: mscc: Fix parsing of unicast framesHoratiu Vultur 2025-07-24net: phy: Don't register LEDs for genphySean Anderson 2025-07-17net: phy: microchip: limit 100M workaround to link-down events on LAN88xxOleksij Rempel 2025-07-17net: phy: smsc: Fix link failure in forced mode with Auto-MDIXOleksij Rempel 2025-07-17net: phy: smsc: Force predictable MDI-X state on LAN87xxOleksij Rempel 2025-07-17net: phy: smsc: Fix Auto-MDIX configuration when disabled by strapOleksij Rempel 2025-06-19net/mdiobus: Fix potential out-of-bounds clause 45 read/write accessJakub Raczynski 2025-06-19net/mdiobus: Fix potential out-of-bounds read/write accessJakub Raczynski 2025-06-19net: phy: mscc: Stop clearing the the UDPv4 checksum for L2 framesHoratiu Vultur 2025-06-19net: phy: mscc: Fix memory leak when using one step timestampingHoratiu Vultur 2025-06-19net: phy: clear phydev->devlink when the link is deletedWei Fang 2025-06-04net: phylink: use pl->link_interface in phylink_expects_phy()Choong Yong Liang 2025-05-02net: phy: microchip: force IRQ polling mode for lan88xxFiona Klute 2025-05-02net: phy: leds: fix memory leakQingfang Deng 2025-04-25net: sfp: add quirk for 2.5G OEM BX SFPBirger Koblitz