summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* proc: use macro in /proc/latency hookAlexey Dobriyan2018-08-221-1/+1
* proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan2018-08-221-19/+19
* proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan2018-08-221-3/+1
* proc: smaller readlock section in readdir("/proc")Alexey Dobriyan2018-08-221-2/+2
* proc: test /proc/thread-self symlinkAlexey Dobriyan2018-08-224-0/+71
* proc: test /proc/self symlinkAlexey Dobriyan2018-08-224-0/+49
* fs/proc/uptime.c: use ktime_get_boottime_ts64Arnd Bergmann2018-08-221-2/+2
* proc: fixup PDE allocation bloatAlexey Dobriyan2018-08-222-12/+11
* mm: fix comment for NODEMASK_ALLOCOscar Salvador2018-08-221-1/+1
* drivers/block/zram/zram_drv.c: fix bug storing backing_devPeter Kalauskas2018-08-221-1/+6
* /proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)2018-08-224-0/+36
* mm, oom: introduce memory.oom.groupRoman Gushchin2018-08-224-0/+159
* mm, oom: refactor oom_kill_process()Roman Gushchin2018-08-221-58/+65
* tools/testing/selftests/vm/: add MAP_POPULATE testDmitry Safonov2018-08-224-0/+126
* mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador2018-08-224-36/+61
* mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INITOscar Salvador2018-08-221-9/+16
* mm: remove __paginginitPavel Tatashin2018-08-222-21/+10
* mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin2018-08-225-30/+28
* mm/page_alloc.c: move ifdefery out of free_area_init_coreOscar Salvador2018-08-221-13/+37
* mm: remove zone_id() and make use of zone_idx() in is_dev_zone()Oscar Salvador2018-08-221-19/+12
* Documentation/sysctl/vm.txt: update __vm_enough_memory()'s pathjuviliu2018-08-221-1/+1
* memcg: reduce memcg tree traversals for stats collectionShakeel Butt2018-08-221-77/+73
* mm: fix page_freeze_refs and page_unfreeze_refs in commentsJiang Biao2018-08-223-4/+4
* mm: clarify CONFIG_PAGE_POISONING and usageKees Cook2018-08-222-5/+6