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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-27
tcp: Fix >4GB writes on 64-bit.
David S. Miller
1
-1
/
+1
2010-09-27
tproxy: check for transparent flag in ip_route_newports
Ulrich Weber
1
-0
/
+2
2010-09-26
ipv6: add a missing unregister_pernet_subsys call
Neil Horman
1
-0
/
+1
2010-09-26
net: reset skb queue mapping when rx'ing over tunnel
Tom Herbert
1
-0
/
+1
2010-09-22
net: Move "struct net" declaration inside the __KERNEL__ macro guard
Ollie Wild
1
-2
/
+2
2010-09-20
xfrm: Allow different selector family in temporary state
Thomas Egerer
1
-2
/
+2
2010-09-17
netpoll: Disable IRQ around RCU dereference in netpoll_rx
Herbert Xu
1
-4
/
+4
2010-09-15
tcp: Prevent overzealous packetization by SWS logic.
Alexey Kuznetsov
1
-2
/
+16
2010-09-09
Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...
David S. Miller
1
-1
/
+10
2010-09-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
332
-3752
/
+8706
2010-09-08
udp: add rehash on connect()
Eric Dumazet
2
-0
/
+2
2010-09-08
ipvs: fix active FTP
Julian Anastasov
1
-0
/
+3
2010-09-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
3
-5
/
+5
2010-09-07
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
1
-0
/
+2
2010-09-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2
-6
/
+11
2010-09-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-7
/
+11
2010-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
2
-3
/
+3
2010-09-07
agp/intel: Fix cache control for Sandybridge
Zhenyu Wang
1
-0
/
+20
2010-09-05
cgroups: fix API thinko
Michael S. Tsirkin
1
-1
/
+10
2010-09-03
serial: fix port type conflict between NS16550A & U6_16550A
Philippe Langlais
2
-3
/
+3
2010-09-03
cls_cgroup: Fix rcu lockdep warning
Li Zefan
1
-2
/
+8
2010-08-31
powerpc/85xx: Add P1021 PCI IDs and quirks
Anton Vorontsov
1
-0
/
+2
2010-08-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-4
/
+14
2010-08-28
Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify
Linus Torvalds
2
-10
/
+4
2010-08-28
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-2
/
+13
2010-08-28
NOMMU: Stub out vm_get_page_prot() if there's no MMU
David Howells
1
-0
/
+8
2010-08-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
5
-11
/
+12
2010-08-27
fanotify: resize pid and reorder structure
Tvrtko Ursulin
1
-3
/
+3
2010-08-27
vgaarb: Wrap vga_(get|put) in CONFIG_VGA_ARB
Chris Wilson
1
-2
/
+13
2010-08-25
tcp: Combat per-cpu skew in orphan tests.
David S. Miller
1
-4
/
+14
2010-08-25
workqueue: fix cwq->nr_active underflow
Tejun Heo
1
-7
/
+9
2010-08-24
ACPI/PCI: Negotiate _OSC control bits before requesting them
Rafael J. Wysocki
1
-2
/
+2
2010-08-24
ACPI/PCI: Do not preserve _OSC control bits returned by a query
Rafael J. Wysocki
1
-3
/
+0
2010-08-24
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+6
2010-08-24
guard page for stacks that grow upwards
Luck, Tony
1
-1
/
+7
2010-08-24
workqueue: improve destroy_workqueue() debuggability
Tejun Heo
1
-0
/
+2
2010-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
3
-34
/
+58
2010-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
1
-0
/
+1
2010-08-23
USB: gadget: fix composite kernel-doc warnings
Randy Dunlap
1
-0
/
+1
2010-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
12
-26
/
+58
2010-08-23
Merge branch 'for-upstream/pvhvm' of git://xenbits.xensource.com/people/ianc/...
Linus Torvalds
1
-5
/
+9
2010-08-23
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-23
/
+39
2010-08-23
kobject: Break the kobject namespace defs into their own header
David Howells
3
-34
/
+58
2010-08-23
xen: pvhvm: make it clearer that XEN_UNPLUG_* define bits in a bitfield
Ian Campbell
1
-6
/
+9
2010-08-23
xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessary
Ian Campbell
1
-1
/
+1
2010-08-23
xen: pvhvm: allow user to request no emulated device unplug
Ian Campbell
1
-0
/
+1
2010-08-22
header: fix broken headers for user space
Changli Gao
10
-26
/
+26
2010-08-22
fanotify: flush outstanding perm requests on group destroy
Eric Paris
2
-7
/
+1
2010-08-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
1
-1
/
+1
2010-08-21
workqueue: Add basic tracepoints to track workqueue execution
Arjan van de Ven
1
-0
/
+62
[next]