aboutsummaryrefslogtreecommitdiffstats
path: root/fs/mpage.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-01KEYS: fix parsing invalid pkey info stringEric Biggers1-0/+2
2018-12-31nfs: fixed broken compilation in nfs_callback_up_net()Vasily Averin2-1/+10
2018-12-31rtc: rename core filesAlexandre Belloni5-4/+4
2018-12-31cifs: update internal module version numberSteve French1-1/+1
2018-12-31cifs: we can not use small padding iovs together with encryptionRonnie Sahlberg3-33/+55
2018-12-31rtc: nvmem: fix possible use after freeAlexandre Belloni1-4/+5
2018-12-30sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f6544b9cLinus Torvalds1-34/+9
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy14-14/+14
2018-12-30mips/kgdb: prepare arch_kgdb_ops for constnessChristophe Leroy1-9/+7
2018-12-30kdb: use bool for binary state indicatorsNicholas Mc Guire1-7/+7
2018-12-30kdb: Don't back trace on a cpu that didn't round upDouglas Anderson3-8/+14
2018-12-30kgdb: Don't round up a CPU that failed rounding up beforeDouglas Anderson2-1/+20
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson9-83/+59
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson11-29/+14
2018-12-29lib: don't depend on linux headers being installed.NeilBrown1-2/+0
2018-12-28Fix failure path in alloc_pid()Matthew Wilcox1-2/+4
2018-12-28kernel/fork.c: mark 'stack_vm_area' with __maybe_unusedYueHaibing1-1/+1
2018-12-28memcg, oom: notify on oom killer invocation from the charge pathMichal Hocko1-2/+18
2018-12-28mm, swap: fix swapoff with KSM pagesHuang Ying1-1/+2
2018-12-28include/linux/gfp.h: fix typoKyle Spiers1-1/+1
2018-12-28mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams4-35/+31
2018-12-28hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate raceMike Kravetz2-44/+38
2018-12-28hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz5-20/+88
2018-12-28memory_hotplug: add missing newlines to debugging outputMichal Hocko1-3/+3
2018-12-28mm: remove __hugepage_set_anon_rmap()Kirill Tkhai1-21/+4
2018-12-28include/linux/vmstat.h: remove unused page state adjustment macroWei Yang1-5/+0
2018-12-28mm/page_alloc.c: allow error injectionBenjamin Poirier2-2/+9
2018-12-28mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara6-10/+8
2018-12-28blkdev: avoid migration stalls for blkdev pagesJan Kara1-0/+1
2018-12-28mm: migrate: provide buffer_migrate_page_norefs()Jan Kara2-7/+57
2018-12-28mm: migrate: move migrate_page_lock_buffers()Jan Kara1-50/+42
2018-12-28mm: migrate: lock buffers before migrate_page_move_mapping()Jan Kara1-26/+13
2018-12-28mm: migration: factor out code to compute expected number of page referencesJan Kara1-10/+17
2018-12-28mm, page_alloc: enable pcpu_drain with zone capabilityWei Yang1-6/+16
2018-12-28kmemleak: add config to select auto scanSri Krishna chowdary2-4/+21
2018-12-28mm/page_alloc.c: don't call kasan_free_pages() at deferred mem initWaiman Long1-8/+29
2018-12-28userfaultfd: clear flag if remap event not enabledPeter Xu1-1/+9
2018-12-28mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPESPingfan Liu2-1/+3
2018-12-28ksm: react on changing "sleep_millisecs" parameter fasterKirill Tkhai1-2/+8
2018-12-28mm, fault_around: do not take a reference to a locked pageMichal Hocko1-0/+7
2018-12-28mm, memory_hotplug: deobfuscate migration part of offliningMichal Hocko1-29/+33
2018-12-28mm, memory_hotplug: try to migrate full pfn rangeMichal Hocko1-6/+2
2018-12-28mm, proc: report PR_SET_THP_DISABLE in procMichal Hocko2-0/+13
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko5-4/+30
2018-12-28mm, proc: be more verbose about unstable VMA flags in /proc/<pid>/smapsMichal Hocko1-1/+3
2018-12-28include/linux/memory_hotplug.h: remove duplicate declaration of offline_pages()Wei Yang1-1/+0
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse17-250/+262
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse12-116/+103
2018-12-28hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko1-0/+16
2018-12-28mm, kmemleak: little optimization while scanningOscar Salvador1-3/+6