summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-14Merge remote-tracking branch 'lzo-update/lzo-update'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'tty/tty-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'driver-core/driver-core-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'security/next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'metag/for-next'Stephen Rothwell
2013-02-14Merge remote-tracking branch 'arc/arc-next'Stephen Rothwell
2013-02-11asm-generic headers: Allow yet more arch overrides in checksum.hVineet Gupta
2013-02-08Kconfig.debug: add METAG to dependency listsJames Hogan
2013-02-06Merge branch 'core/rcu'Ingo Molnar
2013-02-06Merge branch 'core/urgent'Ingo Molnar
2013-02-06rwsem: 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-03Merge branch 'x86/microcode'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
2012-12-17random32: rename random32 to prandomAkinobu Mita
2012-12-17simple_strto*: annotate function as obsoleteEldad Zack
2012-12-17kstrto*: add documentationEldad Zack
2012-12-17lib/rbtree_test.c: fix uninitialized variable warningCong Ding