Linus Torvalds
736b378b29
Merge tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
...
Pull slab updates from Vlastimil Babka:
"The main change is naturally the SLOB removal. Since its deprecation
in 6.2 I've seen no complaints so hopefully SLUB_(TINY) works well for
everyone and we can proceed.
Besides the code cleanup, the main immediate benefit will be allowing
kfree() family of function to work on kmem_cache_alloc() objects,
which was incompatible with SLOB. This includes kfree_rcu() which had
no kmem_cache_free_rcu() counterpart yet and now it shouldn't be
necessary anymore.
Besides that, there are several small code and comment improvements
from Thomas, Thorsten and Vernon"
* tag 'slab-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab:
mm/slab: document kfree() as allowed for kmem_cache_alloc() objects
mm/slob: remove slob.c
mm/slab: remove CONFIG_SLOB code from slab common code
mm, pagemap: remove SLOB and SLQB from comments and documentation
mm, page_flags: remove PG_slob_free
mm/slob: remove CONFIG_SLOB
mm/slub: fix help comment of SLUB_DEBUG
mm: slub: make kobj_type structure constant
slab: Adjust comment after refactoring of gfp.h
2023-04-25 13:00:41 -07:00
..
2023-03-07 17:04:55 -08:00
2023-03-02 21:54:22 -08:00
2023-04-25 12:39:01 -07:00
2023-04-18 14:22:13 -07:00
2023-04-16 10:41:26 -07:00
2022-08-02 12:34:03 -04:00
2022-08-28 14:02:45 -07:00
2022-09-11 20:25:50 -07:00
2021-05-05 11:27:24 -07:00
2023-02-02 22:33:24 -08:00
2022-03-22 15:57:09 -07:00
2023-02-23 17:09:35 -08:00
2023-02-02 22:33:11 -08:00
2023-02-09 16:51:40 -08:00
2022-01-15 16:30:28 +02:00
2022-03-22 15:57:11 -07:00
2023-01-18 17:12:57 -08:00
2022-11-22 18:50:44 -08:00
2023-02-23 17:09:35 -08:00
2023-02-20 12:46:17 -08:00
2022-09-26 12:14:34 -07:00
2022-12-15 16:37:48 -08:00
2022-11-08 17:37:15 -08:00
2023-02-20 12:46:17 -08:00
2022-10-12 18:51:51 -07:00
2023-01-18 17:12:39 -08:00
2023-04-16 10:41:25 -07:00
2023-02-13 15:54:27 -08:00
2023-02-21 13:34:07 -08:00
2022-08-08 18:06:43 -07:00
2023-04-05 18:06:22 -07:00
2022-10-03 14:03:05 -07:00
2022-09-26 19:46:16 -07:00
2023-02-23 17:09:35 -08:00
2021-04-30 11:20:38 -07:00
2021-04-30 11:20:39 -07:00
2022-06-27 12:22:31 +01:00
2023-04-25 13:00:41 -07:00
2023-03-17 12:02:34 +01:00
2023-04-16 10:41:24 -07:00
2023-02-16 20:43:49 -08:00
2023-03-23 17:18:33 -07:00
2022-06-16 19:48:31 -07:00
2022-11-11 11:44:46 -08:00
2023-03-30 08:12:29 -06:00
2023-03-29 10:31:40 +02:00
2023-02-02 22:32:54 -08:00
2023-02-27 09:34:53 -08:00
2023-02-23 17:09:35 -08:00
2023-01-18 17:12:37 -08:00
2023-02-20 12:46:18 -08:00
2023-02-27 17:00:14 -08:00
2023-02-09 16:51:40 -08:00
2023-04-05 18:06:24 -07:00
2023-04-16 10:41:25 -07:00
2022-11-30 15:58:41 -08:00
2023-02-09 16:51:46 -08:00
2023-02-20 12:46:17 -08:00
2023-03-07 17:04:54 -08:00
2023-03-07 17:04:53 -08:00
2023-02-09 16:51:41 -08:00
2022-11-08 17:37:17 -08:00
2022-10-03 14:02:43 -07:00
2021-07-23 17:43:28 -07:00
2023-04-18 14:22:14 -07:00
2022-12-11 18:12:21 -08:00
2023-02-02 22:32:54 -08:00
2022-09-26 19:46:09 -07:00
2023-04-16 10:41:24 -07:00
2023-02-09 16:51:39 -08:00
2022-09-26 19:46:25 -07:00
2023-02-09 16:51:39 -08:00
2023-02-02 22:32:54 -08:00
2023-04-18 14:22:14 -07:00
2022-09-11 20:26:01 -07:00
2023-02-02 22:33:22 -08:00
2023-01-18 17:12:52 -08:00
2023-02-23 17:09:35 -08:00
2022-10-28 13:37:22 -07:00
2023-02-16 20:43:49 -08:00
2021-04-30 11:20:36 -07:00
2023-01-18 17:12:50 -08:00
2021-06-29 10:53:47 -07:00
2023-02-02 22:33:11 -08:00
2023-01-18 17:12:39 -08:00
2023-03-12 20:00:42 -04:00
2023-01-18 17:12:39 -08:00
2023-02-16 20:43:55 -08:00
2021-07-04 18:30:17 +00:00
2022-03-08 09:30:46 -05:00
2021-07-04 18:30:17 +00:00
2023-02-16 20:43:56 -08:00
2021-05-07 00:26:35 -07:00
2022-05-13 07:20:05 -07:00
2022-11-25 13:01:55 -05:00
2022-09-03 10:13:13 -07:00
2023-02-02 22:33:21 -08:00
2023-02-27 17:00:14 -08:00
2022-10-03 14:03:05 -07:00
2023-02-23 17:09:35 -08:00
2023-03-06 09:57:12 +01:00
2023-02-09 15:56:51 -08:00
2022-10-03 14:03:07 -07:00
2021-05-22 15:09:07 -10:00
2023-03-29 10:35:41 +02:00
2023-03-24 10:12:14 -07:00
2023-03-29 10:32:22 +02:00
2023-03-13 17:21:13 +01:00
2022-12-11 18:12:12 -08:00
2023-02-02 22:33:29 -08:00
2022-10-03 14:03:36 -07:00
2022-10-03 14:02:46 -07:00
2023-02-02 22:33:24 -08:00
2023-04-16 10:41:24 -07:00
2023-02-02 22:33:33 -08:00
2023-04-05 18:06:24 -07:00
2022-12-11 18:12:13 -08:00
2022-11-30 15:58:45 -08:00
2023-01-18 17:12:53 -08:00
2023-02-13 15:54:33 -08:00
2023-04-18 14:22:13 -07:00
2021-11-06 13:30:40 -07:00
2023-03-12 10:54:43 +01:00
2022-11-30 15:58:41 -08:00
2023-02-02 22:33:24 -08:00
2023-01-18 17:12:57 -08:00
2022-12-11 18:12:10 -08:00
2022-12-11 18:12:10 -08:00
2023-02-02 22:33:23 -08:00
2022-12-11 18:12:09 -08:00