index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
randstruct: Reorganize Kconfigs and attribute macros
Kees Cook
2022-05-08
10
-66
/
+81
*
sancov: Split plugin build from plugin CFLAGS
Kees Cook
2022-05-08
1
-6
/
+8
*
netfs: Eliminate Clang randstruct warning
Kees Cook
2022-05-08
1
-2
/
+2
*
cfi: Use __builtin_function_start
Sami Tolvanen
2022-04-13
3
-20
/
+11
*
security: don't treat structure as an array of struct hlist_head
Bill Wendling
2022-04-13
2
-7
/
+4
*
usercopy: Remove HARDENED_USERCOPY_PAGESPAN
Matthew Wilcox (Oracle)
2022-04-13
2
-73
/
+1
*
mm/usercopy: Detect large folio overruns
Matthew Wilcox (Oracle)
2022-04-13
1
-6
/
+4
*
mm/usercopy: Detect vmalloc overruns
Matthew Wilcox (Oracle)
2022-04-13
1
-0
/
+16
*
mm/usercopy: Check kmap addresses properly
Matthew Wilcox (Oracle)
2022-04-13
3
-6
/
+21
*
Merge tag 'hardening-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-04-13
2
-17
/
+31
|
\
|
*
gcc-plugins: latent_entropy: use /dev/urandom
Jason A. Donenfeld
2022-04-12
1
-17
/
+27
|
*
uapi/linux/stddef.h: Add include guards
Tadeusz Struk
2022-03-31
1
-0
/
+4
*
|
Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
2022-04-13
6
-26
/
+36
|
\
\
|
*
|
SUNRPC: Fix the svc_deferred_event trace class
Chuck Lever
2022-04-07
1
-3
/
+4
|
*
|
SUNRPC: Fix NFSD's request deferral on RDMA transports
Chuck Lever
2022-04-06
3
-1
/
+5
|
*
|
nfsd: Clean up nfsd_file_put()
Trond Myklebust
2022-03-31
1
-10
/
+3
|
*
|
nfsd: Fix a write performance regression
Trond Myklebust
2022-03-31
1
-3
/
+15
|
*
|
SUNRPC: Return true/false (not 1/0) from bool functions
Haowen Bai
2022-03-28
1
-12
/
+12
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-04-13
31
-124
/
+357
|
\
\
\
|
*
|
|
KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPU
Vitaly Kuznetsov
2022-04-11
4
-40
/
+13
|
*
|
|
KVM: SVM: Do not activate AVIC for SEV-enabled guest
Suravee Suthikulpanit
2022-04-11
3
-1
/
+5
|
*
|
|
Documentation: KVM: Add SPDX-License-Identifier tag
Like Xu
2022-04-11
4
-1
/
+7
|
*
|
|
selftests: kvm: add tsc_scaling_sync to .gitignore
Like Xu
2022-04-11
1
-0
/
+1
|
*
|
|
Merge tag 'kvm-riscv-fixes-5.18-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2022-04-11
4
-4
/
+5
|
|
\
\
\
|
|
*
|
|
RISC-V: KVM: include missing hwcap.h into vcpu_fp
Heiko Stuebner
2022-04-09
1
-0
/
+1
|
|
*
|
|
KVM: selftests: riscv: Fix alignment of the guest_hang() function
Anup Patel
2022-04-09
1
-1
/
+1
|
|
*
|
|
KVM: selftests: riscv: Set PTE A and D bits in VS-stage page table
Anup Patel
2022-04-09
1
-1
/
+3
|
|
*
|
|
RISC-V: KVM: Don't clear hgatp CSR in kvm_arch_vcpu_put()
Anup Patel
2022-04-09
1
-2
/
+0
|
|
/
/
/
|
*
|
|
Merge tag 'kvmarm-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2022-04-08
14
-68
/
+285
|
|
\
\
\
|
|
*
|
|
selftests: KVM: Free the GIC FD when cleaning up in arch_timer
Oliver Upton
2022-04-07
1
-4
/
+11
|
|
*
|
|
selftests: KVM: Don't leak GIC FD across dirty log test iterations
Oliver Upton
2022-04-07
1
-3
/
+31
|
|
*
|
|
KVM: Don't create VM debugfs files outside of the VM directory
Oliver Upton
2022-04-07
1
-2
/
+8
|
|
*
|
|
KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3)
Andrew Jones
2022-04-07
1
-4
/
+10
|
|
*
|
|
KVM: arm64: selftests: Introduce vcpu_width_config
Reiji Watanabe
2022-04-06
3
-0
/
+124
|
|
*
|
|
KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
Reiji Watanabe
2022-04-06
3
-28
/
+74
|
|
*
|
|
KVM: arm64: vgic: Remove unnecessary type castings
Yu Zhe
2022-04-06
2
-6
/
+6
|
|
*
|
|
KVM: arm64: Don't split hugepages outside of MMU write lock
Oliver Upton
2022-04-06
1
-4
/
+7
|
|
*
|
|
KVM: arm64: Drop unneeded minor version check from PSCI v1.x handler
Oliver Upton
2022-04-06
1
-3
/
+0
|
|
*
|
|
KVM: arm64: Actually prevent SMC64 SYSTEM_RESET2 from AArch32
Oliver Upton
2022-04-06
1
-5
/
+9
|
|
*
|
|
KVM: arm64: Generally disallow SMC64 for AArch32 guests
Oliver Upton
2022-04-06
1
-9
/
+5
|
*
|
|
|
KVM: avoid NULL pointer dereference in kvm_dirty_ring_push
Paolo Bonzini
2022-04-06
1
-1
/
+1
|
*
|
|
|
Documentation: kvm: Add missing line break in api.rst
Bagas Sanjaya
2022-04-05
1
-0
/
+1
|
*
|
|
|
KVM: x86/mmu: remove unnecessary flush_workqueue()
Lv Ruyi
2022-04-05
1
-1
/
+1
|
*
|
|
|
KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loaded
Sean Christopherson
2022-04-05
3
-8
/
+37
|
*
|
|
|
KVM: SEV: Add cond_resched() to loop in sev_clflush_pages()
Peter Gonda
2022-04-05
1
-0
/
+1
|
|
/
/
/
*
|
|
|
Merge tag 'media/v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2022-04-13
3
-12
/
+13
|
\
\
\
\
|
*
|
|
|
media: si2157: unknown chip version Si2147-A30 ROM 0x50
Piotr Chmura
2022-04-09
1
-11
/
+11
|
*
|
|
|
media: platform: imx-mipi-csis: Add dependency on VIDEO_DEV
Laurent Pinchart
2022-04-06
1
-0
/
+1
|
*
|
|
|
media: rockchip/rga: do proper error checking in probe
Kyle Copperfield
2022-04-05
1
-1
/
+1
|
|
/
/
/
*
|
|
|
stat: fix inconsistency between struct stat and struct compat_stat
Mikulas Patocka
2022-04-13
2
-13
/
+12
[next]