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