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-03-03
crypto: x86/camellia-aesni-avx - remove LRW algorithm
Eric Biggers
2
-167
/
+2
2018-03-03
crypto: x86/des3_ede - convert to skcipher interface
Eric Biggers
1
-119
/
+119
2018-03-03
crypto: x86/blowfish: convert to skcipher interface
Eric Biggers
1
-117
/
+113
2018-03-03
crypto: x86/cast6-avx - convert to skcipher interface
Eric Biggers
1
-211
/
+100
2018-03-03
crypto: x86/cast6-avx - remove LRW algorithm
Eric Biggers
1
-179
/
+1
2018-03-03
crypto: x86/cast5-avx - convert to skcipher interface
Eric Biggers
1
-224
/
+127
2018-03-03
crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
Eric Biggers
1
-2
/
+1
2018-03-03
crypto: x86/twofish-avx - convert to skcipher interface
Eric Biggers
1
-215
/
+100
2018-03-03
crypto: x86/twofish-avx - remove LRW algorithm
Eric Biggers
1
-188
/
+1
2018-03-03
crypto: x86/twofish-3way - convert to skcipher interface
Eric Biggers
1
-84
/
+67
2018-03-03
crypto: x86/twofish-3way - remove XTS algorithm
Eric Biggers
3
-117
/
+25
2018-03-03
crypto: x86/twofish-3way - remove LRW algorithm
Eric Biggers
3
-91
/
+27
2018-03-03
crypto: x86/serpent-avx,avx2 - convert to skcipher interface
Eric Biggers
3
-437
/
+217
2018-03-03
crypto: x86/serpent-avx - remove LRW algorithm
Eric Biggers
2
-186
/
+1
2018-03-03
crypto: x86/serpent-avx2 - remove LRW algorithm
Eric Biggers
1
-175
/
+1
2018-03-03
crypto: x86/serpent-sse2 - convert to skcipher interface
Eric Biggers
1
-151
/
+70
2018-03-03
crypto: x86/serpent-sse2 - remove XTS algorithm
Eric Biggers
1
-172
/
+0
2018-03-03
crypto: x86/serpent-sse2 - remove LRW algorithm
Eric Biggers
1
-129
/
+1
2018-03-03
crypto: x86/glue_helper - add skcipher_walk functions
Eric Biggers
2
-0
/
+219
2018-02-22
crypto: aesni - Update aesni-intel_glue to use scatter/gather
Dave Watson
1
-0
/
+133
2018-02-22
crypto: aesni - Introduce scatter/gather asm function stubs
Dave Watson
2
-26
/
+106
2018-02-22
crypto: aesni - Add fast path for > 16 byte update
Dave Watson
1
-0
/
+25
2018-02-22
crypto: aesni - Introduce partial block macro
Dave Watson
1
-1
/
+150
2018-02-22
crypto: aesni - Move HashKey computation from stack to gcm_context
Dave Watson
1
-99
/
+106
2018-02-22
crypto: aesni - Move ghash_mul to GCM_COMPLETE
Dave Watson
1
-1
/
+9
2018-02-22
crypto: aesni - Fill in new context data structures
Dave Watson
1
-12
/
+39
2018-02-22
crypto: aesni - Split AAD hash calculation to separate macro
Dave Watson
1
-28
/
+43
2018-02-22
crypto: aesni - Introduce gcm_context_data
Dave Watson
2
-75
/
+121
2018-02-22
crypto: aesni - Merge encode and decode to GCM_ENC_DEC macro
Dave Watson
1
-179
/
+114
2018-02-22
crypto: aesni - Add GCM_COMPLETE macro
Dave Watson
1
-109
/
+63
2018-02-22
crypto: aesni - Add GCM_INIT macro
Dave Watson
1
-51
/
+33
2018-02-22
crypto: aesni - Macro-ify func save/restore
Dave Watson
1
-29
/
+24
2018-02-22
crypto: aesni - Merge INITIAL_BLOCKS_ENC/DEC
Dave Watson
1
-250
/
+48
2018-02-15
crypto: sha512-mb - remove HASH_FIRST flag
Eric Biggers
2
-32
/
+6
2018-02-15
crypto: sha256-mb - remove HASH_FIRST flag
Eric Biggers
2
-29
/
+6
2018-02-15
crypto: sha1-mb - remove HASH_FIRST flag
Eric Biggers
2
-30
/
+6
2018-02-12
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-4
/
+6
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2
-3
/
+3
2018-02-10
Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
32
-531
/
+2405
2018-02-09
Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Radim Krčmář
1
-143
/
+164
2018-02-09
Merge tag 'for-linus-4.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-0
/
+22
2018-02-09
Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+3
2018-02-09
Merge tag 'pm-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2018-02-08
crypto: sha512-mb - initialize pending lengths correctly
Eric Biggers
1
-4
/
+6
2018-02-08
xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests
Simon Gaiser
1
-0
/
+6
2018-02-08
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-domains'
Rafael J. Wysocki
1
-0
/
+1
2018-02-07
x86: hibernate: fix swsusp_arch_resume() prototype
Arnd Bergmann
2
-2
/
+2
2018-02-07
ACPI: SPCR: Make SPCR available to x86
Prarit Bhargava
1
-0
/
+3
2018-02-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-5
/
+9
2018-02-06
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-0
/
+45
[next]