index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-20
crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions...
Jussi Kivilinna
2
-52
/
+36
2013-01-20
crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and lo...
Jussi Kivilinna
1
-25
/
+14
2013-01-20
crypto: aesni-intel - add ENDPROC statements for assembler functions
Jussi Kivilinna
1
-1
/
+22
2013-01-20
crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targets
Jussi Kivilinna
2
-25
/
+20
2013-01-20
crypto: testmgr - add test vector for fcrypt
Jussi Kivilinna
1
-0
/
+15
2013-01-20
crypto: omap-sham - Fix compile errors when CONFIG_OF not defined
Mark A. Greer
1
-1
/
+5
2013-01-20
crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...
Alexander Boyko
6
-0
/
+630
2013-01-20
crypto: s5p-sss - Use devm_clk_get()
Jingoo Han
1
-3
/
+1
2013-01-20
crypto: omap-aes - Add CTR algorithm Support
Mark A. Greer
1
-15
/
+128
2013-01-20
crypto: omap-aes - Add OMAP4/AM33XX AES Support
Mark A. Greer
1
-33
/
+125
2013-01-20
crypto: omap-aes - Convert to dma_request_slave_channel_compat()
Mark A. Greer
1
-4
/
+8
2013-01-20
crypto: omap-aes - Add Device Tree Support
Mark A. Greer
1
-26
/
+97
2013-01-20
crypto: omap-aes - Remove usage of private DMA API
Mark A. Greer
1
-133
/
+0
2013-01-20
crypto: omap-aes - Add code to use dmaengine API
Mark A. Greer
1
-1
/
+183
2013-01-20
crypto: omap-aes - Add suspend/resume support
Mark A. Greer
1
-0
/
+19
2013-01-20
crypto: omap-aes - Convert to use pm_runtime API
Mark A. Greer
1
-18
/
+11
2013-01-20
crypto: omap-aes - Don't reset controller for every operation
Mark A. Greer
1
-27
/
+0
2013-01-20
crypto: omap-aes - Remmove unnecessary pr_info noise
Mark A. Greer
1
-4
/
+0
2013-01-20
crypto: bfin_crc - reposition free_irq to avoid access to invalid data
Julia Lawall
1
-3
/
+3
2013-01-05
crypto: omap-sham - Add SHA224 and SHA256 Support
Mark A. Greer
1
-10
/
+173
2013-01-05
crypto: omap-sham - Add OMAP4/AM33XX SHAM Support
Mark A. Greer
1
-84
/
+332
2013-01-05
crypto: omap-sham - Convert to dma_request_slave_channel_compat()
Mark A. Greer
1
-1
/
+2
2013-01-05
crypto: omap-sham - Add Device Tree Support
Mark A. Greer
1
-33
/
+106
2013-01-05
crypto: omap-sham - Remove usage of private DMA API
Mark A. Greer
1
-109
/
+0
2013-01-05
crypto: omap-sham - Add code to use dmaengine API
Mark A. Greer
1
-9
/
+145
2013-01-05
crypto: omap-sham - Add suspend/resume support
Mark A. Greer
1
-0
/
+19
2013-01-05
crypto: omap-sham - Convert to use pm_runtime API
Mark A. Greer
1
-17
/
+11
2013-01-05
crypto: omap-sham - Remove unnecessary pr_info noise
Mark A. Greer
1
-2
/
+0
2012-12-22
Linux 3.8-rc1
v3.8-rc1
Linus Torvalds
1
-2
/
+2
2012-12-22
Merge git://www.linux-watchdog.org/linux-watchdog
Linus Torvalds
19
-445
/
+738
2012-12-22
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-17
/
+18
2012-12-22
Merge tag 'dm-3.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...
Linus Torvalds
30
-443
/
+522
2012-12-22
Revert "nfsd: warn on odd reply state in nfsd_vfs_read"
J. Bruce Fields
1
-1
/
+0
2012-12-22
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
22
-214
/
+2234
2012-12-22
Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...
Linus Torvalds
9
-68
/
+9
2012-12-22
ARM: dts: fix duplicated build target and alphabetical sort out for exynos
Kukjin Kim
1
-3
/
+2
2012-12-22
dm stripe: add WRITE SAME support
Mike Snitzer
1
-4
/
+6
2012-12-22
dm: remove map_info
Mikulas Patocka
14
-54
/
+31
2012-12-22
dm snapshot: do not use map_context
Mikulas Patocka
1
-13
/
+23
2012-12-22
dm thin: dont use map_context
Mikulas Patocka
1
-36
/
+13
2012-12-22
dm raid1: dont use map_context
Mikulas Patocka
1
-9
/
+13
2012-12-22
dm flakey: dont use map_context
Mikulas Patocka
1
-4
/
+11
2012-12-22
dm raid1: rename read_record to bio_record
Mikulas Patocka
1
-11
/
+11
2012-12-22
dm: move target request nr to dm_target_io
Mikulas Patocka
4
-8
/
+15
2012-12-22
dm snapshot: use per_bio_data
Mikulas Patocka
1
-35
/
+8
2012-12-22
dm verity: use per_bio_data
Mikulas Patocka
1
-18
/
+4
2012-12-22
dm raid1: use per_bio_data
Mikulas Patocka
1
-34
/
+5
2012-12-22
dm: introduce per_bio_data
Mikulas Patocka
4
-20
/
+56
2012-12-22
dm kcopyd: add WRITE SAME support to dm_kcopyd_zero
Mike Snitzer
3
-10
/
+33
2012-12-22
dm linear: add WRITE SAME support
Mike Snitzer
1
-1
/
+2
[next]