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
2005-07-08
[PATCH] add securityfs for all LSMs to use
Greg KH
3
-1
/
+353
2005-07-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6
Linus Torvalds
31
-544
/
+1255
2005-07-07
[IA64] - Disable tiocx driver on non-SN systems
Jack Steiner
1
-0
/
+4
2005-07-06
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
4
-6
/
+8
2005-07-06
[IA64] fix generic/up builds
Tony Luck
7
-70
/
+111
2005-07-06
Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
16
-1349
/
+1845
2005-07-06
[PATCH] yet another fix for setup-bus.c/x86 merge
Ivan Kokshaysky
1
-0
/
+1
2005-07-06
[IA64] memory-less-nodes repost
bob.picco
2
-228
/
+169
2005-07-06
[IA64] Make ia64 die() preempt safe
1
-2
/
+4
2005-07-06
[SPARC64]: Fix enable_dma() in asm-sparc64/parport.h
Eddie C. Dost
1
-2
/
+2
2005-07-06
[DVB]: Do not include <linux/irq.h> from drivers.
Eddie C. Dost
1
-1
/
+0
2005-07-06
[SPARC64]: Fix set_intr_affinity()
Eddie C. Dost
1
-2
/
+5
2005-07-06
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
6
-17
/
+198
2005-07-06
[SPARC]: Fix "Eddie C. Dost" e-mail address
Eddie C. Dost
1
-1
/
+1
2005-07-06
Auto merge with /home/aegl/GIT/linus
Tony Luck
202
-2787
/
+4160
2005-07-06
[IA64] restore_sigcontext is not preempt safe
Keith Owens
1
-0
/
+2
2005-07-06
[IA64] hotplug/ia64: SN Hotplug Driver - PREEMPT/pcibus_info fix
Prarit Bhargava
1
-1
/
+2
2005-07-06
[IA64] hotplug/ia64: SN Hotplug Driver - SN Hotplug Driver code
Prarit Bhargava
8
-50
/
+754
2005-07-06
[IA64] hotplug/ia64: SN Hotplug Driver - new SN PROM version code
Prarit Bhargava
3
-36
/
+19
2005-07-06
[IA64] hotplug/ia64: SN Hotplug Driver - pci_find_next_bus export
Prarit Bhargava
1
-0
/
+1
2005-07-06
[IA64] hotplug/ia64: SN Hotplug Driver: moving of header files
Prarit Bhargava
12
-42
/
+49
2005-07-06
[PATCH] ARM: 2792/1: IXP4xx iomap API implementation
Deepak Saxena
2
-3
/
+177
2005-07-06
[PATCH] ARM: 2791/1: Add CRCs for aliased ARM symbols
Todd Poynor
1
-0
/
+3
2005-07-06
[PATCH] ARM: 2790/1: Properly terminate plat_serial8250_port arrays on ixdp42...
Stefan Sorensen
2
-13
/
+17
2005-07-06
[PATCH] ARM: 2789/1: Enable access to both CP10 and CP11 on ARMv6
Catalin Marinas
1
-1
/
+1
2005-07-06
[IA64] hotplug/ia64: SN Hotplug Driver: SN IRQ Fixes
Prarit Bhargava
4
-137
/
+162
2005-07-06
[CRYPTO] Add faster DES code from Dag Arne Osvik
Dag Arne Osvik
1
-1149
/
+854
2005-07-06
[CRYPTO] Remove unused iv field from context structure
Herbert Xu
2
-3
/
+0
2005-07-06
[CRYPTO] Add x86_64 asm AES
Andreas Steinmetz
5
-2
/
+543
2005-07-06
[CRYPTO] Add null short circuit to crypto_free_tfm
Jesper Juhl
1
-2
/
+10
2005-07-06
[CRYPTO] Update IV correctly for Padlock CBC encryption
Herbert Xu
1
-4
/
+9
2005-07-06
[CRYPTO] Handle unaligned iv from encrypt_iv/decrypt_iv
Herbert Xu
1
-2
/
+27
2005-07-06
[CRYPTO] Ensure cit_iv is aligned correctly
Herbert Xu
5
-11
/
+72
2005-07-06
[CRYPTO] Make crypto_alg_lookup static
Adrian Bunk
2
-11
/
+9
2005-07-06
[PADLOCK] Implement multi-block operations
Herbert Xu
1
-2
/
+53
2005-07-06
[PADLOCK] Move fast path work into aes_set_key and upper layer
Herbert Xu
2
-72
/
+52
2005-07-06
[CRYPTO] Add alignmask for low-level cipher implementations
Herbert Xu
4
-7
/
+49
2005-07-06
[CRYPTO] Add support for low-level multi-block operations
Herbert Xu
3
-26
/
+45
2005-07-06
[CRYPTO] Add plumbing for multi-block operations
Herbert Xu
3
-95
/
+161
2005-07-06
[CRYPTO] Don't check for NULL before kfree()
Jesper Juhl
2
-4
/
+2
2005-07-06
ieee1394: fix broken signed char assumption.
Linus Torvalds
1
-2
/
+2
2005-07-06
[PATCH] openfirmware: implement hotplug for macio devices
Jeff Mahoney
1
-0
/
+71
2005-07-06
[PATCH] openfirmware: add sysfs nodes for open firmware devices
Jeff Mahoney
3
-1
/
+54
2005-07-06
[PATCH] openfirmware: generate device table for userspace
Jeff Mahoney
19
-93
/
+91
2005-07-06
[PATCH] Fix bt87x.c build problem for real
Dave Jones
1
-1
/
+1
2005-07-06
[PATCH] Fix broken kmalloc_node in rc1/rc2
Christoph Lameter
1
-0
/
+3
2005-07-06
[PATCH] Fix bt87x.c build problem
Greg KH
1
-0
/
+2
2005-07-06
[PATCH] PCI: fix !CONFIG_HOTPLUG pci build problem
Greg KH
1
-2
/
+2
2005-07-05
Linux v2.6.13-rc3
v2.6.13-rc2
Linus Torvalds
1
-1
/
+1
2005-07-05
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
1
-2
/
+3
[next]