Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Retire legacy debugging infrastructure | Brian Behlendorf | 2014-11-19 | 26 | -3000/+389 |
* | Lower minimum objects/slab threshold | Brian Behlendorf | 2014-11-05 | 2 | -1/+10 |
* | Add config/compile to config/.gitignore | Marcel Wysocki | 2014-10-31 | 1 | -0/+1 |
* | Fix modules installation directory | Alexander Pyhalov | 2014-10-28 | 1 | -1/+2 |
* | Kernel header installation should respect --prefix | Richard Yao | 2014-10-28 | 12 | -13/+13 |
* | 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 | 3 | -25/+57 |
* | Merge branch 'cleanup' | Brian Behlendorf | 2014-10-20 | 45 | -3478/+251 |
|\ | |||||
| * | Remove vfs_fsync() wrapper | Brian Behlendorf | 2014-10-17 | 2 | -30/+6 |
| * | Remove kern_path() wrapper | Brian Behlendorf | 2014-10-17 | 2 | -55/+0 |
| * | Remove kvasprintf() wrapper | Brian Behlendorf | 2014-10-17 | 2 | -42/+0 |
| * | Remove proc_handler() wrapper | Brian Behlendorf | 2014-10-17 | 5 | -139/+39 |
| * | Update put_task_struct() comments | Brian Behlendorf | 2014-10-17 | 1 | -2/+2 |
| * | Remove credential configure checks. | Brian Behlendorf | 2014-10-17 | 3 | -175/+24 |
| * | Add vfs_unlink() and vfs_rename() comments | Brian Behlendorf | 2014-10-17 | 1 | -0/+8 |
| * | Remove set_fs_pwd() configure check | Brian Behlendorf | 2014-10-17 | 2 | -31/+10 |
| * | Remove user_path_dir() wrapper | Brian Behlendorf | 2014-10-17 | 2 | -40/+0 |
| * | Remove kallsyms_lookup_name() wrapper | Brian Behlendorf | 2014-10-17 | 6 | -209/+1 |
| * | Remove shrink_{i,d}node_cache() wrappers | Brian Behlendorf | 2014-10-17 | 7 | -268/+15 |
| * | Remove global memory variables | Brian Behlendorf | 2014-10-17 | 6 | -747/+7 |
| * | Remove get_vmalloc_info() wrapper | Brian Behlendorf | 2014-10-17 | 4 | -182/+8 |
| * | Remove on_each_cpu() wrapper | Brian Behlendorf | 2014-10-17 | 5 | -66/+1 |
| * | Remove mutex_lock_nested() wrapper | Brian Behlendorf | 2014-10-17 | 4 | -62/+0 |
| * | Remove i_mutex() configure check | Brian Behlendorf | 2014-10-17 | 3 | -31/+3 |
| * | Remove kmalloc_node() compatibility code | Brian Behlendorf | 2014-10-17 | 2 | -24/+0 |
| * | Remove linux/uaccess.h header check | Brian Behlendorf | 2014-10-17 | 4 | -46/+1 |
| * | Remove uintptr_t typedef | Brian Behlendorf | 2014-10-17 | 2 | -24/+0 |
| * | Remove atomic64_xchg() wrappers | Brian Behlendorf | 2014-10-17 | 2 | -48/+0 |
| * | Simplify the time compatibility wrappers | Brian Behlendorf | 2014-10-17 | 7 | -274/+31 |
| * | Map highbit64() to fls64() | Brian Behlendorf | 2014-10-17 | 5 | -97/+3 |
| * | Remove CTL_UNNUMBERED sysctl interface | Brian Behlendorf | 2014-10-17 | 3 | -195/+4 |
| * | Remove register_sysctl() compatibility code | Brian Behlendorf | 2014-10-17 | 3 | -32/+3 |
| * | Remove utsname() wrapper | Brian Behlendorf | 2014-10-17 | 4 | -67/+0 |
| * | Remove sysctl_vfs_cache_pressure assumption | Brian Behlendorf | 2014-10-17 | 1 | -1/+1 |
| * | Remove adaptive mutex implementation | Brian Behlendorf | 2014-10-17 | 4 | -124/+9 |
| * | Remove patches directory | Brian Behlendorf | 2014-10-17 | 2 | -197/+0 |
| * | Update code to use misc_register()/misc_deregister() | Brian Behlendorf | 2014-10-17 | 7 | -225/+21 |
| * | Update SPLAT to use kmutex_t for portability | Brian Behlendorf | 2014-10-17 | 3 | -21/+26 |
| * | Make license compatibility checks consistent | Brian Behlendorf | 2014-10-17 | 6 | -28/+32 |
|/ | |||||
* | Install header during post-build rather than post-install. | Tom Prince | 2014-10-09 | 3 | -2/+2 |
* | Fix bug in SPLAT taskq:front | Brian Behlendorf | 2014-10-03 | 1 | -1/+2 |
* | Linux 3.16 compat: smp_mb__after_clear_bit() | Turbo Fredriksson | 2014-09-22 | 1 | -1/+1 |
* | Avoid PAGESIZE redefinition | stf | 2014-08-18 | 1 | -1/+4 |
* | Cleanup vn_rename() and vn_remove() | Richard Yao | 2014-08-13 | 5 | -305/+129 |
* | Linux 3.17 compat: remove wait_on_bit action function | Ned Bass | 2014-08-11 | 5 | -9/+75 |
* | Set spl_kmem_cache_slab_limit=16384 to default | Brian Behlendorf | 2014-08-08 | 1 | -0/+10 |
* | Set spl_kmem_cache_reclaim=0 to default | Brian Behlendorf | 2014-08-08 | 1 | -5/+6 |
* | Add atomic_swap_32() and atomic_swap_64() | Tim Chase | 2014-07-28 | 1 | -0/+27 |
* | Add functions and macros as used upstream. | Tim Chase | 2014-07-22 | 2 | -0/+34 |
* | Rate limit debugging stack traces | Brian Behlendorf | 2014-07-22 | 2 | -8/+16 |