summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-11-11mm: count zeromap read and set for swapout and swapinBarry Song2-5/+9
2024-11-11Merge tag 'drm-misc-next-2024-11-08' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2-1/+12
2024-11-11hwmon: (max6639) : Configure based on DT propertyNaresh Solanki1-15/+0
2024-11-11hwmon: Add static visibility member to struct hwmon_opsHeiner Kallweit1-1/+4
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds3-7/+25
2024-11-10neighbour: Create netdev->neighbour associationGilad Naaman3-7/+21
2024-11-10neighbour: Remove bare neighbour::next pointerGilad Naaman1-3/+1
2024-11-10neighbour: Convert iteration to use hlist+macroGilad Naaman1-4/+1
2024-11-10neighbour: Define neigh_for_each_in_bucketGilad Naaman1-0/+6
2024-11-10neighbour: Add hlist_node to struct neighbourGilad Naaman1-0/+2
2024-11-09net: mctp: Expose transport binding identifier via IFLA attributeKhang Nguyen3-1/+22
2024-11-09gpio: Get rid of GPIOF_ACTIVE_LOWAndy Shevchenko1-3/+0
2024-11-09iio: Move __private marking before struct element priv in struct iio_devJonathan Cameron1-1/+1
2024-11-09Merge commit '9365f0de4303f82ed4c2db1c39d3de824b249d80' into HEADJonathan Cameron36-163/+230
2024-11-09Merge tag 'acpi-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-4/+2
2024-11-08sched_ext: Enable the ops breather and eject BPF scheduler on softlockupTejun Heo1-0/+2
2024-11-08sunrpc: remove newlines from tracepointsJeff Layton1-2/+2
2024-11-08nfs: Annotate struct pnfs_commit_array with __counted_by()Thorsten Blum1-1/+1
2024-11-08iommufd: Move struct iommufd_object to public iommufd headerNicolin Chen1-0/+24
2024-11-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-29/+3
2024-11-08Merge tag 'kvm-riscv-6.13-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini78-225/+470
2024-11-08Merge branch 'cxl/for-6.13/dcd-prep' into cxl-for-nextDave Jiang2-0/+10
2024-11-08ACPI/CDAT: Add CDAT/DSMAS shared and read only flag valuesIra Weiny1-0/+2
2024-11-08range: Add range_overlaps()Ira Weiny1-0/+8
2024-11-08regmap: provide regmap_assign_bits()Bartosz Golaszewski1-0/+16
2024-11-08iommu: Make set_dev_pasid op support domain replacementYi Liu1-1/+2
2024-11-08iommu: Pass old domain to set_dev_pasid opYi Liu1-1/+1
2024-11-08media: replace obsolete hans.verkuil@cisco.com aliasHans Verkuil3-3/+3
2024-11-08ipv4: Prepare ip_route_output() to future .flowi4_tos conversion.Guillaume Nault1-3/+3
2024-11-08net: phy: remove genphy_config_eee_advertHeiner Kallweit1-1/+0
2024-11-08net: phy: make genphy_c45_write_eee_adv() staticHeiner Kallweit1-1/+0
2024-11-08Merge tag 'amd-drm-next-6.13-2024-11-06' of https://gitlab.freedesktop.org/ag...Dave Airlie1-1/+2
2024-11-08block: always verify unfreeze lock on the owner taskMing Lei1-0/+4
2024-11-08bootmem: stop using page->indexMatthew Wilcox (Oracle)1-8/+27
2024-11-08mm: mass constification of folio/page pointersMatthew Wilcox (Oracle)2-8/+9
2024-11-08mm: renovate page_address_in_vma()Matthew Wilcox (Oracle)1-5/+2
2024-11-08mm: convert page_to_pgoff() to page_pgoff()Matthew Wilcox (Oracle)2-15/+18
2024-11-08block: Add a public bdev_zone_is_seq() helperDamien Le Moal1-0/+27
2024-11-08block: RCU protect disk->conv_zones_bitmapDamien Le Moal1-1/+1
2024-11-08mm/codetag: uninline and move pgalloc_tag_copy and pgalloc_tag_splitSuren Baghdasaryan2-58/+5
2024-11-08alloc_tag: support for page allocation tag compressionSuren Baghdasaryan4-18/+147
2024-11-08alloc_tag: introduce pgtag_ref_handle to abstract page tag referencesSuren Baghdasaryan2-50/+67
2024-11-08alloc_tag: populate memory for module tags as neededSuren Baghdasaryan2-0/+15
2024-11-08alloc_tag: load module tags into separate contiguous memorySuren Baghdasaryan3-7/+62
2024-11-08maple_tree: add mas_for_each_rev() helperSuren Baghdasaryan1-0/+14
2024-11-08execmem: add support for cache of large ROX pagesMike Rapoport (Microsoft)1-0/+14
2024-11-08arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)1-0/+6
2024-11-08module: prepare to handle ROX allocations for textMike Rapoport (Microsoft)3-0/+43
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2-0/+20
2024-11-08mm: vmalloc: group declarations depending on CONFIG_MMU togetherMike Rapoport (Microsoft)1-36/+24