summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-22autofs: make expire flags usage consistent with v5 paramsIan Kent
2018-08-22autofs: make autofs_expire_indirect() staticIan Kent
2018-08-22autofs: make autofs_expire_direct() staticIan Kent
2018-08-22autofs: fix clearing AUTOFS_EXP_LEAVES in autofs_expire_indirect()Ian Kent
2018-08-22autofs: fix inconsistent use of now variableIan Kent
2018-08-22autofs: fix directory and symlink accessIan Kent
2018-08-22init/main.c: log init process file namePaul Menzel
2018-08-22init/Kconfig: fix its typosRandy Dunlap
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