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
2012-03-07
tcp: md5: correct a RCU lockdep splat
Eric Dumazet
1
-1
/
+2
2012-03-06
powerpc/44x: Add more changes for APM821XX EMAC driver
Duc Dang
3
-3
/
+41
2012-03-06
powerpc/44x: Add new compatible value for EMAC node of APM821XX dts file.
Duc Dang
1
-1
/
+1
2012-03-06
net: Use bool for return value of dev_valid_name().
David S. Miller
2
-7
/
+7
2012-03-06
net/mlx4: defining functions as static
Yevgeny Petrilin
1
-4
/
+2
2012-03-06
net/mlx4: remove unused functions
Yevgeny Petrilin
2
-85
/
+0
2012-03-06
net/mlx4: fixing sparse warnings for not declared, functions
Yevgeny Petrilin
2
-5
/
+4
2012-03-06
net/mlx4: fixing sparse warnings when copying mac, address to gid entry
Yevgeny Petrilin
1
-4
/
+6
2012-03-06
net/mlx4: fix sparse warnings on wrong type for RSS keys
Yevgeny Petrilin
1
-1
/
+1
2012-03-06
net/mlx4: fix sparse warnings on TX blue flame buffer
Or Gerlitz
1
-1
/
+1
2012-03-06
net/mlx4: fix sparse warnings on TX control flags, endianess
Or Gerlitz
1
-1
/
+1
2012-03-06
net/mlx4_en: Saving mem access on data path
Yevgeny Petrilin
4
-16
/
+13
2012-03-06
qla3xxx: ethernet: Silence static checker warning.
Santosh Nayak
1
-1
/
+1
2012-03-06
8139too: Add 64bit statistics
Junchang Wang
1
-8
/
+38
2012-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
217
-771
/
+1390
2012-03-05
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-18
/
+42
2012-03-05
Merge tag 'usb-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2
-10
/
+2
2012-03-05
Merge tag 'tty-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2012-03-05
Merge tag 'md-3.3-fixes' of git://neil.brown.name/md
Linus Torvalds
2
-12
/
+28
2012-03-05
Merge branch 'akpm' (Andrew's patch bomb)
Linus Torvalds
24
-164
/
+156
2012-03-05
rapidio/tsi721: fix queue wrapping bug in inbound doorbell handler
Alexandre Bounine
1
-2
/
+3
2012-03-05
memcg: fix mapcount check in move charge code for anonymous page
Naoya Horiguchi
1
-1
/
+1
2012-03-05
mm: thp: fix BUG on mm->nr_ptes
Andrea Arcangeli
1
-3
/
+3
2012-03-05
alpha: fix 32/64-bit bug in futex support
Andrew Morton
1
-1
/
+1
2012-03-05
memcg: fix GPF when cgroup removal races with last exit
Hugh Dickins
6
-48
/
+18
2012-03-05
debugobjects: Fix selftest for static warnings
Stephen Boyd
1
-11
/
+3
2012-03-05
floppy/scsi: fix setting of BIO flags
Muthu Kumar
2
-2
/
+2
2012-03-05
memcg: fix deadlock by inverting lrucare nesting
Hugh Dickins
1
-35
/
+37
2012-03-05
drivers/rtc/rtc-r9701.c: fix crash in r9701_remove()
Anatolij Gustschin
1
-7
/
+7
2012-03-05
c2port: class_create() returns an ERR_PTR
Dan Carpenter
1
-2
/
+2
2012-03-05
pps: class_create() returns an ERR_PTR, not NULL
Dan Carpenter
1
-2
/
+2
2012-03-05
hung_task: fix the broken rcu_lock_break() logic
Oleg Nesterov
1
-4
/
+7
2012-03-05
vfork: kill PF_STARTING
Oleg Nesterov
2
-10
/
+0
2012-03-05
coredump_wait: don't call complete_vfork_done()
Oleg Nesterov
3
-14
/
+3
2012-03-05
vfork: make it killable
Oleg Nesterov
2
-9
/
+33
2012-03-05
vfork: introduce complete_vfork_done()
Oleg Nesterov
3
-13
/
+13
2012-03-05
aio: wake up waiters when freeing unused kiocbs
Jeff Moyer
1
-0
/
+2
2012-03-05
kprobes: return proper error code from register_kprobe()
Prashanth Nageshappa
1
-5
/
+7
2012-03-05
kmsg_dump: don't run on non-error paths by default
Matthew Garrett
3
-2
/
+19
2012-03-06
r8169: add byte queue limit support.
Igor Maravic
1
-5
/
+22
2012-03-06
r8169: add 64bit statistics.
Junchang Wang
1
-14
/
+45
2012-03-06
md/raid10: fix assembling of arrays with replacement devices.
NeilBrown
1
-1
/
+0
2012-03-05
drm, gma500: Fix Cedarview boot failures in 3.3-rc
Alan Cox
3
-6
/
+6
2012-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
24
-110
/
+122
2012-03-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
1
-5
/
+17
2012-03-05
Merge branch 'for-3.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-16
/
+16
2012-03-05
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
14
-36
/
+58
2012-03-05
flush_tlb_range() needs ->page_table_lock when ->mmap_sem is not held
Al Viro
1
-1
/
+1
2012-03-05
VM_GROWS{UP,DOWN} shouldn't be set on shmem VMAs
Al Viro
1
-0
/
+2
2012-03-05
aout: move setup_arg_pages() prior to reading/mapping the binary
Al Viro
2
-14
/
+14
[next]