aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+2
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-91/+87
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-18/+29
2013-02-21Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 4-23/+27
2013-02-21decompressors: make the default XZ_DEC_* config match the selected architectureGravatar Florian Fainelli 1-6/+6
2013-02-21decompressors: drop dependency on CONFIG_EXPERTGravatar Florian Fainelli 1-6/+6
2013-02-21decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endifGravatar Florian Fainelli 1-6/+4
2013-02-21lib/parser.c: fix up comments for valid return values from match_numberGravatar Namjae Jeon 1-3/+3
2013-02-21lib/vsprintf.c: add %pa format specifier for phys_addr_t typesGravatar Stepan Moskovchenko 1-0/+7
2013-02-21lib/Kconfig.debug: unhide CONFIG_PANIC_ON_OOPSGravatar Kyle McMartin 1-2/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-85/+148
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 3-35/+18
2013-02-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-56/+61
2013-02-19rwsem-spinlock: Implement writer lock-stealing for better scalabilityGravatar Yuanhan Liu 1-45/+24
2013-02-19lockdep: Selftest: convert spinlock to raw spinlockGravatar Yong Zhang 1-17/+17
2013-02-19rwsem: Implement writer lock-stealing for better scalabilityGravatar Alex Shi 1-29/+46
2013-02-04Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Ingo Molnar 1-56/+61
2013-02-01mpilib: use DIV_ROUND_UP and remove unused macrosGravatar Andy Shevchenko 2-8/+4
2013-02-01digsig: remove unnecessary memory allocation and copyingGravatar Dmitry Kasatkin 1-27/+14
2013-02-01digsig: Fix memory leakage in digsig_verify_rsa()Gravatar YOSHIFUJI Hideaki 1-0/+2
2013-01-29x86: Don't panic if can not alloc buffer for swiotlbGravatar Yinghai Lu 1-18/+29
2013-01-28Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Gravatar Paul E. McKenney 1-56/+60
2013-01-28rcu: Provide RCU CPU stall warnings for tiny RCUGravatar Paul E. McKenney 1-1/+1
2013-01-26rcu: Consolidate debugging Kconfig optionsGravatar Dave Hansen 1-55/+59
2013-01-25Merge 3.8-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-0/+1
2013-01-25Merge 3.8-rc5 into tty-nextGravatar Greg Kroah-Hartman 3-8/+67
2013-01-22lib: devres: Fix build breakageGravatar Thierry Reding 1-0/+1
2013-01-22lib: devres: Introduce devm_ioremap_resource()Gravatar Thierry Reding 1-13/+44
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Gravatar Rusty Russell 1-1/+2
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYGravatar Joe Millenbach 1-0/+1
2013-01-17Merge 3.9-rc4 into driver-core-nextGravatar Greg Kroah-Hartman 2-8/+66
2013-01-17dynamic_debug: add pr_errs before -EINVALsGravatar Jim Cromie 1-12/+35
2013-01-17dynamic_debug: dynamic hex dumpGravatar Vladimir Kondratiev 1-1/+3
2013-01-17dynamic_debug: Fix vpr_<foo> logging stylesGravatar Joe Perches 1-56/+62
2013-01-17lib: remove depends on CONFIG_EXPERIMENTALGravatar Kees Cook 3-3/+3
2013-01-12module: put modules in list much earlier.Gravatar Rusty Russell 1-0/+1
2013-01-11lib/rbtree.c: avoid the use of non-static __always_inlineGravatar Michel Lespinasse 1-3/+17
2013-01-11lib: cpu_rmap: avoid flushing all workqueuesGravatar David Decotigny 1-5/+49
2013-01-08rcu: Reduce rcutorture tracingGravatar Paul E. McKenney 1-0/+1
2013-01-03misc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-12-20lib: atomic64: Initialize locks statically to fix early usersGravatar Stephen Boyd 1-12/+5
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-9/+57
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+4
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 3-18/+18
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdGravatar Linus Torvalds 11-26/+631
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 10-84/+382
2012-12-17scatterlist: don't BUG when we can trivially return a proper error.Gravatar Nick Bowler 1-1/+2
2012-12-17prandom: introduce prandom_bytes() and prandom_bytes_state()Gravatar Akinobu Mita 1-0/+49