index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
2022-02-25
uaccess: add generic __{get,put}_kernel_nofault
Arnd Bergmann
2022-02-25
nios2: drop access_ok() check from __put_user()
Arnd Bergmann
2022-02-25
x86: use more conventional access_ok() definition
Arnd Bergmann
2022-02-25
x86: remove __range_not_ok()
Arnd Bergmann
2022-02-25
sparc64: add __{get,put}_kernel_nofault()
Arnd Bergmann
2022-02-25
nds32: fix access_ok() checks in get/put_user
Arnd Bergmann
2022-02-25
uaccess: fix nios2 and microblaze get_user_8()
Arnd Bergmann
2022-02-14
uaccess: fix integer overflow on access_ok()
Arnd Bergmann
2022-02-06
Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-02-05
Merge tag 'for-linus-5.17a-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-02-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-02-05
Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2022-02-04
Merge tag 'random-5.17-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2022-02-04
lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI
Jason A. Donenfeld
2022-02-04
KVM: x86: Use ERR_PTR_USR() to return -EFAULT as a __user pointer
Sean Christopherson
2022-02-04
KVM: x86: Report deprecated x87 features in supported CPUID
Jim Mattson
2022-02-03
Merge tag 'mips-fixes-5.17_2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-02-03
KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errata
James Morse
2022-02-03
KVM: arm64: Stop handle_exit() from handling HVC twice when an SError occurs
James Morse
2022-02-03
KVM: arm64: Avoid consuming a stale esr value when SError occur
James Morse
2022-02-03
x86/Xen: streamline (and fix) PV CPU enumeration
Jan Beulich
2022-02-02
Merge tag 'kvm-riscv-fixes-5.17-1' of https://github.com/kvm-riscv/linux into...
Paolo Bonzini
2022-02-02
RISC-V: KVM: Fix SBI implementation version
Anup Patel
2022-02-02
RISC-V: KVM: make CY, TM, and IR counters accessible in VU mode
Mayuresh Chitale
2022-02-02
kvm/riscv: rework guest entry logic
Mark Rutland
2022-02-02
perf/x86/intel/pt: Fix crash with stop filters in single-range mode
Tristan Hume
2022-02-02
x86/perf: Default set FREEZE_ON_SMI for all
Peter Zijlstra
2022-02-01
kvm/arm64: rework guest entry logic
Mark Rutland
2022-02-01
kvm/x86: rework guest entry logic
Mark Rutland
2022-02-01
kvm/mips: rework guest entry logic
Mark Rutland
2022-02-01
KVM: x86: Move delivery of non-APICv interrupt into vendor code
Sean Christopherson
2022-02-01
MIPS: KVM: fix vz.c kernel-doc notation
Randy Dunlap
2022-02-01
MIPS: octeon: Fix missed PTR->PTR_WD conversion
Thomas Bogendoerfer
2022-01-30
Merge tag 'x86_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-01-30
ia64: make IA64_MCA_RECOVERY bool instead of tristate
Randy Dunlap
2022-01-29
Merge tag 'pci-v5.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-01-29
Merge tag 'powerpc-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-01-29
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2022-01-28
Merge tag 'trace-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-01-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-01-28
Merge tag 'mips-fixes-5.17_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-01-28
Merge tag 's390-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
2022-01-28
arm64: cpufeature: List early Cortex-A510 parts as having broken dbm
James Morse
2022-01-28
Merge tag 'trbe-cortex-a510-errata' of gitolite.kernel.org:pub/scm/linux/kern...
Catalin Marinas
2022-01-28
Merge tag 'kvmarm-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2022-01-28
KVM: nVMX: Allow VMREAD when Enlightened VMCS is in use
Vitaly Kuznetsov
2022-01-28
KVM: nVMX: Implement evmcs_field_offset() suitable for handle_vmread()
Vitaly Kuznetsov
2022-01-28
KVM: nVMX: Rename vmcs_to_field_offset{,_table}
Vitaly Kuznetsov
2022-01-28
KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER
Vitaly Kuznetsov
2022-01-28
KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS
Vitaly Kuznetsov
[next]