summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-01-29mm/memory_hotplug: fix try_offline_node()David Hildenbrand1-0/+36
2020-01-29drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand2-24/+16
2020-01-29mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand1-13/+5
2020-01-29mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand2-24/+24
2020-01-29mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand1-28/+54
2020-01-29drivers/base/memory: pass a block_id to init_memory_block()David Hildenbrand1-16/+11
2020-01-29mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand1-2/+0
2020-01-29mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand1-11/+5
2020-01-29mm, memory_hotplug: update a comment in unregister_memory()Dan Carpenter1-1/+1
2020-01-29drivers/base/memory.c: clean up relics in function parametersBaoquan He1-6/+6
2020-01-29drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONSWei Yang1-1/+1
2020-01-29mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand1-1/+1
2020-01-29scsi: iscsi: Avoid potential deadlock in iscsi_if_rx funcBo Wu1-0/+7
2020-01-29media: v4l2-ioctl.c: zero reserved fields for S/TRY_FMTHans Verkuil1-12/+12
2020-01-29libertas: Fix two buffer overflows at parsing bss descriptorWen Huang1-3/+13
2020-01-29coresight: tmc-etf: Do not call smp_processor_id from preemptibleSuzuki K Poulose1-3/+1
2020-01-29coresight: etb10: Do not call smp_processor_id from preemptibleSuzuki K Poulose1-3/+1
2020-01-29crypto: geode-aes - switch to skcipher for cbc(aes) fallbackArd Biesheuvel2-24/+35
2020-01-29sd: Fix REQ_OP_ZONE_REPORT completion handlingMasato Suzuki1-2/+6
2020-01-29net/sonic: Prevent tx watchdog timeoutFinn Thain1-4/+13
2020-01-29net/sonic: Fix CAM initializationFinn Thain1-9/+12
2020-01-29net/sonic: Fix command register usageFinn Thain1-15/+3
2020-01-29net/sonic: Quiesce SONIC before re-initializing descriptor memoryFinn Thain2-0/+28
2020-01-29net/sonic: Fix receive buffer replenishmentFinn Thain2-63/+105
2020-01-29net/sonic: Improve receive descriptor status flag checkFinn Thain1-10/+5
2020-01-29net/sonic: Avoid needless receive descriptor EOL flag updatesFinn Thain1-6/+15
2020-01-29net/sonic: Fix receive buffer handlingFinn Thain2-7/+33
2020-01-29net/sonic: Fix interface error stats collectionFinn Thain2-14/+8
2020-01-29net/sonic: Use MMIO accessorsFinn Thain1-8/+8
2020-01-29net/sonic: Clear interrupt flags immediatelyFinn Thain1-22/+6
2020-01-29net/sonic: Add mutual exclusion for accessing shared stateFinn Thain2-14/+36
2020-01-29scsi: RDMA/isert: Fix a recently introduced regression related to logoutBart Van Assche2-15/+3
2020-01-29hwmon: (nct7802) Fix voltage limits to wrong registersGilles Buloz1-2/+2
2020-01-29Input: sun4i-ts - add a check for devm_thermal_zone_of_sensor_registerChuhong Yuan1-1/+5
2020-01-29Input: pegasus_notetaker - fix endpoint sanity checkJohan Hovold1-1/+1
2020-01-29Input: aiptek - fix endpoint sanity checkJohan Hovold1-3/+3
2020-01-29Input: gtco - fix endpoint sanity checkJohan Hovold1-7/+3
2020-01-29Input: sur40 - fix interface sanity checksJohan Hovold1-1/+1
2020-01-29Input: pm8xxx-vib - fix handling of separate enable registerStephan Gerhold1-1/+1
2020-01-29mmc: sdhci: fix minimum clock rate for v3 controllerMichał Mirosław1-4/+6
2020-01-29mmc: tegra: fix SDR50 tuning overrideMichał Mirosław1-1/+1
2020-01-29Revert "Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfers"Hans Verkuil1-0/+2
2020-01-29Input: keyspan-remote - fix control-message timeoutsJohan Hovold1-3/+6
2020-01-29PCI: Mark AMD Navi14 GPU rev 0xc5 ATS as brokenAlex Deucher1-6/+13
2020-01-29hwmon: (core) Do not use device managed functions for memory allocationsGuenter Roeck1-27/+41
2020-01-29hwmon: (adt7475) Make volt2reg return same reg as reg2volt inputLuuk Paulussen1-2/+3
2020-01-29tun: add mutex_unlock() call and napi.skb clearing in tun_get_user()Eric Dumazet1-0/+4
2020-01-29net: usb: lan78xx: Add .ndo_features_checkJames Hughes1-0/+15
2020-01-29net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEMMichael Ellerman1-0/+2
2020-01-29net: bcmgenet: Use netif_tx_napi_add() for TX NAPIFlorian Fainelli1-2/+2