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
2014-09-05
hwmon: (ads1015) Fix off-by-one for valid channel index checking
Axel Lin
1
-1
/
+1
2014-09-05
hwmon: (gpio-fan) Prevent overflow problem when writing large limits
Axel Lin
1
-1
/
+1
2014-09-05
hwmon: (lm78) Fix overflow problems seen when writing large temperature limits
Guenter Roeck
1
-1
/
+1
2014-09-05
hwmon: (sis5595) Prevent overflow problem when writing large limits
Axel Lin
1
-1
/
+1
2014-09-05
drm: omapdrm: fix compiler errors
Russell King
3
-9
/
+11
2014-09-05
ARM: OMAP3: Fix choice of omap3_restore_es function in OMAP34XX rev3.1.2 case.
Jeremy Vial
1
-1
/
+2
2014-09-05
mei: start disconnect request timer consistently
Alexander Usyskin
1
-0
/
+1
2014-09-05
ALSA: hda/realtek - Avoid setting wrong COEF on ALC269 & co
Takashi Iwai
1
-5
/
+12
2014-09-05
ALSA: hda/ca0132 - Don't try loading firmware at resume when already failed
Takashi Iwai
1
-1
/
+6
2014-09-05
ALSA: virtuoso: add Xonar Essence STX II support
Clemens Ladisch
4
-6
/
+15
2014-09-05
ALSA: hda - fix an external mic jack problem on a HP machine
Hui Wang
1
-0
/
+12
2014-09-05
USB: Fix persist resume of some SS USB devices
Pratyush Anand
1
-0
/
+41
2014-09-05
USB: ehci-pci: USB host controller support for Intel Quark X1000
Bryan O'Donoghue
1
-0
/
+25
2014-09-05
USB: serial: ftdi_sio: Add support for new Xsens devices
Patrick Riphagen
2
-0
/
+5
2014-09-05
USB: serial: ftdi_sio: Annotate the current Xsens PID assignments
Patrick Riphagen
1
-5
/
+5
2014-09-05
USB: OHCI: don't lose track of EDs when a controller dies
Alan Stern
1
-17
/
+29
2014-09-05
isofs: Fix unbounded recursion when processing relocated directories
Jan Kara
3
-22
/
+55
2014-09-05
HID: fix a couple of off-by-ones
Jiri Kosina
6
-7
/
+7
2014-09-05
HID: logitech: perform bounds checking on device_id early enough
Jiri Kosina
1
-7
/
+6
2014-09-05
stable_kernel_rules: Add pointer to netdev-FAQ for network patches
Dave Chiluk
1
-0
/
+3
2014-08-14
Linux 3.10.53
Greg Kroah-Hartman
1
-1
/
+1
2014-08-14
arch/sparc/math-emu/math_32.c: drop stray break operator
Andrey Utkin
1
-1
/
+1
2014-08-14
sparc64: ldc_connect() should not return EINVAL when handshake is in progress.
Sowmini Varadhan
1
-1
/
+1
2014-08-14
sunsab: Fix detection of BREAK on sunsab serial console
Christopher Alexander Tobias Schulze
1
-0
/
+9
2014-08-14
bbc-i2c: Fix BBC I2C envctrl on SunBlade 2000
Christopher Alexander Tobias Schulze
2
-3
/
+14
2014-08-14
sparc64: Guard against flushing openfirmware mappings.
David S. Miller
2
-10
/
+25
2014-08-14
sparc64: Do not insert non-valid PTEs into the TSB hash table.
David S. Miller
1
-0
/
+4
2014-08-14
sparc64: Add membar to Niagara2 memcpy code.
David S. Miller
1
-0
/
+1
2014-08-14
sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus.
David S. Miller
2
-3
/
+17
2014-08-14
sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addr...
David S. Miller
1
-15
/
+1
2014-08-14
sparc64: Fix top-level fault handling bugs.
David S. Miller
1
-32
/
+54
2014-08-14
sparc64: Handle 32-bit tasks properly in compute_effective_address().
David S. Miller
1
-3
/
+9
2014-08-14
sparc64: Make itc_sync_lock raw
Kirill Tkhai
1
-3
/
+3
2014-08-14
sparc64: Fix argument sign extension for compat_sys_futex().
David S. Miller
1
-1
/
+1
2014-08-14
sctp: fix possible seqlock seadlock in sctp_packet_transmit()
Eric Dumazet
1
-1
/
+1
2014-08-14
iovec: make sure the caller actually wants anything in memcpy_fromiovecend
Sasha Levin
1
-0
/
+4
2014-08-14
net: Correctly set segment mac_len in skb_segment().
Vlad Yasevich
1
-1
/
+1
2014-08-14
macvlan: Initialize vlan_features to turn on offload support.
Vlad Yasevich
1
-0
/
+1
2014-08-14
net: sctp: inherit auth_capable on INIT collisions
Daniel Borkmann
1
-0
/
+1
2014-08-14
tcp: Fix integer-overflow in TCP vegas
Christoph Paasch
1
-1
/
+2
2014-08-14
tcp: Fix integer-overflows in TCP veno
Christoph Paasch
1
-1
/
+1
2014-08-14
net: sendmsg: fix NULL pointer dereference
Andrey Ryabinin
2
-7
/
+8
2014-08-14
ip: make IP identifiers less predictable
Eric Dumazet
3
-13
/
+36
2014-08-14
inetpeer: get rid of ip_id_count
Eric Dumazet
19
-144
/
+80
2014-08-14
bnx2x: fix crash during TSO tunneling
Dmitry Kravkov
2
-0
/
+10
2014-08-07
Linux 3.10.52
HEAD
v3.10.52
master
Greg Kroah-Hartman
1
-1
/
+1
2014-08-07
x86/espfix/xen: Fix allocation of pages for paravirt page tables
Boris Ostrovsky
1
-3
/
+2
2014-08-07
lib/btree.c: fix leak of whole btree nodes
Minfei Huang
1
-0
/
+1
2014-08-07
net/l2tp: don't fall back on UDP [get|set]sockopt
Sasha Levin
1
-2
/
+2
2014-08-07
net: mvneta: replace Tx timer with a real interrupt
willy tarreau
1
-60
/
+12
[prev]
[next]