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
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-12
crypto: x86/salsa20 - cleanup and convert to skcipher API
Eric Biggers
3
-359
/
+44
2018-01-12
crypto: hash - annotate algorithms taking optional key
Eric Biggers
2
-0
/
+2
2018-01-12
crypto: poly1305 - remove ->setkey() method
Eric Biggers
1
-1
/
+0
2018-01-05
crypto: x86/poly1305 - remove cra_alignmask
Eric Biggers
1
-1
/
+0
2017-12-28
crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-aesni
Junaid Shahid
1
-100
/
+12
2017-12-28
crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-aesni
Junaid Shahid
1
-42
/
+45
2017-12-28
crypto: x86/twofish-3way - Fix %rbp usage
Eric Biggers
1
-52
/
+60
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
37
-182
/
+317
2017-12-22
crypto: aesni - add wrapper for generic gcm(aes)
Sabrina Dubroca
1
-12
/
+54
2017-12-22
crypto: aesni - fix typo in generic_gcmaes_decrypt
Sabrina Dubroca
1
-1
/
+1
2017-12-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
5
-64
/
+47
2017-12-08
kmemcheck: rip it out for real
Michal Hocko
10
-10
/
+0
2017-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+1
2017-12-06
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
15
-44
/
+107
2017-12-06
x86/vdso: Change time() prototype to match __vdso_time()
Arnd Bergmann
1
-1
/
+1
2017-12-06
x86: Fix Sparse warnings about non-static functions
Colin Ian King
2
-4
/
+4
2017-12-06
KVM: x86: fix APIC page invalidation
Radim Krčmář
2
-0
/
+17
2017-12-06
x86/power: Fix some ordering bugs in __restore_processor_context()
Andy Lutomirski
1
-4
/
+17
2017-12-06
x86/PCI: Make broadcom_postcore_init() check acpi_disabled
Rafael J. Wysocki
1
-1
/
+1
2017-12-06
x86/microcode/AMD: Add support for fam17h microcode loading
Tom Lendacky
1
-0
/
+4
2017-12-06
x86/cpufeatures: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD
Rudolf Marek
2
-2
/
+6
2017-12-05
x86: don't hash faulting address in oops printout
Linus Torvalds
1
-1
/
+1
2017-12-05
locking/refcounts: Do not force refcount_t usage as GPL-only export
Kees Cook
1
-1
/
+1
2017-12-05
KVM: VMX: fix page leak in hardware_setup()
Jim Mattson
1
-1
/
+0
2017-12-05
KVM: VMX: remove I/O port 0x80 bypass on Intel hosts
Andrew Honig
1
-5
/
+0
2017-12-05
x86,kvm: remove KVM emulator get_fpu / put_fpu
Rik van Riel
3
-36
/
+0
2017-12-05
x86,kvm: move qemu/guest FPU switching out to vcpu_run
Rik van Riel
2
-22
/
+30
2017-12-05
bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type
Hendrik Brueckner
1
-0
/
+1
2017-11-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-62
/
+154
2017-11-29
mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE
Dan Williams
1
-1
/
+1
2017-11-29
mm: fix device-dax pud write-faults triggered by get_user_pages()
Dan Williams
1
-0
/
+6
2017-11-29
crypto: x86/chacha20 - Remove cra_alignmask
Eric Biggers
1
-1
/
+0
2017-11-29
crypto: salsa20 - fix blkcipher_walk API usage
Eric Biggers
1
-7
/
+0
2017-11-28
x86/idt: Load idt early in start_secondary
Chunyu Hu
1
-1
/
+1
2017-11-28
x86/xen: Support early interrupts in xen pv guests
Juergen Gross
4
-14
/
+53
2017-11-27
KVM: Let KVM_SET_SIGNAL_MASK work as advertised
Jan H. Schönherr
1
-5
/
+2
2017-11-27
KVM: VMX: Fix vmx->nested freeing when no SMI handler
Wanpeng Li
1
-1
/
+2
2017-11-27
KVM: VMX: Fix rflags cache during vCPU reset
Wanpeng Li
1
-1
/
+1
2017-11-27
KVM: X86: Fix softlockup when get the current kvmclock
Wanpeng Li
1
-4
/
+7
2017-11-27
KVM: lapic: Fixup LDR on load in x2apic
Dr. David Alan Gilbert
1
-0
/
+5
2017-11-27
KVM: lapic: Split out x2apic ldr calculation
Dr. David Alan Gilbert
1
-1
/
+6
2017-11-26
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
26
-413
/
+272
2017-11-26
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-12
/
+31
2017-11-25
x86/tlb: Disable interrupts when changing CR4
Nadav Amit
2
-4
/
+9
2017-11-25
x86/tlb: Refactor CR4 setting and shadow write
Nadav Amit
1
-13
/
+11
2017-11-24
Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-44
/
+124
2017-11-24
x86/decoder: Add new TEST instruction pattern
Masami Hiramatsu
1
-1
/
+1
2017-11-23
x86/PCI: Remove unused HyperTransport interrupt support
Bjorn Helgaas
6
-262
/
+2
2017-11-23
x86/umip: Fix insn_get_code_seg_params()'s return value
Borislav Petkov
3
-4
/
+4
2017-11-23
x86/boot/KASLR: Remove unused variable
Chao Fan
1
-3
/
+2
[next]