summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-05xfs: factor debug code out of xlog_state_do_callback()Dave Chinner
2019-09-05xfs: prevent CIL push holdoff in log recoveryDave Chinner
2019-09-05xfs: fix missed wakeup on l_flush_waitRik van Riel
2019-09-05xfs: push the AIL in xlog_grant_head_wakeDave Chinner
2019-09-05xfs: Use WARN_ON_ONCE for bailout mount-operationAustin Kim
2019-09-05sd: Set ELEVATOR_F_ZBD_SEQ_WRITE for ZBC disksDamien Le Moal
2019-09-05block: Set ELEVATOR_F_ZBD_SEQ_WRITE for nullblk zoned disksDamien Le Moal
2019-09-05block: Delay default elevator initializationDamien Le Moal
2019-09-05block: Improve default elevator selectionDamien Le Moal
2019-09-05block: Introduce elevator featuresDamien Le Moal
2019-09-05block: Change elevator_init_mq() to always succeedDamien Le Moal
2019-09-05block: Cleanup elevator_init_mq() useDamien Le Moal
2019-09-05Input: sidewinder - make array seq static const, makes object smallerColin Ian King
2019-09-05Input: reset device timestamp on syncDmitry Torokhov
2019-09-05libnvdimm: Use PAGE_SIZE instead of SZ_4K for align checkAneesh Kumar K.V
2019-09-05libnvdimm/label: Remove the dpa align checkAneesh Kumar K.V
2019-09-05libnvdimm/pfn_dev: Add page size and struct page size to pfn superblockAneesh Kumar K.V
2019-09-05libnvdimm/pfn_dev: Add a build check to make sure we notice when struct page ...Aneesh Kumar K.V
2019-09-05libnvdimm/pmem: Advance namespace seed for specific probe errorsAneesh Kumar K.V
2019-09-05libnvdimm/region: Rewrite _probe_success() to _advance_seeds()Dan Williams
2019-09-05PCI: Add ACS quirk for iProc PAXBAbhinav Ratna
2019-09-06parisc: Save some bytes in dino driverHelge Deller
2019-09-05PCI: Force trailing new line to resource_alignment_param in sysfsLogan Gunthorpe
2019-09-05PCI: Move pci_[get|set]_resource_alignment_param() into their callersLogan Gunthorpe
2019-09-05net/mlx5e: Add port buffer's congestion countersAya Levin
2019-09-05net/mlx5: Expose HW capability bits for port buffer per priority congestion c...Aya Levin
2019-09-05net/mlx5: DR, Remove redundant dev_name print from err logSaeed Mahameed
2019-09-05net/mlx5: DR, Fix error return code in dr_domain_init_resources()Wei Yongjun
2019-09-05net/mlx5: DR, Remove useless set memory to zero use memset()Wei Yongjun
2019-09-05net/mlx5e: Remove unnecessary clear_bit()sMaxim Mikityanskiy
2019-09-05net/mlx5e: kTLS, Remove unused function parameterTariq Toukan
2019-09-05net/mlx5: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang
2019-09-05net/mlx5: fix missing assignment of variable errColin Ian King
2019-09-05net/mlx5: fix spelling mistake "offlaods" -> "offloads"Colin Ian King
2019-09-05net/mlx5e: Remove leftover declarationRoi Dayan
2019-09-05net/mlx5e: Use ipv6_stub to avoid dependency with ipv6 being a moduleSaeed Mahameed
2019-09-05net/mlx5: Kconfig: Fix MLX5_CORE dependency with PCI_HYPERV_INTERFACEMao Wenan
2019-09-05net/mlx5e: Fix static checker warning of potential pointer math issueEran Ben Elisha
2019-09-05keys: Fix missing null pointer check in request_key_auth_describe()Hillf Danton
2019-09-05PCI: pciehp: Refer to "Indicators" instead of "LEDs" in commentsBjorn Helgaas
2019-09-05PCI: pciehp: Remove pciehp_green_led_{on,off,blink}()Denis Efremov
2019-09-05PCI: pciehp: Remove pciehp_set_attention_status()Denis Efremov
2019-09-05PCI: pciehp: Combine adjacent indicator updatesDenis Efremov
2019-09-05PCI: pciehp: Add pciehp_set_indicators() to set both indicatorsDenis Efremov
2019-09-05i2c: uniphier(-f): remove all dev_dbg()Masahiro Yamada
2019-09-05i2c: uniphier(-f): use devm_platform_ioremap_resource()Masahiro Yamada
2019-09-05led: triggers: Fix dereferencing of null pointerOleh Kravchenko
2019-09-05i2c: slave-eeprom: Add comment about address handlingBjörn Ardö
2019-09-05bus: ti-sysc: Fix handling of invalid clocksTony Lindgren
2019-09-05genirq: Prevent NULL pointer dereference in resend_irqs()Yunfeng Ye