summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2020-12-18Bluetooth: btusb: Always fallback to alt 1 for WBSTrent Piepho-14/+6
2020-12-18Bluetooth: btqcomsmd: Fix a resource leak in error handling paths in the prob...Christophe JAILLET-8/+19
2020-12-15Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6135/+4151
2020-12-15Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3790/+22693
2020-12-15Merge tag 'driver-core-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-711/+760
2020-12-15Merge tag 'tty-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-14938/+429
2020-12-15Merge tag 'usb-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-4631/+3873
2020-12-15Merge tag 'sound-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-2/+135
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-24881/+45357
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-35/+89
2020-12-15zram: break the strict dependency from lzoRui Salvaterra-2/+44
2020-12-15zram: add stat to gather incompressible pages since zram set upMinchan Kim-2/+5
2020-12-15zram: support page writebackMinchan Kim-4/+17
2020-12-15mm, page_poison: remove CONFIG_PAGE_POISONING_NO_SANITYVlastimil Babka-3/+1
2020-12-15mm, page_poison: use static key more efficientlyVlastimil Babka-1/+1
2020-12-15lkdtm: disable KASAN for rodata.oMarco Elver-0/+1
2020-12-15vm_ops: rename .split() callback to .may_split()Dmitry Safonov-2/+2
2020-12-15xen/unpopulated-alloc: consolidate pgmap manipulationDan Williams-7/+7
2020-12-15mm: memcontrol: account pagetables per nodeShakeel Butt-1/+1
2020-12-15mm/gup: prevent gup_fast from racing with COW during forkJason Gunthorpe-0/+1
2020-12-15device-dax/kmem: use struct_size()Dan Williams-1/+1
2020-12-15dma-buf: use krealloc_array()Bartosz Golaszewski-2/+1
2020-12-15hwtracing: intel: use krealloc_array()Bartosz Golaszewski-1/+1
2020-12-15drm: atomic: use krealloc_array()Bartosz Golaszewski-1/+2
2020-12-15edac: ghes: use krealloc_array()Bartosz Golaszewski-2/+2
2020-12-15pinctrl: use krealloc_array()Bartosz Golaszewski-1/+1
2020-12-15vhost: vringh: use krealloc_array()Bartosz Golaszewski-1/+2
2020-12-15ide: remove BUG_ON(in_interrupt() || irqs_disabled()) from ide_unregister()Sebastian Andrzej Siewior-3/+0
2020-12-15ide/falcon: remove in_interrupt() usageSebastian Andrzej Siewior-2/+0
2020-12-14net: hns3: fix expression that is currently always trueColin Ian King-1/+1
2020-12-14nfc: pn533: convert comma to semicolonZheng Yongjun-1/+1
2020-12-14net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process con...Vladimir Oltean-3/+84
2020-12-14nfc: s3fwrn5: Release the nfc firmwareBongsu Jeon-1/+3
2020-12-14net: vxget: clean up sparse warningsJakub Kicinski-9/+9
2020-12-14Merge tag 'linux-can-next-for-5.11-20201214' of git://git.kernel.org/pub/scm/...Jakub Kicinski-167/+160
2020-12-14mlxsw: spectrum_router: Use eXtended mezzanine to offload IPv4 routerJiri Pirko-1/+11
2020-12-14mlxsw: spectrum: Set KVH XLT cache mode for Spectrum2/3Jiri Pirko-1/+24
2020-12-14mlxsw: spectrum_router_xm: Introduce basic XM cache flushingJiri Pirko-0/+291
2020-12-14mlxsw: reg: Add Router LPM Cache Enable RegisterJiri Pirko-0/+35
2020-12-14mlxsw: reg: Add Router LPM Cache ML Delete RegisterJiri Pirko-0/+111
2020-12-14mlxsw: spectrum_router_xm: Implement L-value tracking for M-indexJiri Pirko-0/+205
2020-12-14mlxsw: reg: Add XM Router M Table RegisterJiri Pirko-2/+31
2020-12-14mlxsw: spectrum_router: Introduce per-ASIC XM initializationJiri Pirko-0/+88
2020-12-14mlxsw: reg: Add XM Lookup Table Query RegisterJiri Pirko-3/+63
2020-12-14mlxsw: reg: Add Router XLT M select RegisterJiri Pirko-0/+32
2020-12-14mlxsw: Ignore ports that are connected to eXtended mezanineJiri Pirko-1/+18
2020-12-14mlxsw: pci: Obtain info about ports used by eXtended mezanineJiri Pirko-2/+49
2020-12-14mlxsw: spectrum_router: Introduce XM implementation of router low-level opsJiri Pirko-0/+250
2020-12-14mlxsw: reg: Add Router XLT Enable RegisterJiri Pirko-0/+44
2020-12-14mlxsw: reg: Add XM Direct RegisterJiri Pirko-3/+271