summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1081-25766/+82126
2022-03-24Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds29-585/+3021
2022-03-24Merge tag 'hyperv-next-signed-20220322' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-23/+27
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds27-51/+51
2022-03-24Merge tag 'arm-dt-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-21/+72
2022-03-24Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds83-951/+6101
2022-03-24Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds16-236/+277
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-447/+7
2022-03-24Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-17/+5
2022-03-24Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds8-188/+398
2022-03-24Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds824-8133/+32393
2022-03-24Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds50-221/+175
2022-03-24Merge tag 'mmc-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds26-120/+972
2022-03-24Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds56-531/+447
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-28/+78
2022-03-23drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via ethtoolSondhauß, Jan1-4/+2
2022-03-23ice: don't allow to run ice_send_event_to_aux() in atomic ctxAlexander Lobakin1-0/+3
2022-03-23ice: fix 'scheduling while atomic' on aux critical err interruptAlexander Lobakin2-10/+17
2022-03-23net: marvell: prestera: add missing destroy_workqueue() in prestera_module_in...Yang Yingliang1-1/+3
2022-03-23drivers: net: xgene: Fix regression in CRC strippingStephane Graber1-5/+7
2022-03-23net: geneve: add missing netlink policy and size for IFLA_GENEVE_INNER_PROTO_...Eyal Birger1-0/+3
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-10/+2
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds11-3/+12
2022-03-23net/mlx5e: Fix build warning, detected write beyond size of fieldSaeed Mahameed1-2/+1
2022-03-23iwlwifi: mvm: Don't fail if PPAG isn't supportedMiri Korenblit1-1/+2
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-67/+157
2022-03-23drivers/base/memory: clarify adding and removing of memory blocksDavid Hildenbrand1-18/+20
2022-03-23drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand2-13/+101
2022-03-23drivers/base/node: rename link_mem_sections() to register_memory_block_under_...David Hildenbrand1-2/+3
2022-03-23drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2-13/+18
2022-03-23drivers/base/memory: add memory block to memory group after registration succ...David Hildenbrand1-3/+5
2022-03-23mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handlerluofei1-0/+2
2022-03-23mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand1-6/+3
2022-03-23cma: factor out minimum alignment requirementDavid Hildenbrand1-6/+3
2022-03-23memcg: enable accounting for tty-related objectsVasily Averin1-1/+1
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-23remove bdi_congested() and wb_congested() and related functionsNeilBrown2-5/+1
2022-03-23Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+17
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-61/+131
2022-03-22Revert "random: block in /dev/urandom"Linus Torvalds2-18/+56
2022-03-22bnx2x: truncate value to original sizingBill Wendling1-2/+4
2022-03-22net: wwan: qcom_bam_dmux: fix wrong pointer passed to IS_ERR()Yang Yingliang1-1/+1
2022-03-22net: mdio: mscc-miim: add lan966x internal phy reset supportMichael Walle1-18/+49
2022-03-22net: mdio: mscc-miim: replace magic numbers for the bus resetMichael Walle1-5/+5
2022-03-22Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-6/+5
2022-03-22Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2022-03-22Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds224-1640/+2784
2022-03-22Merge tag 'regulator-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-66/+1025
2022-03-22Merge tag 'regmap-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds3-3/+16
2022-03-22Merge tag 'hwmon-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds37-909/+3473