aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-27lib/devres.c: fix misplaced #endifJingoo Han1-1/+1
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+2
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-91/+87
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+29
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds4-23/+27
2013-02-21decompressors: make the default XZ_DEC_* config match the selected architectureFlorian Fainelli1-6/+6
2013-02-21decompressors: drop dependency on CONFIG_EXPERTFlorian Fainelli1-6/+6
2013-02-21decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endifFlorian Fainelli1-6/+4
2013-02-21lib/parser.c: fix up comments for valid return values from match_numberNamjae Jeon1-3/+3
2013-02-21lib/vsprintf.c: add %pa format specifier for phys_addr_t typesStepan Moskovchenko1-0/+7
2013-02-21lib/Kconfig.debug: unhide CONFIG_PANIC_ON_OOPSKyle McMartin1-2/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds6-85/+148
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds3-35/+18
2013-02-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-56/+61
2013-02-19rwsem-spinlock: Implement writer lock-stealing for better scalabilityYuanhan Liu1-45/+24
2013-02-19lockdep: Selftest: convert spinlock to raw spinlockYong Zhang1-17/+17
2013-02-19rwsem: Implement writer lock-stealing for better scalabilityAlex Shi1-29/+46
2013-02-04Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-56/+61
2013-02-01mpilib: use DIV_ROUND_UP and remove unused macrosAndy Shevchenko2-8/+4
2013-02-01digsig: remove unnecessary memory allocation and copyingDmitry Kasatkin1-27/+14
2013-02-01digsig: Fix memory leakage in digsig_verify_rsa()YOSHIFUJI Hideaki1-0/+2
2013-01-29x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu1-18/+29
2013-01-28Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01.24a' and 'tiny.2013.01.29b' into HEADPaul E. McKenney1-56/+60
2013-01-28rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney1-1/+1
2013-01-26rcu: Consolidate debugging Kconfig optionsDave Hansen1-55/+59
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+1
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman3-8/+67
2013-01-22lib: devres: Fix build breakageThierry Reding1-0/+1
2013-01-22lib: devres: Introduce devm_ioremap_resource()Thierry Reding1-13/+44
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+2
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-0/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+1
2013-01-17Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2-8/+66
2013-01-17dynamic_debug: add pr_errs before -EINVALsJim Cromie1-12/+35
2013-01-17dynamic_debug: dynamic hex dumpVladimir Kondratiev1-1/+3
2013-01-17dynamic_debug: Fix vpr_<foo> logging stylesJoe Perches1-56/+62
2013-01-17lib: remove depends on CONFIG_EXPERIMENTALKees Cook3-3/+3
2013-01-12module: put modules in list much earlier.Rusty Russell1-0/+1
2013-01-11lib/rbtree.c: avoid the use of non-static __always_inlineMichel Lespinasse1-3/+17
2013-01-11lib: cpu_rmap: avoid flushing all workqueuesDavid Decotigny1-5/+49
2013-01-08rcu: Reduce rcutorture tracingPaul E. McKenney1-0/+1
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-20lib: atomic64: Initialize locks statically to fix early usersStephen Boyd1-12/+5
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-9/+57
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-4/+4
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds3-18/+18
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds11-26/+631
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds10-84/+382
2012-12-17scatterlist: don't BUG when we can trivially return a proper error.Nick Bowler1-1/+2