summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-11-14nsproxy: fix free_nsproxy() and simplify create_new_namespaces()Christian Brauner2-6/+9
2025-11-14block-dma: properly take MMIO pathLeon Romanovsky4-32/+13
2025-11-14Merge branch 'pwm/th1520' into pwm/for-nextUwe Kleine-König1-0/+6
2025-11-14pwm: Drop unused function pwm_apply_args()Uwe Kleine-König1-33/+0
2025-11-14syscore: Pass context data to callbacksThierry Reding1-5/+10
2025-11-14resource: Introduce resource_assigned() for discerning active resourcesDan Williams1-0/+9
2025-11-14PCI/TSM: Drop stub for pci_tsm_doe_transfer()Dan Williams1-6/+0
2025-11-14Merge tag 'socfpga_firmware_updates_for_v6.19' of ssh://gitolite.kernel.org/p...Greg Kroah-Hartman2-1/+210
2025-11-14Merge tag 'stratix10_svc_fix_v6.18' of ssh://gitolite.kernel.org/pub/scm/linu...Greg Kroah-Hartman4-8/+11
2025-11-14Merge tag 'iio-fixes-for-6.18a' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2-0/+3
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-37/+38
2025-11-13Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-1/+2
2025-11-13firmware: cs_dsp: fix kernel-doc warnings in a header fileRandy Dunlap1-9/+9
2025-11-13PCI: Export pci_get_host_bridge_device() for use by pci-keystoneSiddharth Vadapalli1-0/+1
2025-11-13fault-inject: make enum fault_flags available unconditionallyChristoph Hellwig1-4/+4
2025-11-13net: stmmac: always allocate mac_device_infoRussell King (Oracle)1-1/+3
2025-11-13entry: Fix ifndef around arch_xfer_to_guest_mode_handle_work() stubAndrew Donnellan1-1/+1
2025-11-13jbd2: use a per-journal lock_class_key for jbd2_trans_commit_keyTetsuo Handa1-0/+6
2025-11-13firmware: stratix10-svc: Add support for RSU commands in asynchronous frameworkMahesh Rao2-0/+56
2025-11-13firmware: stratix10-svc: Add support for async communicationMahesh Rao2-0/+113
2025-11-13firmware: stratix10-svc: Add definition for voltage and temperature sensorKhairul Anuar Romli2-1/+41
2025-11-13Merge tag 'linux-can-next-for-6.19-20251112-2' of git://git.kernel.org/pub/sc...Paolo Abeni1-1/+5
2025-11-13slab: Remove folio references from __ksize()Matthew Wilcox (Oracle)1-1/+1
2025-11-13slab: Reimplement page_slab()Matthew Wilcox (Oracle)1-13/+1
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar24-28/+159
2025-11-13Merge tag 'dma-mapping-6.18-2025-11-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-1/+2
2025-11-13PCI/ASPM: Cache L0s/L1 Supported so advertised link states can be overriddenBjorn Helgaas1-0/+2
2025-11-13x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson1-0/+14
2025-11-13PCI/PTM: Enable only if device advertises relevant roleMika Westerberg1-0/+2
2025-11-13vfio: Remove the get_region_info opJason Gunthorpe1-2/+0
2025-11-13vfio/pci: Convert all PCI drivers to get_region_info_capsJason Gunthorpe1-1/+2
2025-11-13vfio: Add get_region_info_caps opJason Gunthorpe1-0/+4
2025-11-13vfio: Provide a get_region_info opJason Gunthorpe2-0/+4
2025-11-12lib/xxhash: remove more unused xxh functionsDr. David Alan Gilbert1-45/+1
2025-11-12dynamic_debug: add support for print stackYe Bin1-3/+14
2025-11-12uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUSTYury Norov (NVIDIA)1-2/+0
2025-11-12taint/module: remove unnecessary taint_flag.module fieldPetr Pavlu1-1/+0
2025-11-12crash: let architecture decide crash memory export to iomem_resourceSourabh Jain1-0/+6
2025-11-12compiler.h: remove ARCH_SEL()Thomas Weißschuh1-6/+0
2025-11-12Merge tag 'wireless-next-2025-11-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski9-3289/+3464
2025-11-12sched_ext: Factor out scx_dsq_list_node cursor initialization into INIT_DSQ_L...Tejun Heo1-0/+7
2025-11-12sched_ext: Hook up hardlockup detectorTejun Heo1-0/+2
2025-11-12sched_ext: Use per-CPU DSQs instead of per-node global DSQs in bypass modeTejun Heo1-0/+1
2025-11-12sched_ext: Use shorter slice in bypass modeTejun Heo1-0/+11
2025-11-12platform/x86: asus-armoury: add panel_hd_mode attributeLuke D. Jones1-0/+1
2025-11-12platform/x86: asus-armoury: move existing tunings to asus-armoury moduleLuke D. Jones2-41/+53
2025-11-12fs: speed up path lookup with cheaper handling of MAY_EXECMateusz Guzik1-6/+7
2025-11-12fs/pipe: stop duplicating union pipe_index declarationRasmus Villemoes1-16/+7
2025-11-12dcache: export shrink_dentry_list() and add new helper d_dispose_if_unused()Luis Henriques1-0/+2
2025-11-12iomap: simplify ->read_folio_range() error handling for readsJoanne Koong1-3/+2