summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-241-1/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-191-2/+2
| |\
| * | netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-301-1/+4
* | | Merge tag 'please-pull-misc-3.6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-241-1/+1
|\ \ \
| * | | debug: Do not permit CONFIG_DEBUG_STACK_USAGE=y on IA64 or PARISCTony Luck2012-07-191-1/+1
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-07-2417-2068/+0Star
|\ \ \ \
| * | | | Merge commit 'v3.5-rc2' into nextJames Morris2012-06-1030-289/+1430
| |\| | |
| * | | | Remove unused code from MPI libraryDmitry Kasatkin2012-05-265-664/+0Star
| * | | | Revert "crypto: GnuPG based MPI lib - additional sources (part 4)"Dmitry Kasatkin2012-05-2612-1404/+0Star
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-07-221-4/+2Star
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | rcu: Fix broken strings in RCU's source code.Paul E. McKenney2012-07-061-4/+2Star
| | |_|/ | |/| |
* | | | Merge tag 'iommu-fixes-v3.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-091-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | dma-debug: debugfs_create_bool() takes a u32 pointerDan Carpenter2012-07-021-2/+2
* | | | fault-inject: avoid call to random32() if fault injection is disabledAnton Blanchard2012-06-201-0/+4
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-06-162-1/+21
|\ \ \ \ | |_|_|/ |/| | |
| * | | spinlock: Indicate that a lockup is only suspectedChristian Borntraeger2012-06-061-1/+1
| * | | Merge branch 'core/debug' into core/urgentIngo Molnar2012-06-061-0/+20
| |\ \ \
| | * | | panic: Make panic_on_oops configurableKyle McMartin2012-05-071-0/+20
| | | |/ | | |/|
* | | | btree: catch NULL value before it does harmJoern Engel2012-06-071-0/+1
* | | | btree: fix tree corruption in btree_get_prev()Roland Dreier2012-06-071-2/+2
* | | | Merge tag 'md-3.5-fixes' of git://neil.brown.name/mdLinus Torvalds2012-06-062-6/+8
|\ \ \ \ | |/ / / |/| | |
| * | | lib/raid6: fix sparse warnings in recovery functionsJim Kukunas2012-05-282-6/+8
* | | | radix-tree: fix contiguous iteratorKonstantin Khlebnikov2012-06-051-0/+3
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-06-031-7/+11
|\ \ \
| * | | bql: Avoid possible inconsistent calculation.Hiroaki SHIMODA2012-06-011-5/+7
| * | | bql: Avoid unneeded limit decrement.Hiroaki SHIMODA2012-06-011-2/+4
| * | | bql: Fix POSDIFF() to integer overflow aware.Hiroaki SHIMODA2012-06-011-1/+1
* | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-011-94/+195
|\ \ \ \ | |/ / / |/| | |
| * | | vsprintf: further optimize decimal conversionDenys Vlasenko2012-06-011-91/+190
| * | | vsprintf: correctly handle width when '#' flag used in %#p formatGrant Likely2012-06-011-3/+5
* | | | Merge tag 'iommu-updates-v3.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-05-301-5/+5
|\ \ \ \ | |/ / / |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'iommu/fixes', 'dma-debug', 'arm/omap', 'arm/tegra', 'core' an...Joerg Roedel2012-05-303-14/+15
| |\ \ \ \ | | | | |/ | | | |/|
| | * / | dma-debug: release free_entries_lock before saving stack traceJakub Kicinski2012-04-121-5/+5
| |/ / /
* | | | lib/vsprintf.c: "%#o",0 becomes '0' instead of '00'Pierre Carrier2012-05-301-4/+8
* | | | radix-tree: fix preload vector sizeNick Piggin2012-05-301-1/+14
* | | | spinlock_debug: print kallsyms name for lockStephen Boyd2012-05-301-1/+1
* | | | vsprintf: fix %ps on non symbols when using kallsymsStephen Boyd2012-05-301-1/+1
* | | | lib/bitmap.c: fix documentation for scnprintf() functionsAndrew Morton2012-05-301-6/+6
* | | | lib/string_helpers.c: make arrays staticAndrew Morton2012-05-301-4/+4
* | | | lib/test-kstrtox.c: mark const init data with __initconst instead of __initdataUwe Kleine-König2012-05-301-2/+2
* | | | list_debug: WARN for adding something already in the listChris Metcalf2012-05-301-0/+3
* | | | swiotlb: print physical addresses consistently with other parts of kernelBjorn Helgaas2012-05-301-5/+3Star
* | | | lib: Fix generic strnlen_user for 32-bit big-endian machinesPaul Mackerras2012-05-281-1/+1
| |_|/ |/| |
* | | Merge branch 'generic-string-functions'Linus Torvalds2012-05-274-40/+149
|\ \ \
| * | | lib: add generic strnlen_user() functionLinus Torvalds2012-05-263-0/+142
| * | | word-at-a-time: make the interfaces truly genericLinus Torvalds2012-05-261-40/+7Star
* | | | Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-05-263-0/+85
|\ \ \ \ | |/ / / |/| | |
| * | | lib: add support for stmp-style devicesWolfram Sang2012-04-203-0/+85
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-05-253-0/+151
|\ \ \ \
| * | | | lib: Sparc's strncpy_from_user is generic enough, move under lib/David S. Miller2012-05-243-0/+151