index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as a helper
Yosry Ahmed
1
-33
/
+44
6 days
KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helper
Yosry Ahmed
1
-4
/
+8
6 days
KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUN
Yosry Ahmed
1
-4
/
+1
6 days
KVM: SVM: Add missing save/restore handling of LBR MSRs
Yosry Ahmed
3
-5
/
+45
6 days
KVM: SVM: Switch svm_copy_lbrs() to a macro
Yosry Ahmed
3
-14
/
+13
6 days
KVM: nSVM: Delay setting soft IRQ RIP tracking fields until vCPU run
Sean Christopherson
2
-9
/
+37
6 days
KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12
Yosry Ahmed
2
-4
/
+5
6 days
KVM: nSVM: Use vcpu->arch.cr2 when updating vmcb12 on nested #VMEXIT
Yosry Ahmed
1
-1
/
+1
6 days
KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU run
Yosry Ahmed
2
-17
/
+33
6 days
KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first L2 VMRUN
Yosry Ahmed
1
-10
/
+18
6 days
KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest mode
Yosry Ahmed
1
-0
/
+3
6 days
KVM: SVM: Explicitly mark vmcb01 dirty after modifying VMCB intercepts
Sean Christopherson
1
-1
/
+3
6 days
KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0
Kevin Cheng
1
-0
/
+3
6 days
KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2
Yosry Ahmed
1
-0
/
+1
6 days
KVM: nSVM: Sync NextRIP to cached vmcb12 after VMRUN of L2
Yosry Ahmed
1
-0
/
+10
6 days
KVM: nSVM: Mark all of vmcb02 dirty when restoring nested state
Yosry Ahmed
1
-0
/
+6
6 days
KVM: x86: Defer non-architectural deliver of exception payload to userspace read
Sean Christopherson
1
-23
/
+39
6 days
LoongArch: KVM: Use CSR_CRMD_PLV in kvm_arch_vcpu_in_kernel()
Tao Cui
1
-1
/
+1
6 days
userfaultfd: allow registration of ranges below mmap_min_addr
Denis M. Karpov
1
-2
/
+0
6 days
mm/damon/core: use time_in_range_open() for damos quota window start
SeongJae Park
1
-1
/
+2
6 days
mm/damon/core: validate damos_quota_goal->nid for node_mem_{used,free}_bp
SeongJae Park
1
-0
/
+12
6 days
mm/damon/stat: fix memory leak on damon_start() failure in damon_stat_start()
Jackie Liu
1
-1
/
+4
6 days
mm/mempolicy: fix memory leaks in weighted_interleave_auto_store()
Jackie Liu
1
-11
/
+12
6 days
mm/vmalloc: take vmap_purge_lock in shrinker
Uladzislau Rezki (Sony)
1
-0
/
+1
6 days
rtc: ntxec: fix OF node reference imbalance
Johan Hovold
1
-1
/
+1
6 days
tpm: tpm_tis: stop transmit if retries are exhausted
Jacqueline Wong
1
-1
/
+6
6 days
tpm: tpm_tis: add error logging for data transfer
Jacqueline Wong
1
-0
/
+4
6 days
tpm: Use kfree_sensitive() to free auth session in tpm_dev_release()
Gunnar Kudrjavets
1
-1
/
+1
6 days
tpm: Fix auth session leak in tpm2_get_random() error path
Gunnar Kudrjavets
1
-4
/
+2
6 days
tpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public()
Gunnar Kudrjavets
1
-1
/
+4
6 days
pwm: imx-tpm: Count the number of enabled channels in probe
Viorel Suman (OSS)
1
-1
/
+8
6 days
crypto: talitos - rename first/last to first_desc/last_desc
Paul Louvel
1
-23
/
+23
6 days
crypto: talitos - fix SEC1 32k ahash request limitation
Paul Louvel
1
-69
/
+147
6 days
firmware: google: framebuffer: Do not unregister platform device
Thomas Zimmermann
1
-10
/
+0
6 days
xfs: fix a resource leak in xfs_alloc_buftarg()
Haoxiang Li
1
-0
/
+1
6 days
xfs: start gc on zonegc_low_space attribute updates
Hans Holmberg
3
-1
/
+27
6 days
crypto: qat - fix IRQ cleanup on 6xxx probe failure
Giovanni Cabiddu
1
-1
/
+3
6 days
arm64: dts: ti: am62-verdin: Enable pullup for eMMC data pins
Francesco Dolcini
1
-10
/
+10
6 days
mmc: sdhci-of-dwcmshc: Disable clock before DLL configuration
Shawn Lin
1
-3
/
+16
6 days
mmc: block: use single block write in retry
Bin Liu
2
-2
/
+13
6 days
randomize_kstack: Maintain kstack_offset per task
Ryan Roberts
4
-12
/
+21
6 days
hwmon: (pt5161l) Fix bugs in pt5161l_read_block_data()
Sanman Pradhan
1
-2
/
+2
6 days
ASoC: Intel: avs: replace strcmp with sysfs_streq
Brahmajit Das
1
-1
/
+1
6 days
drm/amd: Fix set but not used warnings
Tiezhu Yang
3
-11
/
+8
6 days
fs: prepare for adding LSM blob to backing_file
Amir Goldstein
1
-2
/
+20
6 days
hwmon: (isl28022) Fix integer overflow in power calculation on 32-bit
Sanman Pradhan
1
-2
/
+3
6 days
power: supply: axp288_charger: Do not cancel work before initializing it
Krzysztof Kozlowski
1
-11
/
+8
6 days
LoongArch: Show CPU vulnerabilites correctly
Huacai Chen
1
-0
/
+7
6 days
tpm: avoid -Wunused-but-set-variable
Arnd Bergmann
1
-2
/
+7
6 days
extract-cert: Wrap key_pass with '#ifdef USE_PKCS11_ENGINE'
Nathan Chancellor
1
-1
/
+5
[prev]
[next]