summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm/gup_benchmark: support pin_user_pages() and related callsJohn Hubbard2020-04-022-6/+80
* mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reportingJohn Hubbard2020-04-024-5/+45
* mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pagesJohn Hubbard2020-04-027-32/+133
* mm/gup: track FOLL_PIN pagesJohn Hubbard2020-04-025-104/+379
* mm/gup: require FOLL_GET for get_user_pages_fast()John Hubbard2020-04-021-2/+17
* mm/gup: pass gup flags to two more routinesJohn Hubbard2020-04-021-9/+10
* mm: introduce page_ref_sub_return()John Hubbard2020-04-021-0/+9
* mm/gup: pass a flags arg to __gup_device_* functionsJohn Hubbard2020-04-021-10/+18
* mm/gup: split get_user_pages_remote() into two routinesJohn Hubbard2020-04-021-23/+33
* mm/filemap.c: rewrite pagecache_get_page documentationMatthew Wilcox (Oracle)2020-04-021-26/+23
* mm/filemap.c: unexport find_get_entryMatthew Wilcox (Oracle)2020-04-021-1/+0
* mm/page-writeback.c: use VM_BUG_ON_PAGE in clear_page_dirty_for_ioMatthew Wilcox (Oracle)2020-04-021-1/+1
* include/linux/pagemap.h: rename arguments to find_subpageMatthew Wilcox (Oracle)2020-04-021-5/+10
* mm/filemap.c: use vm_fault error code directlyMatthew Wilcox (Oracle)2020-04-021-1/+1
* mm/filemap.c: remove unused argument from shrink_readahead_size_eio()Souptick Joarder2020-04-021-4/+3
* mm/filemap.c: clear page error before actual readXianting Tian2020-04-021-0/+8
* mm/page-writeback.c: write_cache_pages(): deduplicate identical checksMauricio Faria de Oliveira2020-04-021-4/+4
* mm/filemap.c: don't bother dropping mmap_sem for zero size readaheadJan Kara2020-04-021-1/+1
* mm/Makefile: disable KCSAN for kmemleakQian Cai2020-04-021-0/+1
* mm/kmemleak.c: use address-of operator on section symbolsNathan Chancellor2020-04-021-1/+1
* revert "topology: add support for node_to_mem_node() to determine the fallbac...Vlastimil Babka2020-04-022-18/+0
* slub: relocate freelist pointer to middle of objectKees Cook2020-04-021-0/+7
* slub: improve bit diffusion for freelist ptr obfuscationKees Cook2020-04-021-1/+1
* mm/slub.c: replace kmem_cache->cpu_partial with wrapped APIschenqiwu2020-04-021-7/+7
* mm/slub.c: replace cpu_slab->partial with wrapped APIschenqiwu2020-04-021-2/+2
* fs_parse: remove pr_notice() about each validationKees Cook2020-04-021-2/+0
* ocfs2: use memalloc_nofs_save instead of memalloc_noio_saveMatthew Wilcox (Oracle)2020-04-021-14/+10
* ocfs2: use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-024-80/+80
* ocfs2: roll back the reference count modification of the parent directory if ...wangjian2020-04-021-4/+11
* ocfs2: ocfs2_fs.h: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-9/+9
* ocfs2: dlm: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-4/+4
* ocfs2: cluster: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-1/+1
* ocfs2: replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-021-1/+1
* ocfs2: add missing annotations for ocfs2_refcount_cache_lock() and ocfs2_refc...Jules Irenge2020-04-021-0/+2
* ocfs2: remove useless errAlex Shi2020-04-022-4/+3
* ocfs2: correct annotation from "l_next_rec" to "l_next_free_rec"wangyan2020-04-021-1/+1
* ocfs2: there is no need to log twice in several functionswangyan2020-04-022-6/+0
* ocfs2: remove dlm_lock_is_remoteAlex Shi2020-04-021-2/+0
* ocfs2: use OCFS2_SEC_BITS in macroAlex Shi2020-04-021-1/+1
* ocfs2: remove unused macrosAlex Shi2020-04-024-8/+0
* ocfs2: remove FS_OCFS2_NMAlex Shi2020-04-021-2/+0
* scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2020-04-021-1/+19
* scripts/spelling.txt: add syfs/sysfs patternJonathan Neuschäfer2020-04-021-0/+1
* asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-0225-555/+52
* kthread: mark timer used by delayed kthread works as IRQ safePetr Mladek2020-04-021-1/+2
* tools/accounting/getdelays.c: fix netlink attribute lengthDavid Ahern2020-04-021-1/+1
* x86: get rid of 'errret' argument to __get_user_xyz() macrossLinus Torvalds2020-03-311-15/+15
* x86: remove __put_user_asm() infrastructureLinus Torvalds2020-03-311-11/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-311772-26287/+113633
|\
| * net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inlineGustavo A. R. Silva2020-03-311-1/+3