summaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Expand)Author
2012-07-31switch the protection of percpu_counter list to spinlockAl Viro
2012-07-30lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()Mandeep Singh Baines
2012-07-30powerpc: pSeries reconfig notifier error injection moduleAkinobu Mita
2012-07-30memory: memory notifier error injection moduleAkinobu Mita
2012-07-30PM: PM notifier error injection moduleAkinobu Mita
2012-07-30cpu: rewrite cpu-notifier-error-inject moduleAkinobu Mita
2012-07-30fault-injection: notifier error injectionAkinobu Mita
2012-07-30lib/crc32.c: fix unused variables warningsThiago Rafael Becker
2012-07-30spinlock_debug: print offset in addition to symbol nameStephen Boyd
2012-07-30atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas
2012-07-30string: introduce memweight()Akinobu Mita
2012-07-30vsprintf: add support of '%*ph[CDN]'Andy Shevchenko
2012-07-30lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)Dan Rosenberg
2012-07-30lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when...Andrew Morton
2012-07-30vsprintf: add %pMR for Bluetooth MAC addressAndrei Emeltchenko
2012-07-30scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski
2012-07-23of/lib: Allow scripts/dtc/libfdt to be used from kernel codeDavid Daney
2012-07-19debug: Do not permit CONFIG_DEBUG_STACK_USAGE=y on IA64 or PARISCTony Luck
2012-07-06rcu: Fix broken strings in RCU's source code.Paul E. McKenney
2012-07-02dma-debug: debugfs_create_bool() takes a u32 pointerDan Carpenter
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso
2012-06-28lib: correct link to the original source for div64_u64Akinobu Mita
2012-06-20fault-inject: avoid call to random32() if fault injection is disabledAnton Blanchard
2012-06-09lib: Fix possible deadlock in flexible proportion codeJan Kara
2012-06-09lib: Proportions with flexible periodJan Kara
2012-06-07btree: catch NULL value before it does harmJoern Engel
2012-06-07btree: fix tree corruption in btree_get_prev()Roland Dreier
2012-06-06spinlock: Indicate that a lockup is only suspectedChristian Borntraeger
2012-06-05radix-tree: fix contiguous iteratorKonstantin Khlebnikov
2012-05-31vsprintf: further optimize decimal conversionDenys Vlasenko
2012-05-31vsprintf: correctly handle width when '#' flag used in %#p formatGrant Likely
2012-05-31bql: Avoid possible inconsistent calculation.Hiroaki SHIMODA
2012-05-31bql: Avoid unneeded limit decrement.Hiroaki SHIMODA
2012-05-31bql: Fix POSDIFF() to integer overflow aware.Hiroaki SHIMODA
2012-05-29lib/vsprintf.c: "%#o",0 becomes '0' instead of '00'Pierre Carrier
2012-05-29radix-tree: fix preload vector sizeNick Piggin
2012-05-29spinlock_debug: print kallsyms name for lockStephen Boyd
2012-05-29vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd
2012-05-29lib/bitmap.c: fix documentation for scnprintf() functionsAndrew Morton
2012-05-29lib/string_helpers.c: make arrays staticAndrew Morton
2012-05-29lib/test-kstrtox.c: mark const init data with __initconst instead of __initdataUwe Kleine-König
2012-05-29list_debug: WARN for adding something already in the listChris Metcalf
2012-05-29swiotlb: print physical addresses consistently with other parts of kernelBjorn Helgaas
2012-05-28lib/raid6: fix sparse warnings in recovery functionsJim Kukunas
2012-05-27lib: Fix generic strnlen_user for 32-bit big-endian machinesPaul Mackerras
2012-05-26lib: add generic strnlen_user() functionLinus Torvalds
2012-05-26word-at-a-time: make the interfaces truly genericLinus Torvalds
2012-05-26Remove unused code from MPI libraryDmitry Kasatkin
2012-05-26Revert "crypto: GnuPG based MPI lib - additional sources (part 4)"Dmitry Kasatkin
2012-05-24lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller