aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix kmem cstyle issuesBrian Behlendorf2015-01-163-146/+141
| * Refactor existing codeBrian Behlendorf2015-01-167-321/+440
| * 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
| * mutex: force serialization on mutex_exit() to fix racesChunwei Chen2014-12-191-1/+31
| * Remove compat includes from sys/types.hNed Bass2014-11-192-12/+1
| * Retire legacy debugging infrastructureBrian Behlendorf2014-11-195-512/+60
| * Lower minimum objects/slab thresholdBrian Behlendorf2014-11-051-1/+1
| * Kernel header installation should respect --prefixRichard Yao2014-10-2811-11/+11
| * Linux 3.12 compat: shrinker semanticsTim Chase2014-10-281-0/+7
| * Remove vfs_fsync() wrapperBrian Behlendorf2014-10-171-11/+6
| * Remove proc_handler() wrapperBrian Behlendorf2014-10-173-98/+0
| * Remove credential configure checks.Brian Behlendorf2014-10-171-35/+24
| * Remove kallsyms_lookup_name() wrapperBrian Behlendorf2014-10-173-46/+0
| * Remove shrink_{i,d}node_cache() wrappersBrian Behlendorf2014-10-173-115/+0
| * Remove global memory variablesBrian Behlendorf2014-10-172-84/+5
| * Remove get_vmalloc_info() wrapperBrian Behlendorf2014-10-171-31/+4
| * Remove on_each_cpu() wrapperBrian Behlendorf2014-10-173-42/+0
| * Remove mutex_lock_nested() wrapperBrian Behlendorf2014-10-173-38/+0
| * Remove i_mutex() configure checkBrian Behlendorf2014-10-171-9/+2
| * Remove kmalloc_node() compatibility codeBrian Behlendorf2014-10-171-4/+0
| * Remove linux/uaccess.h header checkBrian Behlendorf2014-10-173-37/+1
| * Remove uintptr_t typedefBrian Behlendorf2014-10-171-4/+0
| * Remove atomic64_xchg() wrappersBrian Behlendorf2014-10-171-8/+0
| * Simplify the time compatibility wrappersBrian Behlendorf2014-10-174-95/+31
| * Map highbit64() to fls64()Brian Behlendorf2014-10-172-15/+2
| * Remove CTL_UNNUMBERED sysctl interfaceBrian Behlendorf2014-10-171-6/+0
| * Remove register_sysctl() compatibility codeBrian Behlendorf2014-10-171-9/+0
| * Remove utsname() wrapperBrian Behlendorf2014-10-172-35/+0
| * Remove adaptive mutex implementationBrian Behlendorf2014-10-171-40/+6
| * Update code to use misc_register()/misc_deregister()Brian Behlendorf2014-10-174-94/+0
| * Make license compatibility checks consistentBrian Behlendorf2014-10-171-19/+0
| * Avoid PAGESIZE redefinitionstf2014-08-181-1/+4
| * Cleanup vn_rename() and vn_remove()Richard Yao2014-08-132-27/+0
| * Linux 3.17 compat: remove wait_on_bit action functionNed Bass2014-08-113-0/+47
| * Add atomic_swap_32() and atomic_swap_64()Tim Chase2014-07-281-0/+27
| * Add functions and macros as used upstream.Tim Chase2014-07-221-0/+4
| * Safer debugging and assertion macros.Tim Chase2014-07-011-31/+25
| * Add spl_kmem_cache_reclaim module optionBrian Behlendorf2014-05-221-0/+2
| * Add KMC_SLAB cache typeBrian Behlendorf2014-05-221-2/+25
| * Linux 3.15 compat: NICE_TO_PRIO and PRIO_TO_NICEChunwei Chen2014-05-071-0/+4
| * Add support for aarch64 (ARMv8)Jorgen Lundman2014-04-251-2/+2
| * Add ddi_time_after and friendsChunwei Chen2014-04-141-0/+14
| * This patch add a CTASSERT macro for compile time assertion.Yuxuan Shui2014-04-141-0/+11
| * Simplify hostid logicRichard Yao2014-04-142-2/+0
| * De-inline spl_kthread_create().Tim Chase2014-04-091-28/+2
| * Support post-3.13 kthread_create() semantics.Tim Chase2014-04-081-0/+28
| * Define the needed ISA types for Sparcmarku892014-01-091-1/+29
| * Include linux/vmalloc.h for ARM and SparcBrian Behlendorf2014-01-071-0/+1
| * Linux 3.12 compat: New shrinker APIRichard Yao2013-11-061-83/+143