summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/ezx-pcap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-14dm writecache: remove unused gfp_t argument from wc_add_block()Mikulas Patocka1-3/+3
2021-06-04dm crypt: Fix zoned block device supportDamien Le Moal1-5/+19
2021-06-04dm: introduce zone append emulationDamien Le Moal6-54/+618
2021-06-04dm: rearrange core declarations for extended use from dm-zone.cDamien Le Moal2-52/+59
2021-06-04block: introduce BIO_ZONE_WRITE_LOCKED bio flagDamien Le Moal1-0/+1
2021-06-04block: introduce bio zone helpersDamien Le Moal1-0/+12
2021-06-04block: improve handling of all zones reset operationDamien Le Moal1-27/+92
2021-06-04dm: Forbid requeue of writes to zonesDamien Le Moal3-6/+41
2021-06-04dm: Introduce dm_report_zones()Damien Le Moal5-15/+31
2021-06-04dm: move zone related code to dm-zone.cDamien Le Moal5-89/+119
2021-06-04dm: cleanup device_area_is_invalid()Damien Le Moal1-1/+1
2021-06-04dm: Fix dm_accept_partial_bio() relative to zone management commandsDamien Le Moal1-2/+6
2021-06-04dm zoned: check zone capacityDamien Le Moal1-0/+7
2021-06-04dm table: Constify static struct blk_ksm_ll_opsRikard Falkeborn1-1/+1
2021-06-04dm writecache: interrupt writeback if suspendedMikulas Patocka1-2/+3
2021-06-04dm writecache: don't split bios when overwriting contiguous cache contentMikulas Patocka1-8/+30
2021-06-04dm kcopyd: avoid spin_lock_irqsave from process contextMikulas Patocka1-9/+6
2021-06-04dm kcopyd: avoid useless atomic operationsMikulas Patocka3-12/+12
2021-06-04dm space map disk: cache a small number of index entriesJoe Thornber2-6/+96
2021-06-04dm space maps: improve performance with inc/dec on ranges of blocksJoe Thornber15-245/+774
2021-06-04dm space maps: don't reset space map allocation cursor when committingJoe Thornber2-2/+16
2021-06-04dm btree: improve btree residencyJoe Thornber3-31/+439
2021-05-25dm snapshot: properly fix a crash when an origin has no snapshotsMikulas Patocka1-1/+1
2021-05-25dm snapshot: revert "fix a crash when an origin has no snapshots"Mikulas Patocka1-2/+3
2021-05-25dm verity: fix require_signatures module_param permissionsJohn Keeping1-1/+1
2021-05-23Linux 5.13-rc3v5.13-rc3Linus Torvalds1-1/+1
2021-05-23userfaultfd: hugetlbfs: fix new flag usage in error pathMike Kravetz2-15/+15
2021-05-23lib: kunit: suppress a compilation warning of frame sizeZhen Lei1-0/+1
2021-05-23proc: remove Alexey from MAINTAINERSAlexey Dobriyan1-1/+0
2021-05-23linux/bits.h: fix compilation error with GENMASKRikard Falkeborn5-10/+20
2021-05-23watchdog: reliable handling of timestampsPetr Mladek1-14/+20
2021-05-23kasan: slab: always reset the tag in get_freepointer_safe()Alexander Potapenko1-0/+1
2021-05-23tools/testing/selftests/exec: fix link errorYang Yingliang1-3/+3
2021-05-23ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiryVarad Gautam3-6/+12
2021-05-23Revert "mm/gup: check page posion status for coredump."Michal Hocko2-24/+0
2021-05-23mm/shuffle: fix section mismatch warningArnd Bergmann1-2/+2
2021-05-21xen-pciback: reconfigure also from backend watch handlerJan Beulich1-5/+17
2021-05-21xen-pciback: redo VF placement in the virtual topologyJan Beulich1-6/+8
2021-05-21x86/Xen: swap NX determination and GDT setup on BSPJan Beulich1-4/+4
2021-05-20Fix KASAN identified use-after-free issue.Rohith Surabattula2-9/+23
2021-05-20xfs: restore old ioctl definitionsDarrick J. Wong1-0/+4
2021-05-20xfs: fix deadlock retry tracepoint argumentsDarrick J. Wong1-1/+3
2021-05-20xfs: retry allocations when locality-based search failsDarrick J. Wong1-1/+14
2021-05-20powerpc/64s/syscall: Fix ptrace syscall info with scv syscallsNicholas Piggin2-35/+52
2021-05-20powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference b...Nicholas Piggin2-9/+28
2021-05-20block: fix a race between del_gendisk and BLKRRPARTGulam Mohamed1-0/+3
2021-05-20block: prevent block device lookups at the beginning of del_gendiskChristoph Hellwig3-22/+6
2021-05-20btrfs: zoned: fix parallel compressed writesJohannes Thumshirn1-4/+38
2021-05-20btrfs: zoned: pass start block to btrfs_use_zone_appendJohannes Thumshirn4-7/+6
2021-05-20io_uring: fortify tctx/io_wq cleanupPavel Begunkov1-4/+4