aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_system_info.c
AgeCommit message (Expand)Author
2024-02-21linux-gen: ml: implement the new ML APILifang Zhang
2024-02-01linux-gen: remove unnecessary pthread includesJere Leppänen
2024-01-25linux-gen: sysinfo: do not save cpu frequency if it is not staticJanne Peltonen
2023-11-01linux-gen: pool: add constant for internal pool countTuomas Taipale
2023-10-27linux-gen: system: add missing defines to odp_sys_config_print()Matias Elo
2023-10-27linux-gen: config: remove ODP_ prefix from internal definesMatias Elo
2023-10-18linux-gen: timer: add possibility to profile inline timer performanceJoyce Kong
2023-08-14linux-gen: fix typosTianyu Li
2023-07-07linux-gen: debug: utilize new _ODP_WARN() macroMatias Elo
2022-10-07linux-gen: debug: prefix implementation internal debug macrosMatias Elo
2022-07-08linux-gen: system: remove redundant cpu count codePetri Savolainen
2022-05-24linux-gen: sysinfo: add prints for compiler definesMatias Elo
2022-05-24linux-gen: timer: add config option to disable usage of 128-bit atomicsMatias Elo
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