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
2024-07-09
vdpa/mlx5: Allow creation of blank VQs
Dragos Tatulea
1
-30
/
+55
2024-07-09
vdpa/mlx5: Set mkey modified flags on all VQs
Dragos Tatulea
1
-1
/
+1
2024-07-09
vdpa/mlx5: Start off rqt_size with max VQPs
Dragos Tatulea
1
-5
/
+5
2024-07-09
vdpa/mlx5: Set an initial size on the VQ
Dragos Tatulea
1
-3
/
+3
2024-07-09
vdpa/mlx5: Add support for modifying the VQ features field
Dragos Tatulea
2
-1
/
+12
2024-07-09
vdpa/mlx5: Add support for modifying the virtio_version VQ field
Dragos Tatulea
2
-0
/
+17
2024-07-09
vdpa/mlx5: Rename init_mvqs
Dragos Tatulea
1
-5
/
+5
2024-07-09
vdpa/mlx5: Clear and reinitialize software VQ data on reset
Dragos Tatulea
1
-13
/
+3
2024-07-09
vdpa/mlx5: Initialize and reset device with one queue pair
Dragos Tatulea
1
-11
/
+12
2024-07-09
vdpa/mlx5: Remove duplicate suspend code
Dragos Tatulea
1
-6
/
+1
2024-07-09
vdpa/mlx5: Iterate over active VQs during suspend/resume
Dragos Tatulea
1
-2
/
+2
2024-07-09
vdpa/mlx5: Drop redundant check in teardown_virtqueues()
Dragos Tatulea
1
-8
/
+2
2024-07-09
vdpa/mlx5: Drop redundant code
Dragos Tatulea
1
-6
/
+0
2024-07-09
vdpa/mlx5: Make setup/teardown_vq_resources() symmetrical
Dragos Tatulea
1
-5
/
+5
2024-07-09
vdpa/mlx5: Clarify meaning thorough function rename
Dragos Tatulea
1
-14
/
+14
2024-07-09
virtio-fs: improved request latencies when Virtio queue is full
Peter-Jan Gootzen
1
-15
/
+19
2024-07-09
virtio-fs: let -ENOMEM bubble up or burst gently
Peter-Jan Gootzen
1
-3
/
+3
2024-07-09
vDPA: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-07-09
virtio: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-07-09
vringh: add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-07-09
MAINTAINERS: Change lingshan's email to kernel.org
Zhu Lingshan
1
-1
/
+1
2024-07-09
vhost: move smp_rmb() into vhost_get_avail_idx()
Michael S. Tsirkin
1
-63
/
+42
2024-07-09
virtio_balloon: separate vm events into a function
zhenwei pi
1
-14
/
+29
2024-07-09
virtio: vdpa: vDPA driver for Marvell OCTEON DPU devices
Srujana Challa
7
-0
/
+1489
2024-07-09
Merge tag 'icc-6.11-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...
Greg Kroah-Hartman
27
-1
/
+2821
2024-07-09
platform/x86: hp-wmi: Fix platform profile option switch bug on Omen and Vict...
Alexis Belmonte
2
-17
/
+174
2024-07-09
net: ks8851: Fix deadlock with the SPI chip variant
Ronald Wahl
2
-6
/
+6
2024-07-09
udp: Remove duplicate included header file trace/events/udp.h
Thorsten Blum
1
-1
/
+0
2024-07-09
net: tn40xx: add per queue netdev-genl stats support
FUJITA Tomonori
2
-2
/
+53
2024-07-09
perf/x86/intel: Add a distinct name for Granite Rapids
Kan Liang
1
-5
/
+9
2024-07-09
perf/x86/intel/ds: Fix non 0 retire latency on Raptorlake
Kan Liang
1
-2
/
+6
2024-07-09
perf/x86/intel: Hide Topdown metrics events if the feature is not enumerated
Kan Liang
1
-1
/
+33
2024-07-09
perf/x86/intel/uncore: Fix the bits of the CHA extended umask for SPR
Kan Liang
1
-2
/
+4
2024-07-09
perf: Split __perf_pending_irq() out of perf_pending_irq()
Sebastian Andrzej Siewior
2
-7
/
+23
2024-07-09
perf: Don't disable preemption in perf_pending_task().
Sebastian Andrzej Siewior
1
-6
/
+5
2024-07-09
perf: Move swevent_htable::recursion into task_struct.
Sebastian Andrzej Siewior
4
-17
/
+11
2024-07-09
perf: Shrink the size of the recursion counter.
Sebastian Andrzej Siewior
3
-4
/
+4
2024-07-09
perf: Enqueue SIGTRAP always via task_work.
Sebastian Andrzej Siewior
2
-23
/
+11
2024-07-09
task_work: Add TWA_NMI_CURRENT as an additional notify mode.
Sebastian Andrzej Siewior
2
-3
/
+22
2024-07-09
perf: Move irq_work_queue() where the event is prepared.
Sebastian Andrzej Siewior
1
-5
/
+5
2024-07-09
perf: Fix event leak upon exec and file release
Frederic Weisbecker
2
-4
/
+35
2024-07-09
perf: Fix event leak upon exit
Frederic Weisbecker
1
-8
/
+5
2024-07-09
task_work: Introduce task_work_cancel() again
Frederic Weisbecker
2
-0
/
+25
2024-07-09
task_work: s/task_work_cancel()/task_work_cancel_func()/
Frederic Weisbecker
4
-8
/
+8
2024-07-09
locking/rwsem: Add __always_inline annotation to __down_write_common() and in...
John Stultz
1
-3
/
+3
2024-07-09
dt-bindings: gpio: convert Atmel GPIO to json-schema
Manikandan Muralidharan
2
-31
/
+81
2024-07-09
mdomain: Merge branch fixes into next
Ulf Hansson
1
-0
/
+7
2024-07-09
pmdomain: amlogic: Constify struct meson_secure_pwrc_domain_desc
Christophe JAILLET
1
-7
/
+7
2024-07-09
erofs: tidy up stream decompressors
Gao Xiang
5
-304
/
+209
2024-07-09
erofs: refine z_erofs_{init,exit}_subsystem()
Gao Xiang
8
-78
/
+69
[prev]
[next]