summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov2018-08-221-3/+13
* proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval2018-08-224-4/+21
* crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dirOmar Sandoval2018-08-221-1/+1
* proc/kcore: optimize multiple page readsOmar Sandoval2018-08-221-3/+11
* proc/kcore: clean up ELF header generationOmar Sandoval2018-08-221-209/+141
* proc/kcore: hold lock during readOmar Sandoval2018-08-221-30/+40
* proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval2018-08-221-49/+44
* proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval2018-08-221-10/+10
* proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval2018-08-221-4/+2
* proc/kcore: don't grab lock for kclist_add()Omar Sandoval2018-08-222-5/+4
* fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse2018-08-221-1/+3
* fs/proc/vmcore.c: use new typedef vm_fault_tSouptick Joarder2018-08-221-1/+1
* proc: use "unsigned int" in /proc/stat hookAlexey Dobriyan2018-08-221-1/+1
* proc: spread "const" a bitAlexey Dobriyan2018-08-222-3/+3