aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/libcfs/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-25staging: lustre: move files out of lustre/lnet/libcfs/linux/NeilBrown5-1015/+0
2018-05-25staging: lustre: refactor libcfs initialization.NeilBrown1-2/+4
2018-05-08staging: lustre: move remaining code from linux-module.c to module.cNeilBrown1-168/+0
2018-05-08staging: lustre: move misc-device registration closer to related code.NeilBrown1-28/+0
2018-04-23staging: lustre: rearrange placement of CPU partition management code.NeilBrown1-1079/+0
2018-04-23staging: lustre: libcfs: use dynamic minors for /dev/{lnet, obd}John L. Hammond2-4/+2
2018-02-22staging: lustre: fix assorted checkpatch errorsNeilBrown1-1/+1
2018-02-22staging: lustre: remove phantom struct cfs_crypto_hash_descNeilBrown1-16/+13
2018-02-22staging: lustre: discard libcfs_kvzalloc and linux-mem.cNeilBrown1-44/+0
2018-02-22staging: lustre: discard libcfs_kvzalloc_cpt()NeilBrown1-7/+0
2018-02-22staging: lustre: make signal-blocking functions inlineNeilBrown1-62/+0
2018-02-22staging: lustre: improve API and implementation of blocking signals.NeilBrown1-17/+7
2018-02-22staging: lustre: simplify linux-prim.cNeilBrown1-41/+0
2018-02-22staging: lustre: remove linux-curproc.cNeilBrown1-78/+0
2018-02-22staging: lustre: opencode cfs_cap_{raise, lower, raised}NeilBrown1-30/+0
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-86/+69
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers1-0/+1
2018-01-09staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations.NeilBrown1-12/+7
2018-01-09staging: lustre: Convert more LIBCFS_ALLOC allocation to direct GFP_KERNELNeilBrown1-2/+2
2018-01-09staging: lustre: lnet: switch to cpumask_var_tNeilBrown1-51/+41
2018-01-09staging: lustre: replace simple cases of LIBCFS_ALLOC with kzalloc.NeilBrown1-11/+8
2018-01-08staging: lustre: disable preempt while sampling processor id.NeilBrown1-6/+7
2018-01-08staging: lustre: use strim instead of cfs_trimwhite.NeilBrown1-4/+4
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman10-0/+10
2017-08-22staging: lustre: libcfs: add include path to MakefileJames Simmons8-9/+9
2017-07-30staging: lustre: libcfs: fix test for libcfs_ioctl_hdr minimum sizeJames Simmons1-1/+1
2017-06-29staging: lustre: replace kmalloc with kmalloc_arrayDenis Petrovic1-2/+3
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-10/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-22Merge tag 'staging-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-6/+26
2017-02-03staging: lustre: libcfs: double copy bugDan Carpenter1-2/+13
2017-02-03staging: lustre: libcfs: fix error messagesDmitry Eremin1-2/+3
2017-02-03staging: lustre: libcfs: default CPT matches NUMA topologyDmitry Eremin1-1/+1
2017-02-03staging: lustre: libcfs: avoid stomping on module param cpu_patternDmitry Eremin1-1/+9
2017-01-14sched/core: Remove set_task_state()Davidlohr Bueso1-1/+1
2016-12-25staging/lustre/libcfs: Convert to hotplug state machineAnna-Maria Gleixner1-40/+45
2016-12-06staging: lustre: libcfs: remove lnet upcall codeAlexander Zarochentsev1-54/+0
2016-11-18staging: lustre: libcfs: remove use of __u* typesJames Simmons1-1/+1
2016-11-18staging: lustre: libcfs: use pr_* instead of printkJames Simmons1-5/+5
2016-11-18staging: lustre: libcfs: Make char * array envp static constantJames Simmons1-6/+8
2016-11-18staging: lustre: libcfs: fix misspelling of descriptorJames Simmons1-1/+1
2016-11-18staging: lustre: libcfs: white space cleanupJames Simmons5-72/+72
2016-11-18staging: lustre: libcfs: remove == 0 testingJames Simmons2-8/+8
2016-11-18staging: lustre: libcfs: remove != 0 testingJames Simmons3-15/+15
2016-11-18staging: lustre: lnet: resolve trailing */ errorsJames Simmons1-1/+1
2016-11-18staging: lustre: lnet: don't use bare unsignedJames Simmons1-3/+3
2016-10-25staging: lustre: remove broken dead code in cfs_cpt_table_create_patternArnd Bergmann1-7/+0
2016-10-16staging: lustre: libcfs: shortcut to create CPT from NUMA topologyLiang Zhen1-8/+40
2016-09-19staging: lustre: libcfs: check mask returned by cpumask_of_nodeLiang Zhen1-3/+14
2016-08-21staging/lustre: Make alignment match open parenthesisOleg Drokin1-2/+2