]> git.proxmox.com Git - mirror_spl.git/history - module/spl/spl-kmem-cache.c
Add support for recent kmem_cache_create_usercopy
[mirror_spl.git] / module / spl / spl-kmem-cache.c
2017-01-17 Kevin TanguyAdd support for recent kmem_cache_create_usercopy
2016-06-01 Jinshan XiongImprove spl slab cache alloc
2015-12-18 Chunwei ChenUse spl_fstrans_mark instead of memalloc_noio_save
2015-12-02 Dimitri John Ledkovspl-kmem-cache: include linux/prefetch.h for prefetchw()
2015-11-13 loli10KRemove superfluous `newline` character
2015-11-11 Chunwei ChenDon't call kmem_cache_shrink from shrinker
2015-10-13 Brian BehlendorfFix CPU hotplug
2015-09-28 Brian BehlendorfFix PAX Patch/Grsec SLAB_USERCOPY panic
2015-07-28 Brian BehlendorfInvert minclsyspri and maxclsyspri
2015-07-24 Brian BehlendorfRemove skc_ref from alloc/free paths
2015-07-23 Brian BehlendorfAdd defclsyspri macro
2015-06-24 Brian BehlendorfSet TASKQ_DYNAMIC for kmem and system taskqs
2015-04-03 Tim ChaseDon't allow shrinking a PF_FSTRANS context
2015-01-16 Brian BehlendorfMerge branch 'kmem-rework'
2015-01-16 Brian BehlendorfUse __get_free_pages() for emergency objects
2015-01-16 Brian BehlendorfFix kmem cache deadlock logic
2015-01-16 Brian BehlendorfRefine slab cache sizing
2015-01-16 Brian BehlendorfReduce kmem cache deadlock threshold
2015-01-16 Brian BehlendorfMake slab reclaim more aggressive
2015-01-16 Richard YaoEnforce architecture-specific barriers around clear_bit()
2015-01-16 Richard YaoAdd hooks for disabling direct reclaim
2015-01-16 Brian BehlendorfRefactor generic memory allocation interfaces
2015-01-16 Brian BehlendorfFix kmem cstyle issues
2015-01-16 Brian BehlendorfRefactor existing code