summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2016-03-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck-3/+1
2016-03-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar-9/+0
2016-03-09list: kill list_force_poison()Dan Williams-9/+0
2016-03-02dma: Provide simple noop dma opsChristian Borntraeger-0/+76
2016-03-01Merge 4.5-rc6 into char-misc-nextGreg Kroah-Hartman-0/+62
2016-03-01cpu/hotplug: Make target state writeableThomas Gleixner-0/+13
2016-02-29netfilter: meta: add PRANDOM supportFlorian Westphal-0/+1
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar-3/+65
2016-02-29cpumask: Export cpumask_any_but()Thomas Gleixner-0/+1
2016-02-29objtool: Add CONFIG_STACK_VALIDATION optionJosh Poimboeuf-0/+12
2016-02-28lib/mpi: use "static inline" instead of "extern inline"Arnd Bergmann-5/+5
2016-02-28lib/mpi: avoid assembler warningArnd Bergmann-1/+1
2016-02-28lib/mpi: Endianness fixMichal Marek-18/+21
2016-02-24extable: add support for relative extables to search and sort routinesArd Biesheuvel-9/+41
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-43/+162
2016-02-19test_bitmap: unit tests for lib/bitmap.cDavid Decotigny-0/+367
2016-02-19lib/bitmap.c: conversion routines to/from u32 arrayDavid Decotigny-0/+89
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar-44/+163
2016-02-16lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk-7/+7
2016-02-16Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar-0/+62
2016-02-15lib+mm: fix few spelling mistakesBogdan Sikora-2/+2
2016-02-15treewide: Fix typo in printkMasanari Iida-1/+1
2016-02-14Merge 4.5-rc4 into driver-core-nextGreg Kroah-Hartman-20/+37
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman-44/+101
2016-02-14Merge tag 'driver-core-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+3
2016-02-13Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-14/+31
2016-02-11vsprintf: kptr_restrict is okay in IRQ when 2Jason A. Donenfeld-13/+13
2016-02-11ubsan: cosmetic fix to Kconfig textYang Shi-1/+3
2016-02-10Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+15
2016-02-10lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones-0/+62
2016-02-09kobject: export kset_find_obj() for module useGabriel Somlo-0/+1
2016-02-09workqueue: implement "workqueue.debug_force_rr_cpu" debug featureTejun Heo-0/+15
2016-02-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar-3/+3
2016-02-09locking/static_keys: Avoid nested functionsArnd Bergmann-20/+42
2016-02-08scatterlist: fix a typo in comment block of sg_miter_stop()Masahiro Yamada-3/+3
2016-02-07devres: use to_pci_dev()Geliang Tang-1/+1
2016-02-07klist: fix starting point removed bug in klist iteratorsJames Bottomley-3/+3
2016-02-05dump_stack: avoid potential deadlocksEric Dumazet-3/+4
2016-02-03radix-tree: fix race in gang lookupMatthew Wilcox-2/+10
2016-02-03lib/test-string_helpers.c: fix and improve string_get_size() testsVitaly Kuznetsov-18/+49
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov-1/+1
2016-01-27debugobjects: Allow bigger number of early boot objectsChristian Borntraeger-1/+1
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds-0/+228
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+3
2016-01-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+1
2016-01-21ratelimit: fix bug in time interval by resetting right begin timeJaewon Kim-1/+1
2016-01-21Merge branch 'uaccess' (batched user access infrastructure)Linus Torvalds-7/+22
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds-66/+743