Tobin C. Harding ([email protected])

Number of posts: 315 (0.65 per day)
First post: 2018-10-16 23:22:53
Last post: 2020-02-17 08:50:05

Date List Subject
2019-04-11 01:39:45 linux-kernel [RFC PATCH v3 11/15] slub: Enable moving objects to/from specific nodes
2019-04-11 01:39:19 linux-kernel [RFC PATCH v3 08/15] tools/testing/slab: Add object migration test suite
2019-04-11 01:39:18 linux-kernel [RFC PATCH v3 07/15] tools/testing/slab: Add object migration test module
2019-04-11 01:39:08 linux-kernel [RFC PATCH v3 06/15] tools/vm/slabinfo: Add defrag_used_ratio output
2019-04-11 01:39:02 linux-kernel [RFC PATCH v3 14/15] dcache: Implement partial shrink via Slab Movable Objects
2019-04-11 01:38:28 linux-kernel [RFC PATCH v3 10/15] tools/testing/slab: Add XArray movable objects tests
2019-04-11 01:38:17 linux-kernel [RFC PATCH v3 09/15] xarray: Implement migration function for objects
2019-04-11 01:37:48 linux-kernel [RFC PATCH v3 05/15] tools/vm/slabinfo: Add remote node defrag ratio output
2019-04-11 01:37:38 linux-kernel [RFC PATCH v3 04/15] slub: Slab defrag core
2019-04-11 01:37:26 linux-kernel [RFC PATCH v3 03/15] slub: Sort slab cache list
2019-04-11 01:37:09 linux-kernel [RFC PATCH v3 02/15] tools/vm/slabinfo: Add support for -C and -M options
2019-04-11 01:36:55 linux-kernel [RFC PATCH v3 01/15] slub: Add isolate() and migrate() methods
2019-04-11 01:36:42 linux-kernel [RFC PATCH v3 00/15] Slab Movable Objects (SMO)
2019-04-10 02:51:05 linux-kernel [PATCH 1/1] mm: Remove SLAB allocator
2019-04-10 02:49:20 linux-kernel [PATCH 0/1] mm: Remove the SLAB allocator
2019-04-09 00:48:16 linux-kernel [PATCH v2 3/4] docs: Remove unnecessary reference link title
2019-04-09 00:48:11 linux-kernel [PATCH v2 4/4] docs: Use reference to link to rst file
2019-04-09 00:47:01 linux-kernel [PATCH v2 1/4] docs: Fix spelling mistake
2019-04-09 00:47:01 linux-kernel [PATCH v2 2/4] docs: Add colon clearing sphinx warning
2019-04-09 00:45:52 linux-kernel [PATCH v2 0/4] docs: Fix various build warnings/errors
2019-04-05 02:03:23 linux-kernel [PATCH v4 5/6] lib/string: Add strscpy_pad() function
2019-04-05 02:03:16 linux-kernel [PATCH v4 4/6] lib: Use new kselftest header
2019-04-05 02:02:21 linux-kernel [PATCH v4 6/6] lib: Add test module for strscpy_pad
2019-04-05 02:01:26 linux-kernel [PATCH v4 3/6] kselftest: Add test module framework header
2019-04-05 02:01:14 linux-kernel [PATCH v4 2/6] kselftest: Add test runner creation script
2019-04-05 02:01:05 linux-kernel [PATCH v4 1/6] lib/test_printf: Add empty module_exit function
2019-04-05 02:00:54 linux-kernel [PATCH v4 0/6] lib/string: Add strscpy_pad() function
2019-04-03 04:35:26 linux-kernel [RFC PATCH v2 08/14] tools/testing/slab: Add object migration test suite
2019-04-03 04:35:24 linux-kernel [RFC PATCH v2 06/14] tools/vm/slabinfo: Add defrag_used_ratio output
2019-04-03 04:34:52 linux-kernel [RFC PATCH v2 03/14] slub: Sort slab cache list
2019-04-03 04:34:19 linux-kernel [RFC PATCH v2 12/14] slub: Enable balancing slabs across nodes
2019-04-03 04:34:14 linux-kernel [RFC PATCH v2 05/14] tools/vm/slabinfo: Add remote node defrag ratio output
2019-04-03 04:34:08 linux-kernel [RFC PATCH v2 09/14] xarray: Implement migration function for objects
2019-04-03 04:33:57 linux-kernel [RFC PATCH v2 07/14] tools/testing/slab: Add object migration test module
2019-04-03 04:33:42 linux-kernel [RFC PATCH v2 14/14] dcache: Implement object migration
2019-04-03 04:33:40 linux-kernel [RFC PATCH v2 00/14] Slab Movable Objects (SMO)
2019-04-03 04:33:30 linux-kernel [RFC PATCH v2 02/14] tools/vm/slabinfo: Add support for -C and -M options
2019-04-03 04:33:12 linux-kernel [RFC PATCH v2 01/14] slub: Add isolate() and migrate() methods
2019-04-03 04:33:04 linux-kernel [RFC PATCH v2 13/14] dcache: Provide a dentry constructor
2019-04-03 04:32:47 linux-kernel [RFC PATCH v2 11/14] slub: Enable moving objects to/from specific nodes
2019-04-03 04:32:35 linux-kernel [RFC PATCH v2 04/14] slub: Slab defrag core
2019-04-03 04:32:27 linux-kernel [RFC PATCH v2 10/14] tools/testing/slab: Add XArray movable objects tests
2019-04-02 23:09:28 linux-kernel [PATCH v5 7/7] mm: Remove stale comment from page struct
2019-04-02 23:09:18 linux-kernel [PATCH v5 0/7] mm: Use slab_list list_head instead of lru
2019-04-02 23:09:17 linux-kernel [PATCH v5 6/7] slab: Use slab_list instead of lru
2019-04-02 23:07:56 linux-kernel [PATCH v5 5/7] slub: Use slab_list instead of lru
2019-04-02 23:07:50 linux-kernel [PATCH v5 4/7] slub: Add comments to endif pre-processor macros
2019-04-02 23:07:45 linux-kernel [PATCH v5 3/7] slob: Use slab_list instead of lru
2019-04-02 23:07:37 linux-kernel [PATCH v5 2/7] slob: Respect list_head abstraction layer
2019-04-02 23:07:29 linux-kernel [PATCH v5 1/7] list: Add function list_rotate_to_front()
2019-04-02 03:33:46 linux-kernel [PATCH 1/1] slob: Only use list functions when safe to do so