summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2026-04-07wifi: ieee80211: add more NAN definitionsBenjamin Berg-0/+38
2026-04-07wifi: mac80211: add a TXQ for management frames on NAN devicesBenjamin Berg-0/+2
2026-04-07cpuidle: Extract and export no-lock variants of cpuidle_unregister_device()Huisong Li-0/+2
2026-04-07Merge v7.0-rc7 into drm-nextSimona Vetter-21/+73
2026-04-07Merge tag 'icc-7.1-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman-0/+136
2026-04-06drbd: remove DRBD_GENLA_F_MANDATORY flag handlingChristoph Böhmwalder-118/+108
2026-04-06tcp: add recv_should_stop helperGeliang Tang-0/+8
2026-04-06xsk: fix XDP_UMEM_SG_FLAG issuesMaciej Fijalkowski-1/+1
2026-04-06xsk: respect tailroom for ZC setupsMaciej Fijalkowski-1/+22
2026-04-06bpf: Avoid -Wflex-array-members-not-at-end warningsGustavo A. R. Silva-7/+2
2026-04-06net: dsa: add bridge member iteration macroDaniel Golle-3/+6
2026-04-06net: dsa: move dsa_bridge_ports() helper to dsa.hDaniel Golle-0/+13
2026-04-06Merge tag 'soc-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-12/+37
2026-04-06PCI/TPH: Pass ACPI Processor UID to Cache Locality _DSMChengwen Feng-2/+2
2026-04-06ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.hChengwen Feng-0/+11
2026-04-06ACPI: APEI: GHES: Add devm_ghes_register_vendor_record_notifier()Kai-Heng Feng-0/+11
2026-04-06hwspinlock: remove now unused pdata from header fileWolfram Sang-28/+0
2026-04-06ASoC: qcom: Constify GPR packet being send over GPR interfaceKrzysztof Kozlowski-2/+2
2026-04-06rpmsg: Constify buffer passed to send APIKrzysztof Kozlowski-8/+9
2026-04-06remoteproc: mtk_scp: Constify buffer passed to scp_send_ipi()Krzysztof Kozlowski-1/+1
2026-04-06remoteproc: mtk_scp_ipi: Constify buffer passed to scp_ipi_send()Krzysztof Kozlowski-1/+1
2026-04-06ASoC: soc.h: remove unused card->pmdown_timeKuninori Morimoto-2/+0
2026-04-06ASoC: SDCA: Fix errors in IRQ cleanupCharles Keepax-0/+5
2026-04-06mei: lb: add late binding version 2Alexander Usyskin-9/+42
2026-04-06mei: bus: add mei_cldev_uuidAlexander Usyskin-0/+1
2026-04-06ALSA: gus: add shared GF1 suspend and resume helpersCássio Gabriel-0/+8
2026-04-06Merge tag 'v7.0-rc7' into usb-nextGreg Kroah-Hartman-113/+407
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman-113/+407
2026-04-05mm: add softleaf_is_valid_pmd_entry(), pmd_to_softleaf_folio()Lorenzo Stoakes (Oracle)-4/+35
2026-04-05mm/huge_memory: have zap_huge_pmd return a boolean, add kdocLorenzo Stoakes (Oracle)-2/+2
2026-04-05mm/huge_memory: simplify vma_is_specal_huge()Lorenzo Stoakes (Oracle)-18/+2
2026-04-05mm: add mmap_action_map_kernel_pages[_full]()Lorenzo Stoakes (Oracle)-2/+100
2026-04-05uio: replace deprecated mmap hook with mmap_prepare in uio_infoLorenzo Stoakes (Oracle)-2/+2
2026-04-05drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)-2/+2
2026-04-05mm: allow handling of stacked mmap_prepare hooks in more driversLorenzo Stoakes (Oracle)-2/+5
2026-04-05mm: add mmap_action_simple_ioremap()Lorenzo Stoakes (Oracle)-2/+28
2026-04-05mm: add vm_ops->mapped hookLorenzo Stoakes (Oracle)-1/+25
2026-04-05mm: document vm_operations_struct->open the same as close()Lorenzo Stoakes (Oracle)-5/+10
2026-04-05mm: various small mmap_prepare cleanupsLorenzo Stoakes (Oracle)-6/+3
2026-04-05mm/vma: convert __mmap_region() to use vma_flags_tLorenzo Stoakes (Oracle)-55/+12
2026-04-05mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_tLorenzo Stoakes (Oracle)-12/+13
2026-04-05mm/vma: convert as much as we can in mm/vma.c to vma_flags_tLorenzo Stoakes (Oracle)-2/+4
2026-04-05mm/vma: introduce vma_clear_flags[_mask]()Lorenzo Stoakes (Oracle)-0/+16
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)-24/+35
2026-04-05mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()Lorenzo Stoakes (Oracle)-0/+46
2026-04-05mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistentLorenzo Stoakes (Oracle)-13/+48
2026-04-05mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpersLorenzo Stoakes (Oracle)-0/+26
2026-04-05mm/vma: introduce vma_flags_same[_mask/_pair]()Lorenzo Stoakes (Oracle)-0/+28
2026-04-05mm: unexport vm_brk_flags() and eliminate vm_flags parameterLorenzo Stoakes (Oracle)-6/+6
2026-04-05mm/vma: add append_vma_flags() helperLorenzo Stoakes (Oracle)-6/+14