Tianjia Zhang ([email protected])

Number of posts: 627 (0.44 per day)
First post: 2020-01-21 09:57:51
Last post: 2023-12-14 03:08:46

Date List Subject
2021-02-11 06:13:26 linux-kernel Re: [PATCH v4 4/5] x86/sgx: Allows ioctl PROVISION to execute before CREATE
2021-02-11 06:08:00 linux-kernel Re: [PATCH v4 3/5] x86/sgx: Optimize the free_cnt count in sgx_epc_section
2021-02-11 06:06:33 linux-kernel Re: [PATCH v3 3/5] x86/sgx: Optimize the free_cnt count in sgx_epc_section
2021-02-01 13:33:56 linux-kernel [PATCH v4 0/5] Some optimizations related to sgx
2021-02-01 13:31:38 linux-kernel [PATCH v4 3/5] x86/sgx: Optimize the free_cnt count in sgx_epc_section
2021-02-01 13:31:27 linux-kernel [PATCH v4 2/5] x86/sgx: Reduce the locking range in sgx_sanitize_section()
2021-02-01 13:29:49 linux-kernel [PATCH v4 4/5] x86/sgx: Allows ioctl PROVISION to execute before CREATE
2021-02-01 13:29:24 linux-kernel [PATCH v4 5/5] x86/sgx: Remove redundant if conditions in sgx_encl_create
2021-02-01 13:29:04 linux-kernel [PATCH v4 1/5] selftests/x86: Use getauxval() to simplify the code in sgx
2021-02-01 12:59:58 linux-kernel Re: [PATCH v3 4/5] x86/sgx: Allows ioctl PROVISION to execute before CREATE
2021-02-01 12:43:39 linux-kernel Re: [PATCH v3 5/5] x86/sgx: Remove redundant if conditions in sgx_encl_create
2021-02-01 11:32:29 linux-kernel Re: [PATCH v3 1/5] selftests/x86: Simplify the code to get vdso base address in sgx
2021-02-01 10:42:15 linux-crypto Re: [PATCH v6 2/4] x509: Detect sm2 keys by their parameters OID
2021-02-01 10:40:21 linux-crypto Re: [PATCH v6 4/4] ima: Support EC keys for signature verification
2021-01-24 06:38:32 linux-kernel Re: [PATCH] x86/sgx: Allows ioctl PROVISION to execute before CREATE
2021-01-24 06:36:30 linux-kernel [PATCH v3 5/5] x86/sgx: Remove redundant if conditions in sgx_encl_create
2021-01-24 06:36:27 linux-kernel Re: [PATCH v2] x86/sgx: Remove redundant if conditions in sgx_encl_create
2021-01-24 06:33:59 linux-kernel [PATCH v3 3/5] x86/sgx: Optimize the free_cnt count in sgx_epc_section
2021-01-24 06:33:30 linux-kernel [PATCH v3 4/5] x86/sgx: Allows ioctl PROVISION to execute before CREATE
2021-01-24 06:32:52 linux-kernel [PATCH v3 2/5] x86/sgx: Optimize the locking range in sgx_sanitize_section()
2021-01-24 06:32:52 linux-kernel [PATCH v3 0/5] Some optimizations related to sgx
2021-01-24 06:32:52 linux-kernel [PATCH v3 1/5] selftests/x86: Simplify the code to get vdso base address in sgx
2021-01-20 04:09:30 linux-kernel Re: [PATCH] tpm/tpm_tis: Fix variable reset during IRQ probing
2021-01-20 04:06:20 linux-kernel [PATCH v2] x86/sgx: Allows ioctl PROVISION to execute before CREATE
2021-01-20 04:00:01 linux-kernel Re: [PATCH] x86/sgx: Allows ioctl PROVISION to execute before CREATE
2021-01-20 03:59:55 linux-kernel [PATCH v2] x86/sgx: Remove redundant if conditions in sgx_encl_create
2021-01-20 03:59:01 linux-kernel [PATCH v2] x86/sgx: Fix free_cnt counting logic in epc section
2021-01-18 13:56:43 linux-kernel [PATCH] mm: Optimizing error condition detection in do_mprotect_pkey()
2021-01-18 13:56:20 linux-kernel [PATCH] x86/sgx: Allows ioctl PROVISION to execute before CREATE
2021-01-18 13:42:24 linux-kernel [PATCH] x86/sgx: Fix free_cnt counting logic in epc section
2021-01-18 13:42:06 linux-kernel [PATCH] x86/sgx: Remove redundant if conditions in sgx_encl_create
2021-01-18 13:40:40 linux-kernel [PATCH] selftests/x86: Simplify the code of getting vdso base address in sgx
2021-01-14 04:17:20 linux-kernel Re: [PATCH] tpm/tpm_tis: Fix variable reset during IRQ probing
2021-01-13 12:03:40 linux-kernel [PATCH] tpm/tpm_tis: Fix variable reset during IRQ probing
2021-01-13 03:44:32 linux-crypto Re: [PATCH] X.509: Fix crash caused by NULL pointer
2021-01-13 03:43:12 linux-crypto Re: [PATCH] crypto: public_key: check that pkey_algo is non-NULL before passing it to strcmp()
2021-01-07 09:30:44 linux-crypto [PATCH] X.509: Fix crash caused by NULL pointer
2021-01-07 07:59:35 linux-crypto Re: Null pointer dereference in public key verification (related to SM2 introduction)
2020-11-30 06:58:43 linux-kernel Re: [PATCH] crypto: ecrdsa - use subsys_initcall instead of module_init
2020-11-30 02:26:12 linux-crypto Re: [PATCH] crypto: ecrdsa - use subsys_initcall instead of module_init
2020-11-18 12:31:13 linux-crypto [PATCH] crypto: public_key: Remove redundant header file from public_key.h
2020-10-15 12:06:20 linux-crypto [PATCH] crypto: ecrdsa - use subsys_initcall instead of module_init
2020-10-15 11:38:38 linux-crypto [PATCH] crypto: sm2 - remove unnecessary reset operations
2020-10-05 15:01:47 linux-kernel [PATCH] KVM: x86: filter guest NX capability for cpuid2
2020-10-05 14:53:52 linux-kernel [PATCH] ipmi_si: Fix wrong return value in try_smi_init()
2020-10-05 14:48:45 linux-crypto [PATCH] X.509: fix error return value on the failed path
2020-09-25 14:02:56 linux-kernel Re: [PATCH] lib/mpi: Fix unused variable warnings
2020-09-25 10:00:44 linux-crypto Re: [PATCH] lib/mpi: Fix unused variable warnings
2020-09-22 08:27:03 linux-kernel Re: [PATCH] mm/shmem.c: Fix the missing unaccount on the failed path
2020-09-20 16:32:36 linux-kernel [PATCH] mm/shmem.c: Fix the missing unaccount on the failed path
2020-09-20 16:24:34 linux-kernel [PATCH v7 06/10] crypto: testmgr - Fix potential memory leak in test_akcipher_one()