summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-09-19mtd: spinand: winbond: Enable high-speed modes on w25n0xjwMiquel Raynal1-0/+1
2025-09-19mtd: spinand: Add a ->configure_chip() hookMiquel Raynal1-0/+7
2025-09-19mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()Uladzislau Rezki (Sony)1-3/+3
2025-09-19PM: EM: Add function for registering a PD without capacity updateRafael J. Wysocki1-0/+10
2025-09-19compiler-clang.h: define __SANITIZE_*__ macros only when undefinedNathan Chancellor1-5/+24
2025-09-19fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig1-1/+2
2025-09-11x86/vmscape: Enable the mitigationPawan Gupta1-0/+1
2025-09-09mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo2-6/+36
2025-09-09mm: move page table sync declarations to linux/pgtable.hHarry Yoo2-16/+16
2025-09-09LoongArch: Add cpuhotplug hooks to fix high cpu usage of vCPU threadsXianglai Li1-0/+1
2025-09-04firmware: qcom: scm: take struct device as argument in SHM bridge enableBartosz Golaszewski1-1/+0
2025-09-04firmware: qcom: scm: remove unused arguments from SHM bridge routinesBartosz Golaszewski1-2/+2
2025-09-04octeontx2: Set appropriate PF, VF masks and shifts based on siliconSubbaraya Sundeep1-0/+25
2025-09-04atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima1-0/+1
2025-09-04of: reserved_mem: Restructure call site for dma_contiguous_early_fixup()Oreoluwa Babatunde1-0/+3
2025-09-04platform/x86: int3472: add hpd pin supportDongcheng Yan1-0/+1
2025-09-04Revert "virtio: reject shm region if length is zero"Igor Torrente1-2/+0
2025-08-28net/mlx5: Add IFC bits and enums for buf_ownershipOren Sidi1-2/+12
2025-08-28block: avoid cpu_hotplug_lock depedency on freeze_lockNilay Shroff1-0/+1
2025-08-28iosys-map: Fix undefined behavior in iosys_map_clear()Nitin Gote1-6/+1
2025-08-28kcov, usb: Don't disable interrupts in kcov_remote_start_usb_softirq()Sebastian Andrzej Siewior1-38/+9
2025-08-28compiler: remove __ADDRESSABLE_ASM{_STR,}() againJan Beulich1-8/+0
2025-08-28NFS: Fix a race when updating an existing writeTrond Myklebust1-0/+1
2025-08-28iov_iter: iterate_folioq: fix handling of offset >= folio sizeDominique Martinet1-9/+11
2025-08-28netfs: Fix unbuffered write error handlingDavid Howells1-0/+1
2025-08-20ACPI: Return -ENODEV from acpi_parse_spcr() when SPCR support is disabledLi Chen1-1/+1
2025-08-20ata: libata-sata: Add link_power_management_supported sysfs attributeDamien Le Moal1-0/+1
2025-08-20block: Introduce bio_needs_zone_write_plugging()Damien Le Moal1-0/+55
2025-08-20lib/sbitmap: convert shallow_depth from one word to the whole sbitmapYu Kuai1-3/+3
2025-08-20HID: rate-limit hid_warn to prevent log floodingLi Chen1-0/+2
2025-08-20vsock/virtio: Resize receive buffers so that each SKB fits in a 4K pageWill Deacon1-1/+6
2025-08-20net: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubsGal Pressman1-3/+3
2025-08-20net: vlan: Make is_vlan_dev() a stub when VLAN is not configuredGal Pressman1-5/+10
2025-08-20netmem: fix skb_frag_address_safe with unreadable skbsMina Almasry1-1/+7
2025-08-20lib: packing: Include necessary headersNathan Lynch1-1/+5
2025-08-20net: usb: cdc-ncm: check for filtering capabilityOliver Neukum1-0/+1
2025-08-20mm/memory-tier: fix abstract distance calculation overflowLi Zhijian1-1/+1
2025-08-20block: Make REQ_OP_ZONE_FINISH a write operationDamien Le Moal1-3/+3
2025-08-20PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable portsLukas Wunner1-0/+6
2025-08-20PCI: Extend isolated function probing to LoongArchHuacai Chen1-0/+3
2025-08-15mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got droppedSuren Baghdasaryan1-0/+30
2025-08-15net: usbnet: Avoid potential RCU stall on LINK_CHANGE eventJohn Ernberg1-0/+1
2025-08-15ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet1-0/+23
2025-08-15block: Fix default IO priority if there is no IO contextGuenter Roeck1-1/+2
2025-08-15padata: Remove comment for reorder_workHerbert Xu1-1/+0
2025-08-15vfio/pci: Do vf_token checks for VFIO_DEVICE_BIND_IOMMUFDJason Gunthorpe2-0/+6
2025-08-15module: Restore the moduleparam prefix length checkPetr Pavlu1-3/+2
2025-08-15i3c: fix module_i3c_i2c_driver() with I3C=nArnd Bergmann1-2/+2
2025-08-15bpf: Fix oob access in cgroup local storageDaniel Borkmann1-0/+1
2025-08-15bpf: Move cgroup iterator helpers to bpf.hDaniel Borkmann2-13/+14