-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import 'cpuset' from kubernetes repository in kubernetes/utils #267
Commits on Aug 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b85b369 - Browse repository at this point
Copy the full SHA b85b369View commit details
Commits on Aug 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d1715d6 - Browse repository at this point
Copy the full SHA d1715d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fa778d - Browse repository at this point
Copy the full SHA 4fa778dView commit details
Commits on Aug 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ddade34 - Browse repository at this point
Copy the full SHA ddade34View commit details
Commits on Sep 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f1d8919 - Browse repository at this point
Copy the full SHA f1d8919View commit details
Commits on Sep 4, 2017
-
Un-revert "CPU manager wiring and
none
policy"This reverts commit 8d2832021ad049eee6f184315a10f3abe18036f9.
Configuration menu - View commit details
-
Copy full SHA for 29447ad - Browse repository at this point
Copy the full SHA 29447adView commit details
Commits on Oct 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ec56fa4 - Browse repository at this point
Copy the full SHA ec56fa4View commit details
Commits on Dec 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for cff40fd - Browse repository at this point
Copy the full SHA cff40fdView commit details
Commits on Feb 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7eb02a2 - Browse repository at this point
Copy the full SHA 7eb02a2View commit details
Commits on Nov 10, 2018
-
- Move from the old github.com/golang/glog to k8s.io/klog - klog as explicit InitFlags() so we add them as necessary - we update the other repositories that we vendor that made a similar change from glog to klog * github.com/kubernetes/repo-infra * k8s.io/gengo/ * k8s.io/kube-openapi/ * github.com/google/cadvisor - Entirely remove all references to glog - Fix some tests by explicit InitFlags in their init() methods Change-Id: I92db545ff36fcec83afe98f550c9e630098b3135
Configuration menu - View commit details
-
Copy full SHA for 7e40445 - Browse repository at this point
Copy the full SHA 7e40445View commit details
Commits on Feb 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4b7ce99 - Browse repository at this point
Copy the full SHA 4b7ce99View commit details
Commits on May 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 698abcb - Browse repository at this point
Copy the full SHA 698abcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6ec728 - Browse repository at this point
Copy the full SHA c6ec728View commit details
Commits on May 16, 2019
-
Signed-off-by: Ted Yu <yute@vmware.com>
Configuration menu - View commit details
-
Copy full SHA for 784b297 - Browse repository at this point
Copy the full SHA 784b297View commit details -
Merge pull request #77421 from tedyu/cpu-free-no-sort
Obtain unsorted slice in cpuAccumulator#freeCores
Configuration menu - View commit details
-
Copy full SHA for f80a642 - Browse repository at this point
Copy the full SHA f80a642View commit details
Commits on May 17, 2019
-
Merge pull request #77609 from tedyu/union-all-test
Add test for CPUSet#UnionAll
Configuration menu - View commit details
-
Copy full SHA for e9313b0 - Browse repository at this point
Copy the full SHA e9313b0View commit details
Commits on May 16, 2020
-
switch over k/k to use klog v2
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 095fd5a - Browse repository at this point
Copy the full SHA 095fd5aView commit details -
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6a3eb90 - Browse repository at this point
Copy the full SHA 6a3eb90View commit details
Commits on Jun 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a30212f - Browse repository at this point
Copy the full SHA a30212fView commit details
Commits on Jan 20, 2021
-
Provide additional methods under the CPUSet
- ToSliceInt64 returns sorted slice of cores IDs in int64 format - ToSliceNoSortInt64 returns slice of cores IDs in int64 format Signed-off-by: Artyom Lukianov <alukiano@redhat.com>
Artyom Lukianov committedJan 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 3daa5f4 - Browse repository at this point
Copy the full SHA 3daa5f4View commit details
Commits on Feb 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8ad3669 - Browse repository at this point
Copy the full SHA 8ad3669View commit details
Commits on Mar 9, 2021
-
e2e: node: add tests for GetAllocatableResources
Add e2e tests for the new GetAllocatableResources API. The tests are added in the `podresources_test` suite created previously in this series. Signed-off-by: Francesco Romani <fromani@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for c292b98 - Browse repository at this point
Copy the full SHA c292b98View commit details -
Configuration menu - View commit details
-
Copy full SHA for d75b841 - Browse repository at this point
Copy the full SHA d75b841View commit details
Commits on Mar 16, 2021
-
Merge pull request #100007 from utsavoza/ugo/issue-98976/09-03-2021
Migrate remaining pkg/kubelet/cm/ top level files to structured logging
Configuration menu - View commit details
-
Copy full SHA for 799a0c9 - Browse repository at this point
Copy the full SHA 799a0c9View commit details
Commits on May 11, 2021
-
cpuset.Parse: Fix edge cases and add negative tests
The cpuset.Parse function missed a couple bad input cases, specifically "1--3" and "10-6". These were silently ignored when they should instead be flagged as invalid. This now catches these cases and expands the unit tests for cpuset to cover them (and other negative test cases as well). Signed-off-by: Jim Ramsay <jramsay@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 0e7c4f7 - Browse repository at this point
Copy the full SHA 0e7c4f7View commit details
Commits on Jun 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for df4f9fd - Browse repository at this point
Copy the full SHA df4f9fdView commit details
Commits on Aug 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f2bcb51 - Browse repository at this point
Copy the full SHA f2bcb51View commit details
Commits on Dec 10, 2021
-
Check in OWNERS modified by update-yamlfmt.sh
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0e0c352 - Browse repository at this point
Copy the full SHA 0e0c352View commit details
Commits on Dec 15, 2021
-
Cleanup OWNERS files (No Activity in the last year)
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4104a4e - Browse repository at this point
Copy the full SHA 4104a4eView commit details
Commits on Mar 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6dd4eaf - Browse repository at this point
Copy the full SHA 6dd4eafView commit details
Commits on Sep 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fd3ebb5 - Browse repository at this point
Copy the full SHA fd3ebb5View commit details
Commits on Jan 6, 2023
-
cpuset: Convert Union arguments to variadic
This allows Union to implement UnionAll easily.
Configuration menu - View commit details
-
Copy full SHA for 145217e - Browse repository at this point
Copy the full SHA 145217eView commit details -
cpuset: Remove 'MustParse' method
Removes exit/fatal from cpuset library. Usage in podresources test was not necessary. Library reference in cpu_manager_test was moved to a local function, and converted to use e2e test framework error catching.
Configuration menu - View commit details
-
Copy full SHA for 1d9bc82 - Browse repository at this point
Copy the full SHA 1d9bc82View commit details -
These are rarely used and can be accommodated with a trivial helper.
Configuration menu - View commit details
-
Copy full SHA for 0ac3d42 - Browse repository at this point
Copy the full SHA 0ac3d42View commit details -
cpuset: Make 'ToSlice*' methods look like 'set' methods
In 'set', conversions to slice are done also, but with different names: ToSliceNoSort() -> UnsortedList() ToSlice() -> List() Reimplement List() in terms of UnsortedList to save some duplication.
Configuration menu - View commit details
-
Copy full SHA for 8370a8e - Browse repository at this point
Copy the full SHA 8370a8eView commit details -
FilterNot is only used in this file, and is trivially converted to a 'filter' call site by inverting the predicate. Filter is only used in this file, so don't export it.
Configuration menu - View commit details
-
Copy full SHA for d373be6 - Browse repository at this point
Copy the full SHA d373be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26783f0 - Browse repository at this point
Copy the full SHA 26783f0View commit details -
cpuset: Delete 'builder' methods
All usage of builder pattern is convertible to cpuset.New() with the same or fewer lines of code. Migrate Builder.Add to a private method of CPUSet, with a comment that it is only intended for internal use to preserve immutable propoerty of the exported interface. This also removes 'require' library dependency, which avoids non-standard library usage.
Configuration menu - View commit details
-
Copy full SHA for 4477621 - Browse repository at this point
Copy the full SHA 4477621View commit details -
Describe use cases (node IDs, HT siblings, etc) Call out novelty (Linux CPU list parse/dump) Describe future work (relax immutable, refactor to use 'set')
Configuration menu - View commit details
-
Copy full SHA for 0ab6448 - Browse repository at this point
Copy the full SHA 0ab6448View commit details
Commits on Feb 21, 2023
-
cpuset: Fix Parse() error message for n-k s.t. k<n
This case is tested extensively in cpuset_test.go, but the error message needs a small adjustmnet.
Configuration menu - View commit details
-
Copy full SHA for b911e13 - Browse repository at this point
Copy the full SHA b911e13View commit details -
cpuset: Add a few more test cases
Feedback from kubernetes#267 and related reviews. * Equality when insertion order is different * UnsortedList contents * Not-Subset cases * Clone coverage
Configuration menu - View commit details
-
Copy full SHA for 2160ea2 - Browse repository at this point
Copy the full SHA 2160ea2View commit details -
cpuset: Convert Fatalf to Errrof in tests
Use of Fatalf is not apppropriate in any of these cases: None of these failures are prerequisites.
Configuration menu - View commit details
-
Copy full SHA for 005e850 - Browse repository at this point
Copy the full SHA 005e850View commit details
Commits on Mar 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for da7083c - Browse repository at this point
Copy the full SHA da7083cView commit details -
Merge branch 'devel-cpuset-src' of /usr/local/google/home/icoolidge/s…
…rc/k8s-cpuset into devel-cpuset Followed instructions from https://gbayer.com/development/moving-files-from-one-git-repository-to-another-preserving-history/
Configuration menu - View commit details
-
Copy full SHA for 442de19 - Browse repository at this point
Copy the full SHA 442de19View commit details
Commits on Mar 3, 2023
-
cpuset: Fixup owners and add origin comment
* Note that this came from kubernetes repository * Remove emeritus owners * Add klueska, dchen1107, ffromani, klueska, SergeyKanzhelev to owners
Configuration menu - View commit details
-
Copy full SHA for 3aa0d1f - Browse repository at this point
Copy the full SHA 3aa0d1fView commit details