aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneGravatar Christoph Hellwig 1-1/+1
2022-11-02blk-mq: move the srcu_struct used for quiescing to the tagsetGravatar Christoph Hellwig 2-9/+4
2022-10-31block: simplify blksize_bits() implementationGravatar Dawei Li 1-6/+1
2022-10-25block: Remove request.write_hintGravatar Bart Van Assche 1-1/+0
2022-10-25block: remove bio_start_io_acct_timeGravatar Christoph Hellwig 1-1/+0
2022-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+2
2022-10-23kernel/utsname_sysctl.c: Fix hostname pollingGravatar Linus Torvalds 1-0/+1
2022-10-23Merge tag 'perf_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+15
2022-10-23Merge tag 'io_uring-6.1-2022-10-22' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+1
2022-10-22net: flag sockets supporting msghdr originated zerocopyGravatar Pavel Begunkov 1-0/+1
2022-10-22kvm: Add support for arch compat vm ioctlsGravatar Alexander Graf 1-0/+2
2022-10-21Merge tag 'efi-fixes-for-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+0
2022-10-21Merge tag 'iommu-fixes-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2022-10-21efi: efivars: Fix variable writes without query_variable_store()Gravatar Ard Biesheuvel 1-3/+0
2022-10-21iommu: Add gfp parameter to iommu_alloc_resv_regionGravatar Lu Baolu 1-1/+1
2022-10-20Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-8/+12
2022-10-17Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2022-10-17perf: Fix missing SIGTRAPsGravatar Peter Zijlstra 1-4/+15
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-18/+1
2022-10-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 3-5/+21
2022-10-16Revert "cpumask: fix checking valid cpu range".Gravatar Tetsuo Handa 1-8/+11
2022-10-15Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2022-10-15mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocationGravatar Hyeonggon Yoo 1-1/+0
2022-10-15net: phylink: add mac_managed_pm in phylink_config structureGravatar Shenwei Wang 1-0/+2
2022-10-15Revert "net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and}"Gravatar Jakub Kicinski 1-4/+6
2022-10-14Merge tag 'arm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+14
2022-10-14Merge branch 'clk-rate-range' into clk-nextGravatar Stephen Boyd 2-3/+17
2022-10-14clk: at91: fix the build with binutils 2.27Gravatar Kefeng Wang 1-2/+4
2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-20/+31
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-2/+22
2022-10-14net: dsa: qca8k: fix ethtool autocast mib for big-endian systemsGravatar Christian Marangi 1-1/+1
2022-10-14net: dsa: qca8k: fix inband mgmt for big-endian systemsGravatar Christian Marangi 1-3/+3
2022-10-13Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-3/+3
2022-10-13Merge tag 'io_uring-6.1-2022-10-13' of git://git.kernel.dk/linuxGravatar Linus Torvalds 2-5/+2
2022-10-13Merge tag 'mmc-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 1-0/+1
2022-10-13Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-1/+9
2022-10-13Merge tag 'ceph-for-6.1-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-3/+1
2022-10-13Merge tag 'nfs-for-6.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 2-0/+7
2022-10-12mm/migrate_device.c: add migrate_device_range()Gravatar Alistair Popple 1-0/+7
2022-10-12mm: free device private pages have zero refcountGravatar Alistair Popple 1-0/+1
2022-10-12mm/memory.c: fix race when faulting a device private pageGravatar Alistair Popple 1-0/+8
2022-10-12mm/damon: move sz_damon_region to damon_sz_regionGravatar Xin Hao 1-0/+6
2022-10-12mm: more vma cache removalGravatar Alexey Dobriyan 1-2/+0
2022-10-12io_uring: remove notif leftoversGravatar Pavel Begunkov 1-5/+0
2022-10-12io_uring/af_unix: defer registered files gc to io_uring releaseGravatar Pavel Begunkov 1-0/+2
2022-10-12Merge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 4-183/+126
2022-10-12Merge tag 'mm-hotfixes-stable-2022-10-11' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-4/+4
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 8-75/+53
2022-10-12Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-3/+8
2022-10-11mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb pageGravatar Baolin Wang 1-4/+4