summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-21ext4: main fast-commit commit pathHarshad Shirwadkar1-0/+172
2020-10-21jbd2: add fast commit machineryHarshad Shirwadkar1-0/+27
2020-10-21ext4 / jbd2: add fast commit initializationHarshad Shirwadkar1-0/+39
2020-10-21ext4: add fast_commit feature and handling for extended mount optionsHarshad Shirwadkar1-1/+4
2020-10-21rtnetlink: fix data overflow in rtnl_calcit()Di Zhu1-1/+1
2020-10-22bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen2-4/+27
2020-10-21KVM: Cache as_id in kvm_memory_slotPeter Xu1-0/+1
2020-10-21kvm: x86: only provide PV features if enabled in guest's CPUIDOliver Upton1-0/+1
2020-10-21Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds1-1/+0
2020-10-21Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+13
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds5-5/+18
2020-10-21Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2-0/+2
2020-10-21Merge branch 'remotes/lorenzo/pci/pci-iomap'Bjorn Helgaas1-12/+27
2020-10-21Merge branch 'remotes/lorenzo/pci/apei'Bjorn Helgaas1-0/+18
2020-10-21Merge branch 'pci/misc'Bjorn Helgaas1-2/+2
2020-10-21Merge branch 'pci/pm'Bjorn Helgaas2-6/+2
2020-10-21Merge branch 'pci/enumeration'Bjorn Helgaas1-0/+1
2020-10-21virtio: let arch advertise guest's memory access restrictionsPierre Morel1-0/+10
2020-10-21NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copyDai Ngo1-0/+67
2020-10-20Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2-12/+25
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds10-104/+269
2020-10-20Merge tag 'io_uring-5.10-2020-10-20' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+21
2020-10-20Merge branches 'clk-ingenic', 'clk-at91', 'clk-kconfig', 'clk-imx', 'clk-qcom...Stephen Boyd7-2/+165
2020-10-20Merge branches 'clk-simplify', 'clk-ti', 'clk-tegra', 'clk-rockchip' and 'clk...Stephen Boyd2-0/+132
2020-10-20Merge branches 'clk-renesas', 'clk-amlogic', 'clk-allwinner', 'clk-samsung', ...Stephen Boyd6-1/+234
2020-10-20Merge tag 'for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds6-149/+39
2020-10-20PM: runtime: Fix typo in pm_runtime_set_active() helper commentBean Huo1-1/+1
2020-10-20Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+21
2020-10-20block: remove unused members for io_contextYufen Yu1-6/+0
2020-10-20Merge tag 'kvmarm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2-44/+35
2020-10-20netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi1-0/+6
2020-10-20dma-mapping: move more functions to dma-map-ops.hChristoph Hellwig2-24/+23
2020-10-20xen/events: add a new "late EOI" evtchn frameworkJuergen Gross1-0/+21
2020-10-19Merge tag 'fuse-update-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-3/+56
2020-10-19perf: correct SNOOPX field offsetAl Grant1-1/+1
2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-23/+63
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-35/+94
2020-10-18mm: remove alloc_vm_areaChristoph Hellwig1-4/+1
2020-10-18mm: add a vmap_pfn functionChristoph Hellwig1-0/+1
2020-10-18mm: add a VM_MAP_PUT_PAGES flag for vmapChristoph Hellwig1-0/+1
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2-1/+5
2020-10-18pid: move pidfd_get_pid() to pid.cMinchan Kim1-0/+1
2020-10-18mm/madvise: pass mm to do_madviseMinchan Kim1-1/+1
2020-10-18mm: kmem: enable kernel memcg accounting from interrupt contextsRoman Gushchin1-12/+0
2020-10-18mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin1-2/+11
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin1-20/+10
2020-10-18jbd2, ext4, ocfs2: introduce/use journal callbacks j_submit|finish_inode_data...Mauricio Faria de Oliveira1-1/+24
2020-10-18jbd2: introduce/export functions jbd2_journal_submit|finish_inode_data_buffers()Mauricio Faria de Oliveira1-0/+4
2020-10-18jbd2: fix the comment of struct jbd2_journal_handleHui Su1-2/+2
2020-10-17task_work: cleanup notification modesJens Axboe1-3/+8