summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-256-10/+78
|\
| * reciprocal_divide: update/correction of the algorithmHannes Frederic Sowa2014-01-222-5/+26
| * net: fix "queues" uevent between network namespacesWeilong Chen2014-01-201-2/+8
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-2/+2
| |\
| * | lib: Ensure EWMA does not store wrong intermediate valuesMichael Dalton2014-01-171-2/+4
| * | lib: hash: follow-up fixups for arch hashFrancesco Fusco2013-12-191-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-2/+2
| |\ \
| * | | lib: introduce arch optimized hash libraryFrancesco Fusco2013-12-172-1/+39
* | | | lib/decompress_unlz4.c: always set an error return code on failuresJan Beulich2014-01-241-0/+1
* | | | rbtree/test: test rbtree_postorder_for_each_entry_safe()Cody P Schafer2014-01-241-0/+11
* | | | rbtree/test: move rb_node to the middle of the test structCody P Schafer2014-01-241-1/+1
* | | | test: check copy_to/from_user boundary validationKees Cook2014-01-243-0/+124
* | | | test: add minimal module for verification testingKees Cook2014-01-243-0/+48
* | | | lib/cmdline.c: declare exported symbols immediatelyFelipe Contreras2014-01-241-3/+2Star
* | | | lib/cmdline.c: fix style issuesFelipe Contreras2014-01-241-5/+4Star
* | | | lib/kstrtox.c: remove redundant cleanupFelipe Contreras2014-01-241-1/+0Star
* | | | vsprintf: add %pad extension for dma_addr_t useJoe Perches2014-01-241-6/+27
* | | | dynamic_debug: add wildcard support to filter files/functions/modulesDu, Changbin2014-01-241-5/+10
* | | | lib/parser.c: put EXPORT_SYMBOLs in the conventional placeAndrew Morton2014-01-241-7/+6Star
* | | | lib/parser.c: add match_wildcard() functionDu, Changbin2014-01-241-0/+51
* | | | assoc_array: remove global variableStephen Hemminger2014-01-231-1/+1
* | | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-225-35/+215
|\ \ \ \
| * | | | lib/show_mem.c: show num_poisoned_pages when oomXishi Qiu2014-01-221-0/+3
| * | | | lib/cpumask.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-221-2/+2
| * | | | lib/swiotlb.c: use memblock apis for early memory allocationsSantosh Shilimkar2014-01-221-15/+20
| * | | | mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman2014-01-221-3/+0Star
| * | | | dma-debug: introduce debug_dma_assert_idle()Dan Williams2014-01-222-15/+190
* | | | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-01-221-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | percpu-refcount: Add a WARN() for ref going negativeKent Overstreet2014-01-211-0/+3
* | | | | Merge tag 'usb-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-01-211-1/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman2013-12-161-1/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | lib/scatterlist: export sg_miter_skip()Ming Lei2013-12-091-1/+2
| | |/ / /
* | | | | Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-211-61/+34Star
|\ \ \ \ \
| * | | | | kobject: Fix source code comment spellingBart Van Assche2014-01-091-1/+1
| * | | | | Revert "kobject: introduce kobj_completion"Greg Kroah-Hartman2014-01-051-50/+0Star
| * | | | | Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman2013-12-241-2/+2
| |\| | | |
| * | | | | kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo2013-12-121-1/+1
| * | | | | kobject: fix memory leak in kobject_set_name_vargsMaurizio Lombardi2013-12-091-1/+3
| * | | | | kobject: remove kset from sysfs immediately in kset_unregister()Bjorn Helgaas2013-12-081-0/+1
| * | | | | kobject: delay kobject release for random timeBjorn Helgaas2013-12-081-3/+6
| * | | | | sysfs, kernfs: introduce kernfs_create_dir[_ns]()Tejun Heo2013-11-301-1/+1
| * | | | | Merge 3.13-rc2 into driver-core-nextGreg Kroah-Hartman2013-11-301-8/+1Star
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | sysfs: drop kobj_ns_type handling, take #2Tejun Heo2013-11-271-5/+22
| | |_|/ / | |/| | |
* | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-201-0/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | panic: Make panic_timeout configurableJason Baron2013-11-261-0/+9
| |/ / /
* | | | percpu_counter: unbreak __percpu_counter_add()Hugh Dickins2014-01-171-1/+1
* | | | lib/percpu_counter.c: fix __percpu_counter_add()Ming Lei2014-01-151-2/+2
| |_|/ |/| |
* | | KEYS: Fix multiple key add into associative arrayDavid Howells2013-12-021-2/+2
| |/ |/|
* | lockref: include mutex.h rather than reinvent arch_mutex_cpu_relaxWill Deacon2013-11-281-8/+1Star
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-11-222-5/+4Star
|\