Show patches with: Archived = No       |   11755 patches
« 1 2 3 4117 118 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v6,8/8] sparc: kernel: apc: Remove macro APC_MINOR definition char: misc: Various cleanup for miscdevice - - - - --- 2025-07-14 Zijun Hu New
[v6,7/8] char: misc: Register fixed minor EISA_EEPROM_MINOR in linux/miscdevice.h char: misc: Various cleanup for miscdevice - - - - --- 2025-07-14 Zijun Hu New
[v6,6/8] char: misc: Does not request module for miscdevice with dynamic minor char: misc: Various cleanup for miscdevice 1 - - - --- 2025-07-14 Zijun Hu New
[v6,5/8] char: misc: Make misc_register() reentry for miscdevice who wants dynamic minor char: misc: Various cleanup for miscdevice - - - - --- 2025-07-14 Zijun Hu New
[v6,4/8] char: misc: Add a case to test registering miscdevice again without reinitialization char: misc: Various cleanup for miscdevice - - - - --- 2025-07-14 Zijun Hu New
[v6,3/8] char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINOR char: misc: Various cleanup for miscdevice - - - - --- 2025-07-14 Zijun Hu New
[v6,2/8] char: misc: Adapt and add test cases for simple minor space division char: misc: Various cleanup for miscdevice - - - - --- 2025-07-14 Zijun Hu New
[v6,1/8] char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/ char: misc: Various cleanup for miscdevice - - - - --- 2025-07-14 Zijun Hu New
[26/26] lib/crypto: sha1: Remove low-level functions from API SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[25/26] ipv6: Switch to higher-level SHA-1 functions SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[24/26] KEYS: trusted_tpm1: Use SHA-1 library instead of crypto_shash SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[23/26] ppp: mppe: Use SHA-1 library instead of crypto_shash SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[22/26] nfc: s3fwrn5: Use SHA-1 library instead of crypto_shash SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[21/26] drm/bridge: it6505: Use SHA-1 library instead of crypto_shash SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[20/26] lib/digsig: Use SHA-1 library instead of crypto_shash SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[19/26] tee: Use SHA-1 library instead of crypto_shash SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[18/26] ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functions SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[17/26] sctp: Use HMAC-SHA1 and HMAC-SHA256 library functions SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[16/26] bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag() SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[15/26] lib/crypto: tests: Add KUnit tests for SHA-1 and HMAC-SHA1 SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[14/26] crypto: sha1 - Remove sha1_base.h SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[13/26] lib/crypto: x86/sha1: Migrate optimized code into library SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[12/26] lib/crypto: sparc/sha1: Migrate optimized code into library SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[11/26] lib/crypto: s390/sha1: Migrate optimized code into library SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[10/26] lib/crypto: powerpc/sha1: Migrate optimized code into library SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[09/26] lib/crypto: mips/sha1: Migrate optimized code into library SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[08/26] lib/crypto: arm64/sha1: Migrate optimized code into library SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[07/26] lib/crypto: arm/sha1: Migrate optimized code into library SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[06/26] crypto: sha1 - Use same state format as legacy drivers SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[05/26] crypto: sha1 - Wrap library and add HMAC support SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[04/26] lib/crypto: sha1: Add HMAC support SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[03/26] lib/crypto: sha1: Add SHA-1 library functions SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[02/26] lib/crypto: sha1: Rename sha1_init() to sha1_init_raw() SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
[01/26] crypto: x86/sha1 - Rename conflicting symbol SHA-1 library functions - - - - --- 2025-07-12 Eric Biggers New
fs/Kconfig: Enable HUGETLBFS only if ARCH_SUPPORTS_HUGETLBFS fs/Kconfig: Enable HUGETLBFS only if ARCH_SUPPORTS_HUGETLBFS - - - - --- 2025-07-11 Anshuman Khandual New
[v5,8/8] sparc: kernel: apc: Remove macro APC_MINOR definition char: misc: Various cleanup for miscdevice - - - - --- 2025-07-10 Zijun Hu New
[v5,7/8] char: misc: Register fixed minor EISA_EEPROM_MINOR in linux/miscdevice.h char: misc: Various cleanup for miscdevice - - - - --- 2025-07-10 Zijun Hu New
[v5,6/8] char: misc: Does not request module for miscdevice with dynamic minor char: misc: Various cleanup for miscdevice 1 - - - --- 2025-07-10 Zijun Hu New
[v5,5/8] char: misc: Fix kunit test case miscdev_test_dynamic_reentry() failure char: misc: Various cleanup for miscdevice - - - - --- 2025-07-10 Zijun Hu New
[v5,4/8] char: misc: Add a case to test registering miscdevice again without reinitialization char: misc: Various cleanup for miscdevice - - - - --- 2025-07-10 Zijun Hu New
[v5,3/8] char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINOR char: misc: Various cleanup for miscdevice - - - - --- 2025-07-10 Zijun Hu New
[v5,2/8] char: misc: Adapt and add test cases for simple minor space division char: misc: Various cleanup for miscdevice - - - - --- 2025-07-10 Zijun Hu New
[v5,1/8] char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/ char: misc: Various cleanup for miscdevice - - - - --- 2025-07-10 Zijun Hu New
[2/2] clocksource: remove ARCH_CLOCKSOURCE_DATA [1/2] vdso: sparc: stub out custom vdso implementation 1 - - - --- 2025-07-07 Arnd Bergmann New
[1/2] vdso: sparc: stub out custom vdso implementation [1/2] vdso: sparc: stub out custom vdso implementation - - 1 1 --- 2025-07-07 Arnd Bergmann New
[v4,8/8] sparc: kernel: apc: Remove macro APC_MINOR definition char: misc: Various cleanup for miscdevice - - - - --- 2025-07-04 Zijun Hu New
[v4,7/8] char: misc: Register fixed minor EISA_EEPROM_MINOR in linux/miscdevice.h char: misc: Various cleanup for miscdevice - - - - --- 2025-07-04 Zijun Hu New
[v4,6/8] char: misc: Does not request module for miscdevice with dynamic minor char: misc: Various cleanup for miscdevice - - - - --- 2025-07-04 Zijun Hu New
[v4,5/8] char: misc: Make registering miscdevice reentry who wants dynamic minor char: misc: Various cleanup for miscdevice - - - - --- 2025-07-04 Zijun Hu New
[v4,4/8] char: misc: Add a reentry test case about dynamic minor request char: misc: Various cleanup for miscdevice - - - - --- 2025-07-04 Zijun Hu New
[v4,3/8] char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINOR char: misc: Various cleanup for miscdevice - - - - --- 2025-07-04 Zijun Hu New
[v4,2/8] char: misc: Adapt and add test cases for simple minor space division char: misc: Various cleanup for miscdevice - - - - --- 2025-07-04 Zijun Hu New
[v4,1/8] char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/ char: misc: Various cleanup for miscdevice - - - - --- 2025-07-04 Zijun Hu New
[v3,8/8] sparc: kernel: apc: Remove macro APC_MINOR definition char: misc: Various cleanup for miscdevice - - - - --- 2025-07-02 Zijun Hu New
[v3,7/8] char: misc: Register fixed minor EISA_EEPROM_MINOR in linux/miscdevice.h char: misc: Various cleanup for miscdevice - - - - --- 2025-07-02 Zijun Hu New
[v3,6/8] char: misc: Does not request module for miscdevice with dynamic minor char: misc: Various cleanup for miscdevice - - - - --- 2025-07-02 Zijun Hu New
[v3,5/8] char: misc: Make registering miscdevice reentry who wants dynamic minor char: misc: Various cleanup for miscdevice - - - - --- 2025-07-02 Zijun Hu New
[v3,4/8] char: misc: Add a reentry test case about dynamic minor request char: misc: Various cleanup for miscdevice - - - - --- 2025-07-02 Zijun Hu New
[v3,3/8] char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINOR char: misc: Various cleanup for miscdevice - - - - --- 2025-07-02 Zijun Hu New
[v3,2/8] char: misc: Adapt and add test cases for simple minor space division char: misc: Various cleanup for miscdevice - - - - --- 2025-07-02 Zijun Hu New
[v3,1/8] char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/ char: misc: Various cleanup for miscdevice - - - - --- 2025-07-02 Zijun Hu New
[v2,9/9] sparc: kernel: apc: Remove macro APC_MINOR defination char: misc: Various cleanup for miscdevice - - - - --- 2025-07-01 Zijun Hu New
[v2,8/9] char: misc: Define fixed minor EISA_EEPROM_MINOR in linux/miscdevice.h char: misc: Various cleanup for miscdevice - - - - --- 2025-07-01 Zijun Hu New
[v2,7/9] char: misc: Allocate 4 more fixed minors for watchdog char: misc: Various cleanup for miscdevice - - - - --- 2025-07-01 Zijun Hu New
[v2,6/9] char: misc: Does not request module for miscdevice with dynamic minor char: misc: Various cleanup for miscdevice - - - - --- 2025-07-01 Zijun Hu New
[v2,5/9] char: misc: Make registering dynamic device reentry char: misc: Various cleanup for miscdevice - - - - --- 2025-07-01 Zijun Hu New
[v2,4/9] char: misc: Add a reentry test case for dynamic minor request char: misc: Various cleanup for miscdevice - - - - --- 2025-07-01 Zijun Hu New
[v2,3/9] char: misc: Disallow registering miscdevice whose minor > MISC_DYNAMIC_MINOR char: misc: Various cleanup for miscdevice - - - - --- 2025-07-01 Zijun Hu New
[v2,2/9] char: misc: Adapt and add test cases for simple minor space division char: misc: Various cleanup for miscdevice - - - - --- 2025-07-01 Zijun Hu New
[v2,1/9] char: misc: Move drivers/misc/misc_minor_kunit.c to drivers/char/ char: misc: Various cleanup for miscdevice - - - - --- 2025-07-01 Zijun Hu New
[19/23] sparc: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note names binfmt_elf,arch/*: Use elf.h for coredump note names - - - - --- 2025-07-01 Dave Martin New
[v2,14/14] lib/crypto: sha256: Document the SHA-224 and SHA-256 API SHA-256 library improvements - - - - --- 2025-06-30 Eric Biggers New
[v2,13/14] lib/crypto: sha256: Sync sha256_update() with sha512_update() SHA-256 library improvements - - - - --- 2025-06-30 Eric Biggers New
[v2,12/14] lib/crypto: sha256: Consolidate into single module SHA-256 library improvements - - - - --- 2025-06-30 Eric Biggers New
[v2,11/14] lib/crypto: sha256: Remove sha256_is_arch_optimized() SHA-256 library improvements - - - - --- 2025-06-30 Eric Biggers New
[v2,10/14] crypto: sha256 - Use same state format as legacy drivers SHA-256 library improvements - - - - --- 2025-06-30 Eric Biggers New
[v2,09/14] crypto: sha256 - Wrap library and add HMAC support SHA-256 library improvements - - - - --- 2025-06-30 Eric Biggers New
[v2,08/14] lib/crypto: sha256: Add HMAC-SHA224 and HMAC-SHA256 support SHA-256 library improvements - - - - --- 2025-06-30 Eric Biggers New
[v2,07/14] lib/crypto: sha256: Propagate sha256_block_state type to implementations SHA-256 library improvements - - - - --- 2025-06-30 Eric Biggers New
[v2,06/14] lib/crypto: sha256: Make library API use strongly-typed contexts SHA-256 library improvements - - - - --- 2025-06-30 Eric Biggers New
[v2,05/14] lib/crypto: sha256: Add sha224() and sha224_update() SHA-256 library improvements - - - - --- 2025-06-30 Eric Biggers New
[v2,04/14] lib/crypto: sha256: Remove sha256_blocks_simd() SHA-256 library improvements - - - - --- 2025-06-30 Eric Biggers New
[v2,03/14] lib/crypto: sha256: Reorder some code SHA-256 library improvements - - - - --- 2025-06-30 Eric Biggers New
[v2,02/14] cxl/test: Simplify fw_buf_checksum_show() SHA-256 library improvements - - - - --- 2025-06-30 Eric Biggers New
[v2,01/14] libceph: Rename hmac_sha256() to ceph_hmac_sha256() SHA-256 library improvements - - - - --- 2025-06-30 Eric Biggers New
[v3,16/16] crypto: sha512 - Remove sha512_base.h SHA-512 library functions 1 - - - --- 2025-06-30 Eric Biggers New
[v3,15/16] lib/crypto: x86/sha512: Remove unnecessary checks for nblocks==0 SHA-512 library functions - - - - --- 2025-06-30 Eric Biggers New
[v3,14/16] lib/crypto: x86/sha512: Migrate optimized SHA-512 code to library SHA-512 library functions 1 - - - --- 2025-06-30 Eric Biggers New
[v3,13/16] lib/crypto: sparc/sha512: Migrate optimized SHA-512 code to library SHA-512 library functions 1 - - - --- 2025-06-30 Eric Biggers New
[v3,12/16] lib/crypto: s390/sha512: Migrate optimized SHA-512 code to library SHA-512 library functions 1 - - - --- 2025-06-30 Eric Biggers New
[v3,11/16] lib/crypto: riscv/sha512: Migrate optimized SHA-512 code to library SHA-512 library functions 1 - - - --- 2025-06-30 Eric Biggers New
[v3,10/16] lib/crypto: mips/sha512: Migrate optimized SHA-512 code to library SHA-512 library functions 1 - - - --- 2025-06-30 Eric Biggers New
[v3,09/16] mips: cavium-octeon: Move octeon-crypto.h into asm directory SHA-512 library functions 1 - - - --- 2025-06-30 Eric Biggers New
[v3,08/16] lib/crypto: arm64/sha512: Migrate optimized SHA-512 code to library SHA-512 library functions 1 - - - --- 2025-06-30 Eric Biggers New
[v3,07/16] lib/crypto: arm/sha512: Migrate optimized SHA-512 code to library SHA-512 library functions 1 - - - --- 2025-06-30 Eric Biggers New
[v3,06/16] crypto: sha512 - Use same state format as legacy drivers SHA-512 library functions 1 - - - --- 2025-06-30 Eric Biggers New
[v3,05/16] crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 library SHA-512 library functions 1 - - - --- 2025-06-30 Eric Biggers New
[v3,04/16] crypto: riscv/sha512 - Stop depending on sha512_generic_block_fn SHA-512 library functions 1 - - - --- 2025-06-30 Eric Biggers New
[v3,03/16] lib/crypto: sha512: Add HMAC-SHA384 and HMAC-SHA512 support SHA-512 library functions 1 - - - --- 2025-06-30 Eric Biggers New
[v3,02/16] lib/crypto: sha512: Add support for SHA-384 and SHA-512 SHA-512 library functions 1 - - - --- 2025-06-30 Eric Biggers New
« 1 2 3 4117 118 »