summaryrefslogtreecommitdiff
path: root/.clang-format
AgeCommit message (Expand)Author
3 daysMerge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
4 daysMerge tag 'iommu-updates-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-11-20mm/damon: rename damos core filter helpers to have word coreSeongJae Park
2025-11-05genpt: Generic Page Table base APIJason Gunthorpe
2025-10-21Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter
2025-09-16drm/bridge: remove drm_for_each_bridge_in_chain()Luca Ceresoli
2025-09-16drm/bridge: add drm_for_each_bridge_in_chain_scoped()Luca Ceresoli
2025-09-14memblock: drop for_each_free_mem_pfn_range_in_zone_from()Mike Rapoport (Microsoft)
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie
2025-04-13clang-format: Update the ForEachMacros list for v6.15-rc1Ingo Molnar
2025-03-07drm/vkms: Allow to attach connectors and encodersJosé Expósito
2025-03-07drm/vkms: Allow to configure multiple connectorsJosé Expósito
2025-03-07drm/vkms: Allow to attach encoders and CRTCsJosé Expósito
2025-03-07drm/vkms: Allow to configure multiple encodersJosé Expósito
2025-03-07drm/vkms: Allow to attach planes and CRTCsJosé Expósito
2025-03-07drm/vkms: Allow to configure multiple CRTCsJosé Expósito
2025-03-07drm/vkms: Allow to configure multiple planesJosé Expósito
2024-08-02clang-format: Update with v6.11-rc1's `for_each` macro listJavier Carrasco
2024-06-26Docs: Move clang-format from process/ to dev-tools/SeongJae Park
2023-12-08clang-format: Update with v6.7-rc4's `for_each` macro listMiguel Ojeda
2023-12-08clang-format: Add maple tree's for_each macrosElliot Berman
2023-05-23iommu: Add for_each_group_device()Jason Gunthorpe
2023-04-30Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2023-04-18PCI/DOE: Make mailbox creation API privateLukas Wunner
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg
2023-03-05cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds
2023-01-22media: subdev: Add for_each_active_route() macroJacopo Mondi
2022-12-14Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-12-02printk: Prepare for SRCU console list protectionJohn Ogness
2022-12-01inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal
2022-11-30iommufd: Data structure to provide IOVA to PFN mappingJason Gunthorpe
2022-11-30iommufd: PFN handling for iopt_pagesJason Gunthorpe
2022-11-29interval-tree: Add a utility to iterate over spans in an interval treeJason Gunthorpe
2022-07-19PCI/DOE: Add DOE mailbox support functionsJonathan Cameron
2022-05-20clang-format: Fix space after for_each macrosBrian Norris
2022-05-20clang-format: Fix goto labels indentationMickaël Salaün
2022-05-20clang-format: Update to clang-format >= 6Mickaël Salaün
2022-05-20clang-format: Extend the for_each list with tools/Mickaël Salaün
2022-05-20clang-format: Simplify command with `sort -u`Miguel Ojeda
2022-05-20clang-format: Use POSIX locale for `sort`Miguel Ojeda
2022-05-20clang-format: Update with v5.18-rc7's `for_each` macro listMiguel Ojeda
2021-12-16genirq/msi: Make interrupt allocation less convolutedThomas Gleixner
2021-05-12clang-format: Update with the latest for_each macro listMiguel Ojeda
2021-02-24Merge tag 'cxl-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds
2021-02-16cxl/mem: Add basic IOCTL interfaceBen Widawsky
2021-01-29clang-format: Update with the latest for_each macro listMiguel Ojeda
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-10-13memblock: use separate iterators for memory and reserved regionsMike Rapoport
2020-10-13memblock: implement for_each_reserved_mem_region() using __next_mem_region()Mike Rapoport