index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
blake2b_generic.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-18
KVM: selftests: Test vCPU boot IDs above 2^32 and MAX_VCPU_ID
Mathias Krause
1
-0
/
+16
2024-06-18
KVM: selftests: Test max vCPU IDs corner cases
Mathias Krause
1
-2
/
+20
2024-06-18
KVM: x86: Prevent excluding the BSP on setting max_vcpu_ids
Sean Christopherson
1
-1
/
+3
2024-06-18
KVM: x86: Limit check IDs for KVM_SET_BOOT_CPU_ID
Mathias Krause
1
-0
/
+3
2024-06-18
KVM: Reject overly excessive IDs in KVM_CREATE_VCPU
Mathias Krause
1
-1
/
+10
2024-06-14
KVM: Fix a goof where kvm_create_vm() returns 0 instead of -ENOMEM
Dan Carpenter
1
-2
/
+3
2024-06-11
KVM: x86: Drop now-superflous setting of l1tf_flush_l1d in vcpu_run()
Sean Christopherson
2
-4
/
+4
2024-06-11
KVM: x86: Unconditionally set l1tf_flush_l1d during vCPU load
Sean Christopherson
1
-6
/
+5
2024-06-11
KVM: Delete the now unused kvm_arch_sched_in()
Sean Christopherson
10
-17
/
+3
2024-06-11
KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load()
Sean Christopherson
7
-27
/
+16
2024-06-11
KVM: VMX: Move PLE grow/shrink helpers above vmx_vcpu_load()
Sean Christopherson
1
-32
/
+32
2024-06-11
KVM: Add a flag to track if a loaded vCPU is scheduled out
Sean Christopherson
2
-0
/
+5
2024-06-11
KVM: s390: Don't re-setup dummy routing when KVM_CREATE_IRQCHIP
Yi Wang
1
-7
/
+2
2024-06-11
KVM: x86: Don't re-setup empty IRQ routing when KVM_CAP_SPLIT_IRQCHIP
Yi Wang
3
-11
/
+0
2024-06-11
KVM: Setup empty IRQ routing when creating a VM
Yi Wang
3
-0
/
+37
2024-06-03
KVM: fix documentation rendering for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
Julian Stecklina
1
-4
/
+4
2024-06-03
Revert "KVM: async_pf: avoid recursive flushing of work items"
Sean Christopherson
1
-12
/
+1
2024-06-03
KVM: Update halt polling documentation to note that KVM has 4 module params
Parshuram Sangle
1
-5
/
+5
2024-06-03
KVM: Enable halt polling shrink parameter by default
Parshuram Sangle
2
-3
/
+3
2024-06-03
KVM: Unexport kvm_debugfs_dir
Borislav Petkov
2
-4
/
+1
2024-06-03
Linux 6.10-rc2
v6.10-rc2
Linus Torvalds
1
-1
/
+1
2024-06-01
Revert "VT: Use macros to define ioctls"
Greg Kroah-Hartman
1
-49
/
+47
2024-05-31
kunit/fortify: Remove __kmalloc_node() test
Kees Cook
1
-3
/
+0
2024-05-31
x86/topology/intel: Unlock CPUID before evaluating anything
Thomas Gleixner
3
-10
/
+20
2024-05-31
mailbox: zynqmp-ipi: drop irq_to_desc() call
Arnd Bergmann
1
-1
/
+0
2024-05-31
mailmap: update entry for Kees Cook
Kees Cook
1
-4
/
+5
2024-05-31
scsi: mpt3sas: Avoid possible run-time warning with long manufacturer strings
Kees Cook
2
-10
/
+6
2024-05-31
cifs: fix creating sockets when using sfu mount options
Steve French
3
-1
/
+8
2024-05-31
selftests/landlock: Add layout1.refer_mount_root
Mickaël Salaün
1
-0
/
+45
2024-05-31
landlock: Fix d_parent walk
Mickaël Salaün
1
-2
/
+11
2024-05-31
ata: libata-core: Add ATA_HORKAGE_NOLPM for Apacer AS340
Niklas Cassel
1
-0
/
+3
2024-05-31
ata: libata-core: Add ATA_HORKAGE_NOLPM for AMD Radeon S3 SSD
Niklas Cassel
1
-0
/
+3
2024-05-31
ata: libata-core: Add ATA_HORKAGE_NOLPM for Crucial CT240BX500SSD1
Niklas Cassel
1
-1
/
+2
2024-05-31
sched/x86: Export 'percpu arch_freq_scale'
Phil Auld
1
-0
/
+1
2024-05-31
perf/x86/intel: Add missing MODULE_DESCRIPTION() lines
Jeff Johnson
2
-0
/
+2
2024-05-31
perf/x86/rapl: Add missing MODULE_DESCRIPTION() line
Jeff Johnson
1
-0
/
+1
2024-05-31
ALSA: seq: ump: Fix swapped song position pointer data
Takashi Iwai
1
-3
/
+3
2024-05-31
blk-throttle: Fix incorrect display of io.max
Waiman Long
2
-18
/
+14
2024-05-30
block: Fix zone write plugging handling of devices with a runt zone
Damien Le Moal
2
-8
/
+28
2024-05-30
block: Fix validation of zoned device with a runt zone
Damien Le Moal
1
-5
/
+11
2024-05-30
null_blk: Do not allow runt zone with zone capacity smaller then zone size
Damien Le Moal
1
-0
/
+11
2024-05-30
io_uring/net: assign kmsg inq/flags before buffer selection
Jens Axboe
1
-3
/
+3
2024-05-30
drm/msm: remove python 3.9 dependency for compiling msm
Abhinav Kumar
1
-2
/
+3
2024-05-30
riscv: Fix fully ordered LR/SC xchg[8|16]() implementations
Alexandre Ghiti
1
-10
/
+12
2024-05-30
Documentation: RISC-V: uabi: Only scalar misaligned loads are supported
Palmer Dabbelt
1
-1
/
+3
2024-05-30
riscv: enable HAVE_ARCH_HUGE_VMAP for XIP kernel
Nam Cao
1
-1
/
+1
2024-05-30
riscv: prevent pt_regs corruption for secondary idle threads
Sergey Matyukevich
2
-3
/
+2
2024-05-30
hwmon: (shtc1) Fix property misspelling
Guenter Roeck
1
-1
/
+1
2024-05-30
hwmon: (intel-m10-bmc-hwmon) Fix multiplier for N6000 board power sensor
Peter Colberg
1
-1
/
+1
2024-05-30
x86/cpu: Provide default cache line size if not enumerated
Dave Hansen
1
-0
/
+4
[next]