aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig13-244/+251
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig14-55/+66
2019-09-07mm/mmu_notifiers: annotate with might_sleep()Daniel Vetter1-0/+5
2019-09-07mm/mmu_notifiers: prime lockdepDaniel Vetter1-0/+7
2019-09-07mm/mmu_notifiers: add a lockdep map for invalidate_range_start/endDaniel Vetter2-2/+20
2019-09-07Merge tag 'iwlwifi-next-for-kalle-2019-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo84-3627/+2161
2019-09-07ALSA: firewire-lib: remove WARN_ON() at destruction of AMDTP domainTakashi Sakamoto1-1/+2
2019-09-07EDAC/amd64: Add PCI device IDs for family 17h, model 70hIsaac Vaughn2-0/+16
2019-09-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+2
2019-09-06f2fs: convert inline_data in prior to i_size_writeJaegeuk Kim1-13/+13
2019-09-06f2fs: fix error path of f2fs_convert_inline_page()Chao Yu1-0/+1
2019-09-06f2fs: add missing documents of reserve_root/resuid/resgidChao Yu1-0/+5
2019-09-06f2fs: fix flushing node pages when checkpoint is disabledJaegeuk Kim1-2/+4
2019-09-06f2fs: enhance f2fs_is_checkpoint_ready()'s readabilityChao Yu7-44/+34
2019-09-06f2fs: clean up __bio_alloc()'s parameterChao Yu1-16/+11
2019-09-06f2fs: fix wrong error injection path in inc_valid_block_count()Chao Yu1-1/+2
2019-09-06f2fs: fix to writeout dirty inode during node flushChao Yu1-0/+49
2019-09-06f2fs: optimize case-insensitive lookupsChao Yu2-7/+53
2019-09-06Merge tag 'libnvdimm-fix-5.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+4
2019-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2019-09-06Input: elan_i2c - remove Lenovo Legion Y7000 PnpIDBenjamin Tissoires1-1/+1
2019-09-06clk: Add support for AST2600 SoCJoel Stanley3-0/+818
2019-09-06clk: aspeed: Move structures to headerJoel Stanley2-64/+85
2019-09-06kprobes/parisc: remove arch_kprobe_on_func_entry()Jisheng Zhang1-4/+0
2019-09-06kexec_elf: support 32 bit ELF filesSven Schnelle1-15/+42
2019-09-06kexec_elf: remove unused variable in kexec_elf_load()Sven Schnelle1-5/+2
2019-09-06kexec_elf: remove Elf_Rel macroSven Schnelle1-4/+0
2019-09-06kexec_elf: remove PURGATORY_STACK_SIZESven Schnelle1-2/+0
2019-09-06kexec_elf: remove parsing of section headersSven Schnelle2-138/+0
2019-09-06kexec_elf: change order of elf_*_to_cpu() functionsSven Schnelle1-6/+6
2019-09-06kexec: add KEXEC_ELFSven Schnelle6-540/+583
2019-09-06clk/ti: Use kmemdup rather than duplicating its implementationFuqian Huang1-3/+1
2019-09-06gfs2: Improve mmap write vs. truncate consistencyAndreas Gruenbacher1-1/+1
2019-09-06bfq: Add per-device weightFam Zheng2-11/+87
2019-09-06bfq: Extract bfq_group_set_weight from bfq_io_set_weight_legacyFam Zheng1-28/+32
2019-09-06bfq: Fix the missing barrier in __bfq_entity_update_weight_prioFam Zheng1-0/+2
2019-09-06bus: ti-sysc: Remove unpaired sysc_clkdm_deny_idle()Tony Lindgren1-1/+0
2019-09-06Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-3/+10
2019-09-06ipc: fix semtimedop for generic 32-bit architecturesArnd Bergmann1-1/+1
2019-09-06Merge tag 'configfs-for-5.3' of git://git.infradead.org/users/hch/configfsLinus Torvalds3-172/+254
2019-09-06vfs: subtype handling moved to fuseDavid Howells6-25/+2
2019-09-06fuse: convert to use the new mount APIDavid Howells1-116/+158
2019-09-06Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into HEADMiklos Szeredi10-14/+301
2019-09-06Merge tag 'iommu-fixes-v5.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds4-31/+103
2019-09-06Drivers: hv: vmbus: Resume after fixing up old primary channelsDexuan Cui5-20/+101
2019-09-06Drivers: hv: vmbus: Suspend after cleaning up hv_sock and sub channelsDexuan Cui4-1/+84
2019-09-06Drivers: hv: vmbus: Clean up hv_sock channels by force upon suspendDexuan Cui1-0/+55
2019-09-06Drivers: hv: vmbus: Suspend/resume the vmbus itself for hibernationDexuan Cui3-2/+62
2019-09-06Drivers: hv: vmbus: Ignore the offers when resuming from hibernationDexuan Cui1-1/+57
2019-09-06Drivers: hv: vmbus: Implement suspend/resume for VSC drivers for hibernationDexuan Cui2-0/+49