summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-04-26Help identify this kernel for fstests / blktests.large-block-20230426large-block-20230426Luis Chamberlain1-1/+1
2023-04-26fs: add CONFIG_BUFFER_HEADChristoph Hellwig37-32/+125
2023-04-26block: use iomap for writes to block devicesChristoph Hellwig2-4/+30
2023-04-26block: stop setting ->direct_IOChristoph Hellwig1-2/+1
2023-04-26block: open code __generic_file_write_iter for blkdev writesChristoph Hellwig1-2/+44
2023-04-26block: don't plug in blkdev_write_iterChristoph Hellwig1-3/+0
2023-04-26fuse: use direct_write_fallbackChristoph Hellwig1-33/+11
2023-04-26iomap: assign current->backing_dev_info in iomap_file_buffered_writeChristoph Hellwig3-8/+4
2023-04-26iomap: use kiocb_write_and_wait and kiocb_invalidate_pagesChristoph Hellwig1-35/+20
2023-04-26fs: factor out a direct_write_fallback helperChristoph Hellwig3-47/+50
2023-04-26filemap: add a kiocb_invalidate_post_write helperChristoph Hellwig5-40/+25
2023-04-26filemap: add a kiocb_invalidate_pages helperChristoph Hellwig2-20/+29
2023-04-26filemap: add a kiocb_write_and_wait helperChristoph Hellwig3-27/+23
2023-04-26filemap: update ki_pos in generic_perform_writeChristoph Hellwig5-14/+7
2023-04-26fs: remove emergency_thaw_bdevChristoph Hellwig3-13/+3
2023-04-26fs: rename and move block_page_mkwrite_returnChristoph Hellwig8-25/+26
2023-04-26fs: remove the special !CONFIG_BLOCK def_blk_fopsChristoph Hellwig3-28/+4
2023-04-26fs: unexport buffer_check_dirty_writebackChristoph Hellwig1-1/+0
2023-04-26shmem: add support to customize block size on multiple PAGE_SIZELuis Chamberlain1-5/+42
2023-04-26shmem: add high order page supportLuis Chamberlain1-1/+7
2023-04-26shmem: consider block size in shmem_default_max_inodes()Luis Chamberlain1-4/+7
2023-04-26shmem: account for larger blocks sizes for shmem_default_max_blocks()Luis Chamberlain1-5/+7
2023-04-26shmem: add helpers to get block sizeLuis Chamberlain2-3/+24
2023-04-26shmem: account for high order foliosLuis Chamberlain1-14/+25
2023-04-26shmem: convert to use folio_test_hwpoison()Luis Chamberlain1-3/+3
2023-04-26shmem: replace BLOCKS_PER_PAGE with PAGE_SECTORSLuis Chamberlain1-6/+5
2023-04-26zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFTLuis Chamberlain2-8/+6
2023-04-26dm bufio: simplify by using PAGE_SECTORS_SHIFTLuis Chamberlain1-2/+2
2023-04-26iomap: simplify iomap_init() with PAGE_SECTORSLuis Chamberlain1-1/+1
2023-04-26drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORSLuis Chamberlain1-2/+2
2023-04-26dm integrity: simplify by using PAGE_SECTORS_SHIFTLuis Chamberlain1-5/+5
2023-04-26readahead: use the correct order while allocating a folioPankaj Raghav1-3/+6
2023-04-26mpage: calculate block_per_folio instead of block_per_pagePankaj Raghav1-12/+12
2023-04-26mm/filemap: allocate folios according to the blocksizePankaj Raghav2-9/+22
2023-04-26brd: make logical sector size configurableHannes Reinecke1-14/+23
2023-04-26brd: limit maximal block size to 32MHannes Reinecke1-8/+8
2023-04-26brd: make sector size configurableHannes Reinecke1-11/+19
2023-04-26brd: abstract page_size conventionsHannes Reinecke1-9/+21
2023-04-26brd: convert to foliosHannes Reinecke1-86/+85
2023-04-26nvme: allow a debug module parameter to enable LBAs > PAGE_SIZELuis Chamberlain1-2/+13
2023-04-26block: annotate bdev_disk_changed() deprecation with a symbol namespaceLuis Chamberlain3-5/+5
2023-04-26xfs: enable block size larger than page size supportDave Chinner2-1/+11
2023-04-26xfs: expose block size in statDave Chinner1-1/+3
2023-04-26Add linux-next specific files for 20230426next-20230426Mark Brown4-0/+17906
2023-04-26drm: Fix up merge issueMark Brown1-1/+1
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/...Mark Brown17-272/+494
2023-04-26Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown3-5/+5
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pate...Mark Brown9-41/+254
2023-04-26Merge branch 'bitmap-for-next' of https://github.com/norov/linux.gitMark Brown7-167/+177
2023-04-26Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Mark Brown26-382/+243
2023-04-26Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitMark Brown36-24/+4981
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kris...Mark Brown1-14/+24
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.gitMark Brown11-97/+167
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.gitMark Brown22-294/+1506
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt...Mark Brown1-0/+40
2023-04-26Merge branch 'hyperv-next' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Mark Brown30-696/+1065
2023-04-26Merge branch 'main' of git://git.infradead.org/users/willy/xarray.gitMark Brown1-10/+4
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/srin...Mark Brown0-0/+0
2023-04-26Merge branch 'ntb-next' of https://github.com/jonmason/ntb.gitMark Brown8-29/+32
2023-04-26Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/abel...Mark Brown62-188/+115
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/live...Mark Brown0-0/+0
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...Mark Brown4-14/+89
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/thie...Mark Brown43-252/+396
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Mark Brown187-10306/+8898
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Mark Brown6-8/+162
2023-04-26Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Mark Brown32-481/+1761
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/...Mark Brown7-850/+43
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...Mark Brown317-1843/+2255
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Mark Brown8-82/+93
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dm...Mark Brown42-260/+1863
2023-04-26Merge branch 'for-next' of https://gitlab.com/peda-linux/mux.gitMark Brown2-2/+2
2023-04-26Merge branch 'counter-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown5-3/+10
2023-04-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown85-3761/+893
2023-04-26Merge branch 'next' of git://github.com/awilliam/linux-vfio.gitMark Brown3-0/+17
2023-04-26Merge branch 'extcon-next' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Mark Brown8-197/+354
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/so...Mark Brown18-438/+2189
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linu...Mark Brown102-973/+1628
2023-04-26Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown268-10982/+11014
2023-04-26Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Mark Brown57-476/+949
2023-04-26Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Mark Brown179-7858/+3323
2023-04-26Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Mark Brown292-1254/+1552
2023-04-26Merge branch 'for-next' of git://github.com/cminyard/linux-ipmi.gitMark Brown3-26/+9
2023-04-26Merge branch 'for-leds-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown25-112/+2916
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/w...Mark Brown4-14/+124
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Mark Brown0-0/+0
2023-04-26Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/xe...Mark Brown5-148/+160
2023-04-26Merge branch 'next' of https://github.com/kvm-x86/linux.gitMark Brown48-1169/+1983
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/...Mark Brown3-24/+32
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/k...Mark Brown56-435/+1823
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm.gitMark Brown30-316/+275
2023-04-26Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Mark Brown1-1/+1
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Mark Brown32-510/+1776
2023-04-26Merge branch 'edac-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown0-0/+0
2023-04-26Merge branch 'timers/drivers/next' of git://git.linaro.org/people/daniel.lezc...Mark Brown14-205/+221
2023-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/ti...Mark Brown345-2110/+7111
2023-04-26Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Mark Brown5-91/+120
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk...Mark Brown36-362/+36
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/robh...Mark Brown363-1946/+2161
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iom...Mark Brown58-1276/+789
2023-04-26Merge branch 'master' of git://www.linux-watchdog.org/linux-watchdog-next.gitMark Brown74-526/+1139
2023-04-26Merge branch 'master' of https://scm.osdn.net/gitroot/tomoyo/tomoyo-test1.gitMark Brown2-0/+4
2023-04-26Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown1-1/+1
2023-04-26Merge branch 'apparmor-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown9-29/+26
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown0-0/+0
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Mark Brown17-253/+412
2023-04-26Merge branch 'for-backlight-next' of git://git.kernel.org/pub/scm/linux/kerne...Mark Brown17-67/+42
2023-04-26Merge branch 'for-mfd-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown94-846/+3609
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Mark Brown27-1545/+683
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Mark Brown41-1059/+1752
2023-04-26Merge branch 'for-next' of git://git.kernel.dk/linux-block.gitMark Brown124-2640/+3248
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inp...Mark Brown45-338/+1104
2023-04-26Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown158-1034/+1982
2023-04-26Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/ie...Mark Brown2-4/+5
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Mark Brown42-1793/+1415
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/dell...Mark Brown61-212/+121
2023-04-26Merge branch 'for-linux-next' of git://anongit.freedesktop.org/drm-intelMark Brown1-0/+17
2023-04-26Merge branch 'drm-next' of https://gitlab.freedesktop.org/agd5f/linuxMark Brown163-1502/+5339
2023-04-26Merge branch 'for-linux-next' of git://anongit.freedesktop.org/drm/drm-miscMark Brown7-595/+11
2023-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/wpan/w...Mark Brown10-29/+237
2023-04-26Merge branch 'main' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/n...Mark Brown36-613/+1572
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Mark Brown105-5379/+7840
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Mark Brown23-764/+299
2023-04-26Merge branch 'thermal/linux-next' of git://git.kernel.org/pub/scm/linux/kerne...Mark Brown6-59/+64
2023-04-26Merge branch 'cpupower' of git://git.kernel.org/pub/scm/linux/kernel/git/shua...Mark Brown1-7/+16
2023-04-26Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Mark Brown1-0/+2
2023-04-26Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Mark Brown0-0/+0
2023-04-26Merge branch 'master' of git://linuxtv.org/mchehab/media-next.gitMark Brown4-31/+40
2023-04-26Merge branch 'i3c/next' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Mark Brown6-35/+17
2023-04-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown24-93/+181
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/...Mark Brown62-625/+9657
2023-04-26Merge branch 'for-next/pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown1-4/+3
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.gitMark Brown60-1682/+1860
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/prin...Mark Brown0-0/+0
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Mark Brown0-0/+0
2023-04-26Merge branch 'iomap-for-next' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linu...Mark Brown5-8/+100
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.gitMark Brown85-1889/+10520
2023-04-26Merge branch 'ericvh/for-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown15-416/+368
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs...Mark Brown5-69/+102
2023-04-26Merge branch 'master' of https://github.com/Paragon-Software-Group/linux-ntfs...Mark Brown17-457/+528
2023-04-26Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cel...Mark Brown1908-46751/+137611
2023-04-26Merge branch 'linux-next' of git://git.linux-nfs.org/projects/anna/linux-nfs.gitMark Brown25-616/+637
2023-04-26Merge branch 'ksmbd-for-next' of https://github.com/smfrench/smb3-kernel.gitMark Brown7-443/+357
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2...Mark Brown6-48/+49
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Mark Brown3-3/+5
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs/fsverity/linux.gitMark Brown6-21/+30
2023-04-26Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f...Mark Brown22-897/+899
2023-04-26Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext...Mark Brown30-1448/+1423
2023-04-26Merge branch 'for_next' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...Mark Brown12-41/+31
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/...Mark Brown3-10/+10
2023-04-26Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6.gitMark Brown2-86/+31
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Mark Brown0-0/+0
2023-04-26Merge branch 'afs-next' of git://git.kernel.org/pub/scm/linux/kernel/git/dhow...Mark Brown1-327/+148
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs/fscrypt/linux.gitMark Brown11-36/+78
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...Mark Brown4-17/+48
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Mark Brown0-0/+0
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linu...Mark Brown13-114/+78
2023-04-26Merge branch 'for-next' of git:git.kernel.org/pub/scm/linux/kernel/git/glaubi...Mark Brown23-137/+20
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Mark Brown99-2436/+2784
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/risc...Mark Brown86-985/+2440
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/...Mark Brown279-9511/+2672
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/dell...Mark Brown8-151/+102
2023-04-26Merge branch 'for-next' of git://github.com/openrisc/linux.gitMark Brown1-17/+2
2023-04-26Merge branch 'mips-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mip...Mark Brown77-1357/+657
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Mark Brown2-19/+0
2023-04-26Merge branch 'linux-next' of git://github.com/c-sky/csky-linux.gitMark Brown3-5/+6
2023-04-26Merge branch 'clk-next' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/...Mark Brown315-6310/+13369
2023-04-26Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.gitMark Brown13-2/+54
2023-04-26Merge branch 'ti-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ti/li...Mark Brown0-0/+0
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tegr...Mark Brown0-0/+0
2023-04-26Merge branch 'next' of https://git.linaro.org/people/jens.wiklander/linux-tee...Mark Brown0-0/+0
2023-04-26Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown0-0/+0
2023-04-26Merge branch 'for-linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown12-41/+156
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk...Mark Brown16-227/+431
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mmin...Mark Brown2-17/+27
2023-04-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/re...Mark Brown0-0/+0
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom...Mark Brown50-837/+18270
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Mark Brown0-0/+0
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gcle...Mark Brown0-0/+0
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/matt...Mark Brown0-0/+0
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Mark Brown0-0/+0
2023-04-26Merge branch 'next' of https://github.com/Broadcom/stblinux.gitMark Brown0-0/+0
2023-04-26Merge branch 'at91-next' of git://git.kernel.org/pub/scm/linux/kernel/git/at9...Mark Brown2-3/+3
2023-04-26Merge branch 'asahi-soc/for-next' of https://github.com/AsahiLinux/linux.gitMark Brown0-0/+0
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/amlo...Mark Brown0-0/+0
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/...Mark Brown1-0/+217
2023-04-26Merge branch 'for-next/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown1-2/+2
2023-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/a...Mark Brown0-0/+0
2023-04-26Merge branch 'for-next' of git://git.infradead.org/users/hch/dma-mapping.gitMark Brown11-88/+189
2023-04-26Merge branch 'perf-tools-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown509-144528/+167465
2023-04-26Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Mark Brown13-571/+504
2023-04-26Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown20-90/+196
2023-04-26Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown67-377/+1023
2023-04-26Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/akp...Mark Brown303-7951/+11543
2023-04-26Merge branch 'for-linux-next-fixes' of git://anongit.freedesktop.org/drm/drm-...Mark Brown5-15/+24
2023-04-26Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kd...Mark Brown0-0/+0
2023-04-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl...Mark Brown4-19/+53
2023-04-26Merge branch 'fixes' of git://linuxtv.org/mchehab/media-next.gitMark Brown0-0/+0
2023-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/herber...Mark Brown257-2730/+6776
2023-04-26Merge branch 'fixes-togreg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown4-9/+68
2023-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown149-1288/+1845