aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_cpumask.c
AgeCommit message (Expand)Author
2017-08-25linux-gen: use config.h headerDmitry Eremin-Solenikov
2016-12-09platform: linux-generic: reading cpu affinity from cpusetBalakrishna Garapati
2016-07-05linux-gen: cpumask: remove dependency to sched.hPetri Savolainen
2016-04-15api: debug: promote ODP_STATIC_ASSERT() to be an ODP APIBill Fischofer
2016-04-01linux-generic: add support for initial cpumasksGary S. Robertson
2016-04-01linux-generic: Make cpu detection work with NO_HZ_FULLGary S. Robertson
2016-02-11api and linux-generic: make room for new apiChristophe Milard
2016-01-20linux-generic: define posix extension level oncePetri Savolainen
2015-11-10linux-generic: odp_cpumask.c: assert on ODP_CPUMASK_SIZEAnders Roxell
2015-08-12linux-generic: move default cpumask functions to separate fileMaxim Uvarov
2015-07-23linux-generic: cpumask: zero mask before settingStuart Haslam
2015-07-23api: cpumask: added default masksPetri Savolainen
2015-07-23api: cpumask: added cpumask_setallPetri Savolainen
2015-02-25api: cpumask: replace ssize_t with int32_tPetri Savolainen
2015-02-09linux-generic: cpumask: fix signed and unsigned compareMaxim Uvarov
2015-02-05api: odp_cpumask.h: odp_cpumask_to_str() return chars written or errorOla Liljedahl
2015-02-04api: odp_cpumask.h: updated descriptions, added constOla Liljedahl
2015-01-29api: move ODP headers to a directoryTaras Kondratiuk
2015-01-16api: cpumask: add odp_cpumask_nextRobbie King
2015-01-16api: cpumask: add odp_cpumask_lastRobbie King
2015-01-16api: cpumask: add odp_cpumask_firstRobbie King
2015-01-16api: cpumask: add odp_cpumask_copyRobbie King
2015-01-16linux-generic: cpumask: remove unneeded defineRobbie King
2015-01-16api: cpumask: reorder the input vars to match conventionRobbie King
2015-01-16api: cpumask: rename API and use CPU_SET(3) for implRobbie King