| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Required for flawless make dist run.
|
| |
|
|
|
|
| |
(cherry picked from commit c21cc9bcb38a87ff638d1099ca871d94a2192b31)
|
|
|
|
| |
(cherry picked from commit cf7c9078a5acdbb435498ace92cd81009637a971)
|
|
|
|
| |
(cherry picked from commit a1fb5e3ebe9d38b5ae6c5bfbfaa04882d52355bc)
|
|
|
|
| |
(cherry picked from commit 3540d66b669af54900b2e4bfc0ab82960e84a471)
|
|
|
|
| |
(cherry picked from commit f15ce4d8dc139523fe0c273580b604b2453acba6)
|
|
|
|
| |
(cherry picked from commit da93d21475878725c9e0cb2b6e650bd8d3628435)
|
|
|
|
| |
(cherry picked from commit 69da074d7adfab7b57004a0dea9403a928e310a5)
|
|
|
|
| |
(cherry picked from commit fdc0c10d9b5c39ec20c35d2f3808d3c70cb7f60b)
|
|
|
|
| |
(cherry picked from commit 32cf40699346d37fabfa887bbd95e95004799ae1)
|
|
|
|
| |
(cherry picked from commit 026373745eab50a683536d950cb7e17dc98c4259)
|
| |
|
|
|
|
|
|
|
|
| |
(cherry picked from commit f09677388a44cd1460f8986ef1b096c73bd5b958)
Fix assertion in ld.so, introduced by delayed adding to global list.
(cherry picked from commit fa41c84d73be804639ecb2250f0b793b1a6f765e)
|
|
|
|
| |
(cherry picked from commit fdc0f374bcd2d0513569aa8d600f960e43e8af1d)
|
|
|
|
| |
(cherry picked from commit bc96fbda275c305ddc1b0b6d94fc68d81369221a)
|
|
|
|
| |
(cherry picked from commit 8e9f92e9d5d7737afdacf79b76d98c4c42980508)
|
|
|
|
| |
(cherry picked from commit 22cd1c9bcf57c5829d65b6da825f7a459d40c9eb)
|
|
|
|
| |
(cherry picked from commit 14d43591face21dbd4d51b5c46fa3c17740ddc78)
|
|
|
|
| |
(cherry picked from commit f90681487d90a6eea8f1c60021bc8dd83313c59b)
|
|
|
|
| |
(cherry picked from commit b833d51fbbf78b38c6ff68074c22d3fe3ddd0ce3)
|
|
|
|
|
| |
(cherry picked from commit ef06edbee6463061a7f3dcbd2f56a625b41a4810)
(cherry picked from commit e9b9cbf5e9bdcda6f0b50456658bac748202dd70)
|
|
|
|
| |
(cherry picked from commit a129c80d54ec951567caa8c1b042275422d5f367)
|
|
|
|
| |
(cherry picked from commit 1751705d1c4e8b7aba391391d1d8d88fe8c9d8b8)
|
|
|
|
| |
(cherry picked from commit 10be4851911a00cca422c173788bce9a13dbde8e)
|
|
|
|
| |
(cherry picked from commit 3b11189345d0080527a76e3bf867da395a1b0261)
|
|
|
|
| |
(cherry picked from commit 1ac7a2c7b448c851eb8976fcc290a906a4075203)
|
|
|
|
| |
(cherry picked from commit 7291c56f9d6f5861d1c001bc63a364f047a74738)
|
|
|
|
| |
(cherry picked from commit c044aa75354b48d4b7aaffe465706282192e54c2)
|
|
|
|
| |
(cherry picked from commit e53a31fe575dcfd0dceb9f316d673de34d39abad)
|
|
|
|
| |
(cherry picked from commit a726d7960e8a4ac784131f591114a0ef14246d8b)
|
|
|
|
| |
(cherry picked from commit e66e7419a6f58200eec6941b14e2dcff9875cc6c)
|
|
|
|
| |
(cherry picked from commit df24a73ecdfea3690821f8176b83d811a5f23725)
|
|
|
|
| |
(cherry picked from commit f8392f40049cf6faedcf4f26736227d9a7a04b9e)
|
|
|
|
| |
(cherry picked from commit 5a42321d438211210e0869e5e90f8d75d1354e14)
|
|
|
|
| |
(cherry picked from commit 48cbc0d6d03b0591280489ddb6a2df60b850e57d)
|
|
|
|
| |
(cherry picked from commit deb9cabbf475da0b65d7acdb364987c4a15b4214)
|
|
|
|
| |
(cherry picked from commit 1c7570ff36595cba9f5797453eda95969a72c56e)
|
|
|
|
|
|
| |
ld.so.cache matching.
(cherry picked from commit 5dbc3b6cc0b759bf4b22d851ccb9cbf3e3cbc6ef)
|
|
|
|
| |
(cherry picked from commit 713df3d547041fddea30fa78c52dd0615bfd4c24)
|
|
|
|
| |
(cherry picked from commit 702e8f1450279f3e5dc22bf0935ee5ece4369fdb)
|
|
|
|
| |
(cherry picked from commit 72b6e8c85b95a949d8c5d827a16dd1492d9ef26b)
|
|
|
|
| |
(cherry picked from commit 2a50c07836d2750baf70442f8f760bf6cd43b3af)
|
|
|
|
|
|
|
|
|
|
|
| |
32bit memset-sse2.S assumes cache size is multiple of 128 bytes. If
it isn't true, memset-sse2.S will fail. For example, a processor can
have 24576 KB L3 cache and 20 cores. That is 2516582 byte per core. Half
of it is 1258291, which isn't helpful for vector instructions. This
patch rounds cache sizes to multiple of 256 bytes.
(cherry picked from commit c0dde15b5dba7e02ce6f36eab3a4d1c166f9951b
but removed introduction of new variables)
|
|
|
|
| |
(cherry picked from commit 0e516e0e14f2f9783a21cd1727bc53776341f857)
|
|
|
|
| |
(cherry picked from commit dbf3a06904168417a05882a871342e7a9ee3b383)
|
|
|
|
| |
(cherry picked from commit 8e9f92e9d5d7737afdacf79b76d98c4c42980508)
|
|
|
|
| |
(cherry picked from commit f90681487d90a6eea8f1c60021bc8dd83313c59b)
|
|
|
|
| |
(cherry picked from commit 67a67b950be9741a4cf1ff3e75572204b06bec2e)
|
|
|
|
| |
(cherry picked from commit 5fb308bca2f333dcc835945be85e165cd7843d5b)
|