index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: null - Switch to shash
Herbert Xu
2008-12-25
2
-23
/
+42
*
crypto: hash - Make setkey optional
Herbert Xu
2008-12-25
2
-1
/
+10
*
crypto: testmgr - Validate output length in (de)compression tests
Geert Uytterhoeven
2008-12-25
1
-0
/
+16
*
crypto: remove uses of __constant_{endian} helpers
Harvey Harrison
2008-12-25
2
-45
/
+45
*
crypto: testmgr - Fix error flow of test_comp
Ingo Molnar
2008-12-25
1
-1
/
+1
*
crypto: hifn_795x - Use softirq kernel mapping in bh context
Evgeniy Polyakov
2008-12-25
1
-3
/
+5
*
crypto: hifn_795x - Fix queue management
Evgeniy Polyakov
2008-12-25
1
-93
/
+81
*
crypto: hifn_795x - Remove some unused cruft
Patrick McHardy
2008-12-25
1
-31
/
+1
*
crypto: hifn_795x - Fix queue processing
Patrick McHardy
2008-12-25
1
-1
/
+8
*
crypto: hifn_795x - Fix request context corruption
Patrick McHardy
2008-12-25
1
-44
/
+56
*
crypto: hifn_795x - Don't copy src sg list
Patrick McHardy
2008-12-25
1
-42
/
+33
*
crypto: hifn_795x - Fix DMA setup
Patrick McHardy
2008-12-25
1
-84
/
+81
*
crypto: ansi_cprng - fix inverted DT increment routine
Jarod Wilson
2008-12-25
1
-1
/
+1
*
libcrc32c: Select CRYPTO in Kconfig
Herbert Xu
2008-12-25
1
-0
/
+1
*
crypto: ansi_cprng - Avoid incorrect extra call to _get_more_prng_bytes
Jarod Wilson
2008-12-25
1
-6
/
+11
*
crypto: md4 - Use ARRAY_SIZE
Julia Lawall
2008-12-25
1
-2
/
+2
*
libcrc32c: Add crc32c_le macro
Herbert Xu
2008-12-25
1
-0
/
+3
*
libcrc32c: Fix "crc32c undefined" compilation error
Adrian-Ken Rueegsegger
2008-12-25
1
-0
/
+2
*
libcrc32c: Move implementation to crypto crc32c
Herbert Xu
2008-12-25
5
-159
/
+146
*
crypto: crc32c - Test descriptor context format
Herbert Xu
2008-12-25
1
-1
/
+50
*
crypto: crc32c-intel - Switch to shash
Herbert Xu
2008-12-25
1
-54
/
+47
*
crypto: crc32c - Switch to shash
Herbert Xu
2008-12-25
1
-132
/
+53
*
crypto: hash - Export shash through hash
Herbert Xu
2008-12-25
7
-6
/
+144
*
crypto: api - Call type show function before legacy for proc
Herbert Xu
2008-12-25
1
-7
/
+13
*
crypto: hash - Add import/export interface
Herbert Xu
2008-12-25
5
-5
/
+50
*
crypto: hash - Export shash through ahash
Herbert Xu
2008-12-25
2
-1
/
+144
*
crypto: hash - Add shash interface
Herbert Xu
2008-12-25
5
-0
/
+353
*
crypto: api - Rebirth of crypto_alloc_tfm
Herbert Xu
2008-12-25
4
-1
/
+123
*
crypto: api - Move type exit function into crypto_tfm
Herbert Xu
2008-12-25
3
-8
/
+8
*
crypto: ansi_cprng - Allow resetting of DT value
Neil Horman
2008-12-25
1
-3
/
+13
*
crypto: padlock - Avoid resetting cword on successive operations
Herbert Xu
2008-12-25
1
-10
/
+42
*
crypto: crc32c-intel - Update copyright head
Kent Liu
2008-12-25
1
-6
/
+14
*
crypto: talitos - Preempt overflow interrupts off-by-one fix
Vishnu Suresh
2008-12-25
1
-1
/
+1
*
crypto: camellia - use kernel-provided bitops, unaligned access
Harvey Harrison
2008-12-25
1
-48
/
+36
*
crypto: testmgr - Trigger a panic when self test fails in FIPS mode
Neil Horman
2008-12-25
1
-1
/
+6
*
crypto: talitos - Perform auth check in h/w if on sec 2.1 and above
Kim Phillips
2008-12-25
2
-44
/
+91
*
crypto: talitos - Implement done interrupt mitigation
Lee Nipper
2008-12-25
2
-9
/
+24
*
crypto: talitos - Pass correct interrupt status to error handler
Kim Phillips
2008-12-25
1
-9
/
+3
*
crypto: hifn - Disable driver when physical size exceeds 32 bits
Evgeniy Polyakov
2008-12-25
1
-0
/
+5
*
Linux 2.6.28
v2.6.28
Linus Torvalds
2008-12-24
1
-1
/
+1
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2008-12-24
16
-42
/
+49
|
\
|
*
V4L/DVB (9920): em28xx: fix NULL pointer dereference in call to VIDIOC_INT_RE...
Devin Heitmueller
2008-12-23
1
-1
/
+2
|
*
V4L/DVB (9908a): MAINTAINERS: mark linux-uvc-devel as subscribers only
Jiri Slaby
2008-12-17
1
-1
/
+1
|
*
V4L/DVB (9906): v4l2-compat: test for unlocked_ioctl as well.
Hans Verkuil
2008-12-16
1
-1
/
+1
|
*
V4L/DVB (9885): drivers/media Kconfig's: fix bugzilla #12204
Mauro Carvalho Chehab
2008-12-16
9
-33
/
+33
|
*
V4L/DVB (9875): gspca - main: Fix vidioc_s_jpegcomp locking.
Jim Paris
2008-12-16
1
-2
/
+2
|
*
V4L/DVB (9781): [PATCH] Cablestar 2 I2C retries (fix CableStar2 support)
Antti Seppälä
2008-12-16
2
-1
/
+7
|
*
V4L/DVB (9780): dib0700: Stop repeating after user stops pushing button
Devin Heitmueller
2008-12-16
1
-3
/
+3
*
|
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2008-12-24
1
-0
/
+1
|
\
\
|
*
|
x86: disable X86_PTRACE_BTS
Ingo Molnar
2008-12-24
1
-0
/
+1
[next]