index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
Kconfig
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-16
crypto: essiv - fix AEAD capitalization and preposition use in help text
Geert Uytterhoeven
1
-2
/
+2
2019-11-22
crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHER
Eric Biggers
1
-1
/
+1
2019-11-17
crypto: curve25519 - x86_64 library and KPP implementations
Jason A. Donenfeld
1
-0
/
+6
2019-11-17
crypto: curve25519 - implement generic KPP driver
Ard Biesheuvel
1
-0
/
+5
2019-11-17
crypto: blake2s - x86_64 SIMD implementation
Jason A. Donenfeld
1
-0
/
+6
2019-11-17
crypto: blake2s - implement generic shash driver
Ard Biesheuvel
1
-0
/
+18
2019-11-17
crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation
Ard Biesheuvel
1
-0
/
+5
2019-11-17
crypto: x86/poly1305 - expose existing driver as poly1305 library
Ard Biesheuvel
1
-0
/
+1
2019-11-17
crypto: x86/poly1305 - depend on generic library not generic shash
Ard Biesheuvel
1
-1
/
+1
2019-11-17
crypto: poly1305 - move core routines into a separate library
Ard Biesheuvel
1
-2
/
+3
2019-11-17
crypto: mips/chacha - wire up accelerated 32r2 code from Zinc
Ard Biesheuvel
1
-0
/
+6
2019-11-17
crypto: x86/chacha - expose SIMD ChaCha routine as library function
Ard Biesheuvel
1
-0
/
+1
2019-11-17
crypto: x86/chacha - depend on generic chacha library instead of crypto driver
Ard Biesheuvel
1
-1
/
+1
2019-11-17
crypto: chacha - move existing library code into lib/crypto
Ard Biesheuvel
1
-0
/
+1
2019-11-17
crypto: lib - tidy up lib/crypto Kconfig and Makefile
Ard Biesheuvel
1
-12
/
+1
2019-11-01
crypto: skcipher - rename the crypto_blkcipher module and kconfig option
Eric Biggers
1
-42
/
+42
2019-11-01
crypto: blake2b - add blake2b generic implementation
David Sterba
1
-0
/
+17
2019-10-26
crypto: powerpc - convert SPE AES algorithms to skcipher API
Eric Biggers
1
-0
/
+1
2019-10-23
crypto: sparc/des - convert to skcipher API
Eric Biggers
1
-0
/
+1
2019-10-23
crypto: sparc/camellia - convert to skcipher API
Eric Biggers
1
-0
/
+1
2019-10-23
crypto: sparc/aes - convert to skcipher API
Eric Biggers
1
-2
/
+1
2019-10-10
crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly
Ard Biesheuvel
1
-0
/
+1
2019-09-21
Merge tag 'for-5.4/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+28
2019-09-03
crypto: essiv - create wrapper template for ESSIV generation
Ard Biesheuvel
1
-0
/
+28
2019-08-22
crypto: sha256_generic - Switch to the generic lib/crypto/sha256.c lib code
Hans de Goede
1
-0
/
+1
2019-08-22
crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use
Hans de Goede
1
-0
/
+3
2019-08-22
crypto: des - split off DES library from generic DES cipher driver
Ard Biesheuvel
1
-2
/
+6
2019-08-15
crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics
Ard Biesheuvel
1
-0
/
+5
2019-08-02
Revert "crypto: aegis128 - add support for SIMD acceleration"
Herbert Xu
1
-5
/
+0
2019-07-27
crypto: ghash - add comment and improve help text
Eric Biggers
1
-5
/
+6
2019-07-26
crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics
Ard Biesheuvel
1
-0
/
+5
2019-07-26
crypto: aegis128l/aegis256 - remove x86 and generic implementations
Ard Biesheuvel
1
-30
/
+0
2019-07-26
crypto: morus - remove generic and x86 implementations
Ard Biesheuvel
1
-56
/
+0
2019-07-26
crypto: aes-generic - drop key expansion routine in favor of library version
Ard Biesheuvel
1
-0
/
+1
2019-07-26
crypto: x86/aes - drop scalar assembler implementations
Ard Biesheuvel
1
-44
/
+0
2019-07-26
crypto: x86/aes-ni - switch to generic for fallback and key routines
Ard Biesheuvel
1
-2
/
+1
2019-07-26
crypto: aes - create AES library based on the fixed time AES code
Ard Biesheuvel
1
-0
/
+4
2019-06-20
crypto: arc4 - refactor arc4 core code into separate library
Ard Biesheuvel
1
-0
/
+4
2019-06-06
crypto: xxhash - Implement xxhash support
Nikolay Borisov
1
-0
/
+8
2019-05-30
crypto: cryptd - move kcrypto_wq into cryptd
Eric Biggers
1
-5
/
+0
2019-05-30
crypto: gf128mul - make unselectable by user
Eric Biggers
1
-7
/
+1
2019-05-30
crypto: echainiv - change to 'default n'
Eric Biggers
1
-1
/
+0
2019-05-30
crypto: make all templates select CRYPTO_MANAGER
Eric Biggers
1
-0
/
+8
2019-05-30
crypto: testmgr - make extra tests depend on cryptomgr
Eric Biggers
1
-1
/
+4
2019-04-25
crypto: ecrdsa - select ASN1 and OID_REGISTRY for EC-RDSA
Vitaly Chikunov
1
-0
/
+2
2019-04-18
crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm
Vitaly Chikunov
1
-0
/
+11
2019-04-18
crypto: ecc - make ecc into separate module
Vitaly Chikunov
1
-0
/
+4
2019-04-18
crypto: Kconfig - create Public-key cryptography section
Vitaly Chikunov
1
-23
/
+25
2019-03-28
crypto: fips - Grammar s/options/option/, s/to/the/
Geert Uytterhoeven
1
-2
/
+2
2019-03-22
crypto: Kconfig - fix typos AEGSI -> AEGIS
Ondrej Mosnacek
1
-3
/
+3
[next]