aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-02mm: move readahead prototypes from mm.hMatthew Wilcox (Oracle)2-19/+8
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton2-1/+20
2020-06-02kdb: Remove the misfeature 'KDBFLAGS'Wei Li1-1/+1
2020-06-02irq_work: Define irq_work_single() on !CONFIG_IRQ_WORK tooIngo Molnar1-0/+2
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-4/+16
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+17
2020-06-01Merge branch 'uaccess.readdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+8
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds16-49/+138
2020-06-01Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-0/+5
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds9-13/+156
2020-06-01Merge tag 'x86-cpu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2020-06-01Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+0
2020-06-01Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+1
2020-06-01Merge tag 'smp-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-17/+6
2020-06-01Merge tag 'efi-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2020-06-01Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+9
2020-06-01Merge tag 'objtool-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+11
2020-06-01Merge tag 'locking-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-2/+156
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-45/+239
2020-06-01Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+65
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds2-3/+2
2020-06-01Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-8/+11
2020-06-01Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2-89/+130
2020-06-01Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds5-5/+196
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-18/+8
2020-06-01Merge tag 'regulator-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulatorLinus Torvalds4-22/+62
2020-06-01Merge tag 'regmap-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-39/+70
2020-06-01Merge tag 'hwmon-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds3-0/+123
2020-06-01Merge tag 'tpmdd-next-20200522' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds1-1/+1
2020-06-01block: mark bio_wouldblock_error() bio with BIO_QUIETJens Axboe1-0/+1
2020-06-01Merge branches 'acpi-apei', 'acpi-pmic', 'acpi-video' and 'acpi-dptf'Rafael J. Wysocki1-0/+1
2020-06-01Merge branch 'pm-cpufreq'Rafael J. Wysocki1-1/+1
2020-06-01Merge branches 'pm-core' and 'pm-sleep'Rafael J. Wysocki3-26/+18
2020-06-01Merge remote-tracking branch 'regulator/for-5.8' into regulator-linusMark Brown4-22/+62
2020-06-01KVM: introduce kvm_read_guest_offset_cached()Vitaly Kuznetsov1-0/+3
2020-06-01Merge branch 'for-5.8' into for-linusPetr Mladek443-5492/+11201
2020-05-31pstore/blk: Support non-block storage devicesWeiXiong Liao2-0/+44
2020-05-31pstore/blk: Provide way to query pstore configurationWeiXiong Liao1-0/+28
2020-05-31pstore/zone: Provide way to skip "broken" zone for MTD devicesWeiXiong Liao2-5/+10
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-9/+20
2020-05-30pstore/zone,blk: Add ftrace frontend supportWeiXiong Liao1-0/+2
2020-05-30pstore/zone,blk: Add console frontend supportWeiXiong Liao1-1/+3
2020-05-30pstore/zone,blk: Add support for pmsg frontendWeiXiong Liao1-0/+2
2020-05-30pstore/blk: Introduce backend for block devicesWeiXiong Liao1-0/+51
2020-05-30pstore/zone: Introduce common layer to manage storage zonesWeiXiong Liao1-0/+44
2020-05-30pstore/ram: Introduce max_reason and convert dump_oopsKees Cook1-1/+1
2020-05-30pstore/platform: Pass max_reason to kmesg dumpPavel Tatashin1-0/+7
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook1-0/+7
2020-05-30printk: honor the max_reason field in kmsg_dumperPavel Tatashin1-0/+1
2020-05-30printk: Collapse shutdown types into a single dump reasonKees Cook1-3/+1