summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-12-16net: allwinner: Fix some resources leak in the error handling path of the pro...Christophe JAILLET1-2/+5
2020-12-16net: mscc: ocelot: Fix a resource leak in the error handling path of the prob...Christophe JAILLET1-1/+7
2020-12-16net/connector: Add const qualifier to cb_idGeoff Levand2-6/+6
2020-12-16net: bcmgenet: Fix a resource leak in an error handling path in the probe fun...Christophe JAILLET1-1/+3
2020-12-16dpaa2-eth: fix the size of the mapped SGT bufferIoana Ciornei1-1/+1
2020-12-16net: dsa: qca: ar9331: fix sleeping function called from invalid context bugOleksij Rempel1-9/+24
2020-12-16i40e, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel1-1/+4
2020-12-16ice, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel1-1/+4
2020-12-16lan743x: fix rx_napi_poll/interrupt ping-pongSven Van Asbroeck1-20/+23
2020-12-16Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds221-6135/+4151
2020-12-16Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds255-3790/+22693
2020-12-16Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds20-711/+760
2020-12-16Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds53-14938/+429
2020-12-16Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds130-4631/+3873
2020-12-16Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-2/+135
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1075-24881/+45357
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds19-35/+89
2020-12-15zram: break the strict dependency from lzoRui Salvaterra3-2/+44
2020-12-15zram: add stat to gather incompressible pages since zram set upMinchan Kim2-2/+5
2020-12-15zram: support page writebackMinchan Kim1-4/+17
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYVlastimil Babka1-3/+1
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka1-1/+1
2020-12-15lkdtm: disable KASAN for rodata.oMarco Elver1-0/+1
2020-12-15vm_ops: rename .split() callback to .may_split()Dmitry Safonov1-2/+2
2020-12-15xen/unpopulated-alloc: consolidate pgmap manipulationDan Williams1-7/+7
2020-12-15mm: memcontrol: account pagetables per nodeShakeel Butt1-1/+1
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe1-0/+1
2020-12-15device-dax/kmem: use struct_size()Dan Williams1-1/+1
2020-12-15dma-buf: use krealloc_array()Bartosz Golaszewski1-2/+1
2020-12-15hwtracing: intel: use krealloc_array()Bartosz Golaszewski1-1/+1
2020-12-15drm: atomic: use krealloc_array()Bartosz Golaszewski1-1/+2
2020-12-15edac: ghes: use krealloc_array()Bartosz Golaszewski1-2/+2
2020-12-15pinctrl: use krealloc_array()Bartosz Golaszewski1-1/+1
2020-12-15vhost: vringh: use krealloc_array()Bartosz Golaszewski1-1/+2
2020-12-15ide: remove BUG_ON(in_interrupt() || irqs_disabled()) from ide_unregister()Sebastian Andrzej Siewior1-3/+0
2020-12-15ide/falcon: remove in_interrupt() usageSebastian Andrzej Siewior1-2/+0
2020-12-15net: hns3: fix expression that is currently always trueColin Ian King1-1/+1
2020-12-15nfc: pn533: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-15net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process con...Vladimir Oltean2-3/+84
2020-12-15nfc: s3fwrn5: Release the nfc firmwareBongsu Jeon1-1/+3
2020-12-15net: vxget: clean up sparse warningsJakub Kicinski1-9/+9
2020-12-15Merge tag 'linux-can-next-for-5.11-20201214' of git://git.kernel.org/pub/scm/...Jakub Kicinski5-167/+160
2020-12-15mlxsw: spectrum_router: Use eXtended mezzanine to offload IPv4 routerJiri Pirko3-1/+11
2020-12-15mlxsw: spectrum: Set KVH XLT cache mode for Spectrum2/3Jiri Pirko4-1/+24
2020-12-15mlxsw: spectrum_router_xm: Introduce basic XM cache flushingJiri Pirko1-0/+291
2020-12-15mlxsw: reg: Add Router LPM Cache Enable RegisterJiri Pirko1-0/+35
2020-12-15mlxsw: reg: Add Router LPM Cache ML Delete RegisterJiri Pirko1-0/+111
2020-12-15mlxsw: spectrum_router_xm: Implement L-value tracking for M-indexJiri Pirko3-0/+205
2020-12-15mlxsw: reg: Add XM Router M Table RegisterJiri Pirko1-2/+31
2020-12-15mlxsw: spectrum_router: Introduce per-ASIC XM initializationJiri Pirko3-0/+88