index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-21
crypto: Add a report function pointer to crypto_type
Steffen Klassert
2
-0
/
+7
2011-10-21
crypto: Add userspace configuration API
Steffen Klassert
5
-0
/
+433
2011-10-21
crypto: Export crypto_remove_final
Steffen Klassert
2
-3
/
+3
2011-10-21
crypto: Export crypto_remove_spawns
Steffen Klassert
2
-3
/
+5
2011-10-21
crypto: Add a flag to identify crypto instances
Steffen Klassert
2
-0
/
+6
2011-10-21
crypto: twofish - add 3-way parallel x86_64 assembler implemention
Jussi Kivilinna
4
-0
/
+810
2011-10-21
crypto: twofish-x86-asm - make assembler functions use twofish_ctx instead of...
Jussi Kivilinna
3
-13
/
+15
2011-10-21
crypto: tcrypt - add ctr(twofish) speed test
Jussi Kivilinna
1
-0
/
+4
2011-10-21
crypto: blowfish-x86_64 - add credits
Jussi Kivilinna
1
-0
/
+5
2011-10-21
crypto: blowfish-x86_64 - improve x86_64 blowfish 4-way performance
Jussi Kivilinna
1
-100
/
+98
2011-10-20
crypto: picoxcell - add dependency on HAVE_CLK
Jamie Iles
1
-1
/
+1
2011-09-22
crypto: aes-x86 - quiet sparse noise about symbol not declared
H Hartley Sweeten
1
-0
/
+1
2011-09-22
crypto: blowfish - add x86_64 assembly implementation
Jussi Kivilinna
4
-0
/
+896
2011-09-22
crypto: tcrypt - add ctr(blowfish) speed test
Jussi Kivilinna
1
-0
/
+4
2011-09-22
crypto: blowfish - rename C-version to blowfish_generic
Jussi Kivilinna
2
-5
/
+8
2011-09-22
crypto: blowfish - split generic and common c code
Jussi Kivilinna
5
-355
/
+448
2011-08-20
crypto: cryptd - Use subsys_initcall to prevent races with aesni
Herbert Xu
1
-1
/
+1
2011-08-16
crypto: sha - Fix build error due to crypto_sha1_update
Herbert Xu
1
-0
/
+2
2011-08-15
crypto: n2 - Fix a get/put_cpu() imbalance
Thomas Meyer
1
-2
/
+2
2011-08-10
crypto: sha1 - SSSE3 based SHA1 implementation for x86-64
Mathias Krause
5
-0
/
+819
2011-08-10
crypto: sha1 - export sha1_update for reuse
Mathias Krause
2
-4
/
+8
2011-08-10
crypto: picoxcell - fix possible invalid pointer dereference
Jamie Iles
1
-1
/
+1
2011-08-10
crypto: picoxcell - support for device tree matching
Jamie Iles
2
-6
/
+53
2011-08-10
crypto: picoxcell - add connection ID to the clock name
Jamie Iles
1
-1
/
+1
2011-08-10
crypto: picoxcell - convert to platform ID table
Jamie Iles
1
-60
/
+33
2011-08-03
crypto: padlock-aes - Make module loading even quieter when hardware is missing
Jonathan Nieder
1
-3
/
+1
2011-08-01
oom: task->mm == NULL doesn't mean the memory was freed
Oleg Nesterov
1
-1
/
+3
2011-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...
Linus Torvalds
9
-202
/
+311
2011-08-01
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
22
-1972
/
+2190
2011-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
31
-150
/
+161
2011-08-01
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
17
-399
/
+612
2011-08-01
Merge branch 'gpiolib' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...
Linus Torvalds
2
-0
/
+59
2011-08-01
Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/ae...
Linus Torvalds
9
-34
/
+296
2011-08-01
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...
Linus Torvalds
7
-42
/
+53
2011-08-01
ext4: prevent memory leaks from ext4_mb_init_backend() on error path
Yu Jian
1
-6
/
+6
2011-08-01
ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode #
Yu Jian
1
-1
/
+5
2011-08-01
ext4: use ext4_msg() instead of printk in mballoc
Theodore Ts'o
1
-37
/
+42
2011-08-01
kdb,kgdb: Allow arbitrary kgdb magic knock sequences
Jason Wessel
1
-8
/
+20
2011-08-01
kdb: Remove all references to DOING_KGDB2
Jason Wessel
4
-7
/
+3
2011-08-01
kdb,kgdb: Implement switch and pass buffer from kdb -> gdb
Jason Wessel
4
-21
/
+29
2011-08-01
kdb: cleanup unused variables missed in the original kdb merge
Jason Wessel
3
-8
/
+3
2011-08-01
Merge branch 'for-next' into for-linus
Liam Girdwood
10
-215
/
+332
2011-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
9
-376
/
+370
2011-08-01
Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
18
-707
/
+732
2011-08-01
Merge branch 'for-3.1-rc1' of git://gitorious.org/linux-omap-dss2/linux
Linus Torvalds
23
-1355
/
+1639
2011-08-01
Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...
Linus Torvalds
54
-1188
/
+962
2011-08-01
Merge branch 'msm-move-gpio' of git://codeaurora.org/quic/kernel/davidb/linux...
Grant Likely
15
-704
/
+719
2011-08-01
CIFS: Cleanup demupltiplex thread exiting code
Pavel Shilovsky
1
-77
/
+96
2011-08-01
CIFS: Move mid search to a separate function
Pavel Shilovsky
1
-65
/
+61
2011-08-01
CIFS: Move RFC1002 check to a separate function
Pavel Shilovsky
1
-49
/
+67
[next]