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
2021-04-30
mm: move page_mapping_file to pagemap.h
Matthew Wilcox (Oracle)
1
-10
/
+0
2021-04-30
mm: page-writeback: simplify memcg handling in test_clear_page_writeback()
Johannes Weiner
2
-31
/
+14
2021-04-30
mm/filemap: drop check for truncated page after I/O
Matthew Wilcox (Oracle)
1
-2
/
+0
2021-04-30
mm/filemap: use filemap_read_page in filemap_fault
Matthew Wilcox (Oracle)
1
-9
/
+1
2021-04-30
mm: use filemap_range_needs_writeback() for O_DIRECT reads
Jens Axboe
1
-2
/
+2
2021-04-30
mm: provide filemap_range_needs_writeback() helper
Jens Axboe
1
-0
/
+43
2021-04-30
mm: page_poison: print page info when corruption is caught
Sergei Trofimovich
1
-2
/
+4
2021-04-30
mm: page_owner: detect page_owner recursion via task_struct
Sergei Trofimovich
1
-22
/
+10
2021-04-30
mm: page_owner: use kstrtobool() to parse bool option
Sergei Trofimovich
1
-7
/
+1
2021-04-30
mm: page_owner: fetch backtrace only for tracked pages
Sergei Trofimovich
1
-3
/
+3
2021-04-30
mm, page_owner: remove unused parameter in __set_page_owner_handle
zhongjiang-ali
1
-5
/
+5
2021-04-30
mm/page_owner: record the timestamp of all pages during free
Georgi Djakov
1
-4
/
+8
2021-04-30
mm/kmemleak.c: fix a typo
Bhaskar Chowdhury
1
-1
/
+1
2021-04-30
mm/slub.c: trivial typo fixes
Bhaskar Chowdhury
1
-4
/
+4
2021-04-30
mm, slub: enable slub_debug static key when creating cache with explicit debu...
Vlastimil Babka
1
-0
/
+9
2021-04-30
mm/slab_common: provide "slab_merge" option for !IS_ENABLED(CONFIG_SLAB_MERGE...
Rafael Aquini
1
-0
/
+8
2021-04-29
Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+3
2021-04-28
Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-5
/
+4
2021-04-28
Merge tag 'core-rcu-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-0
/
+17
2021-04-27
Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+7
2021-04-27
Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-19
/
+154
2021-04-26
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
4
-11
/
+123
2021-04-26
Merge tag 'x86-entry-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-4
/
+6
2021-04-23
mm/filemap: fix mapping_seek_hole_data on THP & 32-bit
Hugh Dickins
1
-10
/
+11
2021-04-23
mm/filemap: fix find_lock_entries hang on 32-bit THP
Hugh Dickins
1
-2
/
+8
2021-04-23
mm: Implement readahead_control pageset expansion
David Howells
1
-0
/
+75
2021-04-23
mm/readahead: Handle ractl nr_pages being modified
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-04-23
mm/filemap: Pass the file_ra_state in the ractl
Matthew Wilcox (Oracle)
3
-17
/
+16
2021-04-23
mm: Add set/end/wait functions for PG_private_2
David Howells
1
-0
/
+61
2021-04-19
shmem: allow reporting fanotify events with file handles on tmpfs
Amir Goldstein
1
-0
/
+3
2021-04-16
mm: ptdump: fix build failure
Christophe Leroy
1
-1
/
+1
2021-04-16
mm/mapping_dirty_helpers: guard hugepage pud's usage
Zack Rusin
1
-0
/
+2
2021-04-16
kasan: remove redundant config option
Walter Wu
3
-3
/
+3
2021-04-16
mm: eliminate "expecting prototype" kernel-doc warnings
Randy Dunlap
3
-13
/
+22
2021-04-15
Merge branch 'for-next/mte-async-kernel-mode' into for-next/core
Catalin Marinas
3
-11
/
+117
2021-04-11
Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
7
-0
/
+17
2021-04-11
kasan, arm64: tests supports for HW_TAGS async mode
Andrey Konovalov
3
-0
/
+17
2021-04-11
kasan: Add report for async mode
Vincenzo Frascino
2
-1
/
+32
2021-04-11
kasan: Add KASAN mode kernel parameter
Vincenzo Frascino
2
-10
/
+68
2021-04-10
Merge branch 'for-5.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-10
/
+15
2021-04-09
kasan: fix conflict with page poisoning
Andrey Konovalov
1
-1
/
+3
2021-04-09
mm/gup: check page posion status for coredump.
Aili Yao
2
-0
/
+24
2021-04-09
percpu: make pcpu_nr_empty_pop_pages per chunk type
Roman Gushchin
3
-10
/
+15
2021-04-08
init_on_alloc: Optimize static branches
Kees Cook
2
-4
/
+6
2021-04-06
block: remove BLK_BOUNCE_ISA support
Christoph Hellwig
1
-5
/
+4
2021-03-30
mm: fix race by making init_zero_pfn() early_initcall
Ilya Lipnitskiy
1
-1
/
+1
2021-03-26
arm64: Support execute-only permissions with Enhanced PAN
Vladimir Murzin
1
-0
/
+6
2021-03-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
7
-10
/
+96
2021-03-25
mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP
Ira Weiny
1
-2
/
+2
2021-03-25
kfence: make compatible with kmemleak
Marco Elver
2
-1
/
+11
[next]