index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
2020-06-02
1
-1
/
+1
*
mm: use memalloc_nofs_save in readahead path
Matthew Wilcox (Oracle)
2020-06-02
1
-0
/
+14
*
mm: document why we don't set PageReadahead
Matthew Wilcox (Oracle)
2020-06-02
1
-3
/
+6
*
mm: add page_cache_readahead_unbounded
Matthew Wilcox (Oracle)
2020-06-02
1
-21
/
+47
*
mm: move end_index check out of readahead loop
Matthew Wilcox (Oracle)
2020-06-02
1
-6
/
+8
*
mm: add readahead address space operation
Matthew Wilcox (Oracle)
2020-06-02
1
-2
/
+10
*
mm: put readahead pages in cache earlier
Matthew Wilcox (Oracle)
2020-06-02
1
-18
/
+28
*
mm: remove 'page_offset' from readahead loop
Matthew Wilcox (Oracle)
2020-06-02
1
-5
/
+3
*
mm: rename readahead loop variable to 'i'
Matthew Wilcox (Oracle)
2020-06-02
1
-4
/
+4
*
mm: rename various 'offset' parameters to 'index'
Matthew Wilcox (Oracle)
2020-06-02
1
-44
/
+42
*
mm: use readahead_control to pass arguments
Matthew Wilcox (Oracle)
2020-06-02
1
-14
/
+19
*
mm: move readahead nr_pages check into read_pages
Matthew Wilcox (Oracle)
2020-06-02
1
-5
/
+7
*
mm: ignore return value of ->readpages
Matthew Wilcox (Oracle)
2020-06-02
1
-6
/
+2
*
mm: return void from various readahead functions
Matthew Wilcox (Oracle)
2020-06-02
3
-28
/
+19
*
mm: move readahead prototypes from mm.h
Matthew Wilcox (Oracle)
2020-06-02
2
-0
/
+4
*
mm, dump_page(): do not crash with invalid mapping pointer
Vlastimil Babka
2020-06-02
1
-6
/
+50
*
mm/slub: fix stack overruns with SLUB_STATS
Qian Cai
2020-06-02
1
-1
/
+2
*
slub: remove kmalloc under list_lock from list_slab_objects() V2
Christopher Lameter
2020-06-02
1
-5
/
+15
*
slub: Remove userspace notifier for cache add/remove
Christoph Lameter
2020-06-02
1
-16
/
+1
*
mm/slub.c: fix corrupted freechain in deactivate_slab()
Dongli Zhang
2020-06-02
1
-0
/
+27
*
usercopy: mark dma-kmalloc caches as usercopy caches
Vlastimil Babka
2020-06-02
1
-1
/
+2
*
mm,thp: stop leaking unreleased file pages
Hugh Dickins
2020-05-28
1
-0
/
+1
*
mm/z3fold: silence kmemleak false positives of slots
Qian Cai
2020-05-28
1
-0
/
+3
*
z3fold: fix use-after-free when freeing handles
Uladzislau Rezki
2020-05-23
1
-5
/
+6
*
kasan: disable branch tracing for core runtime
Marco Elver
2020-05-23
3
-10
/
+8
*
kasan: add missing functions declarations to kasan.h
Andrey Konovalov
2020-05-14
1
-2
/
+32
*
kasan: consistently disable debugging features
Andrey Konovalov
2020-05-14
1
-5
/
+10
*
userfaultfd: fix remap event with MREMAP_DONTUNMAP
Brian Geffon
2020-05-14
1
-1
/
+1
*
mm/gup: fix fixup_user_fault() on multiple retries
Peter Xu
2020-05-14
1
-5
/
+7
*
Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-05-10
1
-2
/
+11
|
\
|
*
bdi: add a ->dev_name field to struct backing_dev_info
Christoph Hellwig
2020-05-09
1
-2
/
+3
|
*
bdi: move bdi_dev_name out of line
Christoph Hellwig
2020-05-07
1
-1
/
+9
*
|
mm: limit boost_watermark on small zones
Henry Willard
2020-05-07
1
-0
/
+8
*
|
mm/vmscan: remove unnecessary argument description of isolate_lru_pages()
Qiwu Chen
2020-05-07
1
-1
/
+0
*
|
percpu: make pcpu_alloc() aware of current gfp context
Filipe Manana
2020-05-07
1
-4
/
+10
*
|
mm/slub: fix incorrect interpretation of s->offset
Waiman Long
2020-05-07
1
-15
/
+30
*
|
mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()
David Hildenbrand
2020-05-07
1
-0
/
+1
*
|
mm, memcg: fix error return value of mem_cgroup_css_alloc()
Yafang Shao
2020-05-07
1
-6
/
+9
*
|
mm: check that mm is still valid in madvise()
Linus Torvalds
2020-04-24
1
-0
/
+18
*
|
mm: shmem: disable interrupt when acquiring info->lock in userfaultfd_copy path
Yang Shi
2020-04-21
1
-2
/
+2
*
|
shmem: fix possible deadlocks on shmlock_user_lock
Hugh Dickins
2020-04-21
1
-2
/
+5
*
|
vmalloc: fix remap_vmalloc_range() bounds checks
Jann Horn
2020-04-21
1
-3
/
+13
*
|
mm/shmem: fix build without THP
Hugh Dickins
2020-04-21
1
-1
/
+1
*
|
mm/ksm: fix NULL pointer dereference when KSM zero page is enabled
Muchun Song
2020-04-21
1
-2
/
+10
*
|
mm, gup: return EINTR when gup is interrupted by fatal signals
Michal Hocko
2020-04-21
1
-1
/
+1
*
|
mm/hugetlb: fix a addressing exception caused by huge_pte_offset
Longpeng
2020-04-21
1
-6
/
+8
*
|
slub: avoid redzone when choosing freepointer location
Kees Cook
2020-04-21
1
-2
/
+10
*
|
mm: Fix MREMAP_DONTUNMAP accounting on VMA merge
Brian Geffon
2020-04-19
1
-1
/
+12
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-04-10
11
-42
/
+299
|
\
|
*
mm/memremap: set caching mode for PCI P2PDMA memory to WC
Logan Gunthorpe
2020-04-10
1
-0
/
+3
[next]