summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.19.100v4.19.100Greg Kroah-Hartman2020-01-291-1/+1
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-2910-51/+27
* mm/memory_hotplug: fix try_offline_node()David Hildenbrand2020-01-293-16/+65
* mm/memunmap: don't access uninitialized memmap in memunmap_pages()Aneesh Kumar K.V2020-01-291-3/+7
* drivers/base/node.c: simplify unregister_memory_block_under_nodes()David Hildenbrand2020-01-292-24/+16
* mm/hotplug: kill is_dev_zone() usage in __remove_pages()Dan Williams2020-01-291-5/+2
* mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_sectionDavid Hildenbrand2020-01-293-4/+4
* mm/memory_hotplug: make unregister_memory_block_under_nodes() never failDavid Hildenbrand2020-01-292-16/+7
* mm/memory_hotplug: remove memory block devices before arch_remove_memory()David Hildenbrand2020-01-295-31/+30
* mm/memory_hotplug: create memory block devices after arch_add_memory()David Hildenbrand2020-01-293-36/+63
* drivers/base/memory: pass a block_id to init_memory_block()David Hildenbrand2020-01-291-16/+11
* mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEDavid Hildenbrand2020-01-2911-26/+0
* s390x/mm: implement arch_remove_memory()David Hildenbrand2020-01-291-6/+7
* mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never failDavid Hildenbrand2020-01-298-40/+24
* powerpc/mm: Fix section mismatch warningAneesh Kumar K.V2020-01-291-4/+4
* mm/memory_hotplug: make __remove_section() never failDavid Hildenbrand2020-01-291-13/+9
* mm/memory_hotplug: make unregister_memory_section() never failDavid Hildenbrand2020-01-293-15/+7
* mm, memory_hotplug: update a comment in unregister_memory()Dan Carpenter2020-01-291-1/+1
* drivers/base/memory.c: clean up relics in function parametersBaoquan He2020-01-291-6/+6
* mm/memory_hotplug: release memory resource after arch_remove_memory()David Hildenbrand2020-01-291-14/+21
* mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2020-01-2910-11/+18
* drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONSWei Yang2020-01-291-1/+1
* mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang2020-01-293-7/+7
* mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()Wei Yang2020-01-292-10/+2
* mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand2020-01-295-7/+15
* net/x25: fix nonblocking connectMartin Schiller2020-01-291-1/+5
* netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso2020-01-291-8/+21
* netfilter: ipset: use bitmap infrastructure completelyKadlecsik József2020-01-295-17/+10
* scsi: iscsi: Avoid potential deadlock in iscsi_if_rx funcBo Wu2020-01-291-0/+7
* media: v4l2-ioctl.c: zero reserved fields for S/TRY_FMTHans Verkuil2020-01-291-12/+12
* libertas: Fix two buffer overflows at parsing bss descriptorWen Huang2020-01-291-3/+13
* coresight: tmc-etf: Do not call smp_processor_id from preemptibleSuzuki K Poulose2020-01-291-3/+1
* coresight: etb10: Do not call smp_processor_id from preemptibleSuzuki K Poulose2020-01-291-3/+1
* crypto: geode-aes - switch to skcipher for cbc(aes) fallbackArd Biesheuvel2020-01-292-24/+35
* sd: Fix REQ_OP_ZONE_REPORT completion handlingMasato Suzuki2020-01-291-2/+6
* tracing: Fix histogram code when expression has same var as valueSteven Rostedt (VMware)2020-01-291-0/+22
* tracing: Remove open-coding of hist trigger var_ref managementTom Zanussi2020-01-291-18/+75
* tracing: Use hist trigger's var_ref array to destroy var_refsTom Zanussi2020-01-291-5/+19
* net/sonic: Prevent tx watchdog timeoutFinn Thain2020-01-291-4/+13
* net/sonic: Fix CAM initializationFinn Thain2020-01-291-9/+12
* net/sonic: Fix command register usageFinn Thain2020-01-291-15/+3
* net/sonic: Quiesce SONIC before re-initializing descriptor memoryFinn Thain2020-01-292-0/+28
* net/sonic: Fix receive buffer replenishmentFinn Thain2020-01-292-63/+105
* net/sonic: Improve receive descriptor status flag checkFinn Thain2020-01-291-10/+5
* net/sonic: Avoid needless receive descriptor EOL flag updatesFinn Thain2020-01-291-6/+15
* net/sonic: Fix receive buffer handlingFinn Thain2020-01-292-7/+33
* net/sonic: Fix interface error stats collectionFinn Thain2020-01-292-14/+8
* net/sonic: Use MMIO accessorsFinn Thain2020-01-291-8/+8
* net/sonic: Clear interrupt flags immediatelyFinn Thain2020-01-291-22/+6
* net/sonic: Add mutual exclusion for accessing shared stateFinn Thain2020-01-292-14/+36