summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov
2018-08-22kernel/crash_core.c: print timestamp using time64_tArnd Bergmann
2018-08-22linux/compiler.h: don't use boolRasmus Villemoes
2018-08-22userns: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner
2018-08-22userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior
2018-08-22bdi: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner
2018-08-22bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior
2018-08-22kernel.h: documentation for roundup() vs round_up()Kees Cook
2018-08-22include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval
2018-08-22crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dirOmar Sandoval
2018-08-22proc/kcore: optimize multiple page readsOmar Sandoval
2018-08-22proc/kcore: clean up ELF header generationOmar Sandoval
2018-08-22proc/kcore: hold lock during readOmar Sandoval
2018-08-22proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval
2018-08-22proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval
2018-08-22proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval
2018-08-22proc/kcore: don't grab lock for kclist_add()Omar Sandoval
2018-08-22fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse
2018-08-22fs/proc/vmcore.c: use new typedef vm_fault_tSouptick Joarder
2018-08-22proc: use "unsigned int" in /proc/stat hookAlexey Dobriyan
2018-08-22proc: spread "const" a bitAlexey Dobriyan
2018-08-22proc: use macro in /proc/latency hookAlexey Dobriyan
2018-08-22proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan
2018-08-22proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan
2018-08-22proc: smaller readlock section in readdir("/proc")Alexey Dobriyan
2018-08-22proc: test /proc/thread-self symlinkAlexey Dobriyan
2018-08-22proc: test /proc/self symlinkAlexey Dobriyan
2018-08-22fs/proc/uptime.c: use ktime_get_boottime_ts64Arnd Bergmann
2018-08-22proc: fixup PDE allocation bloatAlexey Dobriyan
2018-08-22mm: fix comment for NODEMASK_ALLOCOscar Salvador
2018-08-22drivers/block/zram/zram_drv.c: fix bug storing backing_devPeter Kalauskas
2018-08-22/proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)
2018-08-22mm, oom: introduce memory.oom.groupRoman Gushchin
2018-08-22mm, oom: refactor oom_kill_process()Roman Gushchin
2018-08-22tools/testing/selftests/vm/: add MAP_POPULATE testDmitry Safonov
2018-08-22mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador
2018-08-22mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INITOscar Salvador
2018-08-22mm: remove __paginginitPavel Tatashin
2018-08-22mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin
2018-08-22mm/page_alloc.c: move ifdefery out of free_area_init_coreOscar Salvador
2018-08-22mm: remove zone_id() and make use of zone_idx() in is_dev_zone()Oscar Salvador
2018-08-22Documentation/sysctl/vm.txt: update __vm_enough_memory()'s pathjuviliu
2018-08-22memcg: reduce memcg tree traversals for stats collectionShakeel Butt
2018-08-22mm: fix page_freeze_refs and page_unfreeze_refs in commentsJiang Biao
2018-08-22mm: clarify CONFIG_PAGE_POISONING and usageKees Cook
2018-08-22mm: zero out the vma in vma_init()Andrew Morton
2018-08-22mm/mempool.c: add missing parameter descriptionMike Rapoport
2018-08-22mm: /proc/pid/smaps_rollup: convert to single value seq_fileVlastimil Babka
2018-08-22mm: /proc/pid/smaps: factor out common stats printingVlastimil Babka