summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-04-09bpf: Make find_linfo widely availableKumar Kartikeya Dwivedi1-0/+1
2026-04-09bpf: Extract bpf_get_linfo_file_lineKumar Kartikeya Dwivedi1-0/+2
2026-04-09hfsplus: rework logic of map nodes creation in xattr b-treeViacheslav Dubeyko1-0/+2
2026-04-08x86: shadow stacks: proper error handling for mmap lockLinus Torvalds1-3/+3
2026-04-08Add Renesas RZ/G3L RSPI supportMark Brown24-60/+171
2026-04-08dma-fence: correct kernel-doc function parameter @flagsRandy Dunlap1-2/+2
2026-04-08Merge branch kvm-arm64/vgic-v5-ppi into kvmarm-master/nextMarc Zyngier2-0/+28
2026-04-08Merge branch kvm-arm64/hyp-tracing into kvmarm-master/nextMarc Zyngier5-0/+245
2026-04-08thermal: core: Suspend thermal zones later and resume them earlierRafael J. Wysocki1-0/+6
2026-04-08entry: Split preemption from irqentry_exit_to_kernel_mode()Mark Rutland1-14/+59
2026-04-08entry: Split kernel mode logic from irqentry_{enter,exit}()Mark Rutland1-0/+134
2026-04-08entry: Move irqentry_enter() prototype laterMark Rutland1-22/+22
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