aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-14lib: rename TEST_MODULE to TEST_LKMValentin Rothberg2-2/+2
2014-10-14lib: remove prio_heapLai Jiangshan2-71/+1
2014-10-14lib/textsearch.c: remove textsearch_put reference from commentsRaphael Silva1-3/+1
2014-10-14lib/dynamic_debug.c: use seq_open_private() instead of seq_open()Rob Jones1-15/+2
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+12
2014-10-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-47/+36
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+16
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds4-105/+238
2014-10-09lib/genalloc.c: add genpool range check functionLaura Abbott1-0/+29
2014-10-09lib/genalloc.c: add power aligned algorithmLaura Abbott1-0/+20
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-28/+89
2014-10-08Merge tag 'compress-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-46/+57
2014-10-08Merge tag 'driver-core-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-30/+20
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-7/+7
2014-10-03dynamic_debug: change __dynamic_<foo>_dbg return types to voidJoe Perches1-30/+20
2014-10-03locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra1-49/+7
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+5
2014-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+4
2014-10-01Merge commit 'v3.16' into nextJames Morris1-1/+1
2014-09-28lzo: check for length overrun in variable length encoding.Willy Tarreau1-6/+37
2014-09-28Revert "lzo: properly check for overruns"Willy Tarreau1-41/+21
2014-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+4
2014-09-26bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov1-1/+2
2014-09-26genalloc: fix device node resource counterVladimir Zapolskiy1-0/+1
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+16
2014-09-24percpu_ref: make INIT_ATOMIC and switch_to_atomic() stickyTejun Heo1-5/+15
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo1-5/+18
2014-09-24percpu_ref: decouple switching to percpu mode and reinitTejun Heo1-19/+54
2014-09-24percpu_ref: decouple switching to atomic mode and killingTejun Heo1-31/+110
2014-09-24percpu_ref: add PCPU_REF_DEADTejun Heo1-8/+11
2014-09-24percpu_ref: rename things to prepare for decoupling percpu/atomic mode switchTejun Heo1-11/+11
2014-09-24percpu_ref: replace pcpu_ prefix with percpu_Tejun Heo1-27/+29
2014-09-24percpu_ref: minor code and comment updatesTejun Heo1-8/+6
2014-09-24percpu_ref: relocate percpu_ref_reinit()Tejun Heo1-35/+35
2014-09-24Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probe"Tejun Heo1-16/+0
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18Tejun Heo7-8/+37
2014-09-24blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo1-0/+16
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-6/+10
2014-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+0
2014-09-22net: bpf: fix compiler warnings in test_bpfAlexei Starovoitov1-2/+2
2014-09-20percpu-refcount: make percpu_ref based on longs instead of intsTejun Heo1-18/+19
2014-09-20percpu-refcount: improve WARN messagesTejun Heo1-3/+5
2014-09-19lib: rhashtable: remove second linux/log2.h inclusionFabian Frederick1-1/+0
2014-09-19sched: Add default-disabled option to BUG() when stack end location is overwrittenAaron Tomlin1-0/+12
2014-09-16Provide a binary to hex conversion functionDavid Howells1-0/+16
2014-09-13Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds3-4/+7
2014-09-12KEYS: Fix termination condition in assoc array garbage collectionDavid Howells1-1/+3
2014-09-09net: filter: add "load 64-bit immediate" eBPF instructionAlexei Starovoitov1-0/+21
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida3-4/+4