aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-12-04gpio: pca953x: remove redundant variable and check in IRQ handlerAndy Shevchenko1-3/+1
2019-12-04lib/bitmap: introduce bitmap_replace() helperAndy Shevchenko3-0/+66
2019-12-04lib/test_bitmap: fix comment about this fileAndy Shevchenko1-1/+1
2019-12-04lib/test_bitmap: move exp1 and exp2 upper for others to useAndy Shevchenko1-21/+20
2019-12-04lib/test_bitmap: rename exp to exp1 to avoid ambiguous nameAndy Shevchenko1-22/+22
2019-12-04lib/test_bitmap: name EXP_BYTES properlyAndy Shevchenko1-5/+5
2019-12-04lib/test_bitmap: undefine macros after useAndy Shevchenko1-0/+4
2019-12-04lib/test_bitmap: force argument of bitmap_parselist_user() to proper address spaceAndy Shevchenko1-1/+1
2019-12-04arch: sembuf.h: make uapi asm/sembuf.h self-containedMasahiro Yamada8-1/+11
2019-12-04arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada8-1/+13
2019-12-04arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedMasahiro Yamada5-1/+8
2019-12-04lib/ubsan: don't serialize UBSAN reportJulien Grall1-41/+23
2019-12-04vhost, kcov: collect coverage from vhost_workerAndrey Konovalov2-0/+7
2019-12-04usb, kcov: collect coverage from hub_eventAndrey Konovalov1-0/+5
2019-12-04kcov: remote coverage supportAndrey Konovalov5-35/+700
2019-12-04uaccess: disallow > INT_MAX copy sizesKees Cook1-0/+2
2019-12-04drm: limit to INT_MAX in create_blob ioctlDaniel Vetter1-1/+1
2019-12-04drivers/rapidio/rio-access.c: fix missing include of <linux/rio_drv.h>Ben Dooks (Codethink)1-0/+2
2019-12-04drivers/rapidio/rio-driver.c: fix missing include of <linux/rio_drv.h>Ben Dooks (Codethink)1-0/+1
2019-12-04init/Kconfig: fix indentationKrzysztof Kozlowski1-38/+38
2019-12-04fs/binfmt_elf.c: extract elf_read() functionAlexey Dobriyan1-25/+24
2019-12-04fs/binfmt_elf.c: delete unused "interp_map_addr" argumentAlexey Dobriyan1-6/+1
2019-12-04selftests: add epoll selftestsHeiher4-0/+3083
2019-12-04fs/epoll: remove unnecessary wakeups of nested epollHeiher1-16/+0
2019-12-04epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOCJason Baron1-23/+13
2019-12-04checkpatch: reduce is_maintained_obsolete lookup runtimeJoe Perches1-2/+6
2019-12-04checkpatch: improve ignoring CamelCase SI style variants like mAJoe Perches1-2/+3
2019-12-04lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie6-8/+8
2019-12-04lib/genalloc.c: export symbol addr_in_gen_poolHuang Shijie1-0/+1
2019-12-04lib/math/rational.c: fix possible incorrect result from rational fractions helperTrent Piepho1-13/+50
2019-12-04lib/test_meminit.c: add bulk alloc/free testsLaura Abbott1-1/+19
2019-12-04lib/rbtree: get successor's color directlyWei Yang1-2/+1
2019-12-04lib/rbtree: set successor's parent unconditionallyWei Yang1-2/+1
2019-12-04gpio: pca953x: utilize the for_each_set_clump8 macroWilliam Breathitt Gray1-10/+7
2019-12-04gpio: max3191x: utilize the for_each_set_clump8 macroWilliam Breathitt Gray1-9/+10
2019-12-04gpio: pisosr: utilize the for_each_set_clump8 macroWilliam Breathitt Gray1-6/+6
2019-12-04thermal: intel: intel_soc_dts_iosf: Utilize for_each_set_clump8 macroWilliam Breathitt Gray2-15/+18
2019-12-04gpio: 74x164: utilize the for_each_set_clump8 macroWilliam Breathitt Gray1-10/+9
2019-12-04gpio: uniphier: utilize for_each_set_clump8 macroWilliam Breathitt Gray1-10/+3
2019-12-04gpio: pcie-idio-24: utilize for_each_set_clump8 macroWilliam Breathitt Gray1-69/+40
2019-12-04gpio: pci-idio-16: utilize for_each_set_clump8 macroWilliam Breathitt Gray1-48/+27
2019-12-04gpio: ws16c48: utilize for_each_set_clump8 macroWilliam Breathitt Gray1-53/+20
2019-12-04gpio: gpio-mm: utilize for_each_set_clump8 macroWilliam Breathitt Gray1-52/+21
2019-12-04gpio: 104-idi-48: utilize for_each_set_clump8 macroWilliam Breathitt Gray1-29/+7
2019-12-04gpio: 104-dio-48e: utilize for_each_set_clump8 macroWilliam Breathitt Gray1-52/+21
2019-12-04lib/test_bitmap.c: add for_each_set_clump8 test casesWilliam Breathitt Gray1-0/+65
2019-12-04bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray4-0/+78
2019-12-04kernel/sys.c: avoid copying possible padding bytes in copy_to_userJoe Perches1-1/+3
2019-12-04kernel/profile.c: use cpumask_available to check for NULL cpumaskNathan Chancellor1-3/+3
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni3-28/+1