Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Invert minclsyspri and maxclsyspri | Brian Behlendorf | 2015-07-28 | 2 | -4/+3 |
* | Remove skc_ref from alloc/free paths | Brian Behlendorf | 2015-07-24 | 1 | -9/+2 |
* | Add defclsyspri macro | Brian Behlendorf | 2015-07-23 | 8 | -24/+31 |
* | Default to --disable-debug-kmem | Brian Behlendorf | 2015-07-21 | 1 | -18/+3 |
* | Support parallel build trees (VPATH builds) | Turbo Fredriksson | 2015-07-17 | 2 | -36/+42 |
* | Set TASKQ_DYNAMIC for kmem and system taskqs | Brian Behlendorf | 2015-06-24 | 2 | -5/+5 |
* | Add TASKQ_DYNAMIC feature | Brian Behlendorf | 2015-06-24 | 2 | -123/+332 |
* | Rename cv_wait_interruptible() to cv_wait_sig() | Brian Behlendorf | 2015-06-10 | 1 | -34/+47 |
* | Make taskq_wait() block until the queue is empty | Chris Dunlop | 2015-06-09 | 2 | -48/+65 |
* | Fix cstyle issues in spl-tsd.c | Brian Behlendorf | 2015-04-24 | 1 | -20/+21 |
* | Make tsd_set(key, NULL) remove the tsd entry for current thread | Chunwei Chen | 2015-04-24 | 1 | -0/+63 |
* | Implement areleasef() | Richard Yao | 2015-04-24 | 1 | -5/+14 |
* | vn_getf/vn_releasef should not accept negative file descriptors | Richard Yao | 2015-04-24 | 1 | -0/+6 |
* | Clear PF_FSTRANS over vfs_sync() | Brian Behlendorf | 2015-04-07 | 1 | -1/+15 |
* | Don't allow shrinking a PF_FSTRANS context | Tim Chase | 2015-04-03 | 1 | -0/+6 |
* | Reduce splat_taskq_test2_impl() stack frame size | Brian Behlendorf | 2015-03-03 | 1 | -20/+31 |
* | Add MUTEX_FSTRANS mutex type | Brian Behlendorf | 2015-03-03 | 1 | -1/+1 |
* | Retire spl_module_init()/spl_module_fini() | Brian Behlendorf | 2015-02-27 | 2 | -35/+8 |
* | Fix spl_hostid module parameter | Chunwei Chen | 2015-02-04 | 1 | -1/+3 |
* | Optimize vmem_alloc() retry path | Brian Behlendorf | 2015-02-02 | 1 | -1/+11 |
* | Fix GFP_KERNEL allocations flags | Brian Behlendorf | 2015-01-21 | 3 | -4/+4 |
* | Use __get_free_pages() for emergency objects | Brian Behlendorf | 2015-01-16 | 1 | -10/+12 |
* | Fix kmem cache deadlock logic | Brian Behlendorf | 2015-01-16 | 1 | -10/+25 |
* | Refine slab cache sizing | Brian Behlendorf | 2015-01-16 | 2 | -140/+229 |
* | Reduce kmem cache deadlock threshold | Brian Behlendorf | 2015-01-16 | 1 | -1/+1 |
* | Make slab reclaim more aggressive | Brian Behlendorf | 2015-01-16 | 1 | -29/+47 |
* | Enforce architecture-specific barriers around clear_bit() | Richard Yao | 2015-01-16 | 1 | -3/+20 |
* | Add hooks for disabling direct reclaim | Richard Yao | 2015-01-16 | 3 | -2/+29 |
* | Refactor generic memory allocation interfaces | Brian Behlendorf | 2015-01-16 | 6 | -516/+334 |
* | Fix kmem cstyle issues | Brian Behlendorf | 2015-01-16 | 3 | -167/+194 |
* | Refactor existing code | Brian Behlendorf | 2015-01-16 | 16 | -1794/+2066 |
* | Fix debug object on stack warning | Brian Behlendorf | 2015-01-07 | 1 | -34/+57 |
* | Remove compat includes from sys/types.h | Ned Bass | 2014-11-19 | 13 | -10/+27 |
* | Retire legacy debugging infrastructure | Brian Behlendorf | 2014-11-19 | 17 | -2203/+328 |
* | Lower minimum objects/slab threshold | Brian Behlendorf | 2014-11-05 | 1 | -0/+9 |
* | Fix modules installation directory | Alexander Pyhalov | 2014-10-28 | 1 | -1/+2 |
* | kmem_cache: Call constructor/destructor on each alloc/free | Richard Yao | 2014-10-28 | 1 | -21/+16 |
* | Linux 3.12 compat: shrinker semantics | Tim Chase | 2014-10-28 | 2 | -25/+50 |
* | Remove kern_path() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -16/+0 |
* | Remove kvasprintf() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -23/+0 |
* | Remove proc_handler() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -21/+39 |
* | Remove credential configure checks. | Brian Behlendorf | 2014-10-17 | 1 | -94/+0 |
* | Remove set_fs_pwd() configure check | Brian Behlendorf | 2014-10-17 | 1 | -12/+10 |
* | Remove user_path_dir() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -20/+0 |
* | Remove kallsyms_lookup_name() wrapper | Brian Behlendorf | 2014-10-17 | 2 | -122/+1 |
* | Remove shrink_{i,d}node_cache() wrappers | Brian Behlendorf | 2014-10-17 | 3 | -109/+15 |
* | Remove global memory variables | Brian Behlendorf | 2014-10-17 | 3 | -342/+2 |
* | Remove get_vmalloc_info() wrapper | Brian Behlendorf | 2014-10-17 | 2 | -112/+4 |
* | Remove on_each_cpu() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -1/+1 |
* | Remove i_mutex() configure check | Brian Behlendorf | 2014-10-17 | 1 | -1/+1 |