aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2013-02-21decompressors: make the default XZ_DEC_* config match the selected architectureFlorian Fainelli
2013-02-21decompressors: drop dependency on CONFIG_EXPERTFlorian Fainelli
2013-02-21decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endifFlorian Fainelli
2013-02-21lib/parser.c: fix up comments for valid return values from match_numberNamjae Jeon
2013-02-21lib/vsprintf.c: add %pa format specifier for phys_addr_t typesStepan Moskovchenko
2013-02-21lib/Kconfig.debug: unhide CONFIG_PANIC_ON_OOPSKyle McMartin
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2013-02-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-02-19rwsem-spinlock: Implement writer lock-stealing for better scalabilityYuanhan Liu
2013-02-19lockdep: Selftest: convert spinlock to raw spinlockYong Zhang
2013-02-19rwsem: Implement writer lock-stealing for better scalabilityAlex Shi
2013-02-04Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-02-01mpilib: use DIV_ROUND_UP and remove unused macrosAndy Shevchenko
2013-02-01digsig: remove unnecessary memory allocation and copyingDmitry Kasatkin
2013-02-01digsig: Fix memory leakage in digsig_verify_rsa()YOSHIFUJI Hideaki
2013-01-29x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu
2013-01-28Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....Paul E. McKenney
2013-01-28rcu: Provide RCU CPU stall warnings for tiny RCUPaul E. McKenney
2013-01-26rcu: Consolidate debugging Kconfig optionsDave Hansen
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman
2013-01-22lib: devres: Fix build breakageThierry Reding
2013-01-22lib: devres: Introduce devm_ioremap_resource()Thierry Reding
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2013-01-20Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach
2013-01-17Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman
2013-01-17dynamic_debug: add pr_errs before -EINVALsJim Cromie
2013-01-17dynamic_debug: dynamic hex dumpVladimir Kondratiev
2013-01-17dynamic_debug: Fix vpr_<foo> logging stylesJoe Perches
2013-01-17lib: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-12module: put modules in list much earlier.Rusty Russell
2013-01-11lib/rbtree.c: avoid the use of non-static __always_inlineMichel Lespinasse
2013-01-11lib: cpu_rmap: avoid flushing all workqueuesDavid Decotigny
2013-01-08rcu: Reduce rcutorture tracingPaul E. McKenney
2013-01-03misc: remove __dev* attributes.Greg Kroah-Hartman
2012-12-20lib: atomic64: Initialize locks statically to fix early usersStephen Boyd
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-12-18Merge tag 'md-3.8' of git://neil.brown.name/mdLinus Torvalds
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-17scatterlist: don't BUG when we can trivially return a proper error.Nick Bowler
2012-12-17prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita