aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAge
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-14
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-03-27
| |\
| | *-. Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney2015-03-20
| | |\ \
| | | | * rcutorture: Default to grace-period-initialization delaysPaul E. McKenney2015-03-12
| | | | * rcu: Provide diagnostic option to slow down grace-period initializationPaul E. McKenney2015-03-11
| | | |/ | | |/|
| | | * rcu: Drive PROVE_RCU directly off of PROVE_LOCKINGPaul E. McKenney2015-02-26
| | |/
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-14
|\ \ \
| * | | lib: correct link to the original source for div64_u64Heinrich Schuchardt2015-03-06
* | | | Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-04-13
|\ \ \ \
| * | | | kobject: WARN as tip when call kobject_get() to a kobject not initializedEthan Zhao2015-03-25
| * | | | lib/lz4: Pull out constant tablesRasmus Villemoes2015-03-25
| | |/ / | |/| |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-13
|\ \ \ \
| * | | | Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar2015-03-31
| |\| | |
| * | | | timekeeping: Add debugging checks to warn if we see delaysJohn Stultz2015-03-13
| | |_|/ | |/| |
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-13
|\ \ \ \
| * | | | locking: Remove ACCESS_ONCE() usageDavidlohr Bueso2015-02-24
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-03
|\ \ \ \
| * | | | block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer2015-03-31
| | |/ / | |/| |
* / | | netlink: pad nla_memcpy dest buffer with zeroesJiri Benc2015-03-31
|/ / /
* | | LZ4 : fix the data abort issueJeHyeon Yeon2015-03-16
* | | Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2015-03-13
|\ \ \
| * | | move iov_iter.c from mm/ to lib/Al Viro2015-02-17
* | | | Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-03-09
|\ \ \ \
| * | | | seq_buf: Fix seq_buf_bprintf() truncationSteven Rostedt (Red Hat)2015-03-04
| * | | | seq_buf: Fix seq_buf_vprintf() truncationSteven Rostedt (Red Hat)2015-03-04
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-03
|\ \ \ \ | |/ / / |/| | |
| * | | rhashtable: use cond_resched()Eric Dumazet2015-02-27
| * | | rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann2015-02-27
| * | | rhashtable: unconditionally grow when max_shift is not specifiedDaniel Borkmann2015-02-27
| * | | rhashtable: initialize all rhashtable walker membersSasha Levin2015-02-23
| * | | rhashtable: allow to unload test moduleDaniel Borkmann2015-02-20
| * | | rhashtable: better high order allocation attemptsDaniel Borkmann2015-02-20
| * | | rhashtable: don't test for shrink on insert, expansion on deleteDaniel Borkmann2015-02-20
| * | | rhashtable: don't allocate ht structure on stack in test_rht_initDaniel Borkmann2015-02-20
| |/ /
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-19
|\ \ \
| * | | kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-07
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-18
|\ \ \ \ | |_|/ / |/| | |
| * | | pci: add pci_iomap_rangeMichael S. Tsirkin2015-01-21
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-17
|\ \ \ \
| * | | | dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds2015-01-25
| |/ / /
* | | | scripts/gdb: add infrastructureJan Kiszka2015-02-17
* | | | lib/Kconfig: use bool instead of booleanChristoph Jaeger2015-02-16
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-02-14
|\ \ \ \
| * | | | lib: memzero_explicit: add comment for its usageDaniel Borkmann2015-01-08
| | |/ / | |/| |
* | | | kasan: enable instrumentation of global variablesAndrey Ryabinin2015-02-14
* | | | lib: add kasan test moduleAndrey Ryabinin2015-02-14
* | | | mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin2015-02-14
* | | | x86_64: add KASan supportAndrey Ryabinin2015-02-14
* | | | kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2015-02-14
* | | | bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-14