summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2016-02-29cpumask: Export cpumask_any_but()Thomas Gleixner
2016-02-29objtool: Add CONFIG_STACK_VALIDATION optionJosh Poimboeuf
2016-02-28lib/mpi: use "static inline" instead of "extern inline"Arnd Bergmann
2016-02-28lib/mpi: avoid assembler warningArnd Bergmann
2016-02-28lib/mpi: Endianness fixMichal Marek
2016-02-24extable: add support for relative extables to search and sort routinesArd Biesheuvel
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-19test_bitmap: unit tests for lib/bitmap.cDavid Decotigny
2016-02-19lib/bitmap.c: conversion routines to/from u32 arrayDavid Decotigny
2016-02-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar
2016-02-16lib/ucs2_string: Correct ucs2 -> utf8 conversionJason Andryuk
2016-02-16Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar
2016-02-15lib+mm: fix few spelling mistakesBogdan Sikora
2016-02-15treewide: Fix typo in printkMasanari Iida
2016-02-14Merge 4.5-rc4 into driver-core-nextGreg Kroah-Hartman
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman
2016-02-14Merge tag 'driver-core-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-02-13Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2016-02-11vsprintf: kptr_restrict is okay in IRQ when 2Jason A. Donenfeld
2016-02-11ubsan: cosmetic fix to Kconfig textYang Shi
2016-02-10Merge branch 'for-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-02-10lib/ucs2_string: Add ucs2 -> utf8 helper functionsPeter Jones
2016-02-09kobject: export kset_find_obj() for module useGabriel Somlo
2016-02-09workqueue: implement "workqueue.debug_force_rr_cpu" debug featureTejun Heo
2016-02-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar
2016-02-09locking/static_keys: Avoid nested functionsArnd Bergmann
2016-02-08scatterlist: fix a typo in comment block of sg_miter_stop()Masahiro Yamada
2016-02-07devres: use to_pci_dev()Geliang Tang
2016-02-07klist: fix starting point removed bug in klist iteratorsJames Bottomley
2016-02-05dump_stack: avoid potential deadlocksEric Dumazet
2016-02-03radix-tree: fix race in gang lookupMatthew Wilcox
2016-02-03lib/test-string_helpers.c: fix and improve string_get_size() testsVitaly Kuznetsov
2016-01-30x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov
2016-01-27debugobjects: Allow bigger number of early boot objectsChristian Borntraeger
2016-01-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-01-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-21ratelimit: fix bug in time interval by resetting right begin timeJaewon Kim
2016-01-21Merge branch 'uaccess' (batched user access infrastructure)Linus Torvalds
2016-01-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-01-20Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-01-20Do not enable CONFIG_IO_STRICT_DEVMEM by defaultDan Williams
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin
2016-01-20lib/clz_tab.c: put in lib-y rather than obj-yChris Metcalf
2016-01-20test_hexdump: print statistics at the endAndy Shevchenko
2016-01-20test_hexdump: test all possible group sizes for overflowAndy Shevchenko
2016-01-20test_hexdump: check all bytes in real bufferAndy Shevchenko
2016-01-20test_hexdump: switch to memcmp()Andy Shevchenko
2016-01-20test_hexdump: replace magic numbers by their meaningAndy Shevchenko