| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hardcode LINUX_COMPILE_BY and COMPILE_HOST to linux@linux-user | Moyster | 2016-11-08 | 1 | -0/+11 |
| | | |||||
| * | slub: don't use cpu partial pages on UP | Uwe Kleine-König | 2016-09-28 | 1 | -1/+1 |
| | | | | | | | | | | | cpu partial pages are used to avoid contention which does not exist in the UP case. So let SLUB_CPU_PARTIAL depend on SMP. Acked-by: Christoph Lameter <cl@linux.com> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Pekka Enberg <penberg@kernel.org> Signed-off-by: W4TCH0UT <ateekujjawal@gmail.com> | ||||
| * | slub: Make cpu partial slab support configurable | Joonsoo Kim | 2016-09-28 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | CPU partial support can introduce level of indeterminism that is not wanted in certain context (like a realtime kernel). Make it configurable. This patch is based on Christoph Lameter's "slub: Make cpu partial slab support configurable V2". Acked-by: Christoph Lameter <cl@linux.com> Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com> Signed-off-by: Pekka Enberg <penberg@kernel.org> Signed-off-by: W4TCH0UT <ateekujjawal@gmail.com> | ||||
| * | first commit | Meizu OpenSource | 2016-08-15 | 13 | -0/+5335 |
