aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-01-07platform/x86: x86-android-tablets: Fix the buttons on CZC P10T tabletlr/czc-p10tLubomir Rintel1-0/+56
2022-01-07Add linux-next specific files for 20220106Stephen Rothwell4-0/+15052
2022-01-07Merge branch 'akpm/master'Stephen Rothwell165-2480/+1531
2022-01-07mm: hide the FRONTSWAP Kconfig symbolChristoph Hellwig1-15/+3
2022-01-07frontswap: remove support for multiple opsChristoph Hellwig3-42/+19
2022-01-07mm: mark swap_lock and swap_active_head staticChristoph Hellwig2-4/+2
2022-01-07frontswap: simplify frontswap_register_opsChristoph Hellwig1-41/+0
2022-01-07frontswap: remove frontswap_testChristoph Hellwig2-12/+1
2022-01-07mm-simplify-try_to_unuse-fixAndrew Morton1-1/+1
2022-01-07mm: simplify try_to_unuseChristoph Hellwig5-97/+30
2022-01-07frontswap: remove the frontswap exportsChristoph Hellwig1-6/+0
2022-01-07frontswap: simplify frontswap_initChristoph Hellwig3-11/+4
2022-01-07frontswap: remove frontswap_curr_pagesChristoph Hellwig2-29/+0
2022-01-07frontswap: remove frontswap_shrinkChristoph Hellwig3-97/+0
2022-01-07frontswap: remove frontswap_tmem_exclusive_getsChristoph Hellwig2-24/+1
2022-01-07frontswap: remove frontswap_writethroughChristoph Hellwig3-29/+1
2022-01-07mm: remove cleancacheChristoph Hellwig37-867/+4
2022-01-07lib/stackdepot: always do filter_irq_stacks() in stack_depot_save()Marco Elver2-1/+13
2022-01-07lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() ...Vlastimil Babka1-0/+2
2022-01-07lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() ...Vlastimil Babka1-0/+9
2022-01-07lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() ...Vlastimil Babka2-3/+6
2022-01-07lib/stackdepot: fix spelling mistake and grammar in pr_err messageColin Ian King1-1/+1
2022-01-07lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka9-16/+60
2022-01-07proc-remove-pde_data-completely-fix-fixAndrew Morton1-1/+1
2022-01-07proc-remove-pde_data-completely-fixAndrew Morton1-18/+18
2022-01-07proc: remove PDE_DATA() completelyMuchun Song50-163/+161
2022-01-07fs: proc: store PDE()->data into inode->i_privateMuchun Song4-12/+13
2022-01-07sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_mi...Baokun Li1-3/+4
2022-01-07kernel/sysctl.c: remove unused variable ten_thousandColin Ian King1-3/+0
2022-01-07kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni3-22/+26
2022-01-07fs/coredump: move coredump sysctls into its own fileXiaoming Ni4-66/+67
2022-01-07printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni3-5/+4
2022-01-07kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain5-6/+6
2022-01-07fs: move namespace sysctls and declare fs base directoryLuis Chamberlain5-23/+30
2022-01-07sysctl-add-and-use-base-directory-declarer-and-registration-helper-fixLuis Chamberlain1-0/+1
2022-01-07sysctl: add and use base directory declarer and registration helperLuis Chamberlain3-31/+42
2022-01-07fs: move pipe sysctls to is own fileLuis Chamberlain4-62/+73
2022-01-07fs: move fs/exec.c sysctls into its own fileLuis Chamberlain2-66/+90
2022-01-07fs: move namei sysctls to its own fileLuis Chamberlain3-41/+54
2022-01-07fs: move locking sysctls where they are usedLuis Chamberlain3-26/+32
2022-01-07fs: move shared sysctls to fs/sysctls.cLuis Chamberlain3-18/+39
2022-01-07sysctl-move-maxolduid-as-a-sysctl-specific-const-fixAndrew Morton1-1/+1
2022-01-07sysctl: move maxolduid as a sysctl specific constLuis Chamberlain3-9/+8
2022-01-07fs/dcache: avoid unused-function warningArnd Bergmann1-5/+4
2022-01-07fs/inode: avoid unused-variable warningArnd Bergmann1-5/+5
2022-01-07fs: move dcache sysctls to its own fileLuis Chamberlain4-22/+29
2022-01-07fs: move fs stat sysctls to file_table.cLuis Chamberlain3-36/+39
2022-01-07fs: move inode sysctls to its own fileLuis Chamberlain3-20/+28
2022-01-07sysctl: share unsigned long const valuesLuis Chamberlain3-6/+12
2022-01-07stackleak: move stack_erasing sysctl to stackleak.cXiaoming Ni3-21/+24
2022-01-07scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni3-17/+34
2022-01-07printk: move printk sysctl to printk/sysctl.cXiaoming Ni5-69/+96
2022-01-07fs: move binfmt_misc sysctl to its own fileLuis Chamberlain2-8/+5
2022-01-07sysctl-add-helper-to-register-a-sysctl-mount-point-fixAndrew Morton1-0/+1
2022-01-07sysctl: add helper to register a sysctl mount pointLuis Chamberlain2-0/+20
2022-01-07random: move the random sysctl declarations to its own fileXiaoming Ni3-8/+12
2022-01-07firmware_loader-move-firmware-sysctl-to-its-own-files-fix-3Stephen Rothwell1-2/+2
2022-01-07firmware_loader-move-firmware-sysctl-to-its-own-files-fix-fixAndrew Morton1-3/+3
2022-01-07firmware_loader-move-firmware-sysctl-to-its-own-files-fixAndrew Morton1-0/+4
2022-01-07firmware_loader: move firmware sysctl to its own filesXiaoming Ni5-11/+36
2022-01-07eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni4-11/+9
2022-01-07cdrom: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-22/+1
2022-01-07inotify-simplify-subdirectory-registration-with-register_sysctl-fixLuis Chamberlain2-3/+9
2022-01-07inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni3-25/+10
2022-01-07test_sysctl: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-21/+1
2022-01-07ocfs2: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-24/+1
2022-01-07macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-23/+1
2022-01-07i915: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-21/+1
2022-01-07hpet: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-21/+1
2022-01-07dnotify: move dnotify sysctl to dnotify.cXiaoming Ni3-12/+20
2022-01-07aio: move aio sysctl to aio.cXiaoming Ni3-23/+29
2022-01-07sysctl: use SYSCTL_ZERO to replace some static int zero usesXiaoming Ni1-7/+7
2022-01-07sysctl: use const for typically used max/min proc sysctlsXiaoming Ni1-27/+26
2022-01-07sysctl: make ngroups_max constStephen Kitt1-2/+2
2022-01-07watchdog: move watchdog sysctl interface to watchdog.cXiaoming Ni2-96/+101
2022-01-07hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni3-77/+79
2022-01-07sysctl-move-some-boundary-constants-from-sysctlc-to-sysctl_vals-fixAndrew Morton3-4/+4
2022-01-07sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni3-28/+28
2022-01-07sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2-0/+36
2022-01-07mm/migrate.c: rework migration_entry_wait() to not take a pagerefAlistair Popple3-34/+97
2022-01-07fs/f2fs/data.c: fix messAndrew Morton1-7/+0
2022-01-07Merge branch 'akpm-current/current'Stephen Rothwell311-2983/+5816
2022-01-07Revert "ata: pata_cs5535: add compile test support"Stephen Rothwell1-1/+1
2022-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/r...Stephen Rothwell23-309/+341
2022-01-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vbab...Stephen Rothwell28-1062/+1265
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kris...Stephen Rothwell12-456/+291
2022-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.gitStephen Rothwell11-53/+144
2022-01-06Merge branch 'bitmap-master-5.15' of https://guthub.com/norov/linux.gitStephen Rothwell73-438/+635
2022-01-06Merge branch 'folio-iomap' of git://git.infradead.org/users/willy/linux.gitStephen Rothwell9-278/+373
2022-01-06Merge branch 'for-next' of git://git.infradead.org/users/willy/pagecache.gitStephen Rothwell25-1017/+1113
2022-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.gitStephen Rothwell21-501/+675
2022-01-06Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell155-49/+32368
2022-01-06Merge branch 'mhi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mani...Stephen Rothwell0-0/+0
2022-01-06Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/l...Stephen Rothwell12-203/+480
2022-01-06Merge branch 'hyperv-next' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Stephen Rothwell17-32/+309
2022-01-06Merge branch 'main' of git://git.infradead.org/users/willy/xarray.gitStephen Rothwell1-5/+9
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/srin...Stephen Rothwell0-0/+0
2022-01-06Merge branch 'for-5.17/struct-slab' into for-nextVlastimil Babka27-1062/+1264
2022-01-06mm/slob: Remove unnecessary page_mapcount_reset() function callHyeonggon Yoo2-3/+2
2022-01-06bootmem: Use page->index instead of page->freelistMatthew Wilcox (Oracle)4-7/+6
2022-01-06zsmalloc: Stop using slab fields in struct pageMatthew Wilcox (Oracle)1-9/+9
2022-01-06mm/slub: Define struct slab fields for CONFIG_SLUB_CPU_PARTIAL only when enabledVlastimil Babka2-2/+8
2022-01-06mm/slub: Simplify struct slab slabs field definitionVlastimil Babka1-4/+0
2022-01-06mm/sl*b: Differentiate struct slab fields by sl*b implementationsVlastimil Babka2-14/+43
2022-01-06mm/kfence: Convert kfence_guarded_alloc() to struct slabVlastimil Babka2-9/+9
2022-01-06mm/kasan: Convert to struct folio and struct slabMatthew Wilcox (Oracle)9-28/+42
2022-01-06mm/slob: Convert SLOB to use struct slab and struct folioMatthew Wilcox (Oracle)1-24/+27
2022-01-06mm/memcg: Convert slab objcgs from struct page to struct slabVlastimil Babka3-96/+80
2022-01-06mm: Convert struct page to struct slab in functions used by other subsystemsVlastimil Babka11-34/+34
2022-01-06mm/slab: Finish struct page to struct slab conversionVlastimil Babka1-10/+10
2022-01-06mm/slab: Convert most struct page to struct slab by spatchVlastimil Babka1-180/+180
2022-01-06mm/slab: Convert kmem_getpages() and kmem_freepages() to struct slabVlastimil Babka1-25/+28
2022-01-06mm/slub: Finish struct page to struct slab conversionVlastimil Babka2-54/+53
2022-01-06mm/slub: Convert most struct page to struct slab by spatchVlastimil Babka2-439/+439
2022-01-06mm/slub: Convert pfmemalloc_match() to take a struct slabMatthew Wilcox (Oracle)1-19/+6
2022-01-06mm/slub: Convert __free_slab() to use struct slabVlastimil Babka1-14/+13
2022-01-06mm/slub: Convert alloc_slab_page() to return a struct slabVlastimil Babka1-10/+16
2022-01-06mm/slub: Convert print_page_info() to print_slab_info()Matthew Wilcox (Oracle)1-6/+7
2022-01-06mm/slub: Convert __slab_lock() and __slab_unlock() to struct slabVlastimil Babka1-7/+11
2022-01-06mm/slub: Convert kfree() to use a struct slabMatthew Wilcox (Oracle)1-13/+16
2022-01-06mm/slub: Convert detached_freelist to use a struct slabMatthew Wilcox (Oracle)1-14/+17
2022-01-06mm: Convert check_heap_object() to use struct slabMatthew Wilcox (Oracle)5-26/+30
2022-01-06mm: Use struct slab in kmem_obj_info()Matthew Wilcox (Oracle)5-23/+24
2022-01-06mm: Convert __ksize() to struct slabMatthew Wilcox (Oracle)2-11/+9
2022-01-06mm: Convert virt_to_cache() to use struct slabMatthew Wilcox (Oracle)1-4/+4
2022-01-06mm: Convert [un]account_slab_page() to struct slabMatthew Wilcox (Oracle)3-13/+12
2022-01-06mm: Split slab into its own typeMatthew Wilcox (Oracle)3-9/+176
2022-01-06mm/slub: Make object_err() staticVlastimil Babka2-18/+15
2022-01-06mm/slab: Dissolve slab_map_pages() in its callerVlastimil Babka1-13/+2
2022-01-06Merge branch 'gnss-next' of git://git.kernel.org/pub/scm/linux/kernel/git/joh...Stephen Rothwell7-4/+232
2022-01-06Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell3-0/+8
2022-01-06Merge branch 'for-next/seccomp' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Rothwell1-6/+50
2022-01-06Merge branch 'ntb-next' of https://github.com/jonmason/ntb.gitStephen Rothwell5-17/+17
2022-01-06Merge branch 'at24/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2-50/+47
2022-01-06Merge branch 'libnvdimm-for-next' of git://git.kernel.org/pub/scm/linux/kerne...Stephen Rothwell63-1188/+568
2022-01-06Merge branch 'rtc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/abel...Stephen Rothwell25-190/+1389
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/live...Stephen Rothwell6-23/+51
2022-01-06efi: use default_groups in kobj_typeGreg Kroah-Hartman3-3/+7
2022-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/li...Stephen Rothwell31-57/+49
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...Stephen Rothwell78-265/+306
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/thie...Stephen Rothwell5-82/+213
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Stephen Rothwell144-1259/+7138
2022-01-06Merge branch 'gpio/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell75-634/+3415
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Stephen Rothwell26-63/+473
2022-01-06Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Stephen Rothwell71-247/+530
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/...Stephen Rothwell42-921/+2825
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...Stephen Rothwell67-720/+986
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Stephen Rothwell5-22/+14
2022-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dm...Stephen Rothwell39-650/+1460
2022-01-06Merge branch 'for-next' of https://gitlab.com/peda-linux/mux.gitStephen Rothwell3-22/+240
2022-01-06Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Rothwell124-7272/+1544
2022-01-06Merge branch 'next' of git://github.com/awilliam/linux-vfio.gitStephen Rothwell2-7/+10
2022-01-06Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Rothwell524-4544/+26666
2022-01-06Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Stephen Rothwell82-2948/+3233
2022-01-06Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Rothwell0-0/+0
2022-01-06Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Stephen Rothwell99-946/+4126
2022-01-06Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Rothwell51-728/+1193
2022-01-06Merge branch 'for-next' of git://github.com/cminyard/linux-ipmi.gitStephen Rothwell3-2/+3
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pave...Stephen Rothwell14-225/+1130
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Stephen Rothwell1-0/+1
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx8...Stephen Rothwell43-662/+4040
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/w...Stephen Rothwell1-55/+24
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Stephen Rothwell0-0/+0
2022-01-06Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/xe...Stephen Rothwell1-3/+3
2022-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/k...Stephen Rothwell60-385/+2532
2022-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm.gitStephen Rothwell108-1621/+2223
2022-01-06Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Stephen Rothwell130-1267/+3970
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Stephen Rothwell29-163/+409
2022-01-06Merge branch 'irq/irqchip-next' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Rothwell9-19/+112
2022-01-06Merge branch 'edac-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell10-15/+98
2022-01-06Merge branch 'timers/drivers/next' of git://git.linaro.org/people/daniel.lezc...Stephen Rothwell13-32/+411
2022-01-06Merge branch 'auto-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Stephen Rothwell424-5390/+5974
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Stephen Rothwell38-678/+811
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/robh...Stephen Rothwell126-2292/+3634
2022-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/...Stephen Rothwell4-7/+23
2022-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iom...Stephen Rothwell20-570/+493
2022-01-06Merge branch 'master' of git://www.linux-watchdog.org/linux-watchdog-next.gitStephen Rothwell25-492/+1495
2022-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/l...Stephen Rothwell15-159/+205
2022-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/...Stephen Rothwell17-137/+70
2022-01-06Merge branch 'keys-next' of git://git.kernel.org/pub/scm/linux/kernel/git/dho...Stephen Rothwell0-0/+0
2022-01-06Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Rothwell4-21/+32
2022-01-06Merge branch 'apparmor-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell6-21/+27
2022-01-06Merge branch 'next-testing' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Rothwell0-0/+0
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Stephen Rothwell21-101/+583
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Stephen Rothwell34-1388/+1847
2022-01-06Merge branch 'for-backlight-next' of git://git.kernel.org/pub/scm/linux/kerne...Stephen Rothwell2-102/+162
2022-01-06Merge branch 'for-mfd-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Rothwell24-1320/+382
2022-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc...Stephen Rothwell47-554/+930
2022-01-06Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Stephen Rothwell8-284/+11
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Stephen Rothwell58-1411/+1229
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/devi...Stephen Rothwell4-61/+137
2022-01-06Merge branch 'for-next' of git://git.kernel.dk/linux-block.gitStephen Rothwell131-6683/+2788
2022-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inp...Stephen Rothwell10-42/+339
2022-01-06Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Rothwell2-3/+1
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Stephen Rothwell9-74/+74
2022-01-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Stephen Rothwell405-5529/+16971
2022-01-06Merge branch 'imx-drm/next' of https://git.pengutronix.de/git/pza/linuxStephen Rothwell2-9/+4
2022-01-06Merge branch 'drm-next' of https://gitlab.freedesktop.org/agd5f/linuxStephen Rothwell17-12/+291
2022-01-06Merge branch 'drm-next' of git://git.freedesktop.org/git/drm/drm.gitStephen Rothwell1126-24861/+47209
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/herber...Stephen Rothwell140-2640/+5475