summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2011-11-09crypto: GnuPG based MPI lib - additional sources (part 4)Dmitry Kasatkin-0/+1400
2011-11-09crypto: GnuPG based MPI lib - make files (part 3)Dmitry Kasatkin-0/+30
2011-11-09crypto: GnuPG based MPI lib - header files (part 2)Dmitry Kasatkin-0/+1861
2011-11-09crypto: GnuPG based MPI lib - source files (part 1)Dmitry Kasatkin-0/+2681
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+4
2011-11-04netlink: validate NLA_MSECS lengthJohannes Berg-0/+1
2011-11-02ida: make ida_simple_get/put() IRQ safeTejun Heo-4/+7
2011-10-31lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko-7/+7
2011-10-31lib/string.c: fix strim() semantics for strings that have only blanksMichael Holzheu-2/+1
2011-10-31lib/idr.c: fix comment for ida_get_new_above()Wang Sheng-Hui-2/+2
2011-10-31lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdefGlauber Costa-0/+2
2011-10-31lib/bitmap.c: quiet sparse noise about address spaceH Hartley Sweeten-4/+6
2011-10-31lib/spinlock_debug.c: print owner on spinlock lockupAkinobu Mita-9/+10
2011-10-31lib/kstrtox: common code between kstrto*() and simple_strto*() functionsAlexey Dobriyan-48/+68
2011-10-31lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUTJiaju Zhang-2/+3
2011-10-31lib/string.c: introduce memchr_inv()Akinobu Mita-0/+54
2011-10-31radix_tree: clean away saw_unset_tag leftoversHugh Dickins-8/+2
2011-10-31lib: dma-debug needs export.h for EXPORT_SYMBOLPaul Gortmaker-0/+1
2011-10-31md: Add in export.h for files using EXPORT_SYMBOLPaul Gortmaker-0/+2
2011-10-31md: Add module.h to all files using it implicitlyPaul Gortmaker-0/+1
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds-7/+61
2011-10-29Docs: Kconfig: CORDIC descriptionMichael Witten-3/+2
2011-10-29Docs: wording: functions -> algorithmMichael Witten-2/+2
2011-10-29Docs: Pedantry: [Cc]ordic -> CORDICMichael Witten-3/+3
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds-1/+15
2011-10-26fault-inject: export setup_fault_attr()Per Forlin-1/+2
2011-10-26mmc: core: add random fault injectionPer Forlin-0/+11
2011-10-26fault-inject: export fault injection functionsPer Forlin-0/+2
2011-10-26Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds-1/+1
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-64/+19
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-76/+76
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-55/+120
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-22/+21
2011-10-25Merge branch 'for-linus' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/...Linus Torvalds-2/+2
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds-4/+11
2011-10-25Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v...Russell King-2/+2
2011-10-21Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '...Joerg Roedel-7/+61
2011-10-20lib/raid6: Fix filename emitted in generated codeDan McGee-1/+1
2011-10-18dynamic_debug: fix undefined reference to `__netdev_printk'Jason Baron-0/+4
2011-10-18dynamic_debug: use a single printk() to emit messagesJason Baron-39/+41
2011-10-18dynamic_debug: remove num_enabled accountingJason Baron-7/+0
2011-10-14lru_cache: allow multiple changes per transactionLars Ellenberg-76/+167
2011-10-14lru_cache: consolidate lc_get and lc_try_getLars Ellenberg-59/+61
2011-10-14lru_cache.h: fix comments referring to ts_ instead of lc_Lars Ellenberg-1/+1
2011-10-14drbd: use clear_bit_unlock() where appropriateLars Ellenberg-6/+4
2011-10-06sched: Wrap scheduler p->cpus_allowed accessPeter Zijlstra-1/+1
2011-10-04llist: Remove cpu_relax() usage in cmpxchg loopsPeter Zijlstra-2/+0
2011-10-04llist: Return whether list is empty before adding in llist_add()Huang Ying-1/+5
2011-10-04llist: Move cpu_relax() to after the cmpxchg()Huang Ying-4/+10