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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-18
rbtree: add postorder iteration functions
Cody P Schafer
1
-0
/
+40
2014-11-18
math64: New separate div64_u64_rem helper
Mike Snitzer
1
-0
/
+40
2014-11-18
debugfs: add get/set for atomic types
Seth Jennings
1
-21
/
+0
2014-11-18
mutex: Add w/w mutex slowpath debugging
Daniel Vetter
1
-0
/
+13
2014-11-18
mutex: Add support for wound/wait style locks
Maarten Lankhorst
1
-0
/
+2
2014-11-14
lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}()
Jan Kara
1
-2
/
+6
2014-11-14
random: add and use memzero_explicit() for clearing data
Daniel Borkmann
1
-0
/
+16
2014-10-30
lzo: check for length overrun in variable length encoding.
Willy Tarreau
1
-6
/
+37
2014-10-30
Revert "lzo: properly check for overruns"
Willy Tarreau
1
-41
/
+21
2014-08-07
lib/btree.c: fix leak of whole btree nodes
Minfei Huang
1
-0
/
+1
2014-06-30
idr: fix overflow bug during maximum ID calculation at maximum height
Lai Jiangshan
1
-5
/
+3
2014-06-26
lzo: properly check for overruns
Greg Kroah-Hartman
1
-21
/
+41
2014-06-26
netlink: rate-limit leftover bytes warning and print process name
Michal Schmidt
1
-2
/
+2
2014-04-14
netlink: don't compare the nul-termination in nla_strcmp
Pablo Neira
1
-2
/
+8
2014-02-20
x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=y
Peter Oberparleiter
1
-0
/
+1
2014-02-06
lib/decompressors: fix "no limit" output buffer length
Alexandre Courbot
1
-1
/
+1
2013-12-11
lib/genalloc.c: fix overflow of ending address of memory chunk
Joonyoung Shim
1
-7
/
+12
2013-12-08
random32: fix off-by-one in seeding requirement
Daniel Borkmann
1
-7
/
+7
2013-12-04
vsprintf: check real user/group id for %pK
Ryan Mallon
1
-3
/
+30
2013-11-13
lib/scatterlist.c: don't flush_kernel_dcache_page on slab page
Ming Lei
1
-1
/
+2
2013-07-28
lib/Kconfig.debug: Restrict FRAME_POINTER for MIPS
Markos Chandras
1
-1
/
+1
2013-06-12
lib/mpi/mpicoder.c: looping issue, need stop when equal to zero, found by 'EX...
Chen Gang
1
-1
/
+1
2013-05-24
MPILIB: disable usage of floating point registers on parisc
Helge Deller
1
-2
/
+3
2013-05-23
Merge tag 'driver-core-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2013-05-23
lib: make iovec obj instead of lib
Randy Dunlap
1
-2
/
+2
2013-05-21
klist: del waiter from klist_remove_waiters before wakeup waitting process
wang, biao
1
-1
/
+1
2013-05-20
Hoist memcpy_fromiovec/memcpy_toiovec into lib/
Rusty Russell
2
-1
/
+54
2013-05-08
Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-10
/
+46
2013-05-07
rwsem: check counter to avoid cmpxchg calls
Davidlohr Bueso
1
-1
/
+3
2013-05-07
kref: minor cleanup
Anatol Pomozov
1
-1
/
+1
2013-05-07
Merge branch 'rwsem-optimizations'
Linus Torvalds
2
-146
/
+132
2013-05-07
rwsem: no need for explicit signed longs
Davidlohr Bueso
1
-5
/
+3
2013-05-07
rwsem: do not block readers at head of queue if other readers are active
Michel Lespinasse
1
-2
/
+8
2013-05-07
rwsem: implement support for write lock stealing on the fastpath
Michel Lespinasse
1
-32
/
+32
2013-05-07
rwsem: simplify __rwsem_do_wake
Michel Lespinasse
2
-30
/
+19
2013-05-07
rwsem: skip initial trylock in rwsem_down_write_failed
Michel Lespinasse
1
-8
/
+9
2013-05-07
rwsem: avoid taking wait_lock in rwsem_down_write_failed
Michel Lespinasse
1
-2
/
+8
2013-05-07
rwsem: use cmpxchg for trying to steal write lock
Michel Lespinasse
1
-20
/
+6
2013-05-07
rwsem: more agressive lock stealing in rwsem_down_write_failed
Michel Lespinasse
1
-21
/
+8
2013-05-07
rwsem: simplify rwsem_down_write_failed
Michel Lespinasse
1
-24
/
+9
2013-05-07
rwsem: simplify rwsem_down_read_failed
Michel Lespinasse
1
-20
/
+2
2013-05-07
rwsem: move rwsem_down_failed_common code into rwsem_down_{read,write}_failed
Michel Lespinasse
1
-15
/
+57
2013-05-07
rwsem: shorter spinlocked section in rwsem_down_failed_common()
Michel Lespinasse
1
-5
/
+3
2013-05-07
rwsem: make the waiter type an enumeration rather than a bitmask
Michel Lespinasse
2
-18
/
+24
2013-05-05
Give the OID registry file module info to avoid kernel tainting
David Howells
1
-0
/
+5
2013-05-02
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-3
/
+1
2013-05-02
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-13
/
+6
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2013-04-30
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
9
-54
/
+291
2013-04-30
lib/decompress.c: fix initconst
Andi Kleen
1
-1
/
+1
[next]