summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-02mm: add readahead address space operationMatthew Wilcox (Oracle)4-3/+32
2020-06-02mm: put readahead pages in cache earlierMatthew Wilcox (Oracle)1-18/+28
2020-06-02mm: remove 'page_offset' from readahead loopMatthew Wilcox (Oracle)1-5/+3
2020-06-02mm: rename readahead loop variable to 'i'Matthew Wilcox (Oracle)1-4/+4
2020-06-02mm: rename various 'offset' parameters to 'index'Matthew Wilcox (Oracle)1-44/+42
2020-06-02mm: use readahead_control to pass argumentsMatthew Wilcox (Oracle)1-14/+19
2020-06-02mm: add new readahead_control APIMatthew Wilcox (Oracle)1-0/+140
2020-06-02mm: move readahead nr_pages check into read_pagesMatthew Wilcox (Oracle)1-5/+7
2020-06-02mm: ignore return value of ->readpagesMatthew Wilcox (Oracle)1-6/+2
2020-06-02mm: return void from various readahead functionsMatthew Wilcox (Oracle)3-28/+19
2020-06-02mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)5-19/+13
2020-06-02mm, dump_page(): do not crash with invalid mapping pointerVlastimil Babka1-6/+50
2020-06-02Documentation/vm/slub.rst: s/Toggle/Enable/Andrew Morton1-1/+1
2020-06-02mm/slub: fix stack overruns with SLUB_STATSQian Cai1-1/+2
2020-06-02slub: remove kmalloc under list_lock from list_slab_objects() V2Christopher Lameter1-5/+15
2020-06-02slub: Remove userspace notifier for cache add/removeChristoph Lameter1-16/+1
2020-06-02mm/slub.c: fix corrupted freechain in deactivate_slab()Dongli Zhang1-0/+27
2020-06-02usercopy: mark dma-kmalloc caches as usercopy cachesVlastimil Babka1-1/+2
2020-06-02fs/buffer.c: record blockdev write errors in super_block that it backsJeff Layton1-0/+7
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton6-5/+27
2020-06-02arch/parisc/include/asm/pgtable.h: remove unused `old_pte'Andrew Morton1-2/+0
2020-06-02ocfs2: mount shared volume without ha stackGang He3-20/+51
2020-06-02ocfs2: add missing annotation for dlm_empty_lockres()Jules Irenge1-0/+1
2020-06-02squashfs: migrate from ll_rw_block usage to BIOPhilippe Liard11-242/+287
2020-06-01Merge tag 'x86_cache_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds14-65/+91
2020-06-01Merge tag 'x86_microcode_for_5.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+7
2020-06-01Merge tag 'edac_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-55/+73
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds10-85/+163
2020-06-01Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds7-10/+24
2020-06-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds18-302/+737
2020-06-01Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds26-206/+3464
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds127-1794/+4966
2020-06-01Merge tag 'i3c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Linus Torvalds1-8/+8
2020-06-01Merge tag 'regulator-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds69-381/+1652
2020-06-01Merge tag 'spi-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds55-941/+2082
2020-06-01Merge tag 'regmap-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds5-55/+228
2020-06-01Merge tag 'hwmon-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds38-106/+4342
2020-06-01Merge tag 'tpmdd-next-20200522' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds3-9/+7
2020-06-01Merge remote-tracking branch 'regulator/for-5.8' into regulator-linusMark Brown69-377/+1648
2020-06-01Merge remote-tracking branch 'regulator/for-5.7' into regulator-linusMark Brown1-4/+4
2020-06-01regulator: max8998: max8998_set_current_limit() can be statickbuild test robot1-2/+2
2020-06-01Merge branches 'edac-i10nm' and 'edac-misc' into edac-updates-for-5.8Borislav Petkov10-55/+73
2020-06-01Merge branch 'for-5.8-printf-time64_t' into for-linusPetr Mladek5-29/+55
2020-06-01Merge branch 'for-5.8' into for-linusPetr Mladek15035-404961/+812876
2020-06-01Merge branch 'for-5.7-preferred-console' into for-linusPetr Mladek3-45/+80
2020-06-01mtd: Support kmsg dumper based on pstore/blkWeiXiong Liao4-2/+596
2020-06-01pstore/blk: Introduce "best_effort" modeKees Cook1-1/+20
2020-06-01pstore/blk: Support non-block storage devicesWeiXiong Liao5-48/+114
2020-06-01pstore/blk: Provide way to query pstore configurationWeiXiong Liao2-7/+58
2020-06-01pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao4-19/+71