]> git.ozlabs.org Git - ccan/history - ccan/cpuid
io: io_set_alloc()
[ccan] / ccan / cpuid /
2013-10-14 Ahmed SamyMerge branch 'master' of ozlabs.org:ccan
2013-10-13 Ahmed Samycpuid: minor fixes
2013-10-11 Ahmed Samycpuid: cache processor brand string
2013-10-11 Ahmed Samycpuid: remove the static func has_feature
2013-10-11 Ahmed Samycpuid: fix build on 64-bit systems
2013-09-27 Rusty Russellcpuid: ccanlint fixes.
2013-09-27 Rusty RussellMerge branch 'cpuid' of https://github.com/decltype...
2013-09-26 Ahmed Samycpuid: parse CPU L1 cache and TLB identifications
2013-09-26 Ahmed Samycpuid: use uint32_t instead of int/unsigned
2013-09-25 Ahmed Samycpuid: small fix
2013-09-25 Ahmed Samycpuid: Minor improvements
2013-09-23 Ahmed Samycpuid: only compile source file if x86 cpu
2013-09-23 Ahmed Samycpuid: prefix every function with cpuid_
2013-09-22 Ahmed Samycpuid: add 2 new functions + some more tests
2013-09-21 Ahmed Samycpuid: add proper documentation
2013-09-21 Ahmed Samycpuid: new module