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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-30
drm/msm/dp: fix bridge lifetime
Johan Hovold
3
-6
/
+7
2022-09-30
drm/msm/dp: fix aux-bus EP lifetime
Johan Hovold
1
-1
/
+12
2022-09-30
drm/msm/dp: fix IRQ lifetime
Johan Hovold
1
-1
/
+1
2022-09-30
drm/msm/hdmi: fix memory corruption with too many bridges
Johan Hovold
1
-0
/
+5
2022-09-30
drm/msm/dsi: fix memory corruption with too many bridges
Johan Hovold
1
-0
/
+6
2022-09-30
drm/msm/dp: fix memory corruption with too many bridges
Johan Hovold
1
-0
/
+6
2022-09-30
drm/msm: fix use-after-free on probe deferral
Johan Hovold
1
-0
/
+1
2022-09-30
drm/msm: Fix return type of mdp4_lvds_connector_mode_valid
Nathan Huckleberry
1
-2
/
+3
2022-09-30
drm/msm/dp: add atomic_check to bridge ops
Kuogee Hsieh
1
-0
/
+34
2022-09-30
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
5
-17
/
+28
2022-09-30
Merge tag 'block-6.0-2022-09-29' of git://git.kernel.dk/linux
Linus Torvalds
2
-3
/
+7
2022-09-30
drm/msm/gpu: Fix crash during system suspend after unbind
Akhil P Oommen
3
-1
/
+15
2022-09-30
drm/msm/a6xx: Replace kcalloc() with kvzalloc()
Akhil P Oommen
1
-9
/
+3
2022-09-30
drm/msm/gem: Unpin objects slightly later
Rob Clark
2
-3
/
+4
2022-09-30
Merge tag 'gpio-fixes-for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
1
-9
/
+6
2022-09-30
drm/amdkfd: Fix UBSAN shift-out-of-bounds warning
Felix Kuehling
1
-24
/
+21
2022-09-30
drm/amdkfd: Track unified memory when switching xnack mode
Philip Yang
3
-7
/
+80
2022-09-30
drm/amdgpu: Enable sram on vcn_4_0_2
Sonny Jiang
1
-1
/
+1
2022-09-30
drm/amdgpu: Enable VCN DPG for GC11_0_1
Sonny Jiang
1
-0
/
+1
2022-09-30
Merge tag 'drm-fixes-2022-09-30-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
28
-106
/
+340
2022-09-30
net/mlx5e: Clean up and fix error flows in mlx5e_alloc_rq
Maxim Mikityanskiy
1
-5
/
+7
2022-09-30
net/mlx5e: Move repeating clear_bit in mlx5e_rx_reporter_err_rq_cqe_recover
Maxim Mikityanskiy
1
-5
/
+2
2022-09-30
net/mlx5e: Split out channel (de)activation in rx_res
Maxim Mikityanskiy
1
-53
/
+53
2022-09-30
net/mlx5e: xsk: Remove mlx5e_xsk_page_alloc_pool
Maxim Mikityanskiy
2
-13
/
+5
2022-09-30
net/mlx5e: Convert struct mlx5e_alloc_unit to a union
Maxim Mikityanskiy
4
-32
/
+30
2022-09-30
net/mlx5e: Remove DMA address from mlx5e_alloc_unit
Maxim Mikityanskiy
3
-25
/
+40
2022-09-30
net/mlx5e: Rename mlx5e_dma_info to prepare for removal of DMA address
Maxim Mikityanskiy
5
-111
/
+123
2022-09-30
net/mlx5e: Optimize the page cache reducing its size 2x
Maxim Mikityanskiy
3
-8
/
+6
2022-09-30
net/mlx5e: Fix calculations for ICOSQ size
Maxim Mikityanskiy
1
-1
/
+13
2022-09-30
net/mlx5e: xsk: Use KSM for unaligned XSK
Maxim Mikityanskiy
8
-100
/
+185
2022-09-30
net/mlx5: Add MLX5_FLEXIBLE_INLEN to safely calculate cmd inlen
Maxim Mikityanskiy
1
-0
/
+30
2022-09-30
net/mlx5e: Keep a separate MKey for striding RQ
Maxim Mikityanskiy
2
-10
/
+13
2022-09-30
net/mlx5e: xsk: Use XSK frame size as striding RQ page size
Maxim Mikityanskiy
1
-6
/
+31
2022-09-30
net/mlx5e: Use runtime page_shift for striding RQ
Maxim Mikityanskiy
7
-94
/
+240
2022-09-30
nvme: wire up fixed buffer support for nvme passthrough
Kanchan Joshi
1
-2
/
+16
2022-09-30
nvme: pass ubuffer as an integer
Kanchan Joshi
1
-11
/
+12
2022-09-30
nvme: refactor nvme_alloc_request
Kanchan Joshi
1
-37
/
+53
2022-09-30
nvme: refactor nvme_add_user_metadata
Kanchan Joshi
1
-10
/
+13
2022-09-30
nvme: Use blk_rq_map_user_io helper
Anuj Gupta
1
-16
/
+2
2022-09-30
scsi: Use blk_rq_map_user_io helper
Anuj Gupta
2
-39
/
+5
2022-09-30
nvme: enable batched completions of passthrough IO
Jens Axboe
1
-2
/
+1
2022-09-30
nvme: split out metadata vs non metadata end_io uring_cmd completions
Jens Axboe
1
-18
/
+61
2022-09-30
block: change request end_io handler to pass back a return value
Jens Axboe
10
-20
/
+43
2022-09-30
Merge branch 'for-6.1/io_uring' into for-6.1/passthrough
Jens Axboe
4
-5
/
+78
2022-09-30
Merge branch 'for-6.1/block' into for-6.1/passthrough
Jens Axboe
76
-1114
/
+2456
2022-09-30
usb: gadget: uvc: don't put item still in use
Michael Grzeschik
1
-1
/
+0
2022-09-30
serial: cpm_uart: Don't request IRQ too early for console port
Christophe Leroy
1
-12
/
+10
2022-09-30
tty: serial: do unlock on a common path in altera_jtaguart_console_putc()
Jiri Slaby
1
-2
/
+3
2022-09-30
tty: serial: unify TX space reads under altera_jtaguart_tx_space()
Jiri Slaby
1
-11
/
+16
2022-09-30
tty: serial: use FIELD_GET() in lqasc_tx_ready()
Jiri Slaby
1
-2
/
+2
[prev]
[next]