aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_system_info.c
AgeCommit message (Expand)Author
2022-01-12linux-gen: sysinfo: fix odp_sys_huge_page_size_all() return value orderMatias Elo
2021-12-08linux-gen: cpu: add configuration option to use static cpu frequencyMatias Elo
2021-09-22linux-gen: shm: allocate enough resources for internal allocationsMatias Elo
2021-05-25linux-gen: fix print formatsJere Leppänen
2021-04-16linux-gen: sysinfo: enable detecting cpu cache line size on arm hostsMatias Elo
2021-03-02linux-gen: fix white space style checksPetri Savolainen
2021-01-15linux-gen: pool: add maximum packet length config optionMatias Elo
2020-12-23linux-gen: rename some global symbols in the static libraryJere Leppänen
2020-12-03linux-gen: system: set cpu_isa_hw in system_infoPetri Savolainen
2020-11-18linux-gen: system: implement configuration print callPetri Savolainen
2020-11-18linux-gen: sysinfo: implement system info callPetri Savolainen
2020-05-04linux-gen: sysinfo: check that CONFIG_NUM_CPU_IDS value is large enoughMatias Elo
2020-05-04linux-gen: config: rename CONFIG_NUM_CPU to CONFIG_NUM_CPU_IDSMatias Elo
2020-04-28linux-gen: system: read default cpu frequency values from config fileMatias Elo
2019-10-22linux-gen: init: prefix internal init/term functions with underscoreMatias Elo
2019-09-27linux-gen: include config.h header in install directoryMatias Elo
2018-11-14linux-gen: run without /proc mountedMaxim Uvarov
2018-10-04linux-gen: split global data into RO and RW structsMatias Elo
2018-09-10linux-gen: sysinfo: return 0 if hugepages are not supportedDmitry Eremin-Solenikov
2018-07-05linux-gen: sysinfo: use cpufreq for max freq by defaultPetri Savolainen
2018-07-05linux-gen: cpu: move num cpu into config header filePetri Savolainen
2018-05-28linux-gen: init: split odp_internal.hPetri Savolainen
2018-03-07linux-gen: sysinfo: add content to info string printPetri Savolainen
2018-02-26update Linaro Copyrights to 2018 yearMaxim Uvarov
2017-11-10linux-gen: system_info: implement odp_sys_huge_page_size_all()Matias Elo
2017-10-11linux-gen: use /proc/cpuinfo if sysfs is not available to get cpu infoIlias Apalodimas
2017-09-15linux-gen: system: correctly set CPU frequencyKelvin Cheung
2017-08-25linux-gen: use config.h headerDmitry Eremin-Solenikov
2017-06-16linux-gen: system: implement system info printPetri Savolainen
2017-01-12linux-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