summaryrefslogtreecommitdiffstats
path: root/block/bsg-lib.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-08-29mtd: spi-nor: remove superfluous pass of nor->info->sector_sizeTudor Ambarus1-2/+3
2019-08-29mtd: spi-nor: enable the debugfs for the partname and partidZhuohao Lee1-0/+12
2019-08-29mtd: mtdcore: add debugfs nodes for querying the flash name and idZhuohao Lee2-9/+80
2019-08-28mtd: spi-nor: hisi-sfc: Add of_node_put() before breakNishka Dasgupta1-0/+1
2019-08-28mtd: spi-nor: aspeed-smc: Add of_node_put()Nishka Dasgupta1-1/+3
2019-08-28mtd: spi-nor: Introduce spi_nor_get_flash_info()Tudor Ambarus1-32/+44
2019-08-28mtd: spi-nor: Introduce spi_nor_set_addr_width()Tudor Ambarus1-20/+30
2019-08-28mtd: spi-nor: Bring flash params init togetherTudor Ambarus1-18/+11
2019-08-28mtd: spi-nor: Add the SPI_NOR_XSR_RDY flagBoris Brezillon1-1/+9
2019-08-28mtd: spi-nor: Add s3an_post_sfdp_fixups()Tudor Ambarus1-7/+11
2019-08-28mtd: spi-nor: Add a ->setup() methodTudor Ambarus2-211/+226
2019-08-28mtd: spi-nor: Add a ->convert_addr() methodBoris Brezillon2-17/+24
2019-08-28mtd: spi-nor: Add spansion_post_sfdp_fixups()Boris Brezillon1-14/+23
2019-08-28mtd: spi-nor: Add post_sfdp() hook to tweak flash configBoris Brezillon1-1/+32
2019-08-28mtd: spi-nor: Rework the SPI NOR lock/unlock logicBoris Brezillon2-20/+53
2019-08-28mtd: spi-nor: Create a ->set_4byte() methodBoris Brezillon2-37/+41
2019-08-28mtd: spi-nor: Split spi_nor_init_params()Tudor Ambarus1-20/+63
2019-08-28mtd: spi-nor: Move manufacturer quad_enable() in ->default_init()Tudor Ambarus1-19/+29
2019-08-28mtd: spi-nor: Add a default_init() fixup hook for gd25q256Boris Brezillon1-12/+16
2019-08-28mtd: spi-nor: Add default_init() hook to tweak flash parametersTudor Ambarus1-0/+17
2019-08-28mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'Tudor Ambarus2-22/+26
2019-08-28mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'Tudor Ambarus2-19/+23
2019-08-28mtd: spi-nor: Use nor->paramsTudor Ambarus1-27/+19
2019-08-28mtd: spi-nor: Regroup flash parameter and settingsTudor Ambarus2-140/+164
2019-08-28mtd: spi-nor: Remove unused macroTudor Ambarus1-1/+0
2019-08-25Linux 5.3-rc6v5.3-rc6Linus Torvalds1-1/+1
2019-08-25mm/kasan: fix false positive invalid-free reports with CONFIG_KASAN_SW_TAGS=yAndrey Ryabinin1-2/+8
2019-08-25mm/zsmalloc.c: fix race condition in zs_destroy_poolHenry Burns1-2/+59
2019-08-25mm/zsmalloc.c: migration can leave pages in ZS_EMPTY indefinitelyHenry Burns1-4/+15
2019-08-25mm, page_owner: handle THP splits correctlyVlastimil Babka1-0/+4
2019-08-25userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov1-12/+13
2019-08-25psi: get poll_work to run when calling poll syscall next timeJason Xing1-0/+8
2019-08-25mm: memcontrol: flush percpu vmevents before releasing memcgRoman Gushchin1-1/+21
2019-08-25mm: memcontrol: flush percpu vmstats before releasing memcgRoman Gushchin1-0/+40
2019-08-25parisc: fix compilation errrorsQian Cai1-2/+1
2019-08-25mm, page_alloc: move_freepages should not examine struct page of reserved memoryDavid Rientjes1-15/+4
2019-08-25mm/z3fold.c: fix race between migration and destructionHenry Burns1-0/+89
2019-08-24drm/mediatek: include dma-mapping headerDave Airlie1-0/+1
2019-08-23KVM: arm/arm64: VGIC: Properly initialise private IRQ affinityAndre Przywara1-10/+20
2019-08-23RDMA/siw: Fix 64/32bit pointer inconsistencyBernard Metzler9-109/+108
2019-08-23x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson1-1/+1
2019-08-23dm table: fix invalid memory accesses with too high sector numberMikulas Patocka1-1/+4
2019-08-23gpio: Fix irqchip initialization orderLinus Walleij1-15/+15
2019-08-23xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong1-0/+1
2019-08-23drm/nouveau: Don't retry infinitely when receiving no data on i2c over AUXLyude Paul1-7/+17
2019-08-23drm/amdgpu/powerplay: silence a warning in smu_v11_0_setup_pptableAlex Deucher1-1/+1
2019-08-23timekeeping/vsyscall: Prevent math overflow in BOOTTIME updateThomas Gleixner3-9/+23
2019-08-23um: fix time travel modeJohannes Berg3-12/+20
2019-08-22io_uring: add need_resched() check in inner poll loopJens Axboe1-1/+7
2019-08-22dm space map metadata: fix missing store of apply_bops() return valueZhangXiaoxu1-1/+1