index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-31
mm: Fix warning in insert_pfn()
Jan Kara
1
-2
/
+7
2018-10-31
mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
David Hildenbrand
1
-8
/
+20
2018-10-31
mm/memory_hotplug: make add_memory() take the device_hotplug_lock
David Hildenbrand
1
-3
/
+19
2018-10-31
mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
David Hildenbrand
1
-1
/
+8
2018-10-31
mm/memblock.c: warn if zero alignment was requested
Mike Rapoport
1
-0
/
+11
2018-10-31
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
4
-29
/
+26
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
12
-13
/
+6
2018-10-31
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
6
-10
/
+13
2018-10-31
mm: remove nobootmem
Mike Rapoport
3
-129
/
+104
2018-10-31
memblock: rename __free_pages_bootmem to memblock_free_pages
Mike Rapoport
4
-4
/
+4
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
4
-5
/
+5
2018-10-31
memblock: replace free_bootmem_late with memblock_free_late
Mike Rapoport
1
-24
/
+0
2018-10-31
memblock: replace free_bootmem{_node} with memblock_free
Mike Rapoport
1
-30
/
+0
2018-10-31
mm: nobootmem: remove bootmem allocation APIs
Mike Rapoport
1
-224
/
+0
2018-10-31
memblock: add align parameter to memblock_alloc_node()
Mike Rapoport
1
-1
/
+1
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-30
vfs: enable remap callers that can handle short operations
Darrick J. Wong
1
-4
/
+7
2018-10-30
vfs: make remap_file_range functions take and return bytes completed
Darrick J. Wong
1
-1
/
+1
2018-10-30
vfs: pass remap flags to generic_remap_checks
Darrick J. Wong
1
-2
/
+2
2018-10-30
vfs: strengthen checking of file range inputs to generic_remap_checks
Darrick J. Wong
1
-32
/
+52
2018-10-30
vfs: check file ranges before cloning files
Darrick J. Wong
1
-0
/
+69
2018-10-28
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
17
-940
/
+647
2018-10-26
hugetlbfs: dirty pages as they are added to pagecache
Mike Kravetz
1
-0
/
+6
2018-10-26
mm: export add_swap_extent()
Omar Sandoval
1
-0
/
+1
2018-10-26
mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
Omar Sandoval
2
-8
/
+11
2018-10-26
mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()
Andrea Arcangeli
1
-2
/
+2
2018-10-26
mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()
Andrea Arcangeli
2
-14
/
+19
2018-10-26
mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race condition
Andrea Arcangeli
1
-7
/
+18
2018-10-26
mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_t
Clark Williams
1
-9
/
+9
2018-10-26
mm/gup: cache dev_pagemap while pinning pages
Keith Busch
3
-59
/
+73
2018-10-26
mm: return zero_resv_unavail optimization
Pavel Tatashin
1
-20
/
+26
2018-10-26
mm: zero remaining unavailable struct pages
Naoya Horiguchi
1
-11
/
+25
2018-10-26
mm/gup_benchmark.c: add additional pinning methods
Keith Busch
1
-2
/
+26
2018-10-26
mm/gup_benchmark.c: time put_page()
Keith Busch
1
-2
/
+7
2018-10-26
mm: don't raise MEMCG_OOM event due to failed high-order allocation
Roman Gushchin
1
-2
/
+2
2018-10-26
mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlock
Dave Chinner
1
-18
/
+15
2018-10-26
mm: move mirrored memory specific code outside of memmap_init_zone
Pavel Tatashin
1
-38
/
+33
2018-10-26
mm: calculate deferred pages after skipping mirrored memory
Pavel Tatashin
1
-20
/
+25
[prev]
[next]