summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-7/+7
|\
| * switch the protection of percpu_counter list to spinlockAl Viro2012-07-311-7/+7
* | Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-07-302-1/+273
|\ \
| * | lib: Fix possible deadlock in flexible proportion codeJan Kara2012-06-091-2/+8
| * | lib: Proportions with flexible periodJan Kara2012-06-092-1/+267
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-3015-58/+528
|\ \ \
| * | | lib/scatterlist: do not re-write gfp_flags in __sg_alloc_table()Mandeep Singh Baines2012-07-301-8/+0
| * | | powerpc: pSeries reconfig notifier error injection moduleAkinobu Mita2012-07-303-0/+70
| * | | memory: memory notifier error injection moduleAkinobu Mita2012-07-303-0/+72
| * | | PM: PM notifier error injection moduleAkinobu Mita2012-07-303-0/+74
| * | | cpu: rewrite cpu-notifier-error-inject moduleAkinobu Mita2012-07-302-40/+39
| * | | fault-injection: notifier error injectionAkinobu Mita2012-07-304-0/+148
| * | | lib/crc32.c: fix unused variables warningsThiago Rafael Becker2012-07-301-0/+2
| * | | spinlock_debug: print offset in addition to symbol nameStephen Boyd2012-07-301-1/+1
| * | | atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas2012-07-302-3/+5
| * | | string: introduce memweight()Akinobu Mita2012-07-302-1/+39
| * | | vsprintf: add support of '%*ph[CDN]'Andy Shevchenko2012-07-301-0/+55
| * | | lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)Dan Rosenberg2012-07-301-1/+2
| * | | lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when...Andrew Morton2012-07-301-0/+2
| * | | vsprintf: add %pMR for Bluetooth MAC addressAndrei Emeltchenko2012-07-301-4/+19
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-07-308-0/+23
|\ \ \ \
| * | | | of/lib: Allow scripts/dtc/libfdt to be used from kernel codeDavid Daney2012-07-238-0/+23
| | |_|/ | |/| |
* | | | Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...Linus Torvalds2012-07-301-0/+64
|\ \ \ \ | |_|/ / |/| | |
| * | | scatterlist: add sg_alloc_table_from_pages functionTomasz Stanislawski2012-07-301-0/+64
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-1/+1
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2012-06-291-5/+3
| |\ \ \
| * | | | lib: correct link to the original source for div64_u64Akinobu Mita2012-06-281-1/+1
* | | | | 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-291-1/+4
* | | | | | Merge tag 'please-pull-misc-3.6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-231-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-2317-2068/+0
|\ \ \ \ \ \ \
| * | | | | | | Merge commit 'v3.5-rc2' into nextJames Morris2012-06-1030-289/+1430
| |\| | | | | |
| * | | | | | | Remove unused code from MPI libraryDmitry Kasatkin2012-05-265-664/+0
| * | | | | | | Revert "crypto: GnuPG based MPI lib - additional sources (part 4)"Dmitry Kasatkin2012-05-2612-1404/+0
* | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-07-221-4/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | rcu: Fix broken strings in RCU's source code.Paul E. McKenney2012-07-061-4/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | 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-152-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
| |_|/ / / |/| | | |