aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-05-09fbmem: fix horribly incorrect placement of __maybe_unusedGravatar Linus Torvalds 1-1/+1
2021-05-09Merge tag 'drm-next-2021-05-10' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 19-81/+332
2021-05-08drm/i915/display: fix compiler warning about array overrunGravatar Linus Torvalds 1-1/+12
2021-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 10-485/+434
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 3-4/+7
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 36-165/+172
2021-05-09linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Gravatar Masahiro Yamada 1-0/+3
2021-05-07Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Gravatar Jakub Kicinski 8-62/+15
2021-05-07atm: firestream: Use fallthrough pseudo-keywordGravatar Wei Ming Chen 1-0/+1
2021-05-07net: stmmac: Do not enable RX FIFO overflow interruptsGravatar Yannick Vignon 2-18/+3
2021-05-07Merge tag 'tag-chrome-platform-for-v5.13' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 4-17/+38
2021-05-07Merge tag 'i3c/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Gravatar Linus Torvalds 2-5/+1
2021-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 3-6/+12
2021-05-07Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 17-160/+178
2021-05-07i40e: Remove LLDP frame filtersGravatar Arkadiusz Kubalewski 3-44/+0
2021-05-07i40e: Fix PHY type identifiers for 2.5G and 5G adaptersGravatar Mateusz Palczewski 4-11/+10
2021-05-07i40e: fix the restart auto-negotiation after FEC modifiedGravatar Jaroslaw Gawin 1-1/+2
2021-05-07i40e: Fix use-after-free in i40e_client_subtask()Gravatar Yunjian Wang 1-0/+1
2021-05-07i40e: fix broken XDP supportGravatar Magnus Karlsson 1-6/+2
2021-05-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 38-411/+11
2021-05-07treewide: remove editor modelines and cruftGravatar Masahiro Yamada 26-170/+0
2021-05-07drivers/char: remove /dev/kmem for goodGravatar David Hildenbrand 2-241/+0
2021-05-07init/initramfs.c: do unpacking asynchronouslyGravatar Rasmus Villemoes 1-0/+2
2021-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 39-413/+4137
2021-05-07Merge tag 'amd-drm-fixes-5.13-2021-05-05' of https://gitlab.freedesktop.org/a...Gravatar Dave Airlie 14-45/+328
2021-05-07Merge tag 'drm-misc-next-fixes-2021-05-06' of git://anongit.freedesktop.org/d...Gravatar Dave Airlie 4-33/+1
2021-05-06include: remove pagemap.h from blkdev.hGravatar Matthew Wilcox (Oracle) 6-0/+6
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Gravatar Alexey Dobriyan 3-0/+3
2021-05-07Merge tag 'drm-intel-next-fixes-2021-04-30' of git://anongit.freedesktop.org/...Gravatar Dave Airlie 1-3/+3
2021-05-06mlxsw: spectrum_mr: Update egress RIF list before route's actionGravatar Ido Schimmel 1-15/+15
2021-05-06net: ipa: fix inter-EE IRQ register definitionsGravatar Alex Elder 2-11/+11
2021-05-06Input: xpad - add support for Amazon Game ControllerGravatar Matt Reynolds 1-0/+2
2021-05-06Input: ili210x - add missing negation for touch indication on ili210xGravatar Hansem Ro 1-1/+1
2021-05-06Merge tag 's390-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 2-3/+2
2021-05-06Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 5-32/+30
2021-05-06Merge tag 'acpi-5.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-5/+5
2021-05-06Merge tag 'devicetree-fixes-for-5.13-1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-3/+0
2021-05-06Merge branches 'acpi-pm' and 'acpi-docs'Gravatar Rafael J. Wysocki 4-4/+2
2021-05-06can: m_can: m_can_tx_work_queue(): fix tx_skb race conditionGravatar Marc Kleine-Budde 1-1/+2
2021-05-06can: mcp251x: fix resume from sleep before interface was brought upGravatar Frieder Schrempf 1-17/+18
2021-05-06can: mcp251xfd: mcp251xfd_probe(): add missing can_rx_offload_del() in error ...Gravatar Marc Kleine-Budde 1-1/+3
2021-05-06can: mcp251xfd: mcp251xfd_probe(): fix an error pointer dereference in probeGravatar Dan Carpenter 1-2/+2
2021-05-05drm/amdgpu: Use device specific BO size & stride check.Gravatar Bas Nieuwenhuizen 1-6/+175
2021-05-05drm/amdgpu: Init GFX10_ADDR_CONFIG for VCN v3 in DPG mode.Gravatar Bas Nieuwenhuizen 1-0/+4
2021-05-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-17/+89
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 20-145/+1250
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 73-1188/+2557
2021-05-05Merge tag 'pwm/for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 58-349/+466
2021-05-05Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 29-374/+709
2021-05-05net:CXGB4: fix leak if sk_buff is not usedGravatar Íñigo Huguet 1-7/+9