aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-10-31lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko
2011-10-31lib/string.c: fix strim() semantics for strings that have only blanksMichael Holzheu
2011-10-31lib/idr.c: fix comment for ida_get_new_above()Wang Sheng-Hui
2011-10-31lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdefGlauber Costa
2011-10-31lib/bitmap.c: quiet sparse noise about address spaceH Hartley Sweeten
2011-10-31lib/spinlock_debug.c: print owner on spinlock lockupAkinobu Mita
2011-10-31lib/kstrtox: common code between kstrto*() and simple_strto*() functionsAlexey Dobriyan
2011-10-31lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUTJiaju Zhang
2011-10-31lib/string.c: introduce memchr_inv()Akinobu Mita
2011-10-31radix_tree: clean away saw_unset_tag leftoversHugh Dickins
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds
2011-10-26fault-inject: export setup_fault_attr()Per Forlin
2011-10-26mmc: core: add random fault injectionPer Forlin
2011-10-26fault-inject: export fault injection functionsPer Forlin
2011-10-26Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-10-25Merge branch 'for-linus' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/...Linus Torvalds
2011-10-25Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds
2011-10-25Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v...Russell King
2011-10-21Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '...Joerg Roedel
2011-10-20lib/raid6: Fix filename emitted in generated codeDan McGee
2011-10-18dynamic_debug: fix undefined reference to `__netdev_printk'Jason Baron
2011-10-18dynamic_debug: use a single printk() to emit messagesJason Baron
2011-10-18dynamic_debug: remove num_enabled accountingJason Baron
2011-10-06sched: Wrap scheduler p->cpus_allowed accessPeter Zijlstra
2011-10-04llist: Remove cpu_relax() usage in cmpxchg loopsPeter Zijlstra
2011-10-04llist: Return whether list is empty before adding in llist_add()Huang Ying
2011-10-04llist: Move cpu_relax() to after the cmpxchg()Huang Ying
2011-10-04llist: Remove the platform-dependent NMI checksIngo Molnar
2011-10-04llist: Make some llist functions inlineHuang Ying
2011-10-01ARM: always use ARM_UNWIND for thumb2 kernelsArnd Bergmann
2011-09-21XZ: Fix incorrect XZ_BUF_ERRORLasse Collin
2011-09-20lib: add error checking to hex2binMimi Zohar
2011-09-15Merge branch 'master' into for-nextJiri Kosina
2011-09-15Remove unneeded version.h include from lib/Jesper Juhl
2011-09-15Kconfig: Copyedit: DEBUG_SECTION_MISMATCHMichael Witten
2011-09-14lib: atomic64: Change the type of local lock to raw_spinlock_tYong Zhang
2011-09-13lib/sha1.c: quiet sparse noise about symbol not declaredH Hartley Sweeten
2011-09-13locking, lib/atomic64: Annotate atomic64_lock::lock as rawShan Hai
2011-09-13locking, rwsem: Annotate inner lock as rawThomas Gleixner
2011-09-13locking, printk: Annotate logbuf_lock as rawThomas Gleixner
2011-09-13locking, lib/proportions: Annotate prop_local_percpu::lock as rawThomas Gleixner
2011-09-13locking, percpu_counter: Annotate ::lock as rawThomas Gleixner
2011-08-30bitops: Move find_next_bit.o from lib-y to obj-yGeert Uytterhoeven
2011-08-23dma-debug: hash_bucket_find needs to allow for offsets within an entryNeil Horman
2011-08-23lib: Kconfig.debug: Typo remove extra "it"Justin P. Mattock