summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor existing codeBrian Behlendorf2015-01-1623-2115/+2506
* Revert "Add PF_NOFS debugging flag"Richard Yao2015-01-161-49/+0
* Use current_kernel_time() in the time compatibility wrappersTim Chase2015-01-161-5/+2
* Fix debug object on stack warningBrian Behlendorf2015-01-071-34/+57
* mutex: force serialization on mutex_exit() to fix racesChunwei Chen2014-12-191-1/+31
* Remove compat includes from sys/types.hNed Bass2014-11-1915-22/+28
* Retire legacy debugging infrastructureBrian Behlendorf2014-11-1926-3000/+389
* Lower minimum objects/slab thresholdBrian Behlendorf2014-11-052-1/+10
* Add config/compile to config/.gitignoreMarcel Wysocki2014-10-311-0/+1
* Fix modules installation directoryAlexander Pyhalov2014-10-281-1/+2
* Kernel header installation should respect --prefixRichard Yao2014-10-2812-13/+13
* kmem_cache: Call constructor/destructor on each alloc/freeRichard Yao2014-10-281-21/+16
* Linux 3.12 compat: shrinker semanticsTim Chase2014-10-283-25/+57
* Merge branch 'cleanup'Brian Behlendorf2014-10-2045-3478/+251
|\
| * Remove vfs_fsync() wrapperBrian Behlendorf2014-10-172-30/+6
| * Remove kern_path() wrapperBrian Behlendorf2014-10-172-55/+0
| * Remove kvasprintf() wrapperBrian Behlendorf2014-10-172-42/+0
| * Remove proc_handler() wrapperBrian Behlendorf2014-10-175-139/+39
| * Update put_task_struct() commentsBrian Behlendorf2014-10-171-2/+2
| * Remove credential configure checks.Brian Behlendorf2014-10-173-175/+24
| * Add vfs_unlink() and vfs_rename() commentsBrian Behlendorf2014-10-171-0/+8
| * Remove set_fs_pwd() configure checkBrian Behlendorf2014-10-172-31/+10
| * Remove user_path_dir() wrapperBrian Behlendorf2014-10-172-40/+0
| * Remove kallsyms_lookup_name() wrapperBrian Behlendorf2014-10-176-209/+1
| * Remove shrink_{i,d}node_cache() wrappersBrian Behlendorf2014-10-177-268/+15
| * Remove global memory variablesBrian Behlendorf2014-10-176-747/+7
| * Remove get_vmalloc_info() wrapperBrian Behlendorf2014-10-174-182/+8
| * Remove on_each_cpu() wrapperBrian Behlendorf2014-10-175-66/+1
| * Remove mutex_lock_nested() wrapperBrian Behlendorf2014-10-174-62/+0
| * Remove i_mutex() configure checkBrian Behlendorf2014-10-173-31/+3
| * Remove kmalloc_node() compatibility codeBrian Behlendorf2014-10-172-24/+0
| * Remove linux/uaccess.h header checkBrian Behlendorf2014-10-174-46/+1
| * Remove uintptr_t typedefBrian Behlendorf2014-10-172-24/+0
| * Remove atomic64_xchg() wrappersBrian Behlendorf2014-10-172-48/+0
| * Simplify the time compatibility wrappersBrian Behlendorf2014-10-177-274/+31
| * Map highbit64() to fls64()Brian Behlendorf2014-10-175-97/+3
| * Remove CTL_UNNUMBERED sysctl interfaceBrian Behlendorf2014-10-173-195/+4
| * Remove register_sysctl() compatibility codeBrian Behlendorf2014-10-173-32/+3
| * Remove utsname() wrapperBrian Behlendorf2014-10-174-67/+0
| * Remove sysctl_vfs_cache_pressure assumptionBrian Behlendorf2014-10-171-1/+1
| * Remove adaptive mutex implementationBrian Behlendorf2014-10-174-124/+9
| * Remove patches directoryBrian Behlendorf2014-10-172-197/+0
| * Update code to use misc_register()/misc_deregister()Brian Behlendorf2014-10-177-225/+21
| * Update SPLAT to use kmutex_t for portabilityBrian Behlendorf2014-10-173-21/+26
| * Make license compatibility checks consistentBrian Behlendorf2014-10-176-28/+32
|/
* Install header during post-build rather than post-install.Tom Prince2014-10-093-2/+2
* Fix bug in SPLAT taskq:frontBrian Behlendorf2014-10-031-1/+2
* Linux 3.16 compat: smp_mb__after_clear_bit()Turbo Fredriksson2014-09-221-1/+1
* Avoid PAGESIZE redefinitionstf2014-08-181-1/+4
* Cleanup vn_rename() and vn_remove()Richard Yao2014-08-135-305/+129