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
2008-03-04
Fix DMA access of block device in 64-bit kernel on some non-x86 systems with ...
Yang Shi
1
-1
/
+1
2008-03-04
block: separate out padding from alignment
Tejun Heo
4
-8
/
+34
2008-03-04
block: restore the meaning of rq->data_len to the true data length
FUJITA Tomonori
7
-18
/
+13
2008-03-04
resubmit: cciss: procfs updates to display info about many
Mike Miller
2
-103
/
+160
2008-03-04
splice: only return -EAGAIN if there's hope of more data
Jens Axboe
1
-4
/
+8
2008-03-04
block: fix kernel-docbook parameters and files
Randy Dunlap
3
-1
/
+4
2008-03-04
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Steve French
47
-594
/
+593
2008-03-03
[PATCH] fs/ocfs2/aops.c: Correct use of ! and &
Julia Lawall
1
-1
/
+1
2008-03-03
[2.6 patch] ocfs2: make dlm_do_assert_master() static
Adrian Bunk
1
-3
/
+3
2008-03-03
[2.6 patch] make ocfs2_downconvert_thread() static
Adrian Bunk
1
-1
/
+1
2008-03-03
[2.6 patch] fs/ocfs2/: possible cleanups
Adrian Bunk
4
-22
/
+15
2008-03-03
[PATCH] ocfs2: le*_add_cpu conversion
Marcin Slusarz
2
-5
/
+3
2008-03-03
ocfs2: Fix writeout in ocfs2_data_convert_worker()
Mark Fasheh
1
-1
/
+1
2008-03-03
ocfs2: Enable localalloc for local mounts
Sunil Mushran
1
-3
/
+0
2008-03-03
Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
3
-121
/
+92
2008-03-03
exit_notify: fix kill_orphaned_pgrp() usage with mt exit
Oleg Nesterov
1
-3
/
+4
2008-03-03
will_become_orphaned_pgrp: partially fix insufficient ->exit_state check
Oleg Nesterov
1
-9
/
+8
2008-03-03
introduce kill_orphaned_pgrp() helper
Oleg Nesterov
1
-39
/
+35
2008-03-03
Fix default compose table initialization
Samuel Thibault
3
-70
/
+70
2008-03-03
slub: fix possible NULL pointer dereference
Cyrill Gorcunov
1
-2
/
+4
2008-03-03
slub: Add kmalloc_large_node() to support kmalloc_node fallback
Christoph Lameter
1
-2
/
+13
2008-03-03
slub: look up object from the freelist once
Pekka J Enberg
1
-2
/
+0
2008-03-03
slub: Fix up comments
Christoph Lameter
2
-23
/
+30
2008-03-03
slub: Rearrange #ifdef CONFIG_SLUB_DEBUG in calculate_sizes()
Christoph Lameter
1
-7
/
+8
2008-03-03
slub: Remove BUG_ON() from ksize and omit checks for !SLUB_DEBUG
Christoph Lameter
1
-4
/
+2
2008-03-03
slub: Use the objsize from the kmem_cache_cpu structure
Christoph Lameter
1
-1
/
+1
2008-03-03
slub: Remove useless checks in alloc_debug_processing
Christoph Lameter
1
-2
/
+2
2008-03-03
slub: Remove objsize check in kmem_cache_flags()
Christoph Lameter
1
-23
/
+4
2008-03-03
slub: rename slab_objects to show_slab_objects
Christoph Lameter
1
-5
/
+5
2008-03-03
Revert "unique end pointer" patch
Christoph Lameter
2
-51
/
+24
2008-03-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Christoph Lameter
289
-2958
/
+4814
2008-03-03
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-4
/
+2
2008-03-03
docbook: fix fusion source files
Randy Dunlap
2
-21
/
+18
2008-03-03
docbook: fix kernel-api source files
Randy Dunlap
3
-7
/
+3
2008-03-03
docbook: fix usb source files
Randy Dunlap
2
-10
/
+5
2008-03-03
docbook: fix scsi source file
Randy Dunlap
1
-2
/
+1
2008-03-03
docbook: fix rapidio source files
Randy Dunlap
1
-5
/
+3
2008-03-03
docbook: fix filesystems.tmpl source files
Randy Dunlap
3
-18
/
+13
2008-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86
Linus Torvalds
1
-11
/
+10
2008-03-03
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...
Linus Torvalds
23
-267
/
+318
2008-03-03
Allow ARG_MAX execve string space even with a small stack limit
Linus Torvalds
1
-1
/
+9
2008-03-03
Revert "x86: fix pmd_bad and pud_bad to support huge pages"
Linus Torvalds
2
-7
/
+3
2008-03-03
x86: revert "x86: fix pmd_bad and pud_bad to support huge pages"
Ingo Molnar
2
-7
/
+3
2008-03-03
x86: revert "x86: CPA: avoid split of alias mappings"
Rafael J. Wysocki
1
-11
/
+10
2008-03-03
Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/arnd...
Paul Mackerras
378
-3393
/
+6066
2008-03-03
KVM: emulate access to MSR_IA32_MCG_CTL
Joerg Roedel
1
-0
/
+5
2008-03-03
KVM: Make the supported cpuid list a host property rather than a vm property
Avi Kivity
2
-22
/
+24
2008-03-03
KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properly
Paul Knowles
1
-1
/
+1
2008-03-03
KVM: SVM: set NM intercept when enabling CR0.TS in the guest
Joerg Roedel
1
-1
/
+3
2008-03-03
KVM: SVM: Fix lazy FPU switching
Joerg Roedel
1
-0
/
+2
[prev]
[next]