index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Lines
2013-02-21
decompressors: drop dependency on CONFIG_EXPERT
Florian Fainelli
-6
/
+6
2013-02-21
decompressors: group XZ_DEC_* symbols under an if XZ_BCJ / endif
Florian Fainelli
-6
/
+4
2013-02-21
lib/parser.c: fix up comments for valid return values from match_number
Namjae Jeon
-3
/
+3
2013-02-21
lib/vsprintf.c: add %pa format specifier for phys_addr_t types
Stepan Moskovchenko
-0
/
+7
2013-02-21
lib/Kconfig.debug: unhide CONFIG_PANIC_ON_OOPS
Kyle McMartin
-2
/
+1
2013-02-21
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-0
/
+1
2013-02-21
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-85
/
+148
2013-02-21
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
-35
/
+18
2013-02-20
lib/lzo: Update LZO compression to current upstream version
Markus F.X.J. Oberhumer
-336
/
+387
2013-02-20
lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c
Markus F.X.J. Oberhumer
-2
/
+2
2013-02-19
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-56
/
+61
2013-02-19
rwsem-spinlock: Implement writer lock-stealing for better scalability
Yuanhan Liu
-45
/
+24
2013-02-19
lockdep: Selftest: convert spinlock to raw spinlock
Yong Zhang
-17
/
+17
2013-02-19
rwsem: Implement writer lock-stealing for better scalability
Alex Shi
-29
/
+46
2013-02-11
asm-generic headers: Allow yet more arch overrides in checksum.h
Vineet Gupta
-0
/
+2
2013-02-04
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
-56
/
+61
2013-02-01
mpilib: use DIV_ROUND_UP and remove unused macros
Andy Shevchenko
-8
/
+4
2013-02-01
digsig: remove unnecessary memory allocation and copying
Dmitry Kasatkin
-27
/
+14
2013-02-01
digsig: Fix memory leakage in digsig_verify_rsa()
YOSHIFUJI Hideaki
-0
/
+2
2013-01-29
x86: Don't panic if can not alloc buffer for swiotlb
Yinghai Lu
-18
/
+29
2013-01-28
Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....
Paul E. McKenney
-56
/
+60
2013-01-28
rcu: Provide RCU CPU stall warnings for tiny RCU
Paul E. McKenney
-1
/
+1
2013-01-26
rcu: Consolidate debugging Kconfig options
Dave Hansen
-55
/
+59
2013-01-25
Merge 3.8-rc5 into driver-core-next
Greg Kroah-Hartman
-0
/
+1
2013-01-25
Merge 3.8-rc5 into tty-next
Greg Kroah-Hartman
-8
/
+67
2013-01-22
lib: devres: Fix build breakage
Thierry Reding
-0
/
+1
2013-01-22
lib: devres: Introduce devm_ioremap_resource()
Thierry Reding
-13
/
+44
2013-01-21
taint: add explicit flag to show whether lock dep is still OK.
Rusty Russell
-1
/
+2
2013-01-20
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+1
2013-01-18
tty: Added a CONFIG_TTY option to allow removal of TTY
Joe Millenbach
-0
/
+1
2013-01-17
Merge 3.9-rc4 into driver-core-next
Greg Kroah-Hartman
-8
/
+66
2013-01-17
dynamic_debug: add pr_errs before -EINVALs
Jim Cromie
-12
/
+35
2013-01-17
dynamic_debug: dynamic hex dump
Vladimir Kondratiev
-1
/
+3
2013-01-17
dynamic_debug: Fix vpr_<foo> logging styles
Joe Perches
-56
/
+62
2013-01-17
lib: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
-3
/
+3
2013-01-12
module: put modules in list much earlier.
Rusty Russell
-0
/
+1
2013-01-11
lib/rbtree.c: avoid the use of non-static __always_inline
Michel Lespinasse
-3
/
+17
2013-01-11
lib: cpu_rmap: avoid flushing all workqueues
David Decotigny
-5
/
+49
2013-01-08
rcu: Reduce rcutorture tracing
Paul E. McKenney
-0
/
+1
2013-01-03
misc: remove __dev* attributes.
Greg Kroah-Hartman
-1
/
+1
2012-12-20
lib: atomic64: Initialize locks statically to fix early users
Stephen Boyd
-12
/
+5
2012-12-20
Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-9
/
+57
2012-12-19
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-4
/
+4
2012-12-18
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
-18
/
+18
2012-12-18
Merge tag 'md-3.8' of git://neil.brown.name/md
Linus Torvalds
-26
/
+631
2012-12-17
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
-84
/
+382
2012-12-17
scatterlist: don't BUG when we can trivially return a proper error.
Nick Bowler
-1
/
+2
2012-12-17
prandom: introduce prandom_bytes() and prandom_bytes_state()
Akinobu Mita
-0
/
+49
2012-12-17
random32: rename random32 to prandom
Akinobu Mita
-30
/
+31
2012-12-17
simple_strto*: annotate function as obsolete
Eldad Zack
-0
/
+8
[prev]
[next]