summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-04-08entry: Remove local_irq_{enable,disable}_exit_to_user()Mark Rutland2-32/+1
2026-04-08entry: Fix stale comment for irqentry_enter()Mark Rutland1-1/+1
2026-04-08wifi: mac80211, cfg80211: Export michael_mic() and move it to cfg80211Eric Biggers1-0/+5
2026-04-08netfilter: use function typedefs for __rcu NAT helper hook pointersSun Jian5-26/+41
2026-04-07mm: add gpu active/reclaim per-node stat counters (v2)Dave Airlie1-0/+2
2026-04-07PCI: Remove no_pci_devices()Heiner Kallweit1-3/+0
2026-04-07bpf: Retire rcu_trace_implies_rcu_gp()Kumar Kartikeya Dwivedi1-12/+0
2026-04-07lsm: Add LSM hook security_unix_findJustin Suess2-0/+16
2026-04-07lib/fonts: Implement font rotationThomas Zimmermann1-0/+3
2026-04-07lib/fonts: Implement glyph rotationThomas Zimmermann1-0/+8
2026-04-07lib/fonts: Provide helpers for calculating glyph pitch and sizeThomas Zimmermann1-0/+40
2026-04-07vt: Implement helpers for struct vc_font in source fileThomas Zimmermann1-28/+2
2026-04-07ASoC: Merge up v7.0-rc7Mark Brown12-18/+70
2026-04-07block: factor out a bio_await helperChristoph Hellwig1-0/+2
2026-04-07wifi: ieee80211: add more NAN definitionsBenjamin Berg2-0/+38
2026-04-07cpuidle: Extract and export no-lock variants of cpuidle_unregister_device()Huisong Li1-0/+2
2026-04-07Merge v7.0-rc7 into drm-nextSimona Vetter12-18/+70
2026-04-07drbd: remove DRBD_GENLA_F_MANDATORY flag handlingChristoph Böhmwalder3-118/+108
2026-04-07bpf: Avoid -Wflex-array-members-not-at-end warningsGustavo A. R. Silva2-7/+2
2026-04-06Merge tag 'soc-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2026-04-06PCI/TPH: Pass ACPI Processor UID to Cache Locality _DSMChengwen Feng1-2/+2
2026-04-06ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.hChengwen Feng1-0/+11
2026-04-06hwspinlock: remove now unused pdata from header fileWolfram Sang1-28/+0
2026-04-06ASoC: qcom: Constify GPR packet being send over GPR interfaceKrzysztof Kozlowski1-2/+2
2026-04-06rpmsg: Constify buffer passed to send APIKrzysztof Kozlowski1-8/+9
2026-04-06remoteproc: mtk_scp: Constify buffer passed to scp_send_ipi()Krzysztof Kozlowski1-1/+1
2026-04-06remoteproc: mtk_scp_ipi: Constify buffer passed to scp_ipi_send()Krzysztof Kozlowski1-1/+1
2026-04-06mei: bus: add mei_cldev_uuidAlexander Usyskin1-0/+1
2026-04-06Merge tag 'v7.0-rc7' into usb-nextGreg Kroah-Hartman38-76/+257
2026-04-06Merge tag 'v7.0-rc7' into char-misc-nextGreg Kroah-Hartman38-76/+257
2026-04-05mm: add softleaf_is_valid_pmd_entry(), pmd_to_softleaf_folio()Lorenzo Stoakes (Oracle)1-4/+35
2026-04-05mm/huge_memory: have zap_huge_pmd return a boolean, add kdocLorenzo Stoakes (Oracle)1-2/+2
2026-04-05mm/huge_memory: simplify vma_is_specal_huge()Lorenzo Stoakes (Oracle)2-18/+2
2026-04-05mm: add mmap_action_map_kernel_pages[_full]()Lorenzo Stoakes (Oracle)2-2/+100
2026-04-05uio: replace deprecated mmap hook with mmap_prepare in uio_infoLorenzo Stoakes (Oracle)1-2/+2
2026-04-05drivers: hv: vmbus: replace deprecated mmap hook with mmap_prepareLorenzo Stoakes (Oracle)1-2/+2
2026-04-05mm: allow handling of stacked mmap_prepare hooks in more driversLorenzo Stoakes (Oracle)2-2/+5
2026-04-05mm: add mmap_action_simple_ioremap()Lorenzo Stoakes (Oracle)2-2/+28
2026-04-05mm: add vm_ops->mapped hookLorenzo Stoakes (Oracle)2-1/+25
2026-04-05mm: document vm_operations_struct->open the same as close()Lorenzo Stoakes (Oracle)1-5/+10
2026-04-05mm: various small mmap_prepare cleanupsLorenzo Stoakes (Oracle)2-6/+3
2026-04-05mm/vma: convert __mmap_region() to use vma_flags_tLorenzo Stoakes (Oracle)2-55/+12
2026-04-05mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_tLorenzo Stoakes (Oracle)2-12/+13
2026-04-05mm/vma: convert as much as we can in mm/vma.c to vma_flags_tLorenzo Stoakes (Oracle)1-2/+4
2026-04-05mm/vma: introduce vma_clear_flags[_mask]()Lorenzo Stoakes (Oracle)1-0/+16
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)2-24/+35
2026-04-05mm: introduce vma_flags_count() and vma[_flags]_test_single_mask()Lorenzo Stoakes (Oracle)1-0/+46
2026-04-05mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistentLorenzo Stoakes (Oracle)2-13/+48
2026-04-05mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpersLorenzo Stoakes (Oracle)1-0/+26
2026-04-05mm/vma: introduce vma_flags_same[_mask/_pair]()Lorenzo Stoakes (Oracle)1-0/+28