index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-08
switch new_sync_{read,write}() to ITER_UBUF
Al Viro
1
-4
/
+2
2022-08-08
new iov_iter flavour - ITER_UBUF
Al Viro
12
-31
/
+108
2022-08-04
s390/dasd: Establish DMA alignment
Eric Farman
2
-0
/
+2
2022-08-04
s390/dasd: drop unexpected word 'for' in comments
Jiang Jian
1
-1
/
+1
2022-08-04
drm/amd/amdgpu: fix build failure due to implicit declaration
Sudip Mukherjee
1
-0
/
+1
2022-08-04
usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable()
Nathan Chancellor
1
-4
/
+8
2022-08-04
drm/amd/display: restore code for plane with no modifiers
Dave Airlie
1
-0
/
+3
2022-08-03
video:backlight: remove reference to AVR32 architecture in ltv350qv
Hans-Christian Noren Egtvedt
1
-2
/
+1
2022-08-03
video: remove support for non-existing atmel,at32ap-lcdc in atmel_lcdfb
Hans-Christian Noren Egtvedt
1
-1
/
+0
2022-08-03
usb:udc: remove reference to AVR32 architecture in Atmel USBA Kconfig
Hans-Christian Noren Egtvedt
1
-2
/
+2
2022-08-03
sound:spi: remove reference to AVR32 in Atmel AT73C213 DAC driver
Hans-Christian Noren Egtvedt
1
-1
/
+1
2022-08-03
net: remove cdns,at32ap7000-macb device tree entry
Hans-Christian Noren Egtvedt
2
-3
/
+1
2022-08-03
misc: update maintainer email address and description for atmel-ssc
Hans-Christian Noren Egtvedt
1
-2
/
+2
2022-08-03
mfd: remove reference to AVR32 architecture in atmel-smc.c
Hans-Christian Noren Egtvedt
1
-2
/
+2
2022-08-03
dma:dw: remove reference to AVR32 architecture in core.c
Hans-Christian Noren Egtvedt
1
-3
/
+0
2022-08-02
doc: sfp-phylink: Fix a broken reference
Christophe JAILLET
1
-3
/
+3
2022-08-02
ublk_drv: add support for UBLK_IO_NEED_GET_DATA
ZiyangZhang
1
-12
/
+94
2022-08-02
ublk_cmd.h: add one new ublk command: UBLK_IO_NEED_GET_DATA
ZiyangZhang
1
-0
/
+18
2022-08-02
ublk_drv: cleanup ublksrv_ctrl_dev_info
Ming Lei
2
-18
/
+15
2022-08-02
ublk_drv: add SET_PARAMS/GET_PARAMS control command
Ming Lei
2
-18
/
+234
2022-08-02
ublk_drv: fix ublk device leak in case that add_disk fails
Ming Lei
1
-0
/
+5
2022-08-02
ublk_drv: cancel device even though disk isn't up
Ming Lei
1
-6
/
+12
2022-08-02
block: fix leaking page ref on truncated direct io
Keith Busch
1
-15
/
+15
2022-08-02
block: ensure bio_iov_add_page can't fail
Keith Busch
1
-10
/
+9
2022-08-02
block: ensure iov_iter advances for added pages
Keith Busch
1
-4
/
+4
2022-08-02
drivers:md:fix a potential use-after-free bug
Wentao_Liang
1
-1
/
+1
2022-08-02
md/raid5: Ensure batch_last is released before sleeping for quiesce
Logan Gunthorpe
2
-9
/
+29
2022-08-02
md/raid5: Move stripe_request_ctx up
Logan Gunthorpe
1
-27
/
+27
2022-08-02
md/raid5: Drop unnecessary call to r5c_check_stripe_cache_usage()
Logan Gunthorpe
1
-1
/
+0
2022-08-02
md/raid5: Make is_inactive_blocked() helper
Logan Gunthorpe
1
-5
/
+19
2022-08-02
md/raid5: Refactor raid5_get_active_stripe()
Logan Gunthorpe
1
-31
/
+36
2022-08-02
block: pass struct queue_limits to the bio splitting helpers
Christoph Hellwig
5
-72
/
+68
2022-08-02
block: move bio_allowed_max_sectors to blk-merge.c
Christoph Hellwig
2
-10
/
+10
2022-08-02
block: move the call to get_max_io_size out of blk_bio_segment_split
Christoph Hellwig
1
-4
/
+5
2022-08-02
block: move ->bio_split to the gendisk
Christoph Hellwig
6
-16
/
+15
2022-08-02
block: change the blk_queue_bounce calling convention
Christoph Hellwig
3
-18
/
+20
2022-08-02
block: change the blk_queue_split calling convention
Christoph Hellwig
11
-65
/
+63
2022-08-02
nvme: update MAINTAINERS for the new auth code
Christoph Hellwig
1
-1
/
+2
2022-08-02
nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardown
Sagi Grimberg
1
-1
/
+2
2022-08-02
nvme: enable generic interface (/dev/ngXnY) for unknown command sets
Joel Granados
1
-7
/
+34
2022-08-02
nvme: factor out a nvme_ns_is_readonly helper
Christoph Hellwig
1
-5
/
+10
2022-08-02
nvme: refactor namespace probing
Christoph Hellwig
1
-105
/
+125
2022-08-02
nvme: generalize the nvme_multi_css check in nvme_scan_ns
Christoph Hellwig
1
-6
/
+6
2022-08-02
nvme: rename nvme_validate_or_alloc_ns to nvme_scan_ns
Christoph Hellwig
1
-3
/
+3
2022-08-02
nvme: catch -ENODEV from nvme_revalidate_zones again
Christoph Hellwig
1
-6
/
+7
2022-08-02
nvmet-auth: select the intended CRYPTO_DH_RFC7919_GROUPS
Lukas Bulwahn
1
-1
/
+1
2022-08-02
nvmet-auth: fix return value check in auth receive
Chaitanya Kulkarni
1
-2
/
+1
2022-08-02
nvmet-auth: fix return value check in auth send
Chaitanya Kulkarni
1
-2
/
+2
2022-08-02
nvmet-auth: fix a couple of spelling mistakes
Colin Ian King
2
-2
/
+2
2022-08-02
nvmet: fix a format specifier in nvmet_auth_ctrl_exponential
Christoph Hellwig
1
-1
/
+1
[next]