aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-09-24percpu_ref: make INIT_ATOMIC and switch_to_atomic() stickyTejun Heo
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo
2014-09-24percpu_ref: decouple switching to percpu mode and reinitTejun Heo
2014-09-24percpu_ref: decouple switching to atomic mode and killingTejun Heo
2014-09-24percpu_ref: add PCPU_REF_DEADTejun Heo
2014-09-24percpu_ref: rename things to prepare for decoupling percpu/atomic mode switchTejun Heo
2014-09-24percpu_ref: replace pcpu_ prefix with percpu_Tejun Heo
2014-09-24percpu_ref: minor code and comment updatesTejun Heo
2014-09-24percpu_ref: relocate percpu_ref_reinit()Tejun Heo
2014-09-24Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during p...Tejun Heo
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo
2014-09-24blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-09-22net: bpf: fix compiler warnings in test_bpfAlexei Starovoitov
2014-09-20percpu-refcount: make percpu_ref based on longs instead of intsTejun Heo
2014-09-20percpu-refcount: improve WARN messagesTejun Heo
2014-09-19lib: rhashtable: remove second linux/log2.h inclusionFabian Frederick
2014-09-19sched: Add default-disabled option to BUG() when stack end location is overwr...Aaron Tomlin
2014-09-16Provide a binary to hex conversion functionDavid Howells
2014-09-13Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds
2014-09-12KEYS: Fix termination condition in assoc array garbage collectionDavid Howells
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-08percpu-refcount: add @gfp to percpu_ref_init()Tejun Heo
2014-09-08proportions: add @gfp to init functionsTejun Heo
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo
2014-09-08percpu_counter: make percpu_counters_lock irq-safeTejun Heo
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann
2014-09-03lib/rhashtable: allow user to set the minimum shifts of shrinkingYing Xue
2014-09-03rhashtable: fix lockdep splat in rhashtable_destroy()Pablo Neira Ayuso
2014-09-03KEYS: Fix use-after-free in assoc_array_gc()David Howells
2014-09-02dma-debug: modify check_for_stack outputHoria Geanta
2014-08-29lib: turn CONFIG_STACKTRACE into an actual option.Dave Jones
2014-08-28ww-mutex: clarify help text for DEBUG_WW_MUTEX_SLOWPATHRob Clark
2014-08-26lib: rhashtable: Spelling s/compuate/compute/Geert Uytterhoeven
2014-08-25bpf: x86: add missing 'shift by register' instructions to x64 eBPF JITAlexei Starovoitov
2014-08-24random32: improvements to prandom_bytesDaniel Borkmann
2014-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-08-14rhashtable: unexport and make rht_obj() staticThomas Graf
2014-08-14rhashtable: RCU annotations for next pointersThomas Graf
2014-08-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2014-08-14Merge branch 'for-3.17/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-08-14locking,arch: Rewrite generic atomic supportPeter Zijlstra
2014-08-13locking/selftest: Support queued rwlockWaiman Long
2014-08-13locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott
2014-08-08initramfs: support initramfs that is bigger than 2GiBYinghai Lu
2014-08-08initrd: fix lz4 decompress with initrdYinghai Lu