summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2014-08-06lib: list_sort.c: Limit number of unused cmp callbacksRasmus Villemoes-1/+3
2014-08-06lib: list_sort_test(): simplify and harden cleanupRasmus Villemoes-7/+5
2014-08-06lib: list_sort_test(): add extra corruption checkRasmus Villemoes-0/+5
2014-08-06lib: list_sort_test(): return -ENOMEM when allocation failsRasmus Villemoes-1/+2
2014-08-06lib/test-kstrtox.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick-1/+1
2014-08-06lib/string_helpers.c: constify static arraysMathias Krause-6/+9
2014-08-06lib/cmdline.c: add size unit t/p/e to memparseGui Hecheng-5/+10
2014-08-06lib/glob.c: add CONFIG_GLOB_SELFTESTGeorge Spelvin-0/+178
2014-08-06lib: add lib/glob.cGeorge Spelvin-0/+144
2014-08-06zlib: clean up some dead codeSergey Senozhatsky-275/+0
2014-08-06klist: use same naming scheme as hlist for klist_add_after()Ken Helias-3/+3
2014-08-06printk: rename DEFAULT_MESSAGE_LOGLEVELAlex Elder-1/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-124/+935
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-1/+2
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+9
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-28/+131
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+2
2014-08-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-14/+0
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds-32/+54
2014-08-02lib: Resizable, Scalable, Concurrent Hash TableThomas Graf-1/+806
2014-08-02iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin-0/+4
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov-12/+12
2014-07-30Kbuild: Add a option to enable dwarf4 v2Andi Kleen-0/+9
2014-07-30random32: mix in entropy from core to late initcallHannes Frederic Sowa-21/+28
2014-07-30kbuild: Support split debug info v4Andi Kleen-0/+15
2014-07-25scatterlist: allow chaining to preallocated chunksChristoph Hellwig-8/+17
2014-07-24net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn'Alexei Starovoitov-2/+2
2014-07-23kernel: time: Add udelay_test module to validate udelayDavid Riley-0/+9
2014-07-23of: Provide a function to request and map memoryMatthias Brugger-2/+0
2014-07-21Merge 3.16-rc6 into driver-core-nextGreg Kroah-Hartman-1/+1
2014-07-20net: print net_device reg_state in netdev_* unless it's registeredVeaceslav Falico-3/+5
2014-07-17test: add firmware_class loader testKees Cook-0/+131
2014-07-17digsig: make crypto builtin if digsig selected as builtinDmitry Kasatkin-1/+2
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso-2/+1
2014-07-17Merge branch 'locking/urgent' into locking/core, before applying larger chang...Ingo Molnar-35/+126
2014-07-17Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar-14/+0
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-13/+82
2014-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-1/+1
2014-07-10drbd: debugfs: add per volume oldest_requestsLars Ellenberg-9/+12
2014-07-10drbd: silence -Wmissing-prototypes warningsLars Ellenberg-1/+1
2014-07-09rcu: Remove CONFIG_PROVE_RCU_DELAYPaul E. McKenney-14/+0
2014-07-07Merge 3.16-rc4 into driver-core-nextGreg Kroah-Hartman-1/+5
2014-07-03lz4: add overrun checks to lz4_uncompress_unknownoutputsize()Greg Kroah-Hartman-1/+5
2014-07-03Merge branch 'component-for-driver' of git://ftp.arm.linux.org.uk/~rmk/linux-...Greg Kroah-Hartman-34/+121
2014-07-02lib/cpumask: cpumask_set_cpu_local_first to use all cores when numa node is n...Amir Vadai-1/+1
2014-07-01Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Jens Axboe-32/+54
2014-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds-0/+55
2014-06-28percpu-refcount: implement percpu_ref_reinit() and percpu_ref_is_zero()Tejun Heo-0/+35
2014-06-28percpu-refcount: require percpu_ref to be exited explicitlyTejun Heo-23/+10