index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-20
s390/head64: remove unnecessary vdso_per_cpu_data setup
Vasily Gorbik
1
-2
/
+0
2019-11-20
s390/early: move control registers setup in C code
Vasily Gorbik
3
-6
/
+13
2019-11-20
s390/kasan: support memcpy_real with TRACE_IRQFLAGS
Vasily Gorbik
1
-4
/
+8
2019-11-20
s390/crypto: Fix unsigned variable compared with zero
YueHaibing
1
-2
/
+5
2019-11-18
Merge tag 'kvm-s390-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
4
-18
/
+29
2019-11-18
m68k/atari: Convert Falcon IDE drivers to platform drivers
Michael Schmitz
1
-0
/
+27
2019-11-17
crypto: arm/curve25519 - wire up NEON implementation
Jason A. Donenfeld
4
-195
/
+287
2019-11-17
crypto: arm/curve25519 - import Bernstein and Schwabe's Curve25519 ARM implem...
Jason A. Donenfeld
1
-0
/
+2105
2019-11-17
crypto: curve25519 - x86_64 library and KPP implementations
Jason A. Donenfeld
2
-0
/
+2476
2019-11-17
crypto: blake2s - x86_64 SIMD implementation
Jason A. Donenfeld
3
-0
/
+493
2019-11-17
int128: move __uint128_t compiler test to Kconfig
Ard Biesheuvel
3
-3
/
+3
2019-11-17
crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation
Ard Biesheuvel
3
-0
/
+1490
2019-11-17
crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
Ard Biesheuvel
5
-1
/
+2686
2019-11-17
crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation
Ard Biesheuvel
5
-1
/
+2000
2019-11-17
crypto: x86/poly1305 - expose existing driver as poly1305 library
Ard Biesheuvel
1
-16
/
+41
2019-11-17
crypto: x86/poly1305 - depend on generic library not generic shash
Ard Biesheuvel
1
-11
/
+55
2019-11-17
crypto: x86/poly1305 - unify Poly1305 state struct with generic code
Ard Biesheuvel
1
-59
/
+29
2019-11-17
crypto: poly1305 - move core routines into a separate library
Ard Biesheuvel
1
-1
/
+1
2019-11-17
crypto: mips/chacha - wire up accelerated 32r2 code from Zinc
Ard Biesheuvel
4
-44
/
+271
2019-11-17
crypto: mips/chacha - import 32r2 ChaCha code from Zinc
Jason A. Donenfeld
1
-0
/
+424
2019-11-17
crypto: arm/chacha - expose ARM ChaCha routine as library function
Ard Biesheuvel
2
-1
/
+41
2019-11-17
crypto: arm/chacha - remove dependency on generic ChaCha driver
Ard Biesheuvel
6
-240
/
+340
2019-11-17
crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha code
Ard Biesheuvel
1
-0
/
+461
2019-11-17
crypto: arm64/chacha - expose arm64 ChaCha routine as library function
Ard Biesheuvel
2
-11
/
+43
2019-11-17
crypto: arm64/chacha - depend on generic chacha library instead of crypto driver
Ard Biesheuvel
2
-19
/
+23
2019-11-17
crypto: x86/chacha - expose SIMD ChaCha routine as library function
Ard Biesheuvel
1
-25
/
+66
2019-11-17
crypto: x86/chacha - depend on generic chacha library instead of crypto driver
Ard Biesheuvel
1
-55
/
+35
2019-11-17
crypto: chacha - move existing library code into lib/crypto
Ard Biesheuvel
3
-3
/
+3
2019-11-16
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-4
/
+2
2019-11-15
Merge tag 'mips_fixes_5.4_4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-26
/
+6
2019-11-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-3
/
+11
2019-11-15
KVM: x86: deliver KVM IOAPIC scan request to target vCPUs
Nitesh Narayan Lal
5
-2
/
+94
2019-11-15
KVM: nVMX: Add support for capturing highest observable L2 TSC
Aaron Lewis
3
-7
/
+101
2019-11-15
kvm: vmx: Rename function find_msr() to vmx_find_msr_index()
Aaron Lewis
1
-5
/
+5
2019-11-15
kvm: vmx: Rename NR_AUTOLOAD_MSRS to NR_LOADSTORE_MSRS
Aaron Lewis
2
-4
/
+4
2019-11-15
kvm: nested: Introduce read_and_check_msr_entry()
Aaron Lewis
1
-13
/
+22
2019-11-15
KVM: nVMX: mark functions in the header as "static inline"
Paolo Bonzini
1
-3
/
+3
2019-11-15
KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control
Oliver Upton
3
-0
/
+25
2019-11-15
KVM: nVMX: Load GUEST_IA32_PERF_GLOBAL_CTRL MSR on VM-Entry
Oliver Upton
1
-0
/
+5
2019-11-15
KVM: nVMX: Use kvm_set_msr to load IA32_PERF_GLOBAL_CTRL on VM-Exit
Oliver Upton
1
-2
/
+12
2019-11-15
KVM: nVMX: Check HOST_IA32_PERF_GLOBAL_CTRL on VM-Entry
Oliver Upton
1
-0
/
+5
2019-11-15
KVM: nVMX: Check GUEST_IA32_PERF_GLOBAL_CTRL on VM-Entry
Oliver Upton
1
-0
/
+6
2019-11-15
KVM: VMX: Add helper to check reserved bits in IA32_PERF_GLOBAL_CTRL
Oliver Upton
2
-1
/
+7
2019-11-15
KVM: x86: Optimization: Requst TLB flush in fast_cr3_switch() instead of do i...
Liran Alon
1
-1
/
+1
2019-11-15
KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMC
Like Xu
6
-0
/
+84
2019-11-15
KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counter
Like Xu
5
-4
/
+61
2019-11-15
KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callback
Like Xu
4
-5
/
+27
2019-11-15
KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecx
Like Xu
5
-17
/
+18
2019-11-15
KVM: nVMX: Update vmcs01 TPR_THRESHOLD if L2 changed L1 TPR
Liran Alon
3
-1
/
+10
2019-11-15
KVM: VMX: Refactor update_cr8_intercept()
Liran Alon
1
-6
/
+3
[prev]
[next]