Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Remove rpm/fedora directory | Brian Behlendorf | 2015-03-27 | 1 | -1/+1 | |
| * | Set HAVE_FS_STRUCT_SPINLOCK correctly when CONFIG_FRAME_WARN==1024 | Tim Chase | 2015-03-24 | 1 | -1/+1 | |
| * | Retire MUTEX_OWNER checks | Brian Behlendorf | 2015-03-03 | 1 | -50/+0 | |
| * | Retire legacy debugging infrastructure | Brian Behlendorf | 2014-11-19 | 1 | -35/+1 | |
| * | Add config/compile to config/.gitignore | Marcel Wysocki | 2014-10-31 | 1 | -0/+1 | |
| * | Remove vfs_fsync() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -19/+0 | |
| * | Remove kern_path() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -39/+0 | |
| * | Remove kvasprintf() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -19/+0 | |
| * | Remove proc_handler() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -20/+0 | |
| * | Update put_task_struct() comments | Brian Behlendorf | 2014-10-17 | 1 | -2/+2 | |
| * | Remove credential configure checks. | Brian Behlendorf | 2014-10-17 | 1 | -46/+0 | |
| * | 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 | 1 | -19/+0 | |
| * | Remove user_path_dir() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -20/+0 | |
| * | Remove kallsyms_lookup_name() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -41/+0 | |
| * | Remove shrink_{i,d}node_cache() wrappers | Brian Behlendorf | 2014-10-17 | 1 | -44/+0 | |
| * | Remove global memory variables | Brian Behlendorf | 2014-10-17 | 1 | -321/+0 | |
| * | Remove get_vmalloc_info() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -39/+0 | |
| * | Remove on_each_cpu() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -23/+0 | |
| * | Remove mutex_lock_nested() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -24/+0 | |
| * | Remove i_mutex() configure check | Brian Behlendorf | 2014-10-17 | 1 | -21/+0 | |
| * | Remove kmalloc_node() compatibility code | Brian Behlendorf | 2014-10-17 | 1 | -20/+0 | |
| * | Remove linux/uaccess.h header check | Brian Behlendorf | 2014-10-17 | 1 | -9/+0 | |
| * | Remove uintptr_t typedef | Brian Behlendorf | 2014-10-17 | 1 | -20/+0 | |
| * | Remove atomic64_xchg() wrappers | Brian Behlendorf | 2014-10-17 | 1 | -40/+0 | |
| * | Simplify the time compatibility wrappers | Brian Behlendorf | 2014-10-17 | 1 | -84/+0 | |
| * | Map highbit64() to fls64() | Brian Behlendorf | 2014-10-17 | 1 | -19/+0 | |
| * | Remove CTL_UNNUMBERED sysctl interface | Brian Behlendorf | 2014-10-17 | 1 | -22/+0 | |
| * | Remove register_sysctl() compatibility code | Brian Behlendorf | 2014-10-17 | 1 | -20/+0 | |
| * | Remove utsname() wrapper | Brian Behlendorf | 2014-10-17 | 1 | -20/+0 | |
| * | Remove adaptive mutex implementation | Brian Behlendorf | 2014-10-17 | 1 | -19/+3 | |
| * | Update code to use misc_register()/misc_deregister() | Brian Behlendorf | 2014-10-17 | 1 | -61/+0 | |
| * | Make license compatibility checks consistent | Brian Behlendorf | 2014-10-17 | 2 | -5/+26 | |
| * | Cleanup vn_rename() and vn_remove() | Richard Yao | 2014-08-13 | 1 | -68/+28 | |
| * | Linux 3.17 compat: remove wait_on_bit action function | Ned Bass | 2014-08-11 | 1 | -0/+26 | |
| * | Set LANG to a reasonable default (C) | Turbo Fredriksson | 2014-06-10 | 1 | -2/+2 | |
| * | Restrict release number to META version | Brian Behlendorf | 2014-05-29 | 1 | -1/+1 | |
| * | Add KMC_SLAB cache type | Brian Behlendorf | 2014-05-22 | 1 | -0/+38 | |
| * | Linux 3.15: vfs_rename() added a flags argument | Chunwei Chen | 2014-05-07 | 1 | -1/+22 | |
| * | Linux 3.13 compat: Pass NULL for new delegated inode argument | Richard Yao | 2013-12-02 | 1 | -10/+42 | |
| * | Linux 3.12 compat: New shrinker API | Richard Yao | 2013-11-06 | 1 | -30/+86 | |
| * | Emulate illumos interface cv_timedwait_hires() | Ned Bass | 2013-11-04 | 1 | -0/+23 | |
| * | Linux 3.8 compat: Use kuid_t/kgid_t when required | Richard Yao | 2013-08-09 | 1 | -0/+38 | |
| * | Linux 3.10 compat: replace PDE()->data with PDE_DATA() | Yuxuan Shui | 2013-07-08 | 1 | -0/+19 | |
| * | Linux 3.10 compat: struct vmalloc_info moved | Yuxuan Shui | 2013-07-08 | 1 | -0/+20 | |
| * | Add --bump=0 to alien | Turbo Fredriksson | 2013-04-24 | 1 | -2/+2 | |
| * | Support .nogitrelease file | Turbo Fredriksson | 2013-04-24 | 1 | -1/+1 | |
| * | Replace the SPL_AC_META perl dependency with awk | Brian Behlendorf | 2013-04-02 | 1 | -30/+55 | |
| * | build: do not call boilerplate ourself | Jan Engelhardt | 2013-04-02 | 1 | -0/+2 | |
| * | gitignore: anchor entries at their respective directory | Jan Engelhardt | 2013-04-02 | 1 | -6/+6 |