summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2019-06-20fonts: Use BUILD_BUG_ON() for checking empty font tableTakashi Iwai-14/+1
2019-06-20fonts: Fix coding styleTakashi Iwai-43/+40
2019-06-20crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel-1/+79
2019-06-19lib : kobject: fix refcount imblance on kobject_renameLin Yi-1/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 504Thomas Gleixner-13/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner-5/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-37/+9
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248Thomas Gleixner-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner-37/+12
2019-06-18Merge tag 'meminit-v5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+15
2019-06-18fault-inject: clean up debugfs file creation logicGreg Kroah-Hartman-47/+26
2019-06-18lib: dynamic_debug: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-9/+3
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-152/+53
2019-06-17memory: move jedec_ddr_data.c from lib/ to drivers/memory/Masahiro Yamada-145/+0
2019-06-17locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long-4/+4
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar-152/+53
2019-06-17Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar-152/+53
2019-06-15kbuild: add 'headers' target to build up uapi headers in usr/includeMasahiro Yamada-3/+1
2019-06-15kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samplesMasahiro Yamada-5/+14
2019-06-15kbuild: fix Kconfig prompt of CONFIG_HEADERS_CHECKMasahiro Yamada-3/+3
2019-06-14docs: fault-injection: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-1/+1
2019-06-14debugobjects: Move printk out of db->lock critical sectionsWaiman Long-19/+39
2019-06-14debugobjects: Less aggressive freeing of excess debug objectsWaiman Long-12/+49
2019-06-14debugobjects: Reduce number of pool_lock acquisitions in fill_pool()Waiman Long-8/+16
2019-06-14debugobjects: Percpu pool lookahead freeing/allocationWaiman Long-6/+69
2019-06-14debugobjects: Add percpu free poolsWaiman Long-24/+91
2019-06-14debugobjects: No need to check return value of debugfs_create()Greg Kroah-Hartman-12/+2
2019-06-13lib/genalloc: introduce chunk ownersDan Williams-26/+25
2019-06-12genirq/timings: Add selftest for circular arrayDaniel Lezcano-0/+8
2019-06-12vsprintf: fix data type of variable in string_nocheck()Youngmin Nam-1/+1
2019-06-11RAID/s390: remove invalid 'r' inline asm operand modifierVasily Gorbik-1/+1
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-119/+18
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+7
2019-06-07lockref: Limit number of cmpxchg loop retriesJan Glauber-0/+3
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-158/+31
2019-06-05lib: objagg: Use struct_size() in kzalloc()Gustavo A. R. Silva-4/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-30/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 435Thomas Gleixner-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 431Thomas Gleixner-3/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428Thomas Gleixner-2/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 328Thomas Gleixner-12/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner-18/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 283Thomas Gleixner-9/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner-27/+3
2019-06-05lib/test_stackinit: Handle Clang auto-initialization patternKees Cook-6/+15
2019-06-03lib/genalloc: add gen_pool_dma_zalloc() for zeroed DMA allocationsFredrik Noring-1/+28
2019-06-03locking/atomic: Use s64 for atomic64Mark Rutland-16/+16
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior-1/+1