summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2018-08-22lib/test_hexdump.c: fix failure on big endian cpuChristophe Leroy-5/+23
2018-08-22lib/Kconfig: remove 'default n' for testsAndy Shevchenko-18/+0
2018-08-22bcache: use routines from lib/crc64.c for CRC64 calculationColy Li-135/+18
2018-08-22lib: add crc64 calculation routinesColy Li-0/+156
2018-08-22lib/test_debug_virtual.c: make struct pointer foo staticColin Ian King-1/+1
2018-08-22include/linux/bitops.h: introduce BITS_PER_TYPEChris Wilson-2/+2
2018-08-22lib/bitmap.c: drop unnecessary 0 check for u32 array operationsAndy Shevchenko-8/+1
2018-08-22get_maintainer: allow option --mpath <directory> to read all files in <direct...Joe Perches-7/+6
2018-08-22get_maintainer.pl: add -mpath=<path or file> for MAINTAINERS file locationJoe Perches-18/+30
2018-08-22get_maintainer: allow usage outside of kernel treeAntonio Nino Diaz-3/+6
2018-08-22s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()Davidlohr Bueso-0/+8
2018-08-22fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()Davidlohr Bueso-8/+6
2018-08-22fs/epoll: loosen irq safety in ep_scan_ready_list()Davidlohr Bueso-5/+4
2018-08-22sched/wait: assert the wait_queue_head lock is held in __wake_up_commonChristoph Hellwig-0/+2
2018-08-22userfaultfd: use fault_wqh lockMatthew Wilcox-3/+3
2018-08-22epoll: use the waitqueue lock to protect ep->wqChristoph Hellwig-36/+29
2018-08-22kernel: tracepoints: add support for relative referencesArd Biesheuvel-27/+41
2018-08-22PCI: Add support for relative addressing in quirk tablesArd Biesheuvel-3/+29
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel-41/+68
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel-24/+91
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel-5/+12
2018-08-22arch: enable relative relocations for arm64, power and x86Ard Biesheuvel-0/+13
2018-08-22spelling.txt: add more spellings to spelling.txtColin Ian King-0/+88
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov-3/+43
2018-08-22kernel/crash_core.c: print timestamp using time64_tArnd Bergmann-1/+1
2018-08-22linux/compiler.h: don't use boolRasmus Villemoes-1/+1
2018-08-22userns: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner-4/+1
2018-08-22userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior-6/+7
2018-08-22bdi: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner-4/+1
2018-08-22bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior-9/+10
2018-08-22kernel.h: documentation for roundup() vs round_up()Kees Cook-1/+34
2018-08-22include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov-3/+13
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval-4/+21
2018-08-22crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dirOmar Sandoval-1/+1
2018-08-22proc/kcore: optimize multiple page readsOmar Sandoval-3/+11
2018-08-22proc/kcore: clean up ELF header generationOmar Sandoval-209/+141
2018-08-22proc/kcore: hold lock during readOmar Sandoval-30/+40
2018-08-22proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval-49/+44
2018-08-22proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval-10/+10
2018-08-22proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval-4/+2
2018-08-22proc/kcore: don't grab lock for kclist_add()Omar Sandoval-5/+4
2018-08-22fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse-1/+3
2018-08-22fs/proc/vmcore.c: use new typedef vm_fault_tSouptick Joarder-1/+1
2018-08-22proc: use "unsigned int" in /proc/stat hookAlexey Dobriyan-1/+1
2018-08-22proc: spread "const" a bitAlexey Dobriyan-3/+3
2018-08-22proc: use macro in /proc/latency hookAlexey Dobriyan-1/+1
2018-08-22proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan-19/+19
2018-08-22proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan-3/+1
2018-08-22proc: smaller readlock section in readdir("/proc")Alexey Dobriyan-2/+2
2018-08-22proc: test /proc/thread-self symlinkAlexey Dobriyan-0/+71