summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* init/Kconfig: fix its typosRandy Dunlap2018-08-221-2/+2
* init/: remove ineffective sparse disablingLuc Van Oostenryck2018-08-225-50/+0
* fs/eventpoll.c: simplify ep_is_linked() callersDavidlohr Bueso2018-08-221-8/+8
* fs/eventpoll.c: loosen irq safety in ep_poll()Davidlohr Bueso2018-08-221-6/+7
* fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdeferyDavidlohr Bueso2018-08-221-7/+16
* checkpatch: DT bindings should be a separate patchRob Herring2018-08-221-0/+14
* checkpatch: warn on unnecessary int declarationsJoe Perches2018-08-221-0/+20
* checkpatch: check for space after "else" keywordMichal Zylowski2018-08-221-2/+2
* checkpatch: fix SPDX license check with --root=<path>Joe Perches2018-08-221-2/+3
* checkpatch: warn when a patch doesn't have a descriptionJoe Perches2018-08-221-0/+13
* checkpatch: check for #if 0/#if 1Prakruthi Deepak Heragu2018-08-221-3/+8
* checkpatch: fix krealloc reuse testJoe Perches2018-08-221-1/+2
* checkpatch: validate SPDX license with spdxcheck.pyJoe Perches2018-08-221-2/+18
* checkpatch: fix macro argument reuse testJoe Perches2018-08-221-0/+1
* checkpatch: warn if missing author Signed-off-byGeert Uytterhoeven2018-08-221-3/+25
* checkpatch: update section keywordsGeert Uytterhoeven2018-08-221-1/+2
* checkpatch: improve runtime execution speed a littleJoe Perches2018-08-221-33/+33
* checkpatch: add --fix for CONCATENATED_STRING and STRING_FRAGMENTSJoe Perches2018-08-221-5/+18
* checkpatch: add a --strict test for structs with bool member definitionsJoe Perches2018-08-221-0/+7
* lib/test_hexdump.c: fix failure on big endian cpuChristophe Leroy2018-08-221-5/+23
* lib/Kconfig: remove 'default n' for testsAndy Shevchenko2018-08-222-18/+0
* bcache: use routines from lib/crc64.c for CRC64 calculationColy Li2018-08-223-135/+18
* lib: add crc64 calculation routinesColy Li2018-08-226-0/+156
* lib/test_debug_virtual.c: make struct pointer foo staticColin Ian King2018-08-221-1/+1
* include/linux/bitops.h: introduce BITS_PER_TYPEChris Wilson2018-08-222-2/+2
* lib/bitmap.c: drop unnecessary 0 check for u32 array operationsAndy Shevchenko2018-08-221-8/+1
* get_maintainer: allow option --mpath <directory> to read all files in <direct...Joe Perches2018-08-221-7/+6
* get_maintainer.pl: add -mpath=<path or file> for MAINTAINERS file locationJoe Perches2018-08-221-18/+30
* get_maintainer: allow usage outside of kernel treeAntonio Nino Diaz2018-08-221-3/+6
* s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()Davidlohr Bueso2018-08-221-0/+8
* fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()Davidlohr Bueso2018-08-221-8/+6
* fs/epoll: loosen irq safety in ep_scan_ready_list()Davidlohr Bueso2018-08-221-5/+4
* sched/wait: assert the wait_queue_head lock is held in __wake_up_commonChristoph Hellwig2018-08-221-0/+2
* userfaultfd: use fault_wqh lockMatthew Wilcox2018-08-221-3/+3
* epoll: use the waitqueue lock to protect ep->wqChristoph Hellwig2018-08-221-36/+29
* kernel: tracepoints: add support for relative referencesArd Biesheuvel2018-08-222-27/+41
* PCI: Add support for relative addressing in quirk tablesArd Biesheuvel2018-08-222-3/+29
* init: allow initcall tables to be emitted using relative referencesArd Biesheuvel2018-08-224-41/+68
* module: use relative references for __ksymtab entriesArd Biesheuvel2018-08-226-24/+91
* module: allow symbol exports to be disabledArd Biesheuvel2018-08-223-5/+12
* arch: enable relative relocations for arm64, power and x86Ard Biesheuvel2018-08-224-0/+13
* spelling.txt: add more spellings to spelling.txtColin Ian King2018-08-221-0/+88
* kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov2018-08-226-3/+43
* kernel/crash_core.c: print timestamp using time64_tArnd Bergmann2018-08-221-1/+1
* linux/compiler.h: don't use boolRasmus Villemoes2018-08-221-1/+1
* userns: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner2018-08-221-4/+1
* userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior2018-08-222-6/+7
* bdi: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner2018-08-221-4/+1
* bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior2018-08-223-9/+10
* kernel.h: documentation for roundup() vs round_up()Kees Cook2018-08-221-1/+34