aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-27block: add __must_check for *add_disk*() callers20210927-for-axboe-add-disk-error-handlingLuis Chamberlain2-6/+6
2021-09-27block: make __register_blkdev() return an errorLuis Chamberlain9-27/+70
2021-09-27block/ataflop: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-09-27block/ataflop: provide a helper for cleanup up an atari diskLuis Chamberlain1-15/+19
2021-09-27block/ataflop: add registration bool before calling del_gendisk()Luis Chamberlain1-2/+7
2021-09-27block/ataflop: use the blk_cleanup_disk() helperLuis Chamberlain1-4/+2
2021-09-27swim: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-09-27swim: add a floppy registration bool which triggers del_gendisk()Luis Chamberlain1-3/+6
2021-09-27swim: add helper for disk cleanupLuis Chamberlain1-8/+13
2021-09-27swim: simplify using blk_cleanup_disk() on swim_remove()Luis Chamberlain1-2/+1
2021-09-27amiflop: add error handling support for add_disk()Luis Chamberlain1-2/+5
2021-09-27floppy: add error handling support for add_disk()Luis Chamberlain1-2/+4
2021-09-27floppy: fix calling platform_device_unregister() on invalid drivesLuis Chamberlain1-2/+7
2021-09-27floppy: use blk_cleanup_disk()Luis Chamberlain1-5/+1
2021-09-27floppy: fix add_disk() assumption on exit due to new developmentsLuis Chamberlain1-13/+0
2021-09-27block/swim3: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-09-27s390/block/scm_blk: add error handling support for add_disk()Luis Chamberlain1-1/+6
2021-09-27s390/block/dcssblk: add error handling support for add_disk()Gerald Schaefer1-1/+7
2021-09-27s390/block/dasd_genhd: add error handling support for add_disk()Luis Chamberlain1-2/+8
2021-09-27mtd: add add_disk() error handlingLuis Chamberlain1-1/+5
2021-09-27rbd: add add_disk() error handlingLuis Chamberlain1-1/+5
2021-09-27cdrom/gdrom: add error handling support for add_disk()Luis Chamberlain1-1/+6
2021-09-27mtd/ubi/block: add error handling support for add_disk()Luis Chamberlain1-1/+7
2021-09-27pf: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-09-27block/sx8: add error handling support for add_disk()Luis Chamberlain1-4/+9
2021-09-27block/sunvdc: add error handling support for add_disk()Luis Chamberlain1-3/+11
2021-09-27block/rsxx: add error handling support for add_disk()Luis Chamberlain2-4/+12
2021-09-27rnbd: add error handling support for add_disk()Luis Chamberlain1-4/+9
2021-09-27ps3vram: add error handling support for add_disk()Luis Chamberlain1-1/+6
2021-09-27ps3disk: add error handling support for add_disk()Luis Chamberlain1-2/+6
2021-09-27pktcdvd: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-09-27mtip32xx: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-09-27pd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-09-27pcd: capture errors on cdrom_register()Luis Chamberlain1-1/+3
2021-09-27pcd: fix ordering of unregister_cdrom()Luis Chamberlain1-1/+1
2021-09-27pcd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-09-27pd: cleanup initializationChristoph Hellwig1-70/+70
2021-09-27pf: cleanup initializationChristoph Hellwig1-124/+99
2021-09-27pcd: cleanup initializationChristoph Hellwig1-159/+127
2021-09-27pcd: move the identify buffer into pcd_identifyChristoph Hellwig1-8/+8
2021-09-27n64cart: add error handling support for add_disk()Luis Chamberlain1-2/+10
2021-09-27xtensa/platforms/iss/simdisk: add error handling support for add_disk()Luis Chamberlain1-2/+11
2021-09-27um/drivers/ubd_kern: add error handling support for add_disk()Luis Chamberlain1-4/+9
2021-09-27drbd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-09-27m68k/emu/nfblock: add error handling support for add_disk()Luis Chamberlain1-2/+7
2021-09-27aoe: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-09-27z2ram: add error handling support for add_disk()Luis Chamberlain1-2/+5
2021-09-27zram: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-09-27xen-blkfront: add error handling support for add_disk()Luis Chamberlain1-1/+7
2021-09-27nvdimm/blk: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-09-27nvdimm/blk: avoid calling del_gendisk() on early failuresLuis Chamberlain1-5/+12
2021-09-27nvdimm/btt: add error handling support for add_disk()Luis Chamberlain1-1/+3
2021-09-27nvdimm/btt: use goto error labels on btt_blk_init()Luis Chamberlain1-7/+12
2021-09-27nvdimm/btt: do not call del_gendisk() if not neededLuis Chamberlain1-1/+0
2021-09-27nvme-multipath: add error handling support for add_disk()Luis Chamberlain1-2/+11
2021-09-27bcache: add error handling support for add_disk()Luis Chamberlain1-5/+12
2021-09-27block/brd: add error handling support for add_disk()Luis Chamberlain1-2/+8
2021-09-27nbd: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-09-27loop: add error handling support for add_disk()Luis Chamberlain1-1/+7
2021-09-27dm: add add_disk() error handlingLuis Chamberlain1-1/+3
2021-09-27md: add error handling support for add_disk()Luis Chamberlain1-1/+5
2021-09-27scsi/sr: add error handling support for add_disk()Luis Chamberlain1-1/+6
2021-09-27scsi/sd: add error handling support for add_disk()Luis Chamberlain1-1/+7
2021-09-27Add linux-next specific files for 20210927Stephen Rothwell4-0/+6727
2021-09-27Merge branch 'akpm/master'Stephen Rothwell2-10/+0
2021-09-27mm: unexport {,un}lock_page_memcgChristoph Hellwig1-2/+0
2021-09-27mm: unexport folio_memcg_{,un}lockChristoph Hellwig1-2/+0
2021-09-27mm: migrate: simplify the file-backed pages validation when migrating its map...Baolin Wang1-6/+0
2021-09-27Merge branch 'akpm-current/current'Stephen Rothwell139-941/+1559
2021-09-27Revert "crypto: api - Fix built-in testing dependency failures"Stephen Rothwell3-108/+27
2021-09-27Merge branch 'for-next' of git://git.infradead.org/users/willy/pagecache.gitStephen Rothwell73-1688/+2894
2021-09-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.gitStephen Rothwell31-1389/+3168
2021-09-27Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell130-33/+29601
2021-09-27Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/l...Stephen Rothwell5-35/+211
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/srin...Stephen Rothwell0-0/+0
2021-09-27Merge branch 'gnss-next' of git://git.kernel.org/pub/scm/linux/kernel/git/joh...Stephen Rothwell4-4/+4
2021-09-27Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell86-660/+1162
2021-09-27Merge branch 'ntb-next' of https://github.com/jonmason/ntb.gitStephen Rothwell0-0/+0
2021-09-27Merge branch 'at24/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell1-0/+6
2021-09-27Merge branch 'next' of git://git.linaro.org/kernel/coresight.gitStephen Rothwell0-0/+0
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/live...Stephen Rothwell0-0/+0
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...Stephen Rothwell1-0/+1
2021-09-27Merge branch 'renesas-pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Rothwell2-7/+7
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Stephen Rothwell20-33/+3092
2021-09-27Merge branch 'gpio/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell12-26/+394
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Stephen Rothwell4-8/+7
2021-09-27Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Stephen Rothwell4-7/+17
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/...Stephen Rothwell13-7/+317
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...Stephen Rothwell42-271/+750
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Stephen Rothwell5-51/+107
2021-09-27Merge branch 'icc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/djak...Stephen Rothwell2-10/+61
2021-09-27Merge branch 'togreg' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/...Stephen Rothwell84-3574/+5326
2021-09-27Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Rothwell186-13428/+1633
2021-09-27Merge branch 'extcon-next' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Stephen Rothwell4-6/+31
2021-09-27Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Rothwell22-167/+165
2021-09-27Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Stephen Rothwell33-558/+794
2021-09-27Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Rothwell1-0/+8
2021-09-27Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/joha...Stephen Rothwell5-239/+151
2021-09-27Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Stephen Rothwell22-64/+219
2021-09-27Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Rothwell40-401/+749
2021-09-27Merge branch 'for-next' of git://github.com/cminyard/linux-ipmi.gitStephen Rothwell2-12/+23
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/chro...Stephen Rothwell1-0/+11
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx8...Stephen Rothwell11-197/+1549
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Stephen Rothwell0-0/+0
2021-09-27Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Stephen Rothwell56-465/+1504
2021-09-27Merge branch 'edac-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell1-24/+18
2021-09-27Merge branch 'auto-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Stephen Rothwell98-1319/+2390
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Stephen Rothwell13-91/+650
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/robh...Stephen Rothwell23-543/+759
2021-09-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/...Stephen Rothwell3-25/+12
2021-09-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iom...Stephen Rothwell0-0/+0
2021-09-27Merge branch 'next' of git://github.com/cschaufler/smack-nextStephen Rothwell2-4/+10
2021-09-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/...Stephen Rothwell18-115/+645
2021-09-27Merge branch 'keys-next' of git://git.kernel.org/pub/scm/linux/kernel/git/dho...Stephen Rothwell0-0/+0
2021-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Rothwell1-5/+12
2021-09-27Merge branch 'apparmor-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell9-29/+73
2021-09-27Merge branch 'next-testing' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Rothwell0-0/+0
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Stephen Rothwell9-68/+118
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Stephen Rothwell3-11/+27
2021-09-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc...Stephen Rothwell22-71/+301
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Stephen Rothwell1-8/+4
2021-09-27Merge branch 'for-next' of git://git.kernel.dk/linux-block.gitStephen Rothwell10-77/+378
2021-09-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inp...Stephen Rothwell18-280/+1089
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Stephen Rothwell176-1194/+17421
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Stephen Rothwell1-5/+6
2021-09-27Merge branch 'imx-drm/next' of https://git.pengutronix.de/git/pza/linuxStephen Rothwell2-9/+4
2021-09-27Merge branch 'drm/tegra/for-next' of git://anongit.freedesktop.org/tegra/linu...Stephen Rothwell4-12/+5
2021-09-27Merge branch 'for-linux-next' of git://anongit.freedesktop.org/drm-intelStephen Rothwell81-4857/+5622
2021-09-27Merge branch 'drm-next' of https://gitlab.freedesktop.org/agd5f/linuxStephen Rothwell186-2572/+10214
2021-09-27Merge branch 'for-linux-next' of git://anongit.freedesktop.org/drm/drm-miscStephen Rothwell47-454/+891
2021-09-27Merge branch 'drm-next' of git://git.freedesktop.org/git/drm/drm.gitStephen Rothwell177-6686/+4566
2021-09-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/herber...Stephen Rothwell26-694/+501
2021-09-27Merge branch 'nand/next' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Stephen Rothwell18-59/+26
2021-09-27Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Stephen Rothwell1-1/+0
2021-09-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/...Stephen Rothwell15-372/+466
2021-09-27next-20210924/bluetoothStephen Rothwell31-930/+2454
2021-09-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/...Stephen Rothwell42-662/+1367
2021-09-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Stephen Rothwell1-2/+0
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/...Stephen Rothwell27-196/+1356
2021-09-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...Stephen Rothwell290-4038/+12422
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Stephen Rothwell17-144/+441
2021-09-27Merge branch 'thermal/linux-next' of git://git.kernel.org/pub/scm/linux/kerne...Stephen Rothwell5-11/+60
2021-09-27Merge branch 'devfreq-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Rothwell1-5/+7
2021-09-27Merge branch 'cpupower' of git://git.kernel.org/pub/scm/linux/kernel/git/shua...Stephen Rothwell1-1/+1
2021-09-27Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Stephen Rothwell5-5/+60
2021-09-27Merge branch 'master' of git://linuxtv.org/mchehab/media-next.gitStephen Rothwell265-3741/+8598
2021-09-27Merge branch 'docs-next' of git://git.lwn.net/linux.gitStephen Rothwell14-18/+1166
2021-09-27Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Stephen Rothwell29-560/+1613
2021-09-27Merge branch 'i3c/next' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Stephen Rothwell3-3/+4
2021-09-27Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Rothwell1-92/+69
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/...Stephen Rothwell11-21/+149
2021-09-27Merge branch 'for-next/pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Rothwell1-1/+1
2021-09-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/...Stephen Rothwell12-30/+107
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/prin...Stephen Rothwell1-2/+2
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Stephen Rothwell0-0/+0
2021-09-27Merge branch 'locks-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Stephen Rothwell5-39/+26
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Stephen Rothwell0-0/+0
2021-09-27Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Rothwell1-3/+7
2021-09-27Merge branch 'master' of https://github.com/Paragon-Software-Group/linux-ntfs...Stephen Rothwell24-736/+617
2021-09-27Merge branch 'nfsd-next' of git://git.linux-nfs.org/~bfields/linux.gitStephen Rothwell18-282/+267
2021-09-27Merge branch 'jfs-next' of git://github.com/kleikamp/linux-shaggy.gitStephen Rothwell1-29/+22
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2...Stephen Rothwell7-30/+69
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/msze...Stephen Rothwell6-23/+15
2021-09-27Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f...Stephen Rothwell8-19/+31
2021-09-27Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext...Stephen Rothwell4-190/+147
2021-09-27Merge branch 'cifsd-for-next' of https://github.com/smfrench/smb3-kernel.gitStephen Rothwell3-24/+12
2021-09-27Merge branch 'master' of git://github.com/ceph/ceph-client.gitStephen Rothwell1-12/+1
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Stephen Rothwell25-1115/+1760
2021-09-27Merge branch 'fscache-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Rothwell36-4041/+602
2021-09-27Merge branch 'master' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.gitStephen Rothwell11-62/+137
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Stephen Rothwell0-0/+0
2021-09-27Merge branch 'xtensa-for-next' of git://github.com/jcmvbkbc/linux-xtensa.gitStephen Rothwell3-8/+8
2021-09-27Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rw...Stephen Rothwell7-15/+15
2021-09-27Merge branch 'for-next' of git://git.libc.org/linux-shStephen Rothwell17-45/+49
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Stephen Rothwell0-0/+0
2021-09-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/greentim...Stephen Rothwell3-4/+6
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/geer...Stephen Rothwell1-1/+1
2021-09-27Merge branch 'h8300-next' of git://git.sourceforge.jp/gitroot/uclinux-h8/linu...Stephen Rothwell24-169/+124
2021-09-27Merge branch 'linux-next' of git://github.com/c-sky/csky-linux.gitStephen Rothwell4-3/+8
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/snaw...Stephen Rothwell4-12/+4
2021-09-27Merge branch 'renesas-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Stephen Rothwell4-3/+151
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/abel...Stephen Rothwell13-345/+1267
2021-09-27Merge branch 'clk-next' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/...Stephen Rothwell57-597/+5002
2021-09-27Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.gitStephen Rothwell20-98/+2861
2021-09-27Merge branch 'ti-k3-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nm...Stephen Rothwell10-19/+37
2021-09-27Merge branch 'ti-k3-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kr...Stephen Rothwell0-0/+0
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tegr...Stephen Rothwell2-3/+552
2021-09-27Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Rothwell63-206/+304
2021-09-27Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/linux/kernel/git/at...Stephen Rothwell15-1/+547
2021-09-27Merge branch 'for-linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Rothwell16-357/+155
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk...Stephen Rothwell6-14/+28
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mmin...Stephen Rothwell43-655/+3228
2021-09-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/re...Stephen Rothwell25-1467/+2371
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nsae...Stephen Rothwell19-152/+366
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom...Stephen Rothwell80-603/+6524
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tmli...Stephen Rothwell0-0/+0
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gcle...Stephen Rothwell0-0/+0
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/matt...Stephen Rothwell0-0/+0
2021-09-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh...Stephen Rothwell0-0/+0
2021-09-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Stephen Rothwell27-54/+68