aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/arch
AgeCommit message (Expand)Author
2017-10-13Merge branch 'master' into api-nextMaxim Uvarov
2017-10-11linux-gen: x86: fix on odp_cpu_arch_hz_current() declaration for x86Ilias Apalodimas
2017-10-11linux-gen: use /proc/cpuinfo if sysfs is not available to get cpu infoIlias Apalodimas
2017-10-05linux-gen: more unification of arch-specific codeDmitry Eremin-Solenikov
2017-10-05linux-gen: update api-next to follow merged changesDmitry Eremin-Solenikov
2017-10-03Merge branch 'master' into api-nextMaxim Uvarov
2017-10-03linux-gen: deduplicate arch-specific filesDmitry Eremin-Solenikov
2017-10-03linux-gen: split arm into arm and aarch64Dmitry Eremin-Solenikov
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-25automake: move nostdinc Automake option to configure.acDmitry Eremin-Solenikov
2017-08-25linux-gen: use config.h headerDmitry Eremin-Solenikov
2017-07-27linux-gen: cpu: arm: make wfe supported only by aarch64Maxim Uvarov
2017-06-28linux-gen: sched scalable: add arch filesBrian Brooks
2017-06-22linux-gen: time: fix ARM compile for GCC 4.8Petri Savolainen
2017-06-20arch: arm: add CPU global timeBrian Brooks
2017-06-16linux-gen: time: improve x86 TSC freq measurement accuracyPetri Savolainen
2017-06-16linux-gen: time: use hw time counter when availablePetri Savolainen
2017-06-16linux-gen: system: implement system info printPetri Savolainen
2017-06-16linux-gen: cpu_flags: added x86 cpu flag read functionsPetri Savolainen
2017-02-02linux-generic: add ARM odp_cpu_pause()Brian Brooks
2017-01-12linux-gen: ishm: internal shared memory allocator (ishm) addedChristophe Milard
2016-07-27linux-generic: internal cache line sizeBrian Brooks
2016-05-17linux-generic: drop odp_ prefix for internal cpuinfoMaxim Uvarov
2016-05-10linux-generic: correctly set arch as undefinedMike Holmes
2016-05-10linux-generic: arch: add missing cache line size definition for linuxBill Fischofer
2016-03-31linux-generic: sysinfo: handle missing @ sign in CPU modelJuha-Matti Tilli
2016-03-04linux-generic: sysinfo clean up for ARMHongbo Zhang
2016-03-04linux-generic: move CPU info dummy data to generic default fileHongbo Zhang
2016-03-04linux-generic: separate PowerPC ODP_CACHE_LINE_SIZE to its arch fileHongbo Zhang
2016-03-04linux-generic: separate MIPS ODP_CACHE_LINE_SIZE to its arch fileHongbo Zhang
2016-03-04linux-generic: separate x86 ODP_CACHE_LINE_SIZE to its arch fileHongbo Zhang
2016-03-04linux-generic: Makefile: fix broken include pathAnders Roxell
2016-03-04api and linux-generic: make room for new apiChristophe Milard
2016-03-01linux-generic: fix usage of function strncpyHongbo Zhang
2016-02-08linux-generic: cpu: implemented pausePetri Savolainen
2016-02-08linux-generic: sysinfo: rename variable cpu_hz to cpu_hz_maxHongbo Zhang
2016-02-08linux-generic: sysinfo: apply per-CPU implementation to PowerPCHongbo Zhang
2016-02-08linux-generic: sysinfo: apply per-CPU implementation to MIPSHongbo Zhang
2016-02-08linux-generic: sysinfo: set values for cpu_arch_strHongbo 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: arch: renamed cpu arch filesPetri Savolainen
2016-02-08linux-generic: update CPU Hz calling functionsHongbo Zhang
2016-02-08api: sysinfo: move CPU Hz API to cpu.hHongbo Zhang
2016-01-20linux-generic: define posix extension level oncePetri Savolainen