summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-11-28blk-mq: fix potential uaf for 'queue_hw_ctx'Fengnan Chang2-2/+13
2025-11-28blk-mq: use array manage hctx map instead of xarrayFengnan Chang2-2/+3
2025-11-19block: Remove queue freezing from several sysfs store callbacksBart Van Assche1-1/+1
2025-11-19fs: Add the __data_racy annotation to backing_dev_info.ra_pagesBart Van Assche1-1/+3
2025-11-14block-dma: properly take MMIO pathLeon Romanovsky4-32/+13
2025-11-07block: introduce bdev_zone_start()Damien Le Moal1-0/+6
2025-11-07block: accumulate memory segment gaps per bioKeith Busch3-0/+30
2025-11-07block: fix cached zone reporting after zone append was usedChristoph Hellwig1-0/+1
2025-11-05block: introduce blkdev_report_zones_cached()Damien Le Moal1-0/+2
2025-11-05block: introduce blkdev_get_zone_info()Damien Le Moal1-0/+3
2025-11-05block: use zone condition to determine conventional zonesDamien Le Moal1-28/+9
2025-11-05block: introduce disk_report_zone()Damien Le Moal2-3/+14
2025-11-04block: make bio auto-integrity deadlock safeChristoph Hellwig2-0/+11
2025-10-22blktrace: pass blk_user_trace2 to setup functionsJohannes Thumshirn1-1/+2
2025-10-22block: rename min_segment_sizeKeith Busch1-1/+1
2025-10-18Merge tag 'hid-for-linus-2025101701' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+11
2025-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+4
2025-10-18Merge tag 'nfs-for-6.18-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+1
2025-10-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+11
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+11
2025-10-17Merge tag 'mmc-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-0/+44
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...Alexei Starovoitov1-0/+4
2025-10-14HID: core: Add printk_ratelimited variants to hid_warn() etcVicki Pfau1-0/+11
2025-10-14net: phy: bcm54811: Fix GMII/MII/MII-Lite selectionKamil HorĂ¡k - 2N1-0/+1
2025-10-13NFS4: Apply delay_retrans to async operationsJoshua Watt1-0/+1
2025-10-13rpmb: move rpmb_frame struct and constants to common headerBean Huo1-0/+44
2025-10-13ata: libata-core: relax checks in ata_read_log_directory()Damien Le Moal1-0/+6
2025-10-12Revert "i2c: boardinfo: Annotate code used in init phase only"Wolfram Sang1-1/+1
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-18/+14
2025-10-11Merge tag 'mm-nonmm-stable-2025-10-10-15-03' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+31
2025-10-11Merge tag 'mm-hotfixes-stable-2025-10-10-15-00' of git://git.kernel.org/pub/s...Linus Torvalds2-8/+20
2025-10-11KVM: guest_memfd: Allow mmap() on guest_memfd for x86 VMs with private memorySean Christopherson1-1/+11
2025-10-10Merge tag 'devicetree-fixes-for-6.18-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+4
2025-10-10Merge tag 'ceph-for-6.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-4/+6
2025-10-10Merge tag 'block-6.18-20251009' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-15/+3
2025-10-10Merge tag 'i2c-for-6.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-10-10tpm: use a map for tpm2_calc_ordinal_duration()Jarkko Sakkinen1-2/+3
2025-10-09Merge tag 'net-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-11/+15
2025-10-09libceph: pass the message pointer instead of loading con->out_msgMax Kellermann1-2/+2
2025-10-09libceph: make ceph_con_get_out_msg() return the message pointerMax Kellermann1-1/+1
2025-10-09libceph: Use HMAC-SHA256 library instead of crypto_shashEric Biggers1-1/+3
2025-10-08Merge tag 'vfio-v6.18-rc1-pt2' of https://github.com/awilliam/linux-vfioLinus Torvalds2-1/+42
2025-10-08Merge tag 'input-for-v6.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-267/+0
2025-10-08mm/ksm: fix flag-dropping behavior in ksm_madviseJakub Acs1-1/+1
2025-10-08memcg: skip cgroup_file_notify if spinning is not allowedShakeel Butt1-7/+19
2025-10-07kho: add support for preserving vmalloc allocationsMike Rapoport (Microsoft)1-0/+28
2025-10-07kho: replace kho_preserve_phys() with kho_preserve_pages()Mike Rapoport (Microsoft)1-2/+3
2025-10-07Merge tag 'pm-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-40/+71
2025-10-07Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-6/+4