summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* kernel/notifier.c: remove notifier_chain_cond_register()Xiaoming Ni2019-12-051-16/+1
* kernel/notifier.c: intercept duplicate registrations to avoid infinite loopsXiaoming Ni2019-12-051-1/+4
* auxdisplay: charlcd: deduplicate simple_strtoul()Andy Shevchenko2019-12-051-27/+7
* kernel.h: update comment about simple_strto<foo>() functionsAndy Shevchenko2019-12-051-5/+14
* scripts/get_maintainer.pl: add signatures from Fixes: <badcommit> lines in co...Joe Perches2019-12-051-1/+37
* arch/Kconfig: fix indentationKrzysztof Kozlowski2019-12-051-11/+11
* linux/scc.h: make uapi linux/scc.h self-containedMasahiro Yamada2019-12-052-1/+1
* linux/build_bug.h: change type to intRikard Falkeborn2019-12-051-2/+2
* .gitattributes: use 'dts' diff driver for dts filesStephen Boyd2019-12-051-0/+2
* include/linux/sysctl.h: inline braces for ctl_table and ctl_table_headerAlessio Balsini2019-12-051-4/+2
* fs/proc/Kconfig: fix indentationKrzysztof Kozlowski2019-12-051-4/+4
* include/linux/proc_fs.h: fix confusing macro arg nameMiaohe Lin2019-12-051-2/+2
* fs/proc/internal.h: shuffle "struct pde_opener"Alexey Dobriyan2019-12-051-1/+1
* fs/proc/generic.c: delete useless "len" variableAlexey Dobriyan2019-12-051-4/+2