index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
42
-348
/
+2767
2023-07-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
125
-1007
/
+8004
2023-07-03
Merge tag 'kgdb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...
Linus Torvalds
5
-2
/
+20
2023-07-03
Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
264
-2328
/
+11502
2023-07-03
Merge tag 'tty-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
52
-425
/
+2280
2023-07-03
Merge tag 'staging-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
58
-1428
/
+446
2023-07-03
Merge tag 'driver-core-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
16
-63
/
+192
2023-07-03
Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
438
-2559
/
+8583
2023-07-03
Merge tag 'backlight-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
15
-125
/
+218
2023-07-03
Merge tag 'leds-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
81
-396
/
+2209
2023-07-03
Merge tag 'mfd-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...
Linus Torvalds
146
-300
/
+2374
2023-07-03
Merge tag 'mailbox-v6.5' of git://git.linaro.org/landing-teams/working/fujits...
Linus Torvalds
6
-31
/
+65
2023-07-03
Merge tag 'rtc-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
46
-350
/
+726
2023-07-03
Merge tag 'i3c/for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...
Linus Torvalds
1
-9
/
+42
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
Merge tag 'iomap-6.5-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-2
/
+1
2023-07-02
Merge tag 'v6.5/vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-4
/
+10
2023-07-02
Merge tag 'i2c-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
103
-727
/
+585
2023-07-02
Merge tag 'parisc-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
37
-252
/
+485
2023-07-02
fs: move cleanup from init_file() into its callers
Amir Goldstein
1
-4
/
+10
2023-07-01
Merge tag 'csky-for-linus-6.5' of https://github.com/c-sky/csky-linux
Linus Torvalds
1
-0
/
+3
2023-07-01
Merge tag 'nfs-for-6.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
31
-430
/
+1561
2023-07-01
Merge tag 'x86-urgent-2023-07-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+3
[next]