Show patches with: Submitter = Hongbo Zhang       |    Archived = No       |   117 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
[API-NEXT,1/4] linux-generic: move CPU info dummy data to generic default file --- 2016-01-29 Hongbo Zhang Superseded
[API-NEXT,1/4] linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file --- 2016-01-29 Hongbo Zhang Superseded
[API-NEXT,1/7] linux-generic: sysinfo: move cpu_arch_str to odp_system_info_t --- 2015-12-25 Hongbo Zhang Superseded
[API-NEXT,2/4] linux-generic: separate MIPS ODP_CACHE_LINE_SIZE to its arch file --- 2016-01-29 Hongbo Zhang Superseded
[API-NEXT,2/4] linux-generic: systemcpu(): use input parameter instead of global data --- 2016-01-29 Hongbo Zhang Superseded
[API-NEXT,2/7] linux-generic: sysinfo: use uniform call odp_sysinfo_parser --- 2015-12-25 Hongbo Zhang Superseded
[API-NEXT,3/4] linux-generic: separate PowerPC ODP_CACHE_LINE_SIZE to its arch file --- 2016-01-29 Hongbo Zhang Superseded
[API-NEXT,3/4] linux-generic: use one uniform call systemcpu() --- 2016-01-29 Hongbo Zhang Superseded
[API-NEXT,3/7] linux-generic: sysinfo: rename odp_cpu_hz_current with odp_ prefix --- 2015-12-25 Hongbo Zhang Superseded
[API-NEXT,4/4] linux-generic: create ARM files and move ARM ODP_CACHE_LINE_SIZE in it --- 2016-01-29 Hongbo Zhang Superseded
[API-NEXT,4/4] linux-generic: sysinfo clean up for ARM --- 2016-01-29 Hongbo Zhang Superseded
[API-NEXT,4/7] linux-generic: sysinfo: move x86 system info codes to its plarform file --- 2015-12-25 Hongbo Zhang Superseded
[API-NEXT,5/7] linux-generic: sysinfo: move mips system info codes to its plarform file --- 2015-12-25 Hongbo Zhang Superseded
[API-NEXT,6/7] linux-generic: sysinfo: move arm system info codes to its plarform file --- 2015-12-25 Hongbo Zhang New
[API-NEXT,7/7] linux-generic: sysinfo: move powerpc system info codes to its plarform file --- 2015-12-25 Hongbo Zhang Superseded
[API-NEXT] validation: system: disable validation of CPU current requency --- 2016-02-03 Hongbo Zhang New
linux-generic: fix usage of function strncpy --- 2016-02-23 Hongbo Zhang Accepted
linux-generic: make x86 cpuinfo parser more robust --- 2016-02-25 Hongbo Zhang New
[v2,API-NEXT,01/11] linux-generic: sysinfo: move cpu_arch_str to odp_system_info_t --- 2015-12-29 Hongbo Zhang Superseded
[v2,API-NEXT,02/11] linux-generic: sysinfo: use uniform call odp_sysinfo_parser --- 2015-12-29 Hongbo Zhang Superseded
[v2,API-NEXT,03/11] linux-generic: sysinfo: rename odp_cpu_hz_current with odp_ prefix --- 2015-12-29 Hongbo Zhang Superseded
[v2,API-NEXT,04/11] linux-generic: sysinfo: move x86 system info codes to its plarform file --- 2015-12-29 Hongbo Zhang Superseded
[v2,API-NEXT,05/11] linux-generic: sysinfo: move MIPS system info codes to its plarform file --- 2015-12-29 Hongbo Zhang Superseded
[v2,API-NEXT,06/11] linux-generic: sysinfo: move ARM system info codes to default arch file --- 2015-12-29 Hongbo Zhang Superseded
[v2,API-NEXT,07/11] linux-generic: sysinfo: move PowerPC system info codes to its plarform file --- 2015-12-29 Hongbo Zhang Superseded
[v2,API-NEXT,08/11] linux-generic: sysinfo: make frequency API return 0 on failure --- 2015-12-29 Hongbo Zhang Superseded
[v2,API-NEXT,09/11] linux-generic: sysinfo: set values for cpu_arch_str --- 2015-12-29 Hongbo Zhang Superseded
[v2,API-NEXT,10/11] linux-generic: sysinfo: apply per-CPU implementation to MIPS --- 2015-12-29 Hongbo Zhang Superseded
[v2,API-NEXT,11/11] linux-generic: sysinfo: apply per-CPU implementation to PowerPC --- 2015-12-29 Hongbo Zhang Superseded
[v2,API-NEXT,1/4] linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file --- 2016-01-29 Hongbo Zhang New
[v2,API-NEXT,2/4] linux-generic: separate MIPS ODP_CACHE_LINE_SIZE to its arch file --- 2016-01-29 Hongbo Zhang Superseded
[v2,API-NEXT,3/4] linux-generic: separate PowerPC ODP_CACHE_LINE_SIZE to its arch file --- 2016-01-29 Hongbo Zhang Superseded
[v2,API-NEXT,4/4] linux-generic: create ARM files and move ARM ODP_CACHE_LINE_SIZE in it --- 2016-01-29 Hongbo Zhang Superseded
[v3,API-NEXT,01/11] linux-generic: sysinfo: move cpu_arch_str to odp_system_info_t --- 2015-12-29 Hongbo Zhang Superseded
[v3,API-NEXT,02/11] linux-generic: sysinfo: use uniform call odp_sysinfo_parser --- 2015-12-29 Hongbo Zhang Superseded
[v3,API-NEXT,03/11] linux-generic: sysinfo: rename odp_cpu_hz_current with odp_ prefix --- 2015-12-29 Hongbo Zhang Superseded
[v3,API-NEXT,04/11] linux-generic: sysinfo: move x86 system info codes to its plarform file --- 2015-12-29 Hongbo Zhang Superseded
[v3,API-NEXT,05/11] linux-generic: sysinfo: move MIPS system info codes to its plarform file --- 2015-12-29 Hongbo Zhang Superseded
[v3,API-NEXT,06/11] linux-generic: sysinfo: move ARM system info codes to default arch file --- 2015-12-29 Hongbo Zhang Superseded
[v3,API-NEXT,07/11] linux-generic: sysinfo: move PowerPC system info codes to its plarform file --- 2015-12-29 Hongbo Zhang Superseded
[v3,API-NEXT,08/11] api: cpu: make frequency API return 0 on failure --- 2015-12-29 Hongbo Zhang Superseded
[v3,API-NEXT,09/11] linux-generic: sysinfo: set values for cpu_arch_str --- 2015-12-29 Hongbo Zhang Superseded
[v3,API-NEXT,10/11] linux-generic: sysinfo: apply per-CPU implementation to MIPS --- 2015-12-29 Hongbo Zhang Superseded
[v3,API-NEXT,11/11] linux-generic: sysinfo: apply per-CPU implementation to PowerPC --- 2015-12-29 Hongbo Zhang Superseded
[v3,API-NEXT,1/4] linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file --- 2016-02-05 Hongbo Zhang New
[v3,API-NEXT,2/4] linux-generic: separate MIPS ODP_CACHE_LINE_SIZE to its arch file --- 2016-02-05 Hongbo Zhang New
[v3,API-NEXT,3/4] linux-generic: separate PowerPC ODP_CACHE_LINE_SIZE to its arch file --- 2016-02-05 Hongbo Zhang New
[v3,API-NEXT,4/4] linux-generic: create ARM files and move ARM ODP_CACHE_LINE_SIZE in it --- 2016-02-05 Hongbo Zhang Superseded
[v4,1/8] linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch file --- 2016-02-23 Hongbo Zhang Accepted
[v4,2/8] linux-generic: separate MIPS ODP_CACHE_LINE_SIZE to its arch file --- 2016-02-23 Hongbo Zhang Accepted
[v4,3/8] linux-generic: separate PowerPC ODP_CACHE_LINE_SIZE to its arch file --- 2016-02-23 Hongbo Zhang Accepted
[v4,4/8] linux-generic: create ARM files and move ARM ODP_CACHE_LINE_SIZE in it --- 2016-02-23 Hongbo Zhang New
[v4,5/8] linux-generic: move CPU info dummy data to generic default file --- 2016-02-23 Hongbo Zhang Accepted
[v4,6/8] linux-generic: systemcpu(): use input parameter instead of global data --- 2016-02-23 Hongbo Zhang Accepted
[v4,7/8] linux-generic: use one uniform call systemcpu() --- 2016-02-23 Hongbo Zhang Accepted
[v4,8/8] linux-generic: sysinfo clean up for ARM --- 2016-02-23 Hongbo Zhang New
[v4,API-NEXT,01/12] linux-generic: sysinfo: move cpu_arch_str to odp_system_info_t --- 2016-01-07 Hongbo Zhang Superseded
[v4,API-NEXT,02/12] linux-generic: sysinfo: use uniform call odp_sysinfo_parser --- 2016-01-07 Hongbo Zhang Superseded
[v4,API-NEXT,03/12] linux-generic: sysinfo: rename odp_cpu_hz_current with odp_ prefix --- 2016-01-07 Hongbo Zhang Superseded
[v4,API-NEXT,04/12] linux-generic: sysinfo: move x86 system info codes to its plarform file --- 2016-01-07 Hongbo Zhang Superseded
[v4,API-NEXT,05/12] linux-generic: sysinfo: move MIPS system info codes to its plarform file --- 2016-01-07 Hongbo Zhang Superseded
[v4,API-NEXT,06/12] linux-generic: sysinfo: move ARM system info codes to default arch file --- 2016-01-07 Hongbo Zhang Superseded
[v4,API-NEXT,07/12] linux-generic: sysinfo: move PowerPC system info codes to its plarform file --- 2016-01-07 Hongbo Zhang Superseded
[v4,API-NEXT,08/12] api: cpu: make frequency API return 0 on failure --- 2016-01-07 Hongbo Zhang New
[v4,API-NEXT,09/12] linux-generic: sysinfo: set values for cpu_arch_str --- 2016-01-07 Hongbo Zhang Superseded
[v4,API-NEXT,10/12] linux-generic: sysinfo: apply per-CPU implementation to MIPS --- 2016-01-07 Hongbo Zhang Superseded
[v4,API-NEXT,11/12] linux-generic: sysinfo: apply per-CPU implementation to PowerPC --- 2016-01-07 Hongbo Zhang Superseded
[v4,API-NEXT,12/12] linux-generic: sysinfo: rename variable cpu_hz to cpu_hz_max --- 2016-01-07 Hongbo Zhang Superseded
[v5,API-NEXT,01/12] linux-generic: sysinfo: move cpu_arch_str to odp_system_info_t --- 2016-01-18 Hongbo Zhang Superseded
[v5,API-NEXT,02/12] linux-generic: sysinfo: use uniform call odp_sysinfo_parser --- 2016-01-18 Hongbo Zhang Superseded
[v5,API-NEXT,03/12] linux-generic: sysinfo: rename odp_cpu_hz_current with odp_ prefix --- 2016-01-18 Hongbo Zhang Superseded
[v5,API-NEXT,04/12] linux-generic: sysinfo: move x86 system info codes to its plarform file --- 2016-01-18 Hongbo Zhang Superseded
[v5,API-NEXT,05/12] linux-generic: sysinfo: move MIPS system info codes to its plarform file --- 2016-01-18 Hongbo Zhang Superseded
[v5,API-NEXT,06/12] linux-generic: sysinfo: move ARM system info codes to default arch file --- 2016-01-18 Hongbo Zhang Superseded
[v5,API-NEXT,07/12] linux-generic: sysinfo: move PowerPC system info codes to its plarform file --- 2016-01-18 Hongbo Zhang Superseded
[v5,API-NEXT,08/12] api: cpu: make frequency API return 0 on failure --- 2016-01-18 Hongbo Zhang New
[v5,API-NEXT,09/12] linux-generic: sysinfo: set values for cpu_arch_str --- 2016-01-18 Hongbo Zhang Superseded
[v5,API-NEXT,10/12] linux-generic: sysinfo: apply per-CPU implementation to MIPS --- 2016-01-18 Hongbo Zhang New
[v5,API-NEXT,11/12] linux-generic: sysinfo: apply per-CPU implementation to PowerPC --- 2016-01-18 Hongbo Zhang New
[v5,API-NEXT,12/12] linux-generic: sysinfo: rename variable cpu_hz to cpu_hz_max --- 2016-01-18 Hongbo Zhang New
[v6,API-NEXT,00/12] Separate CPU info codes into their platform files --- 2016-01-20 Hongbo Zhang New
[v6,API-NEXT,01/12] linux-generic: sysinfo: move cpu_arch_str to odp_system_info_t --- 2016-01-19 Hongbo Zhang Superseded
[v6,API-NEXT,02/12] linux-generic: sysinfo: use uniform call odp_sysinfo_parser --- 2016-01-19 Hongbo Zhang Superseded
[v6,API-NEXT,03/12] linux-generic: sysinfo: rename odp_cpu_hz_current with odp_ prefix --- 2016-01-19 Hongbo Zhang Superseded
[v6,API-NEXT,04/12] linux-generic: sysinfo: move x86 system info codes to its plarform file --- 2016-01-19 Hongbo Zhang Superseded
[v6,API-NEXT,05/12] linux-generic: sysinfo: move MIPS system info codes to its plarform file --- 2016-01-19 Hongbo Zhang Superseded
[v6,API-NEXT,06/12] linux-generic: sysinfo: move ARM system info codes to default arch file --- 2016-01-19 Hongbo Zhang Superseded
[v6,API-NEXT,07/12] linux-generic: sysinfo: move PowerPC system info codes to its plarform file --- 2016-01-19 Hongbo Zhang Superseded
[v6,API-NEXT,08/12] api: cpu: make frequency API return 0 on failure --- 2016-01-19 Hongbo Zhang Superseded
[v6,API-NEXT,09/12] linux-generic: sysinfo: set values for cpu_arch_str --- 2016-01-19 Hongbo Zhang Superseded
[v6,API-NEXT,10/12] linux-generic: sysinfo: apply per-CPU implementation to MIPS --- 2016-01-19 Hongbo Zhang Superseded
[v6,API-NEXT,11/12] linux-generic: sysinfo: apply per-CPU implementation to PowerPC --- 2016-01-19 Hongbo Zhang Superseded
[v6,API-NEXT,12/12] linux-generic: sysinfo: rename variable cpu_hz to cpu_hz_max --- 2016-01-19 Hongbo Zhang Superseded
[v7,API-NEXT,01/12] linux-generic: sysinfo: move cpu_arch_str to odp_system_info_t --- 2016-01-20 Hongbo Zhang Superseded
[v7,API-NEXT,02/12] linux-generic: sysinfo: use uniform call odp_sysinfo_parser --- 2016-01-20 Hongbo Zhang Superseded
[v7,API-NEXT,03/12] linux-generic: sysinfo: rename odp_cpu_hz_current with odp_ prefix --- 2016-01-20 Hongbo Zhang Superseded
[v7,API-NEXT,04/12] linux-generic: sysinfo: move x86 system info codes to its plarform file --- 2016-01-20 Hongbo Zhang Superseded
[v7,API-NEXT,05/12] linux-generic: sysinfo: move MIPS system info codes to its plarform file --- 2016-01-20 Hongbo Zhang Superseded
[v7,API-NEXT,06/12] linux-generic: sysinfo: move ARM system info codes to default arch file --- 2016-01-20 Hongbo Zhang Superseded
[v7,API-NEXT,07/12] linux-generic: sysinfo: move PowerPC system info codes to its plarform file --- 2016-01-20 Hongbo Zhang Superseded
« 1 2 »