summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-22init/: remove ineffective sparse disablingLuc Van Oostenryck
2018-08-22fs/eventpoll.c: simplify ep_is_linked() callersDavidlohr Bueso
2018-08-22fs/eventpoll.c: loosen irq safety in ep_poll()Davidlohr Bueso
2018-08-22fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdeferyDavidlohr Bueso
2018-08-22checkpatch: DT bindings should be a separate patchRob Herring
2018-08-22checkpatch: warn on unnecessary int declarationsJoe Perches
2018-08-22checkpatch: check for space after "else" keywordMichal Zylowski
2018-08-22checkpatch: fix SPDX license check with --root=<path>Joe Perches
2018-08-22checkpatch: warn when a patch doesn't have a descriptionJoe Perches
2018-08-22checkpatch: check for #if 0/#if 1Prakruthi Deepak Heragu
2018-08-22checkpatch: fix krealloc reuse testJoe Perches
2018-08-22checkpatch: validate SPDX license with spdxcheck.pyJoe Perches
2018-08-22checkpatch: fix macro argument reuse testJoe Perches
2018-08-22checkpatch: warn if missing author Signed-off-byGeert Uytterhoeven
2018-08-22checkpatch: update section keywordsGeert Uytterhoeven
2018-08-22checkpatch: improve runtime execution speed a littleJoe Perches
2018-08-22checkpatch: add --fix for CONCATENATED_STRING and STRING_FRAGMENTSJoe Perches
2018-08-22checkpatch: add a --strict test for structs with bool member definitionsJoe Perches
2018-08-22lib/test_hexdump.c: fix failure on big endian cpuChristophe Leroy
2018-08-22lib/Kconfig: remove 'default n' for testsAndy Shevchenko
2018-08-22bcache: use routines from lib/crc64.c for CRC64 calculationColy Li
2018-08-22lib: add crc64 calculation routinesColy Li
2018-08-22lib/test_debug_virtual.c: make struct pointer foo staticColin Ian King
2018-08-22include/linux/bitops.h: introduce BITS_PER_TYPEChris Wilson
2018-08-22lib/bitmap.c: drop unnecessary 0 check for u32 array operationsAndy Shevchenko
2018-08-22get_maintainer: allow option --mpath <directory> to read all files in <direct...Joe Perches
2018-08-22get_maintainer.pl: add -mpath=<path or file> for MAINTAINERS file locationJoe Perches
2018-08-22get_maintainer: allow usage outside of kernel treeAntonio Nino Diaz
2018-08-22s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()Davidlohr Bueso
2018-08-22fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()Davidlohr Bueso
2018-08-22fs/epoll: loosen irq safety in ep_scan_ready_list()Davidlohr Bueso
2018-08-22sched/wait: assert the wait_queue_head lock is held in __wake_up_commonChristoph Hellwig
2018-08-22userfaultfd: use fault_wqh lockMatthew Wilcox
2018-08-22epoll: use the waitqueue lock to protect ep->wqChristoph Hellwig
2018-08-22kernel: tracepoints: add support for relative referencesArd Biesheuvel
2018-08-22PCI: Add support for relative addressing in quirk tablesArd Biesheuvel
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel
2018-08-22arch: enable relative relocations for arm64, power and x86Ard Biesheuvel
2018-08-22spelling.txt: add more spellings to spelling.txtColin Ian King
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov
2018-08-22kernel/crash_core.c: print timestamp using time64_tArnd Bergmann
2018-08-22linux/compiler.h: don't use boolRasmus Villemoes
2018-08-22userns: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner
2018-08-22userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior
2018-08-22bdi: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner
2018-08-22bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior
2018-08-22kernel.h: documentation for roundup() vs round_up()Kees Cook
2018-08-22include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov