aboutsummaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-22spelling.txt: add more spellings to spelling.txtColin Ian King1-0/+88
2018-08-22kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov6-3/+43
2018-08-22kernel/crash_core.c: print timestamp using time64_tArnd Bergmann1-1/+1
2018-08-22linux/compiler.h: don't use boolRasmus Villemoes1-1/+1
2018-08-22userns: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner1-4/+1
2018-08-22userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior2-6/+7
2018-08-22bdi: use irqsave variant of refcount_dec_and_lock()Anna-Maria Gleixner1-4/+1
2018-08-22bdi: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior3-9/+10
2018-08-22kernel.h: documentation for roundup() vs round_up()Kees Cook1-1/+34
2018-08-22include/asm-generic/bug.h: clarify valid uses of WARN()Dmitry Vyukov1-3/+13
2018-08-22proc/kcore: add vmcoreinfo note to /proc/kcoreOmar Sandoval4-4/+21
2018-08-22crash_core: use VMCOREINFO_SYMBOL_ARRAY() for swapper_pg_dirOmar Sandoval1-1/+1
2018-08-22proc/kcore: optimize multiple page readsOmar Sandoval1-3/+11
2018-08-22proc/kcore: clean up ELF header generationOmar Sandoval1-209/+141
2018-08-22proc/kcore: hold lock during readOmar Sandoval1-30/+40
2018-08-22proc/kcore: fix memory hotplug vs multiple opens raceOmar Sandoval1-49/+44
2018-08-22proc/kcore: replace kclist_lock rwlock with rwsemOmar Sandoval1-10/+10
2018-08-22proc/kcore: don't grab lock for memory hotplug notifierOmar Sandoval1-4/+2
2018-08-22proc/kcore: don't grab lock for kclist_add()Omar Sandoval2-5/+4
2018-08-22fs/proc/kcore.c: use __pa_symbol() for KCORE_TEXT list entriesJames Morse1-1/+3
2018-08-22fs/proc/vmcore.c: use new typedef vm_fault_tSouptick Joarder1-1/+1
2018-08-22proc: use "unsigned int" in /proc/stat hookAlexey Dobriyan1-1/+1
2018-08-22proc: spread "const" a bitAlexey Dobriyan2-3/+3
2018-08-22proc: use macro in /proc/latency hookAlexey Dobriyan1-1/+1
2018-08-22proc: save 2 atomic ops on write to "/proc/*/attr/*"Alexey Dobriyan1-19/+19
2018-08-22proc: put task earlier in /proc/*/fail-nthAlexey Dobriyan1-3/+1
2018-08-22proc: smaller readlock section in readdir("/proc")Alexey Dobriyan1-2/+2
2018-08-22proc: test /proc/thread-self symlinkAlexey Dobriyan4-0/+71
2018-08-22proc: test /proc/self symlinkAlexey Dobriyan4-0/+49
2018-08-22fs/proc/uptime.c: use ktime_get_boottime_ts64Arnd Bergmann1-2/+2
2018-08-22proc: fixup PDE allocation bloatAlexey Dobriyan2-12/+11
2018-08-22mm: fix comment for NODEMASK_ALLOCOscar Salvador1-1/+1
2018-08-22drivers/block/zram/zram_drv.c: fix bug storing backing_devPeter Kalauskas1-1/+6
2018-08-22/proc/meminfo: add percpu populated pages countDennis Zhou (Facebook)4-0/+36
2018-08-22mm, oom: introduce memory.oom.groupRoman Gushchin4-0/+159
2018-08-22mm, oom: refactor oom_kill_process()Roman Gushchin1-58/+65
2018-08-22tools/testing/selftests/vm/: add MAP_POPULATE testDmitry Safonov4-0/+126
2018-08-22mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador4-36/+61
2018-08-22mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INITOscar Salvador1-9/+16
2018-08-22mm: remove __paginginitPavel Tatashin2-21/+10
2018-08-22mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin5-30/+28
2018-08-22mm/page_alloc.c: move ifdefery out of free_area_init_coreOscar Salvador1-13/+37
2018-08-22mm: remove zone_id() and make use of zone_idx() in is_dev_zone()Oscar Salvador1-19/+12
2018-08-22Documentation/sysctl/vm.txt: update __vm_enough_memory()'s pathjuviliu1-1/+1
2018-08-22memcg: reduce memcg tree traversals for stats collectionShakeel Butt1-77/+73
2018-08-22mm: fix page_freeze_refs and page_unfreeze_refs in commentsJiang Biao3-4/+4
2018-08-22mm: clarify CONFIG_PAGE_POISONING and usageKees Cook2-5/+6
2018-08-22mm: zero out the vma in vma_init()Andrew Morton6-10/+7
2018-08-22mm/mempool.c: add missing parameter descriptionMike Rapoport1-0/+1
2018-08-22mm: /proc/pid/smaps_rollup: convert to single value seq_fileVlastimil Babka2-60/+96