aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 4-9/+7
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-4/+4
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-137/+57
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 5-0/+159
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Gravatar Greg Kroah-Hartman 5-137/+57
2012-01-06Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-4/+50
2012-01-03switch debugfs to umode_tGravatar Al Viro 1-4/+4
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2011-12-21kobject: remove kset_find_obj_hinted()Gravatar Kay Sievers 1-37/+0
2011-12-13kref: Inline all functionsGravatar Peter Zijlstra 2-98/+1
2011-12-09driver-core: skip uevent generation when nobody is listeningGravatar Kay Sievers 1-0/+3
2011-12-08sch_red: Adaptative RED AQMGravatar Eric Dumazet 1-0/+2
2011-12-06decompress_bunzip2: remove invalid vi modelineGravatar Paul Bolle 1-1/+0
2011-12-06treewide: Fix comment and string typo 'bufer'Gravatar Paul Bolle 2-3/+3
2011-11-29dql: Dynamic queue limitsGravatar Tom Herbert 3-0/+138
2011-11-23debugobjects: Extend to assert that an object is initializedGravatar Christine Chan 1-0/+38
2011-11-23debugobjects: Be smarter about static objectsGravatar Stephen Boyd 1-4/+12
2011-11-21Fix comparison using wrong pointer variable in dma debug codeGravatar Thomas Jarosch 1-1/+1
2011-11-16net: introduce and use netdev_features_t for device features setsGravatar Michał Mirosław 1-0/+19
2011-11-15lib: devres: add convenience function to remap a resourceGravatar Wolfram Sang 1-0/+51
2011-11-15lib: devres: add annotations for #endifGravatar Wolfram Sang 1-2/+2
2011-11-13Merge branch 'master' into for-nextGravatar Jiri Kosina 28-290/+459
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 4-0/+4
2011-11-04netlink: validate NLA_MSECS lengthGravatar Johannes Berg 1-0/+1
2011-11-02ida: make ida_simple_get/put() IRQ safeGravatar Tejun Heo 1-4/+7
2011-10-31lib: rename pack_hex_byte() to hex_byte_pack()Gravatar Andy Shevchenko 1-7/+7
2011-10-31lib/string.c: fix strim() semantics for strings that have only blanksGravatar Michael Holzheu 1-2/+1
2011-10-31lib/idr.c: fix comment for ida_get_new_above()Gravatar Wang Sheng-Hui 1-2/+2
2011-10-31lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdefGravatar Glauber Costa 1-0/+2
2011-10-31lib/bitmap.c: quiet sparse noise about address spaceGravatar H Hartley Sweeten 1-4/+6
2011-10-31lib/spinlock_debug.c: print owner on spinlock lockupGravatar Akinobu Mita 1-9/+10
2011-10-31lib/kstrtox: common code between kstrto*() and simple_strto*() functionsGravatar Alexey Dobriyan 3-48/+68
2011-10-31lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUTGravatar Jiaju Zhang 1-2/+3
2011-10-31lib/string.c: introduce memchr_inv()Gravatar Akinobu Mita 1-0/+54
2011-10-31radix_tree: clean away saw_unset_tag leftoversGravatar Hugh Dickins 1-8/+2
2011-10-31lib: dma-debug needs export.h for EXPORT_SYMBOLGravatar Paul Gortmaker 1-0/+1
2011-10-31md: Add in export.h for files using EXPORT_SYMBOLGravatar Paul Gortmaker 2-0/+2
2011-10-31md: Add module.h to all files using it implicitlyGravatar Paul Gortmaker 1-0/+1
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuGravatar Linus Torvalds 1-7/+61
2011-10-29Docs: Kconfig: CORDIC descriptionGravatar Michael Witten 1-3/+2
2011-10-29Docs: wording: functions -> algorithmGravatar Michael Witten 2-2/+2
2011-10-29Docs: Pedantry: [Cc]ordic -> CORDICGravatar Michael Witten 2-3/+3
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Gravatar Linus Torvalds 2-1/+15
2011-10-26fault-inject: export setup_fault_attr()Gravatar Per Forlin 1-1/+2
2011-10-26mmc: core: add random fault injectionGravatar Per Forlin 1-0/+11
2011-10-26fault-inject: export fault injection functionsGravatar Per Forlin 1-0/+2
2011-10-26Merge branch 'for-linus' of git://neil.brown.name/mdGravatar Linus Torvalds 1-1/+1
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-64/+19
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 6-76/+76