index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-19
scsi: nvme-fc: Add new routine nvme_fc_io_getuuid()
Muneendra Kumar
1
-0
/
+14
2022-05-19
scsi: libsas: Refactor sas_ata_hard_reset()
John Garry
1
-0
/
+7
2022-05-16
scsi: fcoe: Add a local_lock to fcoe_percpu
Davidlohr Bueso
1
-0
/
+2
2022-05-10
scsi: target: iscsi: Rename iscsi_session to iscsit_session
Max Gurtovoy
2
-6
/
+6
2022-05-10
scsi: target: iscsi: Rename iscsi_conn to iscsit_conn
Max Gurtovoy
2
-55
/
+55
2022-05-10
scsi: target: iscsi: Rename iscsi_cmd to iscsit_cmd
Max Gurtovoy
2
-63
/
+63
2022-05-02
scsi: mpi3mr: Add support for NVMe passthrough
Sumit Saxena
1
-0
/
+8
2022-05-02
scsi: mpi3mr: Move data structures/definitions from MPI headers to uapi header
Sumit Saxena
1
-0
/
+117
2022-05-02
scsi: mpi3mr: Add support for driver commands
Sumit Saxena
1
-0
/
+457
2022-05-02
scsi: core: Cache VPD pages b0, b1, b2
Martin K. Petersen
1
-0
/
+4
2022-05-02
scsi: core: Query VPD size before getting full page
Martin K. Petersen
1
-1
/
+4
2022-04-25
scsi: sd: sd_zbc: Hide gap zones
Damien Le Moal
1
-1
/
+8
2022-04-25
scsi: iscsi: Fix harmless double shift bug
Dan Carpenter
1
-3
/
+3
2022-04-11
scsi: iscsi: Fix NOP handling during conn recovery
Mike Christie
1
-1
/
+1
2022-04-11
scsi: iscsi: Merge suspend fields
Mike Christie
1
-4
/
+5
2022-04-11
scsi: iscsi: Fix conn cleanup and stop race during iscsid restart
Mike Christie
1
-0
/
+2
2022-04-11
scsi: iscsi: Release endpoint ID when its freed
Mike Christie
1
-1
/
+1
2022-04-03
Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
11
-68
/
+29
2022-04-03
Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+0
2022-04-03
Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2
-131
/
+1
2022-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-23
/
+48
2022-04-02
tracing: mark user_events as BROKEN
Steven Rostedt (Google)
1
-0
/
+0
2022-04-02
tracing: Move user_events.h temporarily out of include/uapi
Steven Rostedt (Google)
1
-0
/
+0
2022-04-02
ftrace: Make ftrace_graph_is_dead() a static branch
Christophe Leroy
1
-1
/
+15
2022-04-02
tracing/user_events: Remove eBPF interfaces
Beau Belgrave
1
-53
/
+0
2022-04-02
tracing: Rename the staging files for trace_events
Steven Rostedt (Google)
9
-14
/
+14
2022-04-02
KVM: Remove dirty handling from gfn_to_pfn_cache completely
David Woodhouse
2
-10
/
+5
2022-04-02
KVM: Use enum to track if cached PFN will be used in guest and/or host
Sean Christopherson
2
-10
/
+16
2022-04-02
KVM: Don't actually set a request when evicting vCPUs for GFN cache invd
Sean Christopherson
1
-7
/
+31
2022-04-01
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+1
2022-04-01
Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+3
2022-04-01
Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+5
2022-04-01
Merge tag 'for-5.18/io_uring-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+0
2022-04-01
Merge tag 'for-5.18/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+2
2022-04-01
Merge tag 'folio-5.18d' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
4
-33
/
+21
2022-04-01
Merge tag 'xarray-5.18' of git://git.infradead.org/users/willy/xarray
Linus Torvalds
1
-0
/
+1
2022-04-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+1
2022-04-01
mm, kasan: fix __GFP_BITS_SHIFT definition breaking LOCKDEP
Andrey Konovalov
1
-3
/
+1
2022-04-01
filemap: Remove AOP_FLAG_CONT_EXPAND
Matthew Wilcox (Oracle)
1
-1
/
+0
2022-04-01
fs: Pass an iocb to generic_perform_write()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-04-01
fs, net: Move read_descriptor_t to net.h
Matthew Wilcox (Oracle)
2
-19
/
+19
2022-04-01
fs: Remove read_actor_t
Matthew Wilcox (Oracle)
1
-3
/
+0
2022-04-01
fs: Remove ->readpages address space operation
Matthew Wilcox (Oracle)
2
-7
/
+1
2022-04-01
readahead: Remove read_cache_pages()
Matthew Wilcox (Oracle)
1
-2
/
+0
2022-04-01
Merge tag 'sound-fix-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2022-04-01
Merge tag 'gpio-fixes-for-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+8
2022-04-01
dm: fix dm_io and dm_target_io flags race condition on Alpha
Mikulas Patocka
1
-0
/
+2
2022-04-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-0
/
+29
2022-04-01
Merge tag 'rtc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
6
-4
/
+16
2022-03-31
Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-106
/
+266
[next]