Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
b78d3795177db479107b3493608bf088117325e3
b78d379
crypto: ccp - Fix static checker warning
by Janakarajan Natarajan
· 6 years ago
ac3c8f3
crypto: lrw - Do not use auxiliary buffer
by Ondrej Mosnacek
· 6 years ago
c778f96
crypto: lrw - Optimize tweak computation
by Ondrej Mosnacek
· 6 years ago
dc6d6d5
crypto: testmgr - Add test for LRW counter wrap-around
by Ondrej Mosnacek
· 6 years ago
fbe1a85
crypto: lrw - Fix out-of bounds access on counter overflow
by Ondrej Mosnacek
· 6 years ago
331351f
crypto: tcrypt - fix ghash-generic speed test
by Horia Geantă
· 6 years ago
e8342cc
arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCs
by Horia Geantă
· 6 years ago
3f16f6c
crypto: caam/qi2 - add support for ahash algorithms
by Horia Geantă
· 6 years ago
0efa757
crypto: caam - export ahash shared descriptor generation
by Horia Geantă
· 6 years ago
226853a
crypto: caam/qi2 - add skcipher algorithms
by Horia Geantă
· 6 years ago
8d818c1
crypto: caam/qi2 - add DPAA2-CAAM driver
by Horia Geantă
· 6 years ago
94cebd9
crypto: caam - add Queue Interface v2 error codes
by Horia Geantă
· 6 years ago
f9cb74f
crypto: caam - add DPAA2-CAAM (DPSECI) backend API
by Horia Geantă
· 6 years ago
aae733a
crypto: caam - fix implicit casts in endianness helpers
by Horia Geantă
· 6 years ago
55d0110
soc: fsl: dpio: add congestion notification support
by Horia Geantă
· 6 years ago
009447a
soc: fsl: dpio: add frame list format support
by Horia Geantă
· 6 years ago
48c43de
soc: fsl: dpio: add back some frame queue functions
by Horia Geantă
· 6 years ago
e9158b3
bus: fsl-mc: add support for dpseci device type
by Horia Geantă
· 6 years ago
a5e9f55
crypto: chacha20 - Fix chacha20_block() keystream alignment (again)
by Eric Biggers
· 6 years ago
78105c7
crypto: xts - Drop use of auxiliary buffer
by Ondrej Mosnacek
· 6 years ago
2e5d2f3
crypto: arm64/aes-blk - improve XTS mask handling
by Ard Biesheuvel
· 6 years ago
dd597fb
crypto: arm64/aes-blk - add support for CTS-CBC mode
by Ard Biesheuvel
· 6 years ago
6e7de6a
crypto: arm64/aes-blk - revert NEON yield for skciphers
by Ard Biesheuvel
· 6 years ago
557ecb4
crypto: arm64/aes-blk - remove pointless (u8 *) casts
by Ard Biesheuvel
· 6 years ago
718f608
crypto: cavium/nitrox - use dma_pool_zalloc()
by Srikanth Jampala
· 6 years ago
910e3ca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 6 years ago
13cc6f4
crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic
by Horia Geantă
· 6 years ago
41a9aca
crypto: cavium/nitrox - Added support for SR-IOV configuration.
by Srikanth Jampala
· 6 years ago
a7888481
crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross a page in gcm
by Mikulas Patocka
· 6 years ago
a7e7edf
crc-t10dif: crc_t10dif_mutex can be static
by kbuild test robot
· 6 years ago
6d39a12
dm: Remove VLA usage from hashes
by Kees Cook
· 6 years ago
24568b4
crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2
by Ondrej Mosnacek
· 6 years ago
3702a05
crypto: ccp - add timeout support in the SEV command
by Brijesh Singh
· 6 years ago
a1b22a5
crypto: arm/chacha20 - faster 8-bit rotations and other optimizations
by Eric Biggers
· 6 years ago
11dcb10
crc-t10dif: Allow current transform to be inspected in sysfs
by Martin K. Petersen
· 6 years ago
b763775
crc-t10dif: Pick better transform if one becomes available
by Martin K. Petersen
· 6 years ago
dd8b083
crypto: api - Introduce notifier for new crypto algorithms
by Martin K. Petersen
· 6 years ago
2fffee5
crypto: arm64/crct10dif - implement non-Crypto Extensions alternative
by Ard Biesheuvel
· 6 years ago
6c1b0da
crypto: arm64/crct10dif - preparatory refactor for 8x8 PMULL version
by Ard Biesheuvel
· 6 years ago
598b7d4
crypto: arm64/crc32 - remove PMULL based CRC32 driver
by Ard Biesheuvel
· 6 years ago
ed6ed11
crypto: arm64/aes-modes - get rid of literal load of addend vector
by Ard Biesheuvel
· 6 years ago
00227e3
crypto: arm/ghash-ce - implement support for 4-way aggregation
by Ard Biesheuvel
· 6 years ago
ab8085c
crypto: x86 - remove SHA multibuffer routines and mcryptd
by Ard Biesheuvel
· 6 years ago
820684c
crypto: atmel - switch to SPDX license identifiers
by Tudor Ambarus
· 6 years ago
e82867f
crypto: ccp - add timeout support in the SEV command
by Brijesh Singh
· 6 years ago
f3569fd
crypto: shash - Remove VLA usage in unaligned hashing
by Kees Cook
· 6 years ago
1299c9c
crypto: qat - Remove VLA usage
by Kees Cook
· 6 years ago
a9f7f88
crypto: api - Introduce generic max blocksize and alignmask
by Kees Cook
· 6 years ago
b68a7ec
crypto: hash - Remove VLA usage
by Kees Cook
· 6 years ago
ebf533a
crypto: ccm - Remove VLA usage
by Ard Biesheuvel
· 6 years ago
d73d67f
crypto: cbc - Remove VLA usage
by Kees Cook
· 6 years ago
3bdd23f
crypto: xcbc - Remove VLA usage
by Kees Cook
· 6 years ago
578bdaa
crypto: speck - remove Speck
by Jason A. Donenfeld
· 6 years ago
9dbe307
crypto: caam/qi - ablkcipher -> skcipher conversion
by Horia Geantă
· 6 years ago
5ca7bad
crypto: caam/jr - ablkcipher -> skcipher conversion
by Horia Geantă
· 6 years ago
aec48ad
crypto: caam/qi - remove ablkcipher IV generation
by Horia Geantă
· 6 years ago
cf5448b
crypto: caam/jr - remove ablkcipher IV generation
by Horia Geantă
· 6 years ago
5736184
Linux 4.19-rc2
by Linus Torvalds
· 6 years ago
fd6868d
Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
by Linus Torvalds
· 6 years ago
a3ea991
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 6 years ago
899ba79
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
1395d109
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
501dacb
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
ff924c5
x86/pti: Fix section mismatch warning/error
by Randy Dunlap
· 6 years ago
a72b44a
Merge tag 'omap-for-v4.19/fixes-v2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes
by Olof Johansson
· 6 years ago
e78e5a9
x86/vdso: Fix lsl operand order
by Samuel Neves
· 6 years ago
360bd62
Merge tag 'linux-watchdog-4.19-rc2' of git://www.linux-watchdog.org/linux-watchdog
by Linus Torvalds
· 6 years ago
b18ed66
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
by Linus Torvalds
· 6 years ago
c748610
x86/mce: Fix set_mce_nospec() to avoid #GP fault
by LuckTony
· 6 years ago
420f51f
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
eeb89e2
x86/efi: Load fixmap GDT in efi_call_phys_epilog()
by Joerg Roedel
· 6 years ago
4290d5b
Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 6 years ago
01f6543
Merge tag 'm68k-for-v4.19-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 6 years ago
754cf4b
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 6 years ago
4012e77
x86/nmi: Fix NMI uaccess race against CR3 switching
by Andy Lutomirski
· 6 years ago
829fe4a
x86: Allow generating user-space headers without a compiler
by Ben Hutchings
· 6 years ago
342db04
x86/dumpstack: Don't dump kernel memory based on usermode RIP
by Jann Horn
· 6 years ago
0413bed
of: Add device_type access helper functions
by Rob Herring
· 6 years ago
6fb86d9
cpu/hotplug: Remove skip_onerr field from cpuhp_step structure
by Mukesh Ojha
· 6 years ago
f52bb98
arm64: mm: always enable CONFIG_HOLES_IN_ZONE
by James Morse
· 6 years ago
0986b16
m68k/mac: Use correct PMU response format
by Finn Thain
· 6 years ago
4658aff
Merge tag 'drm-fixes-2018-08-31' of git://anongit.freedesktop.org/drm/drm
by Linus Torvalds
· 6 years ago
217c3e0
disable stringop truncation warnings for now
by Stephen Rothwell
· 6 years ago
b6935d2
Merge tag 'pm-4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
a0b9c4d
Merge branch 'pm-core'
by Rafael J. Wysocki
· 6 years ago
bded6c0
clk: x86: Set default parent to 48Mhz
by Akshu Agrawal
· 6 years ago
cebc07d
i2c: sh_mobile: fix leak when using DMA bounce buffer
by Wolfram Sang
· 6 years ago
531db50
i2c: sh_mobile: define start_ch() void as it only returns 0 anyhow
by Wolfram Sang
· 6 years ago
82fe39a
i2c: refactor function to release a DMA safe buffer
by Wolfram Sang
· 6 years ago
1204d12
i2c: algos: bit: make the error messages grepable
by Jan Kundrát
· 6 years ago
9d9a152
i2c: designware: Re-init controllers with pm_disabled set on resume
by Hans de Goede
· 6 years ago
7fd6d98
i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBus
by Mika Westerberg
· 6 years ago
fb64638
Merge tag 'for-linus-20180830' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
f42b0e18
of: add node name compare helper functions
by Rob Herring
· 6 years ago
9f8f16c
Merge tag 'mtd/for-4.19-rc2' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 6 years ago
48f8e8e
Merge tag 'mmc-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 6 years ago
755a8bf
arm/arm64: smccc-1.1: Handle function result as parameters
by Marc Zyngier
· 6 years ago
26e609e
x86/asm: Use CC_SET()/CC_OUT() in __gen_sigismember()
by Uros Bizjak
· 6 years ago
9222f60
x86/alternatives: Lockdep-enforce text_mutex in text_poke*()
by Jiri Kosina
· 6 years ago
113fc08
objtool: Remove workaround for unreachable warnings from old GCC
by Masahiro Yamada
· 6 years ago
Next »