aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_system_info.c
AgeCommit message (Expand)Author
2017-10-13Merge branch 'master' into api-nextMaxim Uvarov
2017-10-11linux-gen: use /proc/cpuinfo if sysfs is not available to get cpu infoIlias Apalodimas
2017-09-15Merge branch 'master' into api-nextMaxim Uvarov
2017-09-15linux-gen: system: correctly set CPU frequencyKelvin Cheung
2017-08-25Merge branch 'master' into api-nextMaxim Uvarov
2017-08-25linux-gen: use config.h headerDmitry Eremin-Solenikov
2017-07-07linux-gen: system_info: implement odp_sys_huge_page_size_all()Matias Elo
2017-06-16linux-gen: system: implement system info printPetri Savolainen
2017-05-03linux-gen: system: implement system info printPetri Savolainen
2017-01-12linux-generic: system_info: adding huge page dirChristophe Milard
2016-09-05linux-generic: system_info: adding huge page dirChristophe Milard
2016-07-05linux-gen: std_types: remove extra c headersPetri Savolainen
2016-05-17linux-generic: drop odp_ prefix for internal cpuinfoMaxim Uvarov
2016-05-17linux-generic: use default huge page sizeMaxim Uvarov
2016-04-21linux-generic: Make cpu detection work with NO_HZ_FULLGary S. Robertson
2016-03-31linux-generic: system info: check return codes for sscanfMaxim Uvarov
2016-03-04linux-generic: use one uniform call systemcpu()Hongbo Zhang
2016-03-04linux-generic: systemcpu(): use input parameter instead of global dataHongbo Zhang
2016-03-04linux-generic: move CPU info dummy data to generic default fileHongbo Zhang
2016-03-04api and linux-generic: make room for new apiChristophe Milard
2016-02-08linux-generic: sysinfo: rename variable cpu_hz to cpu_hz_maxHongbo Zhang
2016-02-08linux-generic: sysinfo: update dummy function to pass validationHongbo Zhang
2016-02-08api: cpu: make frequency API return 0 on failureHongbo Zhang
2016-02-08linux-generic: sysinfo: move PowerPC system info codes to its plarform fileHongbo Zhang
2016-02-08linux-generic: sysinfo: move ARM system info codes to default arch fileHongbo Zhang
2016-02-08linux-generic: sysinfo: move MIPS system info codes to its plarform fileHongbo Zhang
2016-02-08linux-generic: sysinfo: move x86 system info codes to its plarform fileHongbo Zhang
2016-02-08linux-generic: sysinfo: rename odp_cpu_hz_current with odp_ prefixHongbo Zhang
2016-02-08linux-generic: sysinfo: use uniform call odp_sysinfo_parserHongbo Zhang
2016-02-08linux-generic: sysinfo: move cpu_arch_str to odp_system_info_tHongbo Zhang
2016-02-08api: cpu: add new API to get per-CPU current frequencyHongbo Zhang
2016-02-08linux-generic: sysinfo: revise odp_cpu_hz() to return current frequencyHongbo Zhang
2016-02-08api: cpu: add new API to get per-CPU max frequencyHongbo Zhang
2016-02-08api: cpu: add new API to get CPU max frequencyHongbo Zhang
2016-02-08api: cpu: add new API to get per-CPU model stringHongbo Zhang
2016-02-08api: sysinfo: move CPU Hz API to cpu.hHongbo Zhang
2016-02-08api: sysinfo: move CPU model API to cpu.hHongbo Zhang
2016-02-08linux-generic: sysinfo: make the cpu_hz per-CPU dataHongbo Zhang
2016-02-08linux-generic: sysinfo: make the model_str per-CPU dataHongbo Zhang
2016-01-20linux-generic: define posix extension level oncePetri Savolainen
2016-01-18linux-generic: init: handle local/global init/term cleanlyBill Fischofer
2015-05-08linux-generic: support running with restricted cpu setStuart Haslam
2015-04-08linux-generic: system_info: use global data structMike Holmes
2015-02-27linux-generic: system: read hugepage size for all architecturesStuart Haslam
2015-02-11api: cpu: Renamed odp_sys_cpu_count to odp_cpu_countPetri Savolainen
2015-01-29api: move ODP headers to a directoryTaras Kondratiuk
2015-01-07linux-generic:odp_system_info.c:sysconf_cpu_count() report online coresOla Liljedahl
2015-01-07api: odp_system_info.h: change core to cpu everywhereOla Liljedahl
2014-12-05api: move internal debug macrosMike Holmes
2014-07-18Fix linux-generic compilation error for aarch64Ankit Jindal