summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | gpio: pca953x: remove redundant variable and check in IRQ handlerAndy Shevchenko2019-12-051-3/+1
| * | lib/bitmap: introduce bitmap_replace() helperAndy Shevchenko2019-12-053-0/+66
| * | lib/test_bitmap: fix comment about this fileAndy Shevchenko2019-12-051-1/+1
| * | lib/test_bitmap: move exp1 and exp2 upper for others to useAndy Shevchenko2019-12-051-21/+20
| * | lib/test_bitmap: rename exp to exp1 to avoid ambiguous nameAndy Shevchenko2019-12-051-22/+22
| * | lib/test_bitmap: name EXP_BYTES properlyAndy Shevchenko2019-12-051-5/+5
| * | lib/test_bitmap: undefine macros after useAndy Shevchenko2019-12-051-0/+4
| * | lib/test_bitmap: force argument of bitmap_parselist_user() to proper address ...Andy Shevchenko2019-12-051-1/+1
| * | arch: sembuf.h: make uapi asm/sembuf.h self-containedMasahiro Yamada2019-12-058-1/+11
| * | arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada2019-12-058-1/+13
| * | arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedMasahiro Yamada2019-12-055-1/+8
| * | lib/ubsan: don't serialize UBSAN reportJulien Grall2019-12-051-41/+23
| * | vhost, kcov: collect coverage from vhost_workerAndrey Konovalov2019-12-052-0/+7
| * | usb, kcov: collect coverage from hub_eventAndrey Konovalov2019-12-051-0/+5
| * | kcov: remote coverage supportAndrey Konovalov2019-12-055-35/+700
| * | uaccess: disallow > INT_MAX copy sizesKees Cook2019-12-051-0/+2
| * | drm: limit to INT_MAX in create_blob ioctlDaniel Vetter2019-12-051-1/+1
| * | drivers/rapidio/rio-access.c: fix missing include of <linux/rio_drv.h>Ben Dooks (Codethink)2019-12-051-0/+2
| * | drivers/rapidio/rio-driver.c: fix missing include of <linux/rio_drv.h>Ben Dooks (Codethink)2019-12-051-0/+1
| * | init/Kconfig: fix indentationKrzysztof Kozlowski2019-12-051-38/+38
| * | fs/binfmt_elf.c: extract elf_read() functionAlexey Dobriyan2019-12-051-25/+24
| * | fs/binfmt_elf.c: delete unused "interp_map_addr" argumentAlexey Dobriyan2019-12-051-6/+1
| * | selftests: add epoll selftestsHeiher2019-12-054-0/+3083
| * | fs/epoll: remove unnecessary wakeups of nested epollHeiher2019-12-051-16/+0
| * | epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOCJason Baron2019-12-051-23/+13
| * | checkpatch: reduce is_maintained_obsolete lookup runtimeJoe Perches2019-12-051-2/+6
| * | checkpatch: improve ignoring CamelCase SI style variants like mAJoe Perches2019-12-051-2/+3
| * | lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie2019-12-056-8/+8
| * | lib/genalloc.c: export symbol addr_in_gen_poolHuang Shijie2019-12-051-0/+1
| * | lib/math/rational.c: fix possible incorrect result from rational fractions he...Trent Piepho2019-12-051-13/+50
| * | lib/test_meminit.c: add bulk alloc/free testsLaura Abbott2019-12-051-1/+19
| * | lib/rbtree: get successor's color directlyWei Yang2019-12-051-2/+1
| * | lib/rbtree: set successor's parent unconditionallyWei Yang2019-12-051-2/+1
| * | gpio: pca953x: utilize the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-051-10/+7
| * | gpio: max3191x: utilize the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-051-9/+10
| * | gpio: pisosr: utilize the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-051-6/+6
| * | thermal: intel: intel_soc_dts_iosf: Utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-052-15/+18
| * | gpio: 74x164: utilize the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-051-10/+9
| * | gpio: uniphier: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-051-10/+3
| * | gpio: pcie-idio-24: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-051-69/+40
| * | gpio: pci-idio-16: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-051-48/+27
| * | gpio: ws16c48: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-051-53/+20
| * | gpio: gpio-mm: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-051-52/+21
| * | gpio: 104-idi-48: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-051-29/+7
| * | gpio: 104-dio-48e: utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-051-52/+21
| * | lib/test_bitmap.c: add for_each_set_clump8 test casesWilliam Breathitt Gray2019-12-051-0/+65
| * | bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-054-0/+78
| * | kernel/sys.c: avoid copying possible padding bytes in copy_to_userJoe Perches2019-12-051-1/+3
| * | kernel/profile.c: use cpumask_available to check for NULL cpumaskNathan Chancellor2019-12-051-3/+3
| * | kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni2019-12-053-28/+1