index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hid
/
hid-tmff.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-03
mm: validate the mm before dropping the mmap lock
Linus Torvalds
1
-2
/
+1
2023-07-03
execve: always mark stack as growing down during early stack setup
Linus Torvalds
1
-1
/
+3
2023-07-03
vhost: Make parameter name match of vhost_get_vq_desc()
Xianting Tian
1
-1
/
+1
2023-07-03
vduse: fix NULL pointer dereference
Maxime Coquelin
1
-1
/
+5
2023-07-03
vhost: Allow worker switching while work is queueing
Mike Christie
3
-46
/
+115
2023-07-03
vhost_scsi: add support for worker ioctls
Mike Christie
1
-0
/
+8
2023-07-03
vhost: allow userspace to create workers
Mike Christie
4
-1
/
+193
2023-07-03
vhost: replace single worker pointer with xarray
Mike Christie
2
-17
/
+50
2023-07-03
vhost: add helper to parse userspace vring state/file
Mike Christie
1
-7
/
+22
2023-07-03
vhost: remove vhost_work_queue
Mike Christie
2
-9
/
+2
2023-07-03
vhost_scsi: flush IO vqs then send TMF rsp
Mike Christie
1
-3
/
+18
2023-07-03
vhost_scsi: convert to vhost_vq_work_queue
Mike Christie
1
-9
/
+9
2023-07-03
vhost_scsi: make SCSI cmd completion per vq
Mike Christie
1
-30
/
+26
2023-07-03
vhost_sock: convert to vhost_vq_work_queue
Mike Christie
1
-2
/
+2
2023-07-03
vhost: convert poll work to be vq based
Mike Christie
3
-6
/
+12
2023-07-03
vhost: take worker or vq for flushing
Mike Christie
2
-2
/
+14
2023-07-03
vhost: take worker or vq instead of dev for queueing
Mike Christie
2
-16
/
+29
2023-07-03
vhost, vhost_net: add helper to check if vq has work
Mike Christie
3
-5
/
+5
2023-07-03
vhost: add vhost_worker pointer to vhost_virtqueue
Mike Christie
2
-7
/
+15
2023-07-03
vhost: dynamically allocate vhost_worker
Mike Christie
2
-25
/
+45
2023-07-03
vhost: create worker at end of vhost_dev_set_owner
Mike Christie
1
-6
/
+13
2023-07-03
virtio_bt: call scheduler when we free unused buffs
Xianting Tian
1
-0
/
+1
2023-07-03
virtio-console: call scheduler when we free unused buffs
Xianting Tian
1
-0
/
+1
2023-07-03
virtio-crypto: call scheduler when we free unused buffs
Xianting Tian
1
-0
/
+1
2023-07-03
vDPA/ifcvf: implement new accessors for vq_state
Zhu Lingshan
3
-33
/
+17
2023-07-03
vDPA/ifcvf: detect and report max allowed vq size
Zhu Lingshan
3
-2
/
+35
2023-07-03
vDPA/ifcvf: dynamic allocate vq data stores
Zhu Lingshan
3
-1
/
+6
2023-07-03
kdb: move kdb_send_sig() declaration to a better header file
Daniel Thompson
2
-1
/
+2
2023-07-02
fs: move cleanup from init_file() into its callers
Amir Goldstein
1
-4
/
+10
2023-07-01
pid: use struct_size_t() helper
Christian Brauner
2
-2
/
+2
2023-07-01
mm: Update do_vmi_align_munmap() return semantics
Liam R. Howlett
3
-69
/
+57
2023-07-01
mm: Always downgrade mmap_lock if requested
Matthew Wilcox (Oracle)
1
-13
/
+2
2023-07-01
xtensa: fix lock_mm_and_find_vma in case VMA not found
Max Filippov
1
-1
/
+6
2023-07-01
xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion
Linus Torvalds
2
-2
/
+14
2023-07-01
sysctl: set variable sysctl_mount_point storage-class-specifier to static
Tom Rix
1
-1
/
+1
2023-07-01
mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0
Nishanth Menon
1
-3
/
+9
2023-07-01
mailbox: tegra: add support for Tegra264
Stefan Kristiansson
1
-2
/
+14
2023-07-01
dt-bindings: mailbox: tegra: Document Tegra264 HSP
Peter De Schrijver
1
-0
/
+1
2023-07-01
dt-bindings: mailbox: convert bcm2835-mbox bindings to YAML
Stefan Wahren
2
-26
/
+40
2023-07-01
dt-bindings: mailbox: qcom: Add IPQ5018 APCS compatible
Manikanta Mylavarapu
1
-0
/
+1
2023-06-30
pid: Replace struct pid 1-element array with flex-array
Kees Cook
3
-4
/
+7
2023-06-30
kdb: Handle LF in the command parser
Douglas Anderson
1
-1
/
+15
2023-06-30
parisc: Refresh defconfigs
Helge Deller
2
-18
/
+83
2023-06-30
parisc: irq: Add irq-related function declarations
Helge Deller
2
-4
/
+4
2023-06-30
parisc: Move init function declarations into header file
Helge Deller
6
-29
/
+36
2023-06-30
parisc: dino: Make dino_init() returning void
Helge Deller
1
-2
/
+1
2023-06-30
parisc: lba_pci: Mark two variables __maybe_unused
Helge Deller
1
-2
/
+2
2023-06-30
parisc: unaligned: Include header file to avoid missing prototype warnings
Helge Deller
1
-0
/
+1
2023-06-30
parisc: signal: Mark do_notify_resume() and sys_rt_sigreturn() asmlinkage
Helge Deller
1
-5
/
+5
2023-06-30
parisc: unwind: Mark start and stop variables __maybe_unused
Helge Deller
1
-2
/
+3
[next]