Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | sysmacros: Make P2ROUNDUP not trigger int overflow | Jason Zaman | 2015-11-13 | 1 | -2/+2 | |
| * | Fix CPU hotplug | Brian Behlendorf | 2015-10-13 | 1 | -1/+1 | |
| * | Use tab indent in rwlock.h | Chunwei Chen | 2015-10-02 | 1 | -73/+73 | |
| * | rwsem use kernel provided owner when possible | Chunwei Chen | 2015-10-02 | 1 | -1/+22 | |
| * | Don't take spin lock on rwlock owner | Chunwei Chen | 2015-10-02 | 1 | -19/+4 | |
| * | Restructure uio to accommodate bio_vec | Chunwei Chen | 2015-08-24 | 1 | -1/+8 | |
| * | Include other sources of freeable memory in the freemem calculation | Tim Chase | 2015-08-19 | 1 | -1/+4 | |
| * | Remove needfree, desfree, lotsfree #defines | Brian Behlendorf | 2015-07-30 | 1 | -3/+0 | |
| * | Invert minclsyspri and maxclsyspri | Brian Behlendorf | 2015-07-28 | 2 | -3/+3 | |
| * | Add defclsyspri macro | Brian Behlendorf | 2015-07-23 | 2 | -1/+2 | |
| * | Support parallel build trees (VPATH builds) | Turbo Fredriksson | 2015-07-17 | 1 | -1/+1 | |
| * | Add memory compatibility wrappers | Brian Behlendorf | 2015-06-29 | 2 | -0/+4 | |
| * | Add TASKQ_DYNAMIC feature | Brian Behlendorf | 2015-06-24 | 1 | -3/+5 | |
| * | Add IMPLY() and EQUIV() macros | Brian Behlendorf | 2015-06-24 | 1 | -0/+10 | |
| * | Rename cv_wait_interruptible() to cv_wait_sig() | Brian Behlendorf | 2015-06-10 | 1 | -28/+28 | |
| * | Retire rwsem_is_locked() compat | Brian Behlendorf | 2015-06-10 | 2 | -28/+2 | |
| * | Make taskq_wait() block until the queue is empty | Chris Dunlop | 2015-06-09 | 1 | -1/+1 | |
| * | Add boot_ncpus macro | Brian Behlendorf | 2015-05-21 | 1 | -0/+1 | |
| * | Implement areleasef() | Richard Yao | 2015-04-24 | 3 | -0/+46 | |
| * | Don't allow shrinking a PF_FSTRANS context | Tim Chase | 2015-04-03 | 1 | -35/+21 | |
| * | Add crgetzoneid() stub | Chris Dunlop | 2015-04-02 | 1 | -2/+5 | |
| * | Add mutex_enter_nested() which maps to mutex_lock_nested() | Tim Chase | 2015-03-20 | 1 | -2/+17 | |
| * | Add MUTEX_FSTRANS mutex type | Brian Behlendorf | 2015-03-03 | 1 | -20/+30 | |
| * | Retire MUTEX_OWNER checks | Brian Behlendorf | 2015-03-03 | 1 | -77/+19 | |
| * | Fix cstyle issue in mutex.h | Brian Behlendorf | 2015-03-03 | 1 | -87/+83 | |
| * | Retire spl_module_init()/spl_module_fini() | Brian Behlendorf | 2015-02-27 | 2 | -60/+0 | |
| * | Use __get_free_pages() for emergency objects | Brian Behlendorf | 2015-01-16 | 1 | -1/+1 | |
| * | Refine slab cache sizing | Brian Behlendorf | 2015-01-16 | 1 | -1/+16 | |
| * | Add hooks for disabling direct reclaim | Richard Yao | 2015-01-16 | 2 | -0/+35 | |
| * | Refactor generic memory allocation interfaces | Brian Behlendorf | 2015-01-16 | 3 | -259/+95 | |
| * | Fix kmem cstyle issues | Brian Behlendorf | 2015-01-16 | 3 | -146/+141 | |
| * | Refactor existing code | Brian Behlendorf | 2015-01-16 | 7 | -321/+440 | |
| * | Revert "Add PF_NOFS debugging flag" | Richard Yao | 2015-01-16 | 1 | -49/+0 | |
| * | Use current_kernel_time() in the time compatibility wrappers | Tim Chase | 2015-01-16 | 1 | -5/+2 | |
| * | mutex: force serialization on mutex_exit() to fix races | Chunwei Chen | 2014-12-19 | 1 | -1/+31 | |
| * | Remove compat includes from sys/types.h | Ned Bass | 2014-11-19 | 2 | -12/+1 | |
| * | Retire legacy debugging infrastructure | Brian Behlendorf | 2014-11-19 | 5 | -512/+60 | |
| * | Lower minimum objects/slab threshold | Brian Behlendorf | 2014-11-05 | 1 | -1/+1 | |
| * | Kernel header installation should respect --prefix | Richard Yao | 2014-10-28 | 11 | -11/+11 | |
| * | Linux 3.12 compat: shrinker semantics | Tim Chase | 2014-10-28 | 1 | -0/+7 | |
| * | Remove vfs_fsync() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -11/+6 | |
| * | Remove proc_handler() wrapper | Brian Behlendorf | 2014-10-17 | 3 | -98/+0 | |
| * | Remove credential configure checks. | Brian Behlendorf | 2014-10-17 | 1 | -35/+24 | |
| * | Remove kallsyms_lookup_name() wrapper | Brian Behlendorf | 2014-10-17 | 3 | -46/+0 | |
| * | Remove shrink_{i,d}node_cache() wrappers | Brian Behlendorf | 2014-10-17 | 3 | -115/+0 | |
| * | Remove global memory variables | Brian Behlendorf | 2014-10-17 | 2 | -84/+5 | |
| * | Remove get_vmalloc_info() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -31/+4 | |
| * | Remove on_each_cpu() wrapper | Brian Behlendorf | 2014-10-17 | 3 | -42/+0 | |
| * | Remove mutex_lock_nested() wrapper | Brian Behlendorf | 2014-10-17 | 3 | -38/+0 | |
| * | Remove i_mutex() configure check | Brian Behlendorf | 2014-10-17 | 1 | -9/+2 |