aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...HEADmasterLinus Torvalds6-4/+32
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+37
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-27/+17
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds24-133/+712
2022-03-28Merge tag 'pinctrl-v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-0/+1483
2022-03-28Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds1-8/+0
2022-03-27Merge tag 'mailbox-v5.18' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds1-1/+7
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-11/+50
2022-03-26Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-1/+4
2022-03-26Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-14/+72
2022-03-26Merge tag 'memcpy-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-50/+227
2022-03-26Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds6-6/+110
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds4-27/+1
2022-03-26Merge tag 'devicetree-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-24/+13
2022-03-26Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds1-0/+8
2022-03-25Merge tag 'fsnotify_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+19
2022-03-25Merge tag 'mfd-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds8-24/+112
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-34/+143
2022-03-25Merge tag 'for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds4-4/+296
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+5
2022-03-25Merge tag 'gpio-updates-for-v5.18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-19/+16
2022-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds1-2/+21
2022-03-25Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+9
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds13-86/+168
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+121
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-2/+15
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-352/+70
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds19-136/+127
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+12
2022-03-24mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner1-0/+2
2022-03-24mm: warn on deleting redirtied only if accountedHugh Dickins1-2/+1
2022-03-24mm/huge_memory: remove stale page_trans_huge_mapcount()David Hildenbrand1-5/+0
2022-03-24mm/swapfile: remove stale reuse_swap_page()David Hildenbrand1-4/+0
2022-03-24mm/khugepaged: remove reuse_swap_page() usageDavid Hildenbrand1-1/+0
2022-03-24mm/huge_memory: make is_transparent_hugepage() staticMiaohe Lin1-6/+0
2022-03-24kasan: move and hide kasan_save_enable/restore_multi_shotAndrey Konovalov1-4/+0
2022-03-24kasan: test: support async (again) and asymm modes for HW_TAGSAndrey Konovalov1-5/+0
2022-03-24kasan, vmalloc: only tag normal vmalloc allocationsAndrey Konovalov1-3/+4
2022-03-24kasan, vmalloc: add vmalloc tagging for HW_TAGSAndrey Konovalov1-4/+32
2022-03-24kasan, page_alloc: allow skipping memory init for HW_TAGSAndrey Konovalov2-7/+12
2022-03-24kasan, page_alloc: allow skipping unpoisoning for HW_TAGSAndrey Konovalov2-10/+16
2022-03-24kasan, mm: only define ___GFP_SKIP_KASAN_POISON with HW_TAGSAndrey Konovalov2-4/+16
2022-03-24kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_taggedAndrey Konovalov1-0/+7
2022-03-24kasan, vmalloc: add vmalloc tagging for SW_TAGSAndrey Konovalov1-6/+10
2022-03-24kasan: add wrappers for vmalloc hooksAndrey Konovalov1-2/+15
2022-03-24kasan: reorder vmalloc hooksAndrey Konovalov1-11/+9
2022-03-24kasan, vmalloc: drop outdated VM_KASAN commentAndrey Konovalov1-11/+0
2022-03-24kasan, x86, arm64, s390: rename functions for modules shadowAndrey Konovalov1-7/+7
2022-03-24kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hookAndrey Konovalov1-9/+0
2022-03-24mm: clarify __GFP_ZEROTAGS commentAndrey Konovalov1-2/+4
2022-03-24kasan, page_alloc: merge kasan_free_pages into free_pages_prepareAndrey Konovalov1-8/+0
2022-03-24mm/migration: add trace events for base page and HugeTLB migrationsAnshuman Khandual1-0/+31
2022-03-24mm/migration: add trace events for THP migrationsAnshuman Khandual1-0/+27
2022-03-24mm: delete __ClearPageWaiters()Hugh Dickins1-1/+1
2022-03-24Merge tag 'ceph-for-5.18-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2-2/+4
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds54-178/+1289
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-20/+25
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds162-825/+3346
2022-03-24Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds8-213/+917
2022-03-24Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+11
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-12/+39
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds10-15/+15
2022-03-24Merge tag 'prlimit-tasklist_lock-for-v5.18' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-3/+1
2022-03-23kexec: make crashk_res, crashk_low_res and crash_notes symbols always visibleJisheng Zhang1-6/+6
2022-03-23init.h: improve __setup and early_param documentationRandy Dunlap1-2/+9
2022-03-23bitfield: add explicit inclusions to the exampleAndy Shevchenko1-0/+3
2022-03-23ilog2: force inlining of __ilog2_u32() and __ilog2_u64()Christophe Leroy1-2/+2
2022-03-23include: drop pointless __compiler_offsetof indirectionRasmus Villemoes2-7/+1
2022-03-23Documentation/sparse: add hints about __CHECKER__Bjorn Helgaas2-0/+2
2022-03-23linux/types.h: remove unnecessary __bitwise__Bjorn Helgaas1-3/+2
2022-03-23Merge tag 'arm-dt-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds9-3/+543
2022-03-23Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-116/+504
2022-03-23Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds7-55/+34
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-98/+79
2022-03-23Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds18-34/+164
2022-03-23Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds13-155/+165
2022-03-23Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds1-3/+9
2022-03-23Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-714/+251
2022-03-23Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-3/+0
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds14-544/+1026
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+18
2022-03-23net/sched: fix incorrect vlan_push_eth dest fieldLouis Peens1-1/+1
2022-03-23cacheflush.h: Add forward declaration for struct folioHerbert Xu1-0/+2
2022-03-23Merge tag 'nand/for-5.18' into mtd/nextMiquel Raynal3-0/+19
2022-03-23mfd: db8500-prcmu: Remove unused inline functionYueHaibing1-4/+0
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds10-47/+59
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds13-386/+414
2022-03-22net/mlx5e: Fix build warning, detected write beyond size of fieldSaeed Mahameed1-0/+5
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds36-321/+386
2022-03-22mm/damon/core: add number of each enum type valuesSeongJae Park1-0/+4
2022-03-22mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park1-1/+1
2022-03-22mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()SeongJae Park1-10/+0
2022-03-22mm/damon: let monitoring operations can be registered and selectedSeongJae Park1-0/+18
2022-03-22mm/damon: rename damon_primitives to damon_operationsSeongJae Park1-24/+24
2022-03-22mm/damon: remove the target id conceptSeongJae Park1-6/+5
2022-03-22mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park1-2/+0
2022-03-22highmem: document kunmap_local()Ira Weiny1-0/+10
2022-03-22mm: uninline copy_overflow()Christophe Leroy1-1/+4
2022-03-22mm: remove usercopy_warn()Christophe Leroy1-2/+0
2022-03-22mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador1-0/+8
2022-03-22drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand2-4/+14
2022-03-22drivers/base/node: rename link_mem_sections() to register_memory_block_under_...David Hildenbrand1-8/+8
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand1-0/+4
2022-03-22mm, memory_hotplug: reorganize new pgdat initializationMichal Hocko1-1/+1
2022-03-22mm, memory_hotplug: drop arch_free_nodedataMichal Hocko1-3/+0
2022-03-22mm: handle uninitialized numa nodes gracefullyMichal Hocko1-1/+1
2022-03-22mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOT...Michal Hocko1-60/+59
2022-03-22mm/vmstat: add event for ksm swapping in copyYang Yang1-0/+3
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying2-0/+11
2022-03-22NUMA Balancing: add page promotion counterHuang Ying2-0/+8
2022-03-22mm/cma: provide option to opt out from exposing pages on activation failureHari Bathini1-0/+2
2022-03-22mm/migrate: fix race between lock page and clear PG_Isolatedandrew.yang1-1/+1
2022-03-22mm: compaction: cleanup the compaction trace eventsBaolin Wang1-13/+13
2022-03-22mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins1-1/+0
2022-03-22mm/fs: delete PF_SWAPWRITEHugh Dickins1-1/+0
2022-03-22userfaultfd: provide unmasked address on page-faultNadav Amit2-2/+9
2022-03-22mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VM...Muchun Song1-0/+2
2022-03-22mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song2-8/+14
2022-03-22mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB pageMuchun Song1-4/+74
2022-03-22mm, fault-injection: declare should_fail_alloc_page()Vlastimil Babka1-0/+2
2022-03-22mm/memory-failure.c: fix race with changing page compound againMiaohe Lin2-0/+2
2022-03-22arch/x86/mm/numa: Do not initialize nodes twiceOscar Salvador1-1/+0
2022-03-22mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand2-4/+6
2022-03-22cma: factor out minimum alignment requirementDavid Hildenbrand1-0/+9
2022-03-22mm/mmzone.h: remove unused macrosMiaohe Lin1-7/+0
2022-03-22mm: page_alloc: avoid merging non-fallbackable pageblocks with othersZi Yan1-0/+11
2022-03-22mm/vmalloc: fix comments about vmap_area structBang Li1-2/+2
2022-03-22mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual1-1/+1
2022-03-22mm: memcontrol: rename memcg_cache_id to memcg_kmem_idMuchun Song1-2/+2
2022-03-22mm: list_lru: rename list_lru_per_memcg to list_lru_memcgMuchun Song1-1/+1
2022-03-22mm: list_lru: replace linear array with xarrayMuchun Song2-34/+2
2022-03-22mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrusMuchun Song1-1/+1
2022-03-22mm: list_lru: allocate list_lru_one only when neededMuchun Song1-3/+4
2022-03-22xarray: use kmem_cache_alloc_lru to allocate xa_nodeMuchun Song2-2/+12
2022-03-22fs: introduce alloc_inode_sb() to allocate filesystems specific inodeMuchun Song1-0/+11
2022-03-22mm: introduce kmem_cache_alloc_lruMuchun Song3-0/+21
2022-03-22mm: list_lru: transpose the array of per-node per-memcg lru listsMuchun Song1-7/+10
2022-03-22mm/memcg: retrieve parent memcg from css.parentWei Yang1-3/+1
2022-03-22memcg: add per-memcg total kernel memory statYosry Ahmed1-0/+1
2022-03-22tmpfs: support for file creation timeXavier Roche1-0/+1
2022-03-22mm/gup: remove unused get_user_pages_locked()John Hubbard1-2/+0
2022-03-22mm/gup: remove unused pin_user_pages_locked()John Hubbard1-2/+0
2022-03-22filemap: remove find_get_pages()Miaohe Lin1-7/+0
2022-03-22mount: warn only once about timestamp range expirationAnthony Iliopoulos1-0/+1
2022-03-22remove congestion tracking frameworkNeilBrown3-38/+0
2022-03-22remove bdi_congested() and wb_congested() and related functionsNeilBrown1-26/+0
2022-03-22remove inode_congested()NeilBrown1-22/+0
2022-03-22nfs: remove reliance on bdi congestionNeilBrown1-0/+1
2022-03-22mm: document and polish read-ahead codeNeilBrown1-2/+7
2022-03-22doc: convert 'subsection' to 'section' in gfp.hNeilBrown1-5/+5
2022-03-22linux/kthread.h: remove unused macrosRasmus Villemoes1-22/+0
2022-03-22Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas1-0/+2
2022-03-22Merge branch 'pci/enumeration'Bjorn Helgaas1-0/+1
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds45-56/+119
2022-03-22Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-40/+63
2022-03-22Merge branch 'kvm/kvm-sls-fix'Peter Zijlstra3-2/+3
2022-03-22Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2022-03-22ALSA: pcm: Fix races among concurrent hw_params and hw_free callsTakashi Iwai1-0/+1
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski20-51/+362
2022-03-22Merge tag 'for-5.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds4-0/+139
2022-03-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-112/+189
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds7-121/+230
2022-03-22Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-0/+18
2022-03-22Revert "random: block in /dev/urandom"Linus Torvalds1-1/+1
2022-03-22netdevice: add missing dm_private kdocJakub Kicinski1-0/+2
2022-03-21Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-0/+15
2022-03-21Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+13
2022-03-21Merge tag 'overflow-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-41/+73
2022-03-21Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+23
2022-03-21Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2022-03-21Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-19/+23
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds6-40/+35
2022-03-21Merge tag 'regulator-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+24
2022-03-21Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-0/+6
2022-03-21Merge tag 'hwmon-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+2
2022-03-21Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+16
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds11-852/+370
2022-03-21Merge tag 'for-5.18/io_uring-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds3-179/+176
2022-03-21perf: RISC-V: Add support for SBI PMU and SscofpmfPalmer Dabbelt2-0/+76
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds8-50/+300
2022-03-21RISC-V: Add sscofpmf extension supportAtish Patra1-0/+2
2022-03-21RISC-V: Add perf platform driver based on SBI PMU extensionAtish Patra2-2/+5
2022-03-21RISC-V: Add a simple platform driver for RISC-V legacy perfAtish Patra1-0/+6
2022-03-21RISC-V: Add a perf core library for pmu driversAtish Patra1-0/+65
2022-03-21Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-254/+28
2022-03-21Merge tag 'thermal-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
2022-03-21Merge tag 'pm-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds6-34/+32
2022-03-21Merge tag 'acpi-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds8-3/+36
2022-03-21Merge tag 'rcu.2022.03.13a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-13/+8
2022-03-21Merge tag 'irq-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-21/+18
2022-03-21Merge tag 'timers-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-4/+13
2022-03-21Merge tag 'core-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+5
2022-03-21Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-11/+41
2022-03-21net: Revert the softirq will run annotation in ____napi_schedule().Sebastian Andrzej Siewior1-7/+0
2022-03-21Merge branch 'slab/for-5.18/trivial' into slab/for-linusVlastimil Babka1-3/+0
2022-03-21Merge tag 'x86_cpu_for_v5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2022-03-21Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-21/+0
2022-03-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds8-55/+82
2022-03-21Merge tag 'tpmdd-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-19/+14
2022-03-21mm: Support arbitrary THP sizesMatthew Wilcox (Oracle)2-47/+31