aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-22checkpatch: warn on unnecessary int declarationsJoe Perches1-0/+20
2018-08-22checkpatch: check for space after "else" keywordMichal Zylowski1-2/+2
2018-08-22checkpatch: fix SPDX license check with --root=<path>Joe Perches1-2/+3
2018-08-22checkpatch: warn when a patch doesn't have a descriptionJoe Perches1-0/+13
2018-08-22checkpatch: check for #if 0/#if 1Prakruthi Deepak Heragu1-3/+8
2018-08-22checkpatch: fix krealloc reuse testJoe Perches1-1/+2
2018-08-22checkpatch: validate SPDX license with spdxcheck.pyJoe Perches1-2/+18
2018-08-22checkpatch: fix macro argument reuse testJoe Perches1-0/+1
2018-08-22checkpatch: warn if missing author Signed-off-byGeert Uytterhoeven1-3/+25
2018-08-22checkpatch: update section keywordsGeert Uytterhoeven1-1/+2
2018-08-22checkpatch: improve runtime execution speed a littleJoe Perches1-33/+33
2018-08-22checkpatch: add --fix for CONCATENATED_STRING and STRING_FRAGMENTSJoe Perches1-5/+18
2018-08-22checkpatch: add a --strict test for structs with bool member definitionsJoe Perches1-0/+7
2018-08-22lib/test_hexdump.c: fix failure on big endian cpuChristophe Leroy1-5/+23
2018-08-22lib/Kconfig: remove 'default n' for testsAndy Shevchenko2-18/+0
2018-08-22bcache: use routines from lib/crc64.c for CRC64 calculationColy Li3-135/+18
2018-08-22lib: add crc64 calculation routinesColy Li6-0/+156
2018-08-22lib/test_debug_virtual.c: make struct pointer foo staticColin Ian King1-1/+1
2018-08-22include/linux/bitops.h: introduce BITS_PER_TYPEChris Wilson2-2/+2
2018-08-22lib/bitmap.c: drop unnecessary 0 check for u32 array operationsAndy Shevchenko1-8/+1
2018-08-22get_maintainer: allow option --mpath <directory> to read all files in <directory>Joe Perches1-7/+6
2018-08-22get_maintainer.pl: add -mpath=<path or file> for MAINTAINERS file locationJoe Perches1-18/+30
2018-08-22get_maintainer: allow usage outside of kernel treeAntonio Nino Diaz1-3/+6
2018-08-22s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()Davidlohr Bueso1-0/+8
2018-08-22fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()Davidlohr Bueso1-8/+6
2018-08-22fs/epoll: loosen irq safety in ep_scan_ready_list()Davidlohr Bueso1-5/+4
2018-08-22sched/wait: assert the wait_queue_head lock is held in __wake_up_commonChristoph Hellwig1-0/+2
2018-08-22userfaultfd: use fault_wqh lockMatthew Wilcox1-3/+3
2018-08-22epoll: use the waitqueue lock to protect ep->wqChristoph Hellwig1-36/+29
2018-08-22kernel: tracepoints: add support for relative referencesArd Biesheuvel2-27/+41
2018-08-22PCI: Add support for relative addressing in quirk tablesArd Biesheuvel2-3/+29
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel4-41/+68
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel6-24/+91
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel3-5/+12
2018-08-22arch: enable relative relocations for arm64, power and x86Ard Biesheuvel4-0/+13
2018-08-22spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+88
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov6-3/+43
2018-08-22kernel/crash_core.c: print timestamp using time64_tArnd Bergmann1-1/+1
2018-08-22linux/compiler.h: don't use boolRasmus Villemoes1-1/+1
2018-08-22userns: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner1-4/+1
2018-08-22userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior2-6/+7
2018-08-22bdi: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner1-4/+1
2018-08-22bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior3-9/+10
2018-08-22kernel.h: documentation for roundup() vs round_up()Kees Cook1-1/+34
2018-08-22include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov1-3/+13
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval4-4/+21
2018-08-22crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dirOmar Sandoval1-1/+1
2018-08-22proc/kcore: optimize multiple page readsOmar Sandoval1-3/+11
2018-08-22proc/kcore: clean up ELF header generationOmar Sandoval1-209/+141
2018-08-22proc/kcore: hold lock during readOmar Sandoval1-30/+40