index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
8
-41
/
+41
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
1
-4
/
+4
2018-10-31
mm: nobootmem: remove dead code
Mike Rapoport
1
-35
/
+0
2018-10-31
mm: remove bootmem allocator implementation.
Mike Rapoport
1
-811
/
+0
2018-10-31
mm: remove CONFIG_HAVE_MEMBLOCK
Mike Rapoport
4
-12
/
+4
2018-10-31
mm: remove CONFIG_NO_BOOTMEM
Mike Rapoport
3
-12
/
+1
2018-10-31
mm/gup_benchmark.c: prevent integer overflow in ioctl
Dan Carpenter
1
-0
/
+3
2018-10-31
mm/hmm: invalidate device page table at start of invalidation
Jérôme Glisse
1
-12
/
+15
2018-10-31
mm/hmm: use a structure for update callback parameters
Jérôme Glisse
1
-11
/
+22
2018-10-31
mm/hmm: properly handle migration pmd
Jérôme Glisse
1
-6
/
+34
2018-10-31
mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback
Ralph Campbell
1
-15
/
+21
2018-10-31
mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
Ralph Campbell
1
-1
/
+23
2018-10-31
mm/hmm: fix utf8 ...
Jérôme Glisse
1
-1
/
+1
2018-10-28
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
17
-940
/
+647
2018-10-27
hugetlbfs: dirty pages as they are added to pagecache
Mike Kravetz
1
-0
/
+6
2018-10-27
mm: export add_swap_extent()
Omar Sandoval
1
-0
/
+1
2018-10-27
mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
Omar Sandoval
2
-8
/
+11
2018-10-27
mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()
Andrea Arcangeli
1
-2
/
+2
2018-10-27
mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()
Andrea Arcangeli
2
-14
/
+19
2018-10-27
mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race condition
Andrea Arcangeli
1
-7
/
+18
2018-10-27
mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_t
Clark Williams
1
-9
/
+9
2018-10-27
mm/gup: cache dev_pagemap while pinning pages
Keith Busch
3
-59
/
+73
2018-10-27
mm: return zero_resv_unavail optimization
Pavel Tatashin
1
-20
/
+26
2018-10-27
mm: zero remaining unavailable struct pages
Naoya Horiguchi
1
-11
/
+25
2018-10-27
mm/gup_benchmark.c: add additional pinning methods
Keith Busch
1
-2
/
+26
2018-10-27
mm/gup_benchmark.c: time put_page()
Keith Busch
1
-2
/
+7
2018-10-27
mm: don't raise MEMCG_OOM event due to failed high-order allocation
Roman Gushchin
1
-2
/
+2
2018-10-27
mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlock
Dave Chinner
1
-18
/
+15
2018-10-27
mm: move mirrored memory specific code outside of memmap_init_zone
Pavel Tatashin
1
-38
/
+33
2018-10-27
mm: calculate deferred pages after skipping mirrored memory
Pavel Tatashin
1
-20
/
+25
2018-10-27
mm: make memmap_init a proper function
Pavel Tatashin
1
-4
/
+5
2018-10-27
mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t type
Kirill Tkhai
1
-6
/
+4
2018-10-27
mm/page_alloc.c: initialize num_movable in move_freepages()
David Rientjes
1
-4
/
+3
2018-10-27
mm/zsmalloc.c: fix fall-through annotation
Gustavo A. R. Silva
1
-1
/
+1
2018-10-27
mm/vmstat.c: assert that vmstat_text is in sync with stat_items_size
Jann Horn
1
-0
/
+2
2018-10-27
mm/memory.c: recheck page table entry with page table lock held
Aneesh Kumar K.V
1
-4
/
+30
2018-10-27
mm: brk: downgrade mmap_sem to read when shrinking
Yang Shi
1
-11
/
+35
2018-10-27
mm: mremap: downgrade mmap_sem to read when shrinking
Yang Shi
2
-6
/
+18
2018-10-27
mm/filemap.c: use vmf_error()
Souptick Joarder
1
-3
/
+1
2018-10-27
mm: remove unnecessary local variable addr in __get_user_pages_fast()
Wei Yang
1
-3
/
+2
2018-10-27
mm: defer ZONE_DEVICE page initialization to the point where we init pgmap
Alexander Duyck
2
-8
/
+96
2018-10-27
mm: create non-atomic version of SetPageReserved for init use
Alexander Duyck
1
-2
/
+7
2018-10-27
mm: provide kernel parameter to allow disabling page init poisoning
Alexander Duyck
3
-6
/
+49
2018-10-27
memcg: remove memcg_kmem_skip_account
Shakeel Butt
1
-23
/
+1
2018-10-27
mm/memory_hotplug.c: clean up node_states_check_changes_offline()
Oscar Salvador
1
-51
/
+29
2018-10-27
mm/memory_hotplug.c: simplify node_states_check_changes_online
Oscar Salvador
1
-50
/
+7
2018-10-27
mm/memory_hotplug.c: tidy up node_states_clear_node()
Oscar Salvador
1
-4
/
+2
2018-10-27
mm/memory_hotplug.c: spare unnecessary calls to node_set_state
Oscar Salvador
1
-1
/
+2
2018-10-27
mm/filemap.c: Use existing variable
haiqing.shq
1
-1
/
+1
2018-10-27
mm: unmap VM_PFNMAP mappings with optimized path
Yang Shi
1
-9
/
+0
[next]