summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | mm: fix data corruption caused by lazyfree pageShaohua Li2017-10-031-0/+11
* | | | | mm: avoid marking swap cached page as lazyfreeShaohua Li2017-10-031-2/+2
* | | | | mm: have filemap_check_and_advance_wb_err clear AS_EIO/AS_ENOSPCJeff Layton2017-10-031-0/+8
* | | | | mm: fix RODATA_TEST failure "rodata_test: test data was not read only"Christophe Leroy2017-10-031-1/+1
* | | | | mm: meminit: mark init_reserved_page as __meminitArnd Bergmann2017-10-031-1/+1
* | | | | z3fold: fix stale list handlingVitaly Wool2017-10-031-4/+2
* | | | | mm,compaction: serialize waitqueue_active() checks (for real)Davidlohr Bueso2017-10-031-8/+5
* | | | | mm/memcg: avoid page count check for zone deviceJérôme Glisse2017-10-031-1/+2
* | | | | mm, memcg: remove hotplug locking from try_chargeMichal Hocko2017-10-031-5/+15
* | | | | mm, oom_reaper: skip mm structs with mmu notifiersMichal Hocko2017-10-031-0/+16
* | | | | z3fold: fix potential race in z3fold_reclaim_pageVitaly Wool2017-10-031-1/+3
* | | | | mm, hugetlb, soft_offline: save compound page order before page migrationAlexandru Moise2017-10-031-2/+10
* | | | | ksm: fix unlocked iteration over vmas in cmp_and_merge_page()Kirill Tkhai2017-10-031-1/+4
| |_|/ / |/| | |
* | | | percpu: fix iteration to prevent skipping over blockDennis Zhou2017-09-281-0/+4
* | | | percpu: fix starting offset for chunk statistics traversalDennis Zhou2017-09-271-1/+1
| |/ / |/| |
* | | fs: Fix page cache inconsistency when mixing buffered and AIO DIOLukas Czerner2017-09-251-2/+8
| |/ |/|
* | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-141-7/+17
|\ \
| * | fs: support IOCB_NOWAIT in generic_file_buffered_readMilosz Tanski2017-09-041-0/+9
| * | fs: pass iocb to do_generic_file_readChristoph Hellwig2017-09-041-7/+8
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-6/+1
|\ \ \
| * | | mm/nommu: switch do_mmap_private to kernel_readChristoph Hellwig2017-09-041-6/+1
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-143-3/+3
|\ \ \
| * | | mm, page_owner: skip unnecessary stack_trace entriesPrakash Gupta2017-09-131-1/+1
| * | | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-132-2/+2
* | | | sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen2017-09-141-1/+21
|/ / /
* | | mm/backing-dev.c: fix an error handling path in 'cgwb_create()'Christophe JAILLET2017-09-111-2/+4
* | | mem/memcg: cache rightmost nodeDavidlohr Bueso2017-09-081-5/+18
* | | lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-084-14/+14
* | | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
* | | mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced()Anshuman Khandual2017-09-081-5/+0
* | | mm/swapfile.c: fix swapon frontswap_map memory leak on errorDavid Rientjes2017-09-081-0/+1
* | | mm: kvfree the swap cluster info if the swap file is unsatisfactoryDarrick J. Wong2017-09-081-1/+1
* | | mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attemptTetsuo Handa2017-09-081-1/+2
* | | mm/sparse.c: fix typo in online_mem_sectionsMichal Hocko2017-09-081-1/+1
* | | mm/memory.c: fix mem_cgroup_oom_disable() call missingLaurent Dufour2017-09-081-5/+5
* | | mm: memcontrol: use per-cpu stocks for socket memory unchargingRoman Gushchin2017-09-081-2/+4
* | | mm: fadvise: avoid fadvise for fs without backing deviceShakeel Butt2017-09-081-3/+3
* | | mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke2017-09-081-3/+6
* | | mm/mlock.c: use page_zone() instead of page_zone_id()Joonsoo Kim2017-09-081-6/+4
* | | mm: consider the number in local CPUs when reading NUMA statsKemi Wang2017-09-081-2/+7
* | | mm: update NUMA counter threshold sizeKemi Wang2017-09-081-18/+10
* | | mm: change the call sites of numa statistics itemsKemi Wang2017-09-082-11/+160
* | | mm/memory.c: remove reduntant check for write accessAnshuman Khandual2017-09-081-3/+2
* | | mm: remove useless vma parameter to offset_il_nodeLaurent Dufour2017-09-081-4/+3
* | | mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse2017-09-084-5/+11
* | | mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse2017-09-081-5/+83
* | | mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse2017-09-088-32/+118
* | | mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse2017-09-081-9/+196
* | | mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse2017-09-083-28/+157
* | | mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse2017-09-081-29/+112
OpenPOWER on IntegriCloud