index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
deflate.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-11-12
crypto: algif - zeroize message digest buffer
Stephan Mueller
1
-0
/
+2
2014-11-10
crypto: ux500/hash - Silence compiler warning for !CONFIG_PM
Ulf Hansson
1
-0
/
+2
2014-11-10
crypto: ux500/cryp - Silence compiler warning for !CONFIG_PM
Ulf Hansson
1
-0
/
+2
2014-11-10
crypto: drbg - add MODULE_ALIAS for all DRBG types
Stephan Mueller
1
-0
/
+25
2014-11-09
Linux 3.18-rc4
v3.18-rc4
Linus Torvalds
1
-1
/
+1
2014-11-09
ARM: dts: zynq: Enable PL clocks for Parallella
Andreas Färber
1
-0
/
+4
2014-11-07
tiny: rename ENABLE_DEV_COREDUMP to ALLOW_DEV_COREDUMP
Johannes Berg
1
-3
/
+3
2014-11-07
tiny: reverse logic for DISABLE_DEV_COREDUMP
Aristeu Rozanski
1
-8
/
+11
2014-11-07
i2c: core: Dispose OF IRQ mapping at client removal time
Laurent Pinchart
1
-0
/
+3
2014-11-07
i2c: at91: don't account as iowait
Wolfram Sang
1
-1
/
+1
2014-11-07
i2c: remove FSF address
Wolfram Sang
52
-222
/
+4
2014-11-07
USB: Update default usb-storage delay_use value in kernel-parameters.txt
Mark Knibbs
1
-1
/
+1
2014-11-07
sysfs: driver core: Fix glue dir race condition by gdp_mutex
Yijing Wang
1
-1
/
+3
2014-11-07
MIPS: Fix build with binutils 2.24.51+
Manuel Lauss
14
-17
/
+118
2014-11-06
xfs: track bulkstat progress by agino
Dave Chinner
1
-37
/
+34
2014-11-06
xfs: bulkstat error handling is broken
Dave Chinner
1
-10
/
+19
2014-11-06
xfs: bulkstat main loop logic is a mess
Dave Chinner
1
-32
/
+24
2014-11-06
xfs: bulkstat chunk-formatter has issues
Dave Chinner
1
-34
/
+24
2014-11-06
xfs: bulkstat chunk formatting cursor is broken
Dave Chinner
2
-47
/
+28
2014-11-06
xfs: bulkstat btree walk doesn't terminate
Dave Chinner
1
-9
/
+10
2014-11-06
mm: Fix comment before truncate_setsize()
Jan Kara
1
-2
/
+3
2014-11-06
USB: cdc-acm: add quirk for control-line state requests
Johan Hovold
2
-2
/
+14
2014-11-06
tty: Fix pty master poll() after slave closes v2
Francesco Ruggeri
1
-2
/
+7
2014-11-06
crypto: caam - fix error reporting
Cristian Stoica
1
-8
/
+17
2014-11-06
crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes))
Catalin Vasile
1
-4
/
+281
2014-11-06
crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2
Catalin Vasile
1
-26
/
+236
2014-11-06
crypto: caam - add support for rfc3686(ctr(aes))
Catalin Vasile
2
-5
/
+79
2014-11-06
crypto: caam - add support for ctr(aes)
Catalin Vasile
2
-5
/
+37
2014-11-06
crypto: caam - add support for rfc4543(gcm(aes))
Tudor Ambarus
1
-1
/
+457
2014-11-06
crypto: nx - Fixing the limit number of bytes to be processed
Leonidas S. Barbosa
2
-22
/
+113
2014-11-06
crypto: nx - Fix SHA concurrence issue and sg limit bounds
Leonidas S. Barbosa
2
-230
/
+200
2014-11-06
crypto: nx - Moving NX-AES-XCBC to be processed logic
Leonidas S. Barbosa
1
-18
/
+63
2014-11-06
crypto: nx - Moving NX-AES-GCM to be processed logic
Leonidas S. Barbosa
1
-29
/
+37
2014-11-06
crypto: nx - Moving NX-AES-ECB to be processed logic
Leonidas S. Barbosa
1
-10
/
+2
2014-11-06
crypto: nx - Moving limit and bound logic in CTR and fix IV vector
Leonidas S. Barbosa
1
-10
/
+3
2014-11-06
crypto: nx - Moving NX-AES-CCM to be processed logic and sg_list bounds
Leonidas S. Barbosa
1
-34
/
+27
2014-11-06
crypto: nx - Moving NX-AES-CBC to be processed logic
Leonidas S. Barbosa
1
-10
/
+2
2014-11-06
crypto: caam - fix output sequence contiguity check
Tudor Ambarus
1
-1
/
+2
2014-11-06
crypto: qat - Move BAR definitions to device specific module
Tadeusz Struk
3
-3
/
+4
2014-11-06
crypto: aesni - remove unnecessary #define
Valentin Rothberg
1
-6
/
+2
2014-11-06
MIPS: R3000: Fix debug output for Virtual page number
Isamu Mogi
1
-2
/
+2
2014-11-06
spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PM
Dmitry Eremin-Solenikov
1
-2
/
+5
2014-11-06
serial: of-serial: fix uninitialized kmalloc variable
Jingchang Lu
1
-1
/
+1
2014-11-06
tty/vt: don't set font mappings on vc not supporting this
Imre Deak
1
-0
/
+7
2014-11-06
tty: serial: 8250_mtk: Fix quot calculation
Matthias Brugger
1
-1
/
+1
2014-11-06
dma: edma: move device registration to platform code
Arnd Bergmann
2
-39
/
+10
2014-11-06
tty: Prevent "read/write wait queue active!" log flooding
Peter Hurley
1
-2
/
+6
2014-11-06
tty: Fix high cpu load if tty is unreleaseable
Peter Hurley
1
-1
/
+6
2014-11-06
serial: Fix divide-by-zero fault in uart_get_divisor()
Peter Hurley
1
-1
/
+1
2014-11-06
ALSA: hda/realtek - Restore default value for ALC668
Kailang Yang
1
-2
/
+38
[next]