summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-29Linux 4.19.100v4.19.100Greg Kroah-Hartman1-1/+1
2020-01-29mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand10-51/+27
2020-01-29mm/memory_hotplug: fix try_offline_node()David Hildenbrand3-16/+65
2020-01-29mm/memunmap: don't access uninitialized memmap in memunmap_pages()Aneesh Kumar K.V1-3/+7
2020-01-29drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand2-24/+16
2020-01-29mm/hotplug: kill is_dev_zone() usage in __remove_pages()Dan Williams1-5/+2
2020-01-29mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_sectionDavid Hildenbrand3-4/+4
2020-01-29mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand2-16/+7
2020-01-29mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand5-31/+30
2020-01-29mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand3-36/+63
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 Hildenbrand11-26/+0
2020-01-29s390x/mm: implement arch_remove_memory()David Hildenbrand1-6/+7
2020-01-29mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand8-40/+24
2020-01-29powerpc/mm: Fix section mismatch warningAneesh Kumar K.V1-4/+4
2020-01-29mm/memory_hotplug: make __remove_section() never failDavid Hildenbrand1-13/+9
2020-01-29mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand3-15/+7
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-29mm/memory_hotplug: release memory resource after arch_remove_memory()David Hildenbrand1-14/+21
2020-01-29mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador10-11/+18
2020-01-29drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONSWei Yang1-1/+1
2020-01-29mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang3-7/+7
2020-01-29mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()Wei Yang2-10/+2
2020-01-29mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand5-7/+15
2020-01-29net/x25: fix nonblocking connectMartin Schiller1-1/+5
2020-01-29netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso1-8/+21
2020-01-29netfilter: ipset: use bitmap infrastructure completelyKadlecsik József5-17/+10
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-29tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)1-0/+22
2020-01-29tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi1-18/+75
2020-01-29tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi1-5/+19
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